index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add checks to ensure that there are no unreachable blocks in the function
Chris Lattner
2004-07-09
1
-0
/
+8
*
* Doxygenify comments
Misha Brukman
2004-07-09
1
-104
/
+96
*
Fix typo.
Alkis Evlogimenos
2004-07-09
1
-1
/
+1
*
Improve code comments.
Alkis Evlogimenos
2004-07-09
1
-5
/
+11
*
Add viewCFG() and viewCFGOnly() APIs.
Alkis Evlogimenos
2004-07-08
1
-1
/
+77
*
Disable coalescing.
Alkis Evlogimenos
2004-07-07
1
-1
/
+1
*
Do not crash when joining two intervals of registers of different
Alkis Evlogimenos
2004-07-06
1
-1
/
+10
*
Fix a bug in the unreachable block elim pass. Dropping all references on a
Chris Lattner
2004-07-06
1
-4
/
+11
*
Correctly compute the ration of iterations/#intervals.
Alkis Evlogimenos
2004-07-04
1
-2
/
+6
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
11
-0
/
+16
*
Add efficiency statistic.
Alkis Evlogimenos
2004-07-04
1
-1
/
+7
*
Revert patches 1.79 and 1.80 which had to do with dead MBB's. Now that they
Chris Lattner
2004-07-02
1
-6
/
+4
*
Add a trivially simple pass to delete unreachable blocks from the CFG. This
Chris Lattner
2004-07-02
1
-0
/
+68
*
Make sure that we destroy the MBB's, with all of their instructions, before
Chris Lattner
2004-07-01
1
-0
/
+1
*
Now that MachineFunction/MachineBasicBlock keep a mapping of blocks to ID #'s
Chris Lattner
2004-07-01
2
-21
/
+1
*
Change MBB autonumber a bit to get the reverse mapping as well as a forward
Chris Lattner
2004-07-01
1
-10
/
+6
*
Instance var no longer exists
Chris Lattner
2004-07-01
1
-1
/
+1
*
Start using MBB numbers directly instead of going through the live variables
Chris Lattner
2004-07-01
3
-4
/
+4
*
Instead of building a private numbering of MBB's use brg's nifty auto-numbering.
Chris Lattner
2004-07-01
1
-5
/
+5
*
In line with the previous patch, do not assert out if analyzing a dead basic ...
Chris Lattner
2004-06-29
1
-1
/
+4
*
Do not dereference end iterators. It hurts when you do that.
Chris Lattner
2004-06-29
1
-3
/
+2
*
Do not find these ugly sparc-specific objects by using the annotation API on
Chris Lattner
2004-06-27
1
-21
/
+7
*
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-25
6
-19
/
+32
*
Convert tabs to spaces.
Misha Brukman
2004-06-24
1
-45
/
+44
*
Making an archive version of the CodeGen library is unnecessary if we just
Misha Brukman
2004-06-22
1
-1
/
+0
*
Provide archive version of CodeGen library (for those tools that only need
Misha Brukman
2004-06-22
1
-0
/
+1
*
Rename Interval class to LiveInterval to avoid conflicting with the already
Chris Lattner
2004-06-21
3
-50
/
+54
*
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
Chris Lattner
2004-06-20
1
-1
/
+1
*
Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable.
Brian Gaeke
2004-06-17
2
-5
/
+6
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-1
/
+1
*
Fix a recent regression in Applications/sgefa that Alkis pointed out to me.
Chris Lattner
2004-06-16
1
-2
/
+2
*
Remove isnan support, correct isunordered support
Chris Lattner
2004-06-15
1
-10
/
+2
*
Add the isunordered intrinsic.
Alkis Evlogimenos
2004-06-12
1
-0
/
+6
*
Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were ...
Chris Lattner
2004-06-11
2
-3
/
+3
*
Fix lowering to work correctly
Chris Lattner
2004-06-11
1
-3
/
+12
*
I misled Alkis: LLVM should have isnan, not isunordered.
Chris Lattner
2004-06-11
1
-4
/
+6
*
Add the isunordered intrinsic.
Alkis Evlogimenos
2004-06-11
1
-0
/
+6
*
Fix the prolog epilog code inserter to match the documentation and support
Chris Lattner
2004-06-10
1
-9
/
+33
*
Remove an unused variable.
Chris Lattner
2004-06-05
1
-7
/
+10
*
Oops, this was not to go in
Chris Lattner
2004-06-02
1
-1
/
+1
*
Adjust to the new TargetMachine interface
Chris Lattner
2004-06-02
2
-16
/
+16
*
Adjust to new TargetMachine interface
Chris Lattner
2004-06-02
11
-19
/
+18
*
Inline findOptimalStorageSize into it's caller, both of which are sparc specific
Chris Lattner
2004-06-02
1
-12
/
+18
*
Finegrainify namespacification
Chris Lattner
2004-06-02
2
-6
/
+3
*
Fix a trivial but blatant bug
Chris Lattner
2004-06-02
1
-4
/
+4
*
Pull Interval class out of LiveIntervals.
Alkis Evlogimenos
2004-05-30
3
-80
/
+67
*
When spilling an register, introduce a new temporary for each of its
Alkis Evlogimenos
2004-05-30
3
-57
/
+84
*
Fix typo in head-of-file comment.
Brian Gaeke
2004-05-30
1
-1
/
+1
*
Add method to assign stack slot to virtual register without creating a
Alkis Evlogimenos
2004-05-29
2
-0
/
+9
*
Add grow() member that grows the maps when the number of virtual
Alkis Evlogimenos
2004-05-29
1
-2
/
+6
[next]