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
/
CodePlacementOpt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make CodePlacementOpt detect special EH control flow by
Dan Gohman
2010-02-18
1
-7
/
+8
*
Fix several comments which had previously been "the the" where a
Dan Gohman
2010-02-10
1
-1
/
+1
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-1
/
+1
*
Remove dead store.
Bill Wendling
2009-12-25
1
-1
/
+0
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
1
-4
/
+5
*
Move the utility function UpdateTerminator() from CodePlacementOpt() into
Jim Grosbach
2009-11-12
1
-61
/
+3
*
Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks are
Dan Gohman
2009-10-20
1
-182
/
+343
*
Revert r84295, this unbreaks llvm-gcc bootstrap on x86-64/linux
Anton Korobeynikov
2009-10-19
1
-355
/
+177
*
Fix my -Asserts warning fix.
Daniel Dunbar
2009-10-17
1
-2
/
+3
*
Suppress -Asserts warning.
Daniel Dunbar
2009-10-17
1
-2
/
+2
*
Enhance CodePlacementOpt's unconditional intra-loop branch elimination logic
Dan Gohman
2009-10-17
1
-177
/
+354
*
Make CodePlacementOpt align loops, rather than loop headers. The
Dan Gohman
2009-10-15
1
-71
/
+30
*
Fix this comment. The loop header is the loop entry point.
Dan Gohman
2009-10-07
1
-2
/
+2
*
Fix CodePlacementOpt::OptimizeIntraLoopEdges so that its return value
Bob Wilson
2009-05-18
1
-0
/
+2
*
Run code placement optimization for targets that want it (arm and x86 for now).
Evan Cheng
2009-05-13
1
-0
/
+3
*
If header of inner loop is aligned, do not align the outer loop header. We do...
Evan Cheng
2009-05-12
1
-6
/
+33
*
Fix pr4195: When iterating through predecessor blocks, break out of the loop
Bob Wilson
2009-05-12
1
-3
/
+3
*
Oops. Don't forget to align single bb loops.
Evan Cheng
2009-05-09
1
-1
/
+1
*
Enable loop bb placement optimization.
Evan Cheng
2009-05-08
1
-9
/
+0
*
Don't align loop header unless the loop back edge is below the header.
Evan Cheng
2009-05-08
1
-1
/
+17
*
Reverse branch condition only when there is a conditional branch.
Evan Cheng
2009-05-08
1
-1
/
+2
*
Add explicit braces to disambiguate nested if/else. Removes a warning.
Nick Lewycky
2009-05-08
1
-1
/
+2
*
Optimize code placement in loop to eliminate unconditional branches or move u...
Evan Cheng
2009-05-08
1
-16
/
+236
*
Code refactoring.
Evan Cheng
2009-05-07
1
-7
/
+22
*
Rename "loop aligner" pass to "code placement optimization" pass.
Evan Cheng
2009-05-07
1
-0
/
+82