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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mem2Reg does not need TargetData.
Devang Patel
2007-04-25
2
-11
/
+6
*
Remove unused function argument.
Devang Patel
2007-04-25
2
-3
/
+3
*
Fix a comment.
Owen Anderson
2007-04-21
1
-1
/
+1
*
Comment out usage of write() for now.
Jeff Cohen
2007-04-20
1
-0
/
+6
*
Avoid recursion.
Devang Patel
2007-04-20
1
-6
/
+13
*
Move more passes to using ETForest instead of DominatorTree.
Owen Anderson
2007-04-20
2
-13
/
+12
*
Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap.
Evan Cheng
2007-04-18
1
-18
/
+21
*
Use new ETForest accessor.
Owen Anderson
2007-04-18
1
-4
/
+4
*
Use ETForest instead of DominatorTree.
Owen Anderson
2007-04-18
1
-21
/
+18
*
remove use of BasicBlock::getNext
Chris Lattner
2007-04-17
2
-3
/
+6
*
remove use of Instruction::getNext
Chris Lattner
2007-04-17
1
-3
/
+5
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
6
-6
/
+6
*
Fix PR1335 and Transforms/Inline/2007-04-15-InlineEH.ll
Chris Lattner
2007-04-15
1
-4
/
+5
*
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
2007-04-15
2
-50
/
+0
*
avoid copying sets and vectors around.
Chris Lattner
2007-04-14
1
-7
/
+6
*
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-12
1
-0
/
+2
*
Re-constify things that don't break the build. Last patch in this
Owen Anderson
2007-04-09
1
-2
/
+4
*
Unconst-ify stuff that broke the build.
Owen Anderson
2007-04-09
1
-1
/
+1
*
Const-ify some parameters, and some cosmetic cleanups. No functionality
Owen Anderson
2007-04-09
1
-3
/
+4
*
Tabs -> Spaces
Owen Anderson
2007-04-09
1
-36
/
+36
*
Improve some _slow_ behavior introduced in my patches the last few days.
Owen Anderson
2007-04-09
1
-42
/
+42
*
Cleanup some from my DomSet-removal changes. Add a new
Owen Anderson
2007-04-09
1
-4
/
+4
*
Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson.
Nick Lewycky
2007-04-08
1
-89
/
+54
*
Add DomSet back, and revert the changes to LoopSimplify. Apparently the
Owen Anderson
2007-04-07
1
-48
/
+85
*
Completely purge DomSet from LoopSimplify. This is part of the
Owen Anderson
2007-04-07
1
-82
/
+46
*
BreakCriticalEdges does still preserve DominatorTree.
Owen Anderson
2007-04-07
1
-0
/
+1
*
Expunge DomSet from BreakCriticalEdges. This is part of the continuing
Owen Anderson
2007-04-07
1
-52
/
+18
*
Expunge DomSet from CodeExtractor. This is part of the continuing work
Owen Anderson
2007-04-07
1
-19
/
+21
*
Expunge a bunch of uses of DomSet from LoopSimplify. Many more remain.
Owen Anderson
2007-04-07
1
-3
/
+2
*
reduce use of std::set
Chris Lattner
2007-04-02
1
-6
/
+7
*
Reduce malloc/free traffic.
Devang Patel
2007-03-26
1
-12
/
+8
*
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-22
4
-6
/
+8
*
LoopSimplify::FindPHIToPartitionLoops()
Devang Patel
2007-03-20
1
-4
/
+6
*
Unbreak VC++ build. Do not use identifiers starting with _ as they are reser...
Jeff Cohen
2007-03-12
1
-3
/
+3
*
Use range tests in LowerSwitch, where possible
Anton Korobeynikov
2007-03-10
1
-31
/
+114
*
Remove dead comments.
Devang Patel
2007-03-09
1
-3
/
+0
*
Avoid recursion. Use iterative algorithm for RenamePass().
Devang Patel
2007-03-09
1
-4
/
+31
*
Make sure debug code is not evaluated in non-debug case.
Reid Spencer
2007-03-02
1
-2
/
+3
*
1. Sort switch cases using APInt safe comparison.
Reid Spencer
2007-03-02
1
-2
/
+2
*
Use APInt safe isOne() method on ConstantInt instead of getZExtValue()==1
Reid Spencer
2007-03-02
1
-1
/
+1
*
Make sorting of ConstantInt be APInt clean through use of ult function.
Reid Spencer
2007-03-02
1
-1
/
+1
*
switch the inliner from being recursive to being iterative.
Chris Lattner
2007-03-02
1
-6
/
+14
*
fix an obscure and tricky bug the inliner can hit sometimes.
Chris Lattner
2007-02-23
1
-1
/
+1
*
Revert changes for a simplier solution.
Jim Laskey
2007-02-22
1
-50
/
+36
*
Itanium ABI exception handing support.
Jim Laskey
2007-02-21
1
-36
/
+50
*
Fix typos in comments.
Dan Gohman
2007-02-20
1
-1
/
+1
*
eliminate use of deprecated apis
Chris Lattner
2007-02-19
1
-2
/
+2
*
For PR1195:
Reid Spencer
2007-02-15
1
-2
/
+2
*
Eliminate use of ctors that take vectors.
Chris Lattner
2007-02-13
4
-19
/
+23
*
stop using methods that take vectors.
Chris Lattner
2007-02-12
1
-3
/
+4
[next]