index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
SimplifyCFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
switchinst ctor now takes a hint for the number of cases that it will have.
Chris Lattner
2005-01-29
1
-2
/
+2
*
Implement SimplifyCFG/DeadSetCC.ll
Chris Lattner
2005-01-01
1
-0
/
+8
*
Fix Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll,
Chris Lattner
2004-12-10
1
-14
/
+13
*
Squelch warning
Chris Lattner
2004-11-30
1
-1
/
+1
*
Alkis noticed that this variable is dead. Thanks!
Chris Lattner
2004-11-30
1
-2
/
+0
*
If we have something like this:
Chris Lattner
2004-11-30
1
-0
/
+105
*
Do not compute the predecessor list for a block unless we need it.
Chris Lattner
2004-11-01
1
-27
/
+24
*
Eliminate compilation warning on uninitialized variable.
Reid Spencer
2004-10-22
1
-1
/
+1
*
Simplify code by deleting instructions that preceed unreachable instructions.
Chris Lattner
2004-10-18
1
-1
/
+101
*
When converting phi nodes into select instructions, we shouldn't promote PHI
Chris Lattner
2004-10-14
1
-41
/
+93
*
Do not insert trivially dead select instructions, which allows us to
Chris Lattner
2004-09-29
1
-2
/
+11
*
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
1
-8
/
+11
*
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-03
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-21
1
-1
/
+0
*
Implement SimplifyCFG/BrUnwind.ll
Chris Lattner
2004-07-20
1
-2
/
+9
*
bug 122:
Reid Spencer
2004-07-18
1
-2
/
+1
*
Progress on PR341
Chris Lattner
2004-07-15
1
-3
/
+3
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+2
*
*FINALLY* Fix a really nasty nondeterministic bug that has been haunting us
Chris Lattner
2004-06-21
1
-6
/
+7
*
Add some DEBUG output to the simplifycfg routines
Chris Lattner
2004-06-20
1
-14
/
+13
*
Do not sort by the address of LLVM ConstantInt* objects. This produces
Chris Lattner
2004-06-19
1
-10
/
+21
*
Do not clone arbitrary condition instructions.
Chris Lattner
2004-05-02
1
-1
/
+1
*
Do not infinitely "unroll" single BB loops.
Chris Lattner
2004-05-02
1
-5
/
+4
*
Dont' merge terminators that are needed to select PHI node values.
Chris Lattner
2004-05-02
1
-1
/
+1
*
Implement SimplifyCFG/branch-cond-merge.ll
Chris Lattner
2004-05-01
1
-10
/
+64
*
Fix my missing parens
Chris Lattner
2004-05-01
1
-1
/
+1
*
Implement SimplifyCFG/branch-cond-prop.ll
Chris Lattner
2004-05-01
1
-2
/
+30
*
Fold code like:
Chris Lattner
2004-04-09
1
-18
/
+72
*
Fix the obvious bug in my previous checkin
Chris Lattner
2004-04-02
1
-0
/
+3
*
Implement Transforms/SimplifyCFG/return-merge.ll
Chris Lattner
2004-04-02
1
-1
/
+57
*
Now that all the code generators support the select instruction, and the inst...
Chris Lattner
2004-03-30
1
-78
/
+9
*
Fix compilation of mesa, which I broke earlier today
Chris Lattner
2004-03-17
1
-2
/
+3
*
Do not copy gigantic switch instructions
Chris Lattner
2004-03-16
1
-1
/
+8
*
Implement switch->br and br->switch folding by ripping out the switch->switch
Chris Lattner
2004-02-28
1
-178
/
+174
*
turn things like:
Chris Lattner
2004-02-26
1
-0
/
+74
*
If a block is made dead, make sure to promptly remove it.
Chris Lattner
2004-02-24
1
-0
/
+8
*
Implement SimplifyCFG/switch_switch_fold.ll
Chris Lattner
2004-02-24
1
-2
/
+150
*
Rearrange code a bit
Chris Lattner
2004-02-24
1
-30
/
+27
*
Implement: test/Regression/Transforms/SimplifyCFG/switch_create.ll
Chris Lattner
2004-02-24
1
-7
/
+140
*
Implement test/Regression/Transforms/SimplifyCFG/UncondBranchToReturn.ll,
Chris Lattner
2004-02-16
1
-0
/
+48
*
Implement SimplifyCFG/PhiEliminate.ll
Chris Lattner
2004-02-11
1
-5
/
+234
*
The hasConstantReferences predicate always returns false.
Chris Lattner
2004-02-11
1
-52
/
+49
*
rename the "exceptional" destination of an invoke instruction to the 'unwind'...
Chris Lattner
2004-02-08
1
-1
/
+1
*
Finegrainify namespacification
Chris Lattner
2004-01-09
1
-5
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Fix spelling.
Misha Brukman
2003-10-10
1
-3
/
+3
*
Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...
Chris Lattner
2003-09-08
1
-25
/
+24
*
Implement SimplifyCFG/InvokeEliminate.ll
Chris Lattner
2003-08-24
1
-1
/
+36
[prev]
[next]