index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
SimplifyCFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check to see if a two-entry PHI block can be simplified
Dan Gohman
2008-03-11
1
-6
/
+6
*
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-10
1
-1
/
+1
*
Firstly, having a BranchInst isn't exclusive with having an unwind_to.
Nick Lewycky
2008-03-09
1
-5
/
+8
*
A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to
Nick Lewycky
2008-03-09
1
-1
/
+4
*
Update the inliner and simplifycfg to handle unwind_to.
Nick Lewycky
2008-03-09
1
-1
/
+9
*
Make Transforms to be 4.3 warnings-clean
Anton Korobeynikov
2008-02-20
1
-6
/
+10
*
switch simplifycfg from using vectors for most things to smallvectors,
Chris Lattner
2008-02-18
1
-14
/
+12
*
don't hoist FP additions into unconditional adds + selects. This
Chris Lattner
2008-01-03
1
-0
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
If succ has succ itself as one of the predecessors then do
Devang Patel
2007-12-22
1
-2
/
+2
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-0
/
+2
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+1905