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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make functions that preserve the CFG not invalidate analyses that only depend
Chris Lattner
2002-05-06
1
-1
/
+28
*
Add support for passes to announce that they only depend on the CFG of a
Chris Lattner
2002-05-06
1
-0
/
+9
*
Only do masking for unsigned values!
Chris Lattner
2002-05-06
1
-8
/
+7
*
GCSE is faster than SCCP, and it makes SCCP's job easier, so run it first.
Chris Lattner
2002-05-06
1
-1
/
+1
*
* Eliminate dead code that should have been removed in last revision
Chris Lattner
2002-05-06
1
-146
/
+50
*
Handle X = phi Y --> X = Y
Chris Lattner
2002-05-06
1
-0
/
+19
*
Make the testcase more interesting so that DCE does not eliminate it.
Chris Lattner
2002-05-06
1
-5
/
+7
*
Move a bunch of code to a .cpp file, don't #include Instruction.h
Chris Lattner
2002-05-06
3
-129
/
+36
*
Move code out of header file
Chris Lattner
2002-05-06
1
-0
/
+81
*
* Use simplified interface to constant propogation stuff.
Chris Lattner
2002-05-06
1
-35
/
+8
*
Add #include removed from ConstantHandling.h
Chris Lattner
2002-05-06
1
-0
/
+1
*
New testcase for PHI folding
Chris Lattner
2002-05-06
1
-0
/
+17
*
Clean up ADCE by removing extraneous wrapper class
Chris Lattner
2002-05-06
1
-43
/
+42
*
Combine not (not X) -> X
Chris Lattner
2002-05-06
1
-1
/
+14
*
New testcase to make sure not instructions get combined
Chris Lattner
2002-05-06
1
-0
/
+16
*
Instruction Combination can create a ton of trivially dead instructions. Remove
Chris Lattner
2002-05-06
1
-0
/
+1
*
Support more cases...
Chris Lattner
2002-05-06
1
-16
/
+43
*
More tests
Chris Lattner
2002-05-06
1
-0
/
+12
*
Add testcase for -(-A)
Chris Lattner
2002-05-06
1
-1
/
+5
*
Change usage of isPointerType to use isa
Chris Lattner
2002-05-06
1
-1
/
+1
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
13
-65
/
+53
*
Implement getPrimitiveSize()
Chris Lattner
2002-05-06
1
-2
/
+14
*
Add many more instruction combination simplifications
Chris Lattner
2002-05-06
1
-10
/
+188
*
* Add getPrimitiveSize method
Chris Lattner
2002-05-06
1
-18
/
+28
*
Fix testcase, the 'shift out all bits' doesn't apply to signed types.
Chris Lattner
2002-05-06
1
-3
/
+3
*
Void and Label values cannot be acted on directly so they have zero size
Chris Lattner
2002-05-06
1
-2
/
+2
*
More testcases I don't want to forget about
Chris Lattner
2002-05-06
4
-1
/
+91
*
New testcases so I don't forget about these algebraic simplifications
Chris Lattner
2002-05-06
4
-0
/
+122
*
New testcase so I don't forget about this.
Chris Lattner
2002-05-06
1
-0
/
+16
*
Testcase for missed merge opportunity
Chris Lattner
2002-05-06
1
-0
/
+22
*
Run DCE AFTER SCCP and GCSE!
Chris Lattner
2002-05-06
1
-1
/
+1
*
Build CFGsimplify directory
Chris Lattner
2002-05-06
1
-1
/
+1
*
Updated documentation a _LOT_
Chris Lattner
2002-05-06
1
-238
/
+221
*
Remove dead code
Chris Lattner
2002-05-06
1
-6
/
+0
*
Merge blocks like this:
Chris Lattner
2002-05-06
1
-26
/
+39
*
Implement constant propogation of shift instructions
Chris Lattner
2002-05-06
5
-7
/
+108
*
Implement constant propogation of shifts
Chris Lattner
2002-05-06
1
-0
/
+28
*
Print functions with curly braces instead of begin/end
Chris Lattner
2002-05-06
1
-9
/
+7
*
Add a range remove method
Chris Lattner
2002-05-06
1
-4
/
+5
*
Implement two iterator remove method
Chris Lattner
2002-05-06
1
-0
/
+17
*
Initial testcases for CFG simplify (which is part of DCE for now)
Chris Lattner
2002-05-06
2
-0
/
+37
*
Test moved to SCCP test directory
Chris Lattner
2002-05-06
1
-61
/
+0
*
Implement remainder
Chris Lattner
2002-05-03
1
-9
/
+46
*
Implement remainder
Chris Lattner
2002-05-03
3
-33
/
+39
*
New testcase for bugs in the constant propogator
Chris Lattner
2002-05-03
1
-0
/
+14
*
Add tests for floating point remainder elimination
Chris Lattner
2002-05-03
1
-0
/
+9
*
New testcase to see if constant propogation of remainder is implemented
Chris Lattner
2002-05-03
1
-0
/
+17
*
This testcase is a sanity check
Chris Lattner
2002-05-03
1
-0
/
+20
*
Fix bug: test/Regression/Transforms/SCCP/2002-05-03-NotOperator.ll
Chris Lattner
2002-05-03
1
-12
/
+26
*
Add new testcase for general constant prop.
Chris Lattner
2002-05-03
1
-0
/
+18
[next]