Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
27b4133f65fbea82ecc520035bafcb1559a4bbe4
/
lib
/
CodeGen
/
LoopAligner.cpp
83059fd
Avoid inserting noop's in the middle of a loop.
by Evan Cheng
· 17 years ago
d365941
Remove unncessary isDeclaration() checks.
by Devang Patel
· 17 years ago
93698d9
Remove OptimizeForSize global. Use function attribute optsize.
by Devang Patel
· 17 years ago
1b42ac1
Instead of setPreservesAll, just mark them preseving machine loop info and machine dominators.
by Evan Cheng
· 17 years ago
465a66e
Mark several codegen passes as preserving all analysis.
by Evan Cheng
· 17 years ago
26f8c27
Tidy up several unbeseeming casts from pointer to intptr_t.
by Dan Gohman
· 17 years ago
c8424de
Use empty() instead of begin() == end().
by Dan Gohman
· 17 years ago
329344e
Fix PR2112: don't run loop aligner if target doesn't have a TargetLowering object.
by Evan Cheng
· 18 years ago
9be0de2
Remove redundant #include.
by Evan Cheng
· 18 years ago
7e29ba0
Added option -align-loops=<true/false> to disable loop aligner pass.
by Evan Cheng
· 18 years ago
45c1edb
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte boundaries.
by Evan Cheng
· 18 years ago