index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CodePlacementOpt.cpp
Age
Commit message (
Expand
)
Author
2009-11-12
Move the utility function UpdateTerminator() from CodePlacementOpt() into
Jim Grosbach
2009-10-20
Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks are
Dan Gohman
2009-10-19
Revert r84295, this unbreaks llvm-gcc bootstrap on x86-64/linux
Anton Korobeynikov
2009-10-17
Fix my -Asserts warning fix.
Daniel Dunbar
2009-10-17
Suppress -Asserts warning.
Daniel Dunbar
2009-10-17
Enhance CodePlacementOpt's unconditional intra-loop branch elimination logic
Dan Gohman
2009-10-15
Make CodePlacementOpt align loops, rather than loop headers. The
Dan Gohman
2009-10-07
Fix this comment. The loop header is the loop entry point.
Dan Gohman
2009-05-18
Fix CodePlacementOpt::OptimizeIntraLoopEdges so that its return value
Bob Wilson
2009-05-13
Run code placement optimization for targets that want it (arm and x86 for now).
Evan Cheng
2009-05-12
If header of inner loop is aligned, do not align the outer loop header. We do...
Evan Cheng
2009-05-12
Fix pr4195: When iterating through predecessor blocks, break out of the loop
Bob Wilson
2009-05-09
Oops. Don't forget to align single bb loops.
Evan Cheng
2009-05-08
Enable loop bb placement optimization.
Evan Cheng
2009-05-08
Don't align loop header unless the loop back edge is below the header.
Evan Cheng
2009-05-08
Reverse branch condition only when there is a conditional branch.
Evan Cheng
2009-05-08
Add explicit braces to disambiguate nested if/else. Removes a warning.
Nick Lewycky
2009-05-08
Optimize code placement in loop to eliminate unconditional branches or move u...
Evan Cheng
2009-05-07
Code refactoring.
Evan Cheng
2009-05-07
Rename "loop aligner" pass to "code placement optimization" pass.
Evan Cheng