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
/
Sink.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean whitespaces.
Nadav Rotem
2012-07-24
1
-32
/
+34
*
Enhance the sinking code to handle diamond patterns. Patch by
Duncan Sands
2012-05-31
1
-75
/
+69
*
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
1
-1
/
+2
*
Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...
Eli Friedman
2011-09-01
1
-7
/
+6
*
Add helper functions for computing the Location of load, store,
Dan Gohman
2010-11-11
1
-5
/
+1
*
Make Sink tbaa-aware.
Dan Gohman
2010-11-11
1
-1
/
+4
*
It's safe to sink some instructions which are not safe to speculatively
Dan Gohman
2010-11-11
1
-1
/
+4
*
Reapply r116831 and r116839, converting AliasAnalysis to use
Dan Gohman
2010-10-19
1
-1
/
+1
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+5
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-2
/
+1
*
Add an LLVM IR version of code sinking. This uses the same simple algorithm
Dan Gohman
2010-05-07
1
-0
/
+267