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
/
GVN.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[GVN] don't propagate equality comparisons of FP zero (PR22376)
Sanjay Patel
2015-01-29
1
-3
/
+10
*
[PM] Remove the Pass argument from all of the critical edge splitting
Chandler Carruth
2015-01-19
1
-2
/
+4
*
[PM] Replace another Pass argument with specific analyses that are
Chandler Carruth
2015-01-18
1
-1
/
+2
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+3
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
80-cols; NFC
Sanjay Patel
2015-01-12
1
-13
/
+13
*
GVN: propagate equalities for floating point compares
Sanjay Patel
2015-01-12
1
-1
/
+6
*
Re-reapply r221924: "[GVN] Perform Scalar PRE on gep indices that feed loads ...
Tim Northover
2015-01-09
1
-161
/
+175
*
[Refactor] Have getNonLocalPointerDependency take the query instruction
Philip Reames
2015-01-09
1
-2
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-7
/
+7
*
Revert r222039 because of bot failure.
Manman Ren
2014-11-19
1
-175
/
+161
*
Reapply r221924: "[GVN] Perform Scalar PRE on gep indices that feed loads before
Chad Rosier
2014-11-14
1
-161
/
+175
*
Revert "[GVN] Perform Scalar PRE on gep indices that feed loads before doing ...
Chad Rosier
2014-11-13
1
-166
/
+166
*
[GVN] Perform Scalar PRE on gep indices that feed loads before doing Load PRE.
Chad Rosier
2014-11-13
1
-166
/
+166
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-2
/
+7
*
[GVN] Format variable name.
Tilmann Scheller
2014-09-04
1
-2
/
+2
*
Introduce a helper to combine instruction metadata.
Rafael Espindola
2014-08-15
1
-43
/
+19
*
Fix typos in comments and doc
JF Bastien
2014-08-05
1
-1
/
+1
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+13
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-3
/
+5
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-5
/
+10
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-10
/
+5
*
GVN: Preserve invariant.load metadata
Arnold Schwaighofer
2014-06-26
1
-0
/
+4
*
GVN: Enable value forwarding for calloc
Duncan P. N. Exon Smith
2014-06-12
1
-0
/
+16
*
GVN: Fix non-determinism in map iteration.
Benjamin Kramer
2014-05-13
1
-4
/
+7
*
GVN: rangify a couple of loops.
Benjamin Kramer
2014-05-13
1
-13
/
+9
*
[GVN] Pass the phi-translated address of a load instead of the untranslated
Akira Hatanaka
2014-05-02
1
-2
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-33
/
+33
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Implement depth_first and inverse_depth_first range factory functions.
David Blaikie
2014-04-11
1
-7
/
+3
*
Revert "GVN: merge overflow intrinsics with non-overflow instructions."
Erik Verbruggen
2014-03-28
1
-124
/
+58
*
Fix crash in PRE.
Erik Verbruggen
2014-03-11
1
-0
/
+2
*
GVN: fix hashing of extractvalue.
Erik Verbruggen
2014-03-11
1
-0
/
+4
*
GVN: merge overflow intrinsics with non-overflow instructions.
Erik Verbruggen
2014-03-11
1
-58
/
+118
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-75
/
+75
*
Make succ_iterator a real random access iterator and clean up a couple of users.
Benjamin Kramer
2014-02-10
1
-2
/
+1
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
[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
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-4
/
+3
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
Correct a glitch in r194424 which may invalidate iterator.
Shuxin Yang
2013-11-12
1
-1
/
+3
*
Fix PR17952.
Shuxin Yang
2013-11-11
1
-6
/
+175
[prev]
[next]