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
/
CodeGen
/
LoopAligner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid inserting noop's in the middle of a loop.
Evan Cheng
2008-11-27
1
-1
/
+7
*
Remove unncessary isDeclaration() checks.
Devang Patel
2008-10-06
1
-1
/
+1
*
Remove OptimizeForSize global. Use function attribute optsize.
Devang Patel
2008-10-01
1
-0
/
+4
*
Instead of setPreservesAll, just mark them preseving machine loop info and ma...
Evan Cheng
2008-09-22
1
-1
/
+1
*
Mark several codegen passes as preserving all analysis.
Evan Cheng
2008-09-22
1
-0
/
+1
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Use empty() instead of begin() == end().
Dan Gohman
2008-08-14
1
-1
/
+1
*
Fix PR2112: don't run loop aligner if target doesn't have a TargetLowering ob...
Evan Cheng
2008-02-29
1
-3
/
+5
*
Remove redundant #include.
Evan Cheng
2008-02-29
1
-1
/
+0
*
Added option -align-loops=<true/false> to disable loop aligner pass.
Evan Cheng
2008-02-28
1
-0
/
+1
*
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-28
1
-0
/
+65