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] Factor out common code [NFCI]
Philip Reames
2016-01-25
1
-40
/
+21
*
[opaque pointer types] [NFC] Add an explicit type argument to ConstantFoldLoa...
Eduard Burtescu
2016-01-22
1
-2
/
+2
*
Fix for two constant propagation problems in GVN with the assume intrinsic
David L Kreitzer
2016-01-21
1
-3
/
+4
*
Use range-based for loops. NFC
Craig Topper
2015-11-28
1
-37
/
+20
*
[WinEH] Fix a case where GVN could incorrectly PRE a load into an EH pad.
Andrew Kaylor
2015-11-23
1
-0
/
+10
*
Fix bug 25440: GVN assertion after coercing loads
Weiming Zhao
2015-11-19
1
-1
/
+12
*
Fix returned value for GVN: could return "false" even after modifying the IR
Mehdi Amini
2015-11-18
1
-1
/
+1
*
Disable gvn non-local speculative loads under asan.
Mike Aizatsky
2015-11-18
1
-0
/
+4
*
[PRE] Preserve !invariant.load metadata
Philip Reames
2015-11-17
1
-0
/
+2
*
Revert "Fix bug 25440: GVN assertion after coercing loads"
Tobias Grosser
2015-11-12
1
-41
/
+13
*
Fix bug 25440: GVN assertion after coercing loads
Weiming Zhao
2015-11-12
1
-13
/
+41
*
GVN: don't try to replace instruction with itself.
Tim Northover
2015-10-23
1
-5
/
+9
*
Scalar: Remove some implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-5
/
+5
*
inariant.group handling in GVN
Piotr Padlewski
2015-10-02
1
-8
/
+9
*
gvn small fix
Piotr Padlewski
2015-09-17
1
-3
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-4
/
+6
*
assuem(X) handling in GVN bugfix
Piotr Padlewski
2015-09-02
1
-1
/
+20
*
Constant propagation after hitting assume(cmp) bugfix
Piotr Padlewski
2015-09-02
1
-9
/
+26
*
Constant propagation after hiting llvm.assume
Piotr Padlewski
2015-09-02
1
-3
/
+68
*
Revert r246244 and r246243
Steven Wu
2015-08-28
1
-93
/
+11
*
Constant propagation after hitting assume(cmp) bugfix
Piotr Padlewski
2015-08-28
1
-9
/
+26
*
Constant propagation after hiting llvm.assume
Piotr Padlewski
2015-08-28
1
-3
/
+68
*
Rename Instruction::dropUnknownMetadata() to dropUnknownNonDebugMetadata()
Adrian Prantl
2015-08-20
1
-1
/
+0
*
Fix a bug that caused SimplifyCFG to drop DebugLocs.
Adrian Prantl
2015-08-20
1
-0
/
+1
*
Fix a debug location handling bug in GVN.
Adrian Prantl
2015-08-20
1
-1
/
+2
*
Revert "Constant propagation after hiting llvm.assume"
Justin Bogner
2015-08-18
1
-68
/
+3
*
Constant propagation after hiting llvm.assume
Piotr Padlewski
2015-08-18
1
-3
/
+68
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
Drive-by fixes for LandingPad -> EHPad
David Majnemer
2015-08-04
1
-4
/
+4
*
Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...
Nick Lewycky
2015-07-29
1
-1
/
+1
*
[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
Chandler Carruth
2015-07-22
1
-5
/
+5
*
[PM/AA] Remove the addEscapingUse update API that won't be easy to
Chandler Carruth
2015-07-18
1
-30
/
+3
*
GVN: use a static array instead of regenerating it each time. NFC.
Tim Northover
2015-07-14
1
-1
/
+1
*
GVN: tolerate an instruction being replaced without existing in the leaderboard
Tim Northover
2015-07-14
1
-1
/
+4
*
[PM/AA] Completely remove the AliasAnalysis::copyValue interface.
Chandler Carruth
2015-07-11
1
-5
/
+1
*
GVN: If a branch has two identical successors, we cannot declare either dead.
Peter Collingbourne
2015-06-25
1
-0
/
+4
*
[GVN] Intersect the IR flags when CSE'ing two instructions
David Majnemer
2015-06-24
1
-7
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-3
/
+3
*
[GVN] Use a simpler form of IRBuilder constructor.
Alexey Samsonov
2015-06-12
1
-2
/
+2
*
[GVN] Use IRBuilder more actively instead of creating instructions manually.
Alexey Samsonov
2015-06-12
1
-20
/
+21
*
[GVN] Set proper debug locations for some instructions created by GVN.
Alexey Samsonov
2015-06-10
1
-0
/
+4
*
Extend EarlyCSE to handle basic cases from JumpThreading and CVP
Philip Reames
2015-05-22
1
-21
/
+2
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-2
/
+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
-72
/
+58
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
only propagate equality comparisons of FP values that we are certain are non-...
Sanjay Patel
2015-02-25
1
-3
/
+7
*
remove function names from comments; NFC
Sanjay Patel
2015-02-24
1
-42
/
+38
*
Allow PRE to insert no-cost phi nodes
Daniel Berlin
2015-02-03
1
-44
/
+68
[prev]
[next]