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
*
[PM/AA] Add missing static dependency edges from DSE and memdep to TLI.
Chandler Carruth
2015-08-12
1
-1
/
+2
*
[PM/AA] Stop getting the TargetLibraryInfo out of the AliasAnalysis and
Chandler Carruth
2015-08-12
1
-36
/
+36
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-3
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[PM/AA] Remove the UnknownSize static member from AliasAnalysis.
Chandler Carruth
2015-06-17
1
-6
/
+6
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-23
/
+23
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-6
/
+6
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-4
/
+4
*
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
[next]