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
/
Scalar
/
LICM.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change create*Pass factory functions to return Pass* instead of
Daniel Dunbar
2008-10-22
1
-1
/
+1
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Put the LICM of constant GlobalVariables, introduced in r53945, under a
Dan Gohman
2008-07-24
1
-1
/
+11
*
"Allow LICM to sink or lift loads from constant memory. Also add a test
Chris Lattner
2008-07-23
1
-0
/
+5
*
Use Loop::block_iterator.
Dan Gohman
2008-06-22
1
-9
/
+10
*
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
Dan Gohman
2008-05-23
1
-7
/
+3
*
rewrite the validity checking for memory promotion to be simpler,
Chris Lattner
2008-05-22
1
-49
/
+52
*
Use 'continue' to reduce nesting in this loop. No functionality change.
Chris Lattner
2008-05-22
1
-54
/
+51
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-7
/
+7
*
Make several variable declarations static.
Dan Gohman
2008-05-06
1
-1
/
+1
*
Use empty() instead of comparing size() with zero.
Dan Gohman
2008-01-29
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Integrate the readonly/readnone logic more deeply
Duncan Sands
2007-12-01
1
-16
/
+14
*
Remove another leak. Due to some reason AliasSetTracker didn't had any dtor...
Anton Korobeynikov
2007-11-25
1
-0
/
+5
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
1
-1
/
+1
*
Fix a typo in a comment.
Dan Gohman
2007-10-31
1
-1
/
+1
*
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-10-03
1
-1
/
+1
*
Relax unsafe use check. If there is one unconditional use inside the loop the...
Devang Patel
2007-10-01
1
-22
/
+22
*
Do not reserve DOM check for GetElementPtrInst.
Devang Patel
2007-09-25
1
-21
/
+22
*
Do not promote null values because it may be unsafe to do so.
Devang Patel
2007-09-24
1
-0
/
+4
*
Avoid unsafe promotion.
Devang Patel
2007-09-19
1
-9
/
+41
*
Fix PR1657
Devang Patel
2007-09-18
1
-0
/
+8
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
1
-3
/
+3
*
Typo.
Nick Lewycky
2007-08-18
1
-1
/
+1
*
Add note.
Devang Patel
2007-07-31
1
-1
/
+3
*
Implement Simple Analysis interfaces - cloneBasicBlockAnalysis and deleteAnal...
Devang Patel
2007-07-31
1
-0
/
+26
*
LICM preserves scalar evolution and dom frontier.
Devang Patel
2007-07-30
1
-0
/
+3
*
Do not require ETForest. Now it is unused by LICM.
Devang Patel
2007-06-07
1
-3
/
+0
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-07
1
-2
/
+2
*
Allow insertelement, extractelement, and shufflevector to be hoisted/sunk
Dan Gohman
2007-06-05
1
-1
/
+3
*
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-04
1
-8
/
+8
*
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-06-03
1
-8
/
+8
*
Insert new instructions in AliasSet.
Devang Patel
2007-06-01
1
-1
/
+5
*
Fix typo.
Devang Patel
2007-05-30
1
-1
/
+1
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
Mem2Reg does not need TargetData.
Devang Patel
2007-04-25
1
-2
/
+2
*
Rollback some changes that adversely affected performance. I'm currently ret...
Owen Anderson
2007-04-24
1
-22
/
+26
*
Fix a comment.
Owen Anderson
2007-04-21
1
-1
/
+1
*
Move more passes to using ETForest instead of DominatorTree.
Owen Anderson
2007-04-20
1
-5
/
+2
*
Switch more uses of DominatorTree over to ETForest.
Owen Anderson
2007-04-18
1
-22
/
+24
*
Spell doFinalization right, so that it is a proper virtual override and
Dan Gohman
2007-04-17
1
-1
/
+1
*
fix long lines
Chris Lattner
2007-04-14
1
-1
/
+1
*
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-22
1
-1
/
+1
*
Now LICM is a LoopPass.
Devang Patel
2007-03-07
1
-30
/
+26
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-2
/
+3
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-1
/
+1
*
Adjust #includes to match movement of constant folding code from transformuti...
Chris Lattner
2007-01-30
1
-1
/
+1
[next]