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
/
DeadStoreElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't remove volatile loads. Thanks to Duncan for noticing this one.
Owen Anderson
2008-07-28
1
-1
/
+1
*
Add support for eliminating stores that store the same value that was just lo...
Owen Anderson
2008-07-28
1
-2
/
+35
*
80 col / tabs fixes
Nate Begeman
2008-05-13
1
-2
/
+2
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-2
/
+3
*
Fix DSE to not eliminate volatile loads with no uses.
Dan Gohman
2008-04-28
1
-3
/
+3
*
Be more precise when eliminating pointers bue to memcpy's. This allows more
Owen Anderson
2008-02-04
1
-4
/
+10
*
Remove a couple more cases of "getNumUses() == 0". No need to walk the linked
Nick Lewycky
2008-01-30
1
-2
/
+2
*
Use empty() instead of comparing size() with zero.
Nick Lewycky
2008-01-30
1
-1
/
+1
*
Don't DCE FreeInst's. We were using those! Patch from Owen Anderson.
Nick Lewycky
2008-01-30
1
-1
/
+1
*
Make DSE much more aggressive by performing DCE earlier. Update a testcase t...
Owen Anderson
2008-01-30
1
-2
/
+55
*
Add support for eliminating memcpy's at the end of functions. Also fix some ...
Owen Anderson
2008-01-29
1
-26
/
+63
*
DeadStoreElimination can treat byval parameters as if there were alloca's for...
Owen Anderson
2008-01-25
1
-5
/
+6
*
Initializing an unsigned with ~0UL causes the compiler
Duncan Sands
2008-01-20
1
-9
/
+9
*
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
-2
/
+1
*
don't put erase or query for non-allocainst pointers in an set of allocainsts*'s
Chris Lattner
2007-11-06
1
-3
/
+6
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
1
-5
/
+5
*
Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had been
Owen Anderson
2007-11-01
1
-4
/
+12
*
Don't DSe volatile stores.
Owen Anderson
2007-08-26
1
-18
/
+25
*
Make NonLocal and None const in the right way. :-)
Owen Anderson
2007-08-09
1
-3
/
+3
*
Change the None and NonLocal markers in memdep to be const.
Owen Anderson
2007-08-08
1
-3
/
+3
*
Global values also don't undead-ify pointers in our dead alloca's set.
Owen Anderson
2007-08-08
1
-0
/
+3
*
Make handleEndBlock significantly faster with one trivial improvement,
Owen Anderson
2007-08-08
1
-4
/
+30
*
Small improvement: if a function doesn't access memory, we don't need to scan
Owen Anderson
2007-08-08
1
-2
/
+8
*
Add some comments, remove a dead argument, and simplify some control flow.
Owen Anderson
2007-08-08
1
-19
/
+28
*
A few more small cleanups.
Owen Anderson
2007-08-08
1
-9
/
+7
*
First round of cleanups from Chris' feedback.
Owen Anderson
2007-08-08
1
-51
/
+58
*
Fix 80 col. violations.
Owen Anderson
2007-08-02
1
-14
/
+23
*
Rename FastDSE to just DSE.
Owen Anderson
2007-08-01
1
-12
/
+12
*
Move FastDSE in to DeadStoreElimination.
Owen Anderson
2007-08-01
1
-0
/
+387
*
Remove old DSE.
Owen Anderson
2007-08-01
1
-179
/
+0
*
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
/
+3
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-1
/
+2
*
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
Chris Lattner
2006-12-19
1
-3
/
+4
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-2
/
+2
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
Fix a bug where we didn't realize that vaarg reads memory. This fixes
Chris Lattner
2005-11-30
1
-0
/
+7
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-6
/
+6
*
Adjust to changes in instruction interfaces.
Chris Lattner
2005-01-29
1
-6
/
+5
*
Fix uint64_t -> unsigned VS warnings.
Chris Lattner
2005-01-08
1
-2
/
+2
*
Fix PR491 and testcase Transforms/DeadStoreElimination/2004-12-28-PartialStor...
Chris Lattner
2004-12-29
1
-1
/
+2
*
Make DSE potentially more aggressive by being more specific about alloca sizes.
Chris Lattner
2004-11-28
1
-4
/
+10
*
Prototype these functions more accurately
Chris Lattner
2004-09-20
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
Implement DeadStoreElim/alloca.llx by observing that allocas are dead at the
Chris Lattner
2004-07-26
1
-1
/
+4
*
* Substantially simplify how free instructions are handled (potentially fixing
Chris Lattner
2004-07-25
1
-43
/
+52
*
Free instructions kill values too. This implements DeadStoreElim/free.llx
Chris Lattner
2004-07-25
1
-4
/
+13
[prev]
[next]