index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement some helpers
Chris Lattner
2004-05-25
1
-0
/
+10
*
Implement instcombine/cast.ll:test16:
Chris Lattner
2004-05-25
1
-0
/
+5
*
Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...
Tanya Lattner
2004-05-24
2
-5
/
+11
*
Fix a bug in my previous checkin
Chris Lattner
2004-05-24
1
-0
/
+1
*
Added MachineFunction parent* to MachineBasicBlock. Customized ilist template
Tanya Lattner
2004-05-24
2
-14
/
+34
*
Eliminate an explicit use of the LLVM basic block, using getParent instead,
Chris Lattner
2004-05-24
1
-1
/
+1
*
Changed clone to be const.
Tanya Lattner
2004-05-24
1
-1
/
+7
*
Spelling people's names right is kinda important
Chris Lattner
2004-05-23
1
-1
/
+1
*
Add support for accurate garbage collection to the LLVM code generators
Chris Lattner
2004-05-23
4
-0
/
+13
*
Add some notes to myself, no functional changes
Chris Lattner
2004-05-23
2
-14
/
+38
*
minor wording change
Chris Lattner
2004-05-23
1
-1
/
+1
*
Fix cases where we missed inlining some more obvious candidates because the
Chris Lattner
2004-05-23
1
-79
/
+108
*
Simplify the interface and remove an unneeded #include
Chris Lattner
2004-05-23
1
-9
/
+1
*
Fairly substantial changes to update the alias analysis we are querying as
Chris Lattner
2004-05-23
1
-39
/
+92
*
Adjust to the changes in the AliasSetTracker interface
Chris Lattner
2004-05-23
1
-16
/
+14
*
Add support for replacement of formal arguments with simpler expressions.
Chris Lattner
2004-05-23
1
-2
/
+23
*
Implement the -lowergc pass which is used by code generators (like the CBE)
Chris Lattner
2004-05-23
1
-0
/
+326
*
Recognize and verify the new GC intrinsics.
Chris Lattner
2004-05-23
2
-6
/
+21
*
Changes to work with the changes to the AliasAnalysis interface. The -no-aa
Chris Lattner
2004-05-23
1
-28
/
+67
*
Move the -no-aa AA implementation into this file since both of these
Chris Lattner
2004-05-23
1
-8
/
+46
*
Updates to work with the new auto-forwarding AA interface changes
Chris Lattner
2004-05-23
1
-9
/
+3
*
Fix a really nasty bug with the -disable-ds-field-sensitivity option
Chris Lattner
2004-05-23
1
-0
/
+3
*
Update to match the autochaining interface that the AA interface uses
Chris Lattner
2004-05-23
1
-6
/
+1
*
Implement the interfaces to update value numbering information. Add an
Chris Lattner
2004-05-23
1
-2
/
+24
*
Rename a method
Chris Lattner
2004-05-23
1
-2
/
+2
*
Add a simple implementation of Andersen's interprocedural pointer analysis
Chris Lattner
2004-05-23
1
-0
/
+1029
*
Fixed up my changes to add support for cloning Machine Instructions.
Tanya Lattner
2004-05-23
1
-2
/
+3
*
Adding support to clone MachineInstr
Tanya Lattner
2004-05-23
1
-0
/
+19
*
Inline both direct and indirect callees in the CBU phase because
Vikram S. Adve
2004-05-23
1
-34
/
+34
*
Complete rewrite of the code that merges DS graphs for equivalence classes
Vikram S. Adve
2004-05-23
1
-0
/
+428
*
Fix a typo in a comment.
Brian Gaeke
2004-05-23
1
-1
/
+1
*
Fix for PR340: Verifier misses malformed switch instruction
Chris Lattner
2004-05-21
1
-0
/
+12
*
Fix to make the CBE always emit comparisons inline. Hopefully this will
Chris Lattner
2004-05-20
2
-0
/
+8
*
Fix a bug in outputting branches to constant PCs. Since the PC is supplied as
Brian Gaeke
2004-05-20
1
-2
/
+3
*
Minor simplification: eliminate a dyn_cast.
Brian Gaeke
2004-05-19
1
-9
/
+4
*
Add CloneTraceInto(), which is based on (and has mostly the same
Brian Gaeke
2004-05-19
1
-0
/
+33
*
Move RemapInstruction() to ValueMapper, so that it can be shared with
Brian Gaeke
2004-05-19
3
-22
/
+26
*
Fold two assertions with backwards error messages into one with a
Brian Gaeke
2004-05-17
1
-6
/
+3
*
Clean up this pass somewhat:
Brian Gaeke
2004-05-14
1
-42
/
+38
*
Don't keep track of references to LLVM BasicBlocks while emitting; use
Brian Gaeke
2004-05-14
1
-11
/
+9
*
Support MachineBasicBlock operands on RawFrm instructions.
Brian Gaeke
2004-05-14
2
-54
/
+24
*
Generate branch machine instructions with MachineBasicBlock operands instead of
Brian Gaeke
2004-05-14
2
-14
/
+18
*
This was not meant to be committed
Chris Lattner
2004-05-13
1
-7
/
+0
*
Fix a nasty bug that caused us to unroll EXTREMELY large loops due to overflow
Chris Lattner
2004-05-13
2
-3
/
+10
*
Two more improvements for null pointer handling: storing a null pointer
Chris Lattner
2004-05-13
2
-6
/
+24
*
Second half of my fixed-sized-alloca patch. This folds the LEA to compute
Chris Lattner
2004-05-13
2
-186
/
+358
*
Substantially improve code generation for address exposed locals (aka fixed
Chris Lattner
2004-05-13
2
-128
/
+202
*
Fix a really nasty bug from my changes on Monday to PHIElim. These changes
Chris Lattner
2004-05-12
1
-11
/
+19
*
Start NextMBBNumber out at zero.
Brian Gaeke
2004-05-12
1
-1
/
+1
*
Add non-const MachineBasicBlock::getParent() accessor method.
Brian Gaeke
2004-05-12
1
-0
/
+19
[next]