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
...
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-30
/
+27
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[DSE] Remove no-data-layout-only type-based overlap checking
Hal Finkel
2014-10-17
1
-8
/
+1
*
Revert "r214897 - Remove dead zero store to calloc initialized memory"
Rui Ueyama
2014-08-06
1
-35
/
+15
*
Remove dead zero store to calloc initialized memory
Philip Reames
2014-08-05
1
-15
/
+35
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-1
/
+2
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-2
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-15
/
+15
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[C++11] Remove a leftover std::function instance.
Benjamin Kramer
2014-03-03
1
-3
/
+2
*
[C++11] Remove the completely unnecessary requirement on SetVector's
Chandler Carruth
2014-03-03
1
-3
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-32
/
+12
*
Factor out calls to AA.getDataLayout().
Rafael Espindola
2014-02-25
1
-8
/
+6
*
Rename a few more DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-5
/
+5
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
Update optimization passes to handle inalloca arguments
Reid Kleckner
2014-01-28
1
-5
/
+5
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-4
/
+4
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
1
-3
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-10
/
+10
*
Unquadratize SetVector removal loops in DSE.
Benjamin Kramer
2012-10-14
1
-27
/
+36
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-8
/
+8
*
Don't forget that strcpy and friends return a pointer to the destination, so
Nick Lewycky
2012-09-25
1
-2
/
+2
*
Remove unused name of variable to quiet a warning. Also canonicalize a
Nick Lewycky
2012-09-24
1
-3
/
+3
*
Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may be
Nick Lewycky
2012-09-24
1
-32
/
+71
*
Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable.
Nick Lewycky
2012-09-24
1
-12
/
+11
*
DSE: Poking holes into a SetVector is expensive, avoid it if possible.
Benjamin Kramer
2012-09-09
1
-5
/
+5
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-11
/
+15
*
Change greater than to greater than or equal so that an identical sized store...
Craig Topper
2012-08-14
1
-1
/
+1
*
isAllocLikeFn is allowed to return true for functions which read memory; make
Eli Friedman
2012-08-08
1
-2
/
+9
*
Clean whitespaces.
Nadav Rotem
2012-07-24
1
-14
/
+14
*
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-21
1
-52
/
+9
*
It's not deterministic to iterate over SmallPtrSet. Replace it with SmallSetV...
Evan Cheng
2012-06-16
1
-14
/
+14
*
Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.
Dan Gohman
2012-05-10
1
-3
/
+19
*
teach DSE and isInstructionTriviallyDead() about calloc
Nuno Lopes
2012-05-10
1
-3
/
+16
*
Reverted r152620 - DSE: Shorten memset when a later store overwrites the star...
Pete Cooper
2012-02-28
1
-66
/
+2
*
DSE: Shorten memset when a later store overwrites the start of it
Pete Cooper
2012-02-28
1
-2
/
+66
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-2
/
+2
*
Fix infinite loop in DSE when deleting a free in a reachable loop that's also
Nick Lewycky
2011-12-08
1
-1
/
+1
*
Fixed deadstoreelimination bug where negative indices were incorrectly causin...
Pete Cooper
2011-12-03
1
-1
/
+1
*
Merge isObjectPointerWithTrustworthySize with getPointerSize. Use it when
Nick Lewycky
2011-11-16
1
-30
/
+20
*
Fixed bug in DeadStoreElimination commit r144239
Pete Cooper
2011-11-10
1
-1
/
+1
*
DeadStoreElimination can now trim the size of a store if the end of the store...
Pete Cooper
2011-11-09
1
-33
/
+110
*
Do simple cross-block DSE when we encounter a free statement. Fixes PR11240.
Nick Lewycky
2011-11-05
1
-25
/
+56
*
Speculatively revert "DeadStoreElimination can now trim the size of a store if
Daniel Dunbar
2011-11-04
1
-109
/
+33
*
DeadStoreElimination can now trim the size of a store if the end of it is dead.
Pete Cooper
2011-11-03
1
-33
/
+109
[prev]
[next]