index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
BasicBlockUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
move FindAvailableLoadedValue from JumpThreading to Transforms/Utils.
Chris Lattner
2008-11-27
1
-0
/
+62
*
Fix unused variable warnings.
Devang Patel
2008-11-03
1
-1
/
+5
*
SplitBlock should only attempt to update LoopInfo if it is actually being used.
Owen Anderson
2008-10-03
1
-4
/
+3
*
Fix simplifycfg crash in handing block merge.
Devang Patel
2008-09-09
1
-1
/
+11
*
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
*
Add SplitEdge and SplitBlock utility routines.
Devang Patel
2007-07-06
1
-0
/
+61
*
simplify code by using Value::takeName
Chris Lattner
2007-02-11
1
-5
/
+3
*
Fix a doxygen problem and break lines at 80 columns
Reid Spencer
2006-05-19
1
-3
/
+3
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-5
/
+5
*
Improve doxygen documentation, patch contributed by Evan Jones!
Chris Lattner
2005-04-21
1
-17
/
+17
*
second argument to Value::setName is now gone.
Chris Lattner
2005-03-05
1
-3
/
+3
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+1
*
Finegrainify namespacification
Chris Lattner
2004-01-09
1
-9
/
+7
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Fix spelling.
Misha Brukman
2003-10-10
1
-1
/
+1
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
1
-1
/
+1
*
Fix spelling of `propagate'.
Misha Brukman
2002-10-29
1
-1
/
+1
*
Implement a new RemoveSuccessor function
Chris Lattner
2002-07-29
1
-4
/
+51
*
*** empty log message ***
Chris Lattner
2002-06-25
1
-31
/
+12
*
Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cpp
Chris Lattner
2002-05-07
1
-0
/
+79
[prev]