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
/
Transforms
/
Scalar
/
CondPropagate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid making the transformation enabled by my last patch if the new destinati...
Evan Cheng
2009-04-15
1
-3
/
+13
*
Optimize conditional branch on i1 phis with non-constant inputs.
Evan Cheng
2009-04-14
1
-14
/
+55
*
Add comment to emphasize that the while body is empty.
Bill Wendling
2009-03-05
1
-2
/
+2
*
Insert space to avoid warning and make code more readable.
Mike Stump
2009-02-07
1
-2
/
+2
*
Ignore dbg intrinsics while propagating conditional expression info. Take 2.
Devang Patel
2009-02-05
1
-6
/
+17
*
Revert rev. 63876. It is causing llvm-gcc bootstrap failure.
Devang Patel
2009-02-05
1
-2
/
+2
*
Remove dead blocks in the end.
Devang Patel
2009-02-05
1
-3
/
+14
*
Ignore dbg intrinsics while propagating conditional expression info.
Devang Patel
2009-02-05
1
-2
/
+2
*
Handle single-entry phi nodes gracefully in condprop.
lattner
2009-01-26
1
-0
/
+8
*
Factor some code into a new FoldSingleEntryPHINodes method.
Chris Lattner
2008-12-03
1
-13
/
+6
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-3
/
+3
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.ll
Chris Lattner
2007-08-02
1
-8
/
+10
*
Fix thinko. Update return status appropriately.
Devang Patel
2007-07-26
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+219