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
*
Update LoopSimplify to require and preserve DominatorTree only.
Devang Patel
2007-06-08
1
-32
/
+26
*
Do not preserve ETForest.
Devang Patel
2007-06-08
1
-26
/
+5
*
Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.
Devang Patel
2007-06-07
1
-16
/
+15
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-07
2
-13
/
+15
*
Maintain ETNode as part of DomTreeNode.
Devang Patel
2007-06-07
2
-2
/
+2
*
s/DominatorTree::createNewNode/DominatorTree::addNewBlock/g
Devang Patel
2007-06-04
3
-4
/
+3
*
Add basic block level interface to change immediate dominator
Devang Patel
2007-06-04
1
-2
/
+2
*
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-04
3
-15
/
+15
*
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-06-03
3
-15
/
+15
*
Minor comment cleanups.
Dan Gohman
2007-05-24
1
-1
/
+1
*
Fix typos.
Dan Gohman
2007-05-11
1
-1
/
+1
*
Fix typo in comment.
Nick Lewycky
2007-05-06
7
-7
/
+7
*
Drop 'const'
Devang Patel
2007-05-03
9
-17
/
+17
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
9
-17
/
+17
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
9
-3
/
+33
*
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
[next]