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
/
Utils
/
BasicBlockUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some checks that got lost in the shuffle. This fixes 464.h264ref.
Owen Anderson
2008-07-18
1
-0
/
+4
*
Make MergeBlockIntoPredecessor more aggressive when the same successor appears
Owen Anderson
2008-07-17
1
-5
/
+24
*
Factor MergeBlockIntoPredecessor out into BasicBlockUtils.
Owen Anderson
2008-07-17
1
-0
/
+52
*
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
1
-6
/
+1
*
Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.h
Chris Lattner
2008-04-21
1
-0
/
+101
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-1
/
+1
*
Two things. Preserve the unwind_to when splitting a BB.
Nick Lewycky
2008-03-09
1
-0
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...
Owen Anderson
2007-11-27
1
-1
/
+1
*
After a basic block is split into two parts,
Devang Patel
2007-07-19
1
-2
/
+15
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+175