projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[WebAssembly] Suffix output operands with '='.
[oota-llvm.git]
/
test
/
Transforms
/
GVN
/
2015-11-23
Andrew Kaylor
[WinEH] Fix a case where GVN could incorrectly PRE...
tree
|
commitdiff
2015-11-19
Pete Cooper
Revert "Change memcpy/memset/memmove to have dest and...
tree
|
commitdiff
2015-11-19
Weiming Zhao
Fix bug 25440: GVN assertion after coercing loads
tree
|
commitdiff
2015-11-18
Pete Cooper
Change memcpy/memset/memmove to have dest and source...
tree
|
commitdiff
2015-11-18
Mike Aizatsky
Disable gvn non-local speculative loads under asan.
tree
|
commitdiff
2015-11-18
David Majnemer
Add a test for r253323
tree
|
commitdiff
2015-11-17
Philip Reames
[PRE] Preserve !invariant.load metadata
tree
|
commitdiff
2015-11-12
Tobias Grosser
Revert "Fix bug 25440: GVN assertion after coercing...
tree
|
commitdiff
2015-11-12
Weiming Zhao
Fix bug 25440: GVN assertion after coercing loads
tree
|
commitdiff
2015-11-05
Peter Collingbourne
DI: Reverse direction of subprogram -> function edge.
tree
|
commitdiff
2015-10-28
Sanjoy Das
[GVN] Make a test case more robust
tree
|
commitdiff
2015-10-23
Tim Northover
GVN: don't try to replace instruction with itself.
tree
|
commitdiff
2015-10-18
Jakub Staszak
Preserve CFG in MergedLoadStoreMotion. This fixes PR24426.
tree
|
commitdiff
2015-10-02
Piotr Padlewski
inariant.group handling in GVN
tree
|
commitdiff
2015-09-11
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-09-09
Chandler Carruth
[PM/AA] Rebuild LLVM's alias analysis infrastructure...
tree
|
commitdiff
2015-09-02
Piotr Padlewski
assuem(X) handling in GVN bugfix
tree
|
commitdiff
2015-09-02
Piotr Padlewski
Constant propagation after hitting assume(cmp) bugfix
tree
|
commitdiff
2015-09-02
Piotr Padlewski
Constant propagation after hiting llvm.assume
tree
|
commitdiff
2015-08-28
Duncan P. N. Exon...
DI: Require subprogram definitions to be distinct
tree
|
commitdiff
2015-08-28
Steven Wu
Revert r246244 and r246243
tree
|
commitdiff
2015-08-28
Piotr Padlewski
Constant propagation after hitting assume(cmp) bugfix
tree
|
commitdiff
2015-08-28
Piotr Padlewski
Constant propagation after hiting llvm.assume
tree
|
commitdiff
2015-08-18
Justin Bogner
Revert "Constant propagation after hiting llvm.assume"
tree
|
commitdiff
2015-08-18
Piotr Padlewski
Constant propagation after hiting llvm.assume
tree
|
commitdiff
2015-08-09
David Majnemer
[PHITransAddr] Don't assume that instruction operands...
tree
|
commitdiff
2015-07-14
Tim Northover
GVN: tolerate an instruction being replaced without...
tree
|
commitdiff
2015-06-25
Peter Collingbourne
GVN: If a branch has two identical successors, we canno...
tree
|
commitdiff
2015-06-24
David Majnemer
[GVN] Intersect the IR flags when CSE'ing two instructions
tree
|
commitdiff
2015-06-17
David Majnemer
Move the personality function from LandingPadInst to...
tree
|
commitdiff
2015-06-12
Alexey Samsonov
[GVN] Use a simpler form of IRBuilder constructor.
tree
|
commitdiff
2015-06-10
Alexey Samsonov
[GVN] Set proper debug locations for some instructions...
tree
|
commitdiff
2015-06-01
David Majnemer
[PHITransAddr] Don't translate unreachable values
tree
|
commitdiff
2015-05-05
Daniel Berlin
Update BasicAliasAnalysis to understand that nothing...
tree
|
commitdiff
2015-04-16
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-03-24
Philip Reames
!invariant.load semantics with potentially clobbering...
tree
|
commitdiff
2015-03-21
David Majnemer
MemoryDependenceAnalysis: Don't miscompile atomics
tree
|
commitdiff
2015-03-13
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-25
Sanjay Patel
only propagate equality comparisons of FP values that...
tree
|
commitdiff
2015-02-03
Daniel Berlin
Allow PRE to insert no-cost phi nodes
tree
|
commitdiff
2015-01-29
Sanjay Patel
[GVN] don't propagate equality comparisons of FP zero...
tree
|
commitdiff
2015-01-26
Philip Reames
Add test cases for PRE w/volatile loads
tree
|
commitdiff
2015-01-26
Philip Reames
Refine memory dependence's notion of volatile semantics
tree
|
commitdiff
2015-01-26
Philip Reames
Pass QueryInst down through non-local dependency calcul...
tree
|
commitdiff
2015-01-12
Sanjay Patel
GVN: propagate equalities for floating point compares
tree
|
commitdiff
2015-01-09
Tim Northover
Re-reapply r221924: "[GVN] Perform Scalar PRE on gep...
tree
|
commitdiff
2014-12-15
Duncan P. N. Exon...
IR: Make metadata typeless in assembly
tree
|
commitdiff
2014-12-01
Rafael Espindola
Relax an assert a bit to avoid a crash on unreachable...
tree
|
commitdiff
2014-11-19
Manman Ren
Revert r222039 because of bot failure.
tree
|
commitdiff
2014-11-14
Chad Rosier
Reapply r221924: "[GVN] Perform Scalar PRE on gep indic...
tree
|
commitdiff
2014-11-13
Chad Rosier
Revert "[GVN] Perform Scalar PRE on gep indices that...
tree
|
commitdiff
2014-11-13
Chad Rosier
[GVN] Perform Scalar PRE on gep indices that feed loads...
tree
|
commitdiff
2014-08-29
Robin Morisset
Relax the constraint more in MemoryDependencyAnalysis.cpp
tree
|
commitdiff
2014-08-18
Robin Morisset
Answer to Philip Reames comments
tree
|
commitdiff
2014-07-30
Rafael Espindola
Use "weak alias" instead of "alias weak"
tree
|
commitdiff
2014-07-24
Hal Finkel
Add scoped-noalias metadata
tree
|
commitdiff
2014-07-14
Matt Arsenault
Look through addrspacecast in GetPointerBaseWithConstan...
tree
|
commitdiff
2014-06-30
Erik Eckstein
test commit: add a comment line in GVN test file
tree
|
commitdiff
2014-06-26
Arnold Schwaighofer
GVN: Preserve invariant.load metadata
tree
|
commitdiff
2014-06-12
Duncan P. N. Exon...
GVN: Enable value forwarding for calloc
tree
|
commitdiff
2014-05-02
Akira Hatanaka
[GVN] Pass the phi-translated address of a load instead...
tree
|
commitdiff
2014-03-28
Erik Verbruggen
Revert "GVN: merge overflow intrinsics with non-overflo...
tree
|
commitdiff
2014-03-12
Rafael Espindola
Reject alias to undefined symbols in the verifier.
tree
|
commitdiff
2014-03-11
Erik Verbruggen
Fix crash in PRE.
tree
|
commitdiff
2014-03-11
Erik Verbruggen
GVN: merge overflow intrinsics with non-overflow instru...
tree
|
commitdiff
2014-01-11
Benjamin Kramer
Fix broken CHECK lines.
tree
|
commitdiff
2013-11-11
Shuxin Yang
Fix PR17952.
tree
|
commitdiff
2013-11-11
Rafael Espindola
Add a testcase for pr17852.
tree
|
commitdiff
2013-11-10
Bill Wendling
Revert "Resurrect r191017 " GVN proceeds in the presenc...
tree
|
commitdiff
2013-11-10
Matt Arsenault
Use variable for register name in test
tree
|
commitdiff
2013-11-07
David Majnemer
IR: Do not canonicalize constant GEPs into an out-of...
tree
|
commitdiff
2013-10-30
Matt Arsenault
Fix GVN creating bitcast between address spaces
tree
|
commitdiff
2013-09-30
Manman Ren
TBAA: update tbaa format from scalar format to struct...
tree
|
commitdiff
2013-09-27
Manman Ren
TBAA: handle scalar TBAA format and struct-path aware...
tree
|
commitdiff
2013-09-24
Benjamin Kramer
MemoryBuiltins: Reinstate optimizing (uninitialized...
tree
|
commitdiff
2013-09-20
Shuxin Yang
Resurrect r191017 " GVN proceeds in the presence of...
tree
|
commitdiff
2013-09-20
Joerg Sonnenberger
Delete empty files.
tree
|
commitdiff
2013-09-20
Joerg Sonnenberger
Revert r191017, it results in segmentation faults in Qt.
tree
|
commitdiff
2013-09-19
Shuxin Yang
GVN proceeds in the presence of dead code.
tree
|
commitdiff
2013-08-16
Daniel Dunbar
[tests] Cleanup initialization of test suffixes.
tree
|
commitdiff
2013-07-14
Stephen Lin
Catch more CHECK that can be converted to CHECK-LABEL...
tree
|
commitdiff
2013-07-14
Stephen Lin
Update Transforms tests to use CHECK-LABEL for easier...
tree
|
commitdiff
2013-07-07
Nick Lewycky
Eliminate trivial redundant loads across nocapture...
tree
|
commitdiff
2013-05-06
Matt Arsenault
Fix unchecked uses of DominatorTree in MemoryDependence...
tree
|
commitdiff
2013-04-09
Nadav Rotem
Revert 179071 because it is not the right way to suppor...
tree
|
commitdiff
2013-04-08
Nadav Rotem
c++ new operators are not malloc-like functions because...
tree
|
commitdiff
2013-03-12
Jan Wen Voung
Revert the test moves from 176733. Use "REQUIRES:...
tree
|
commitdiff
2013-03-08
Jan Wen Voung
Disable statistics on Release builds and move tests...
tree
|
commitdiff
2013-01-04
Manman Ren
Memory Dependence Analysis: fix a miscompile that uses...
tree
|
commitdiff
2013-01-01
Dmitri Gribenko
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
tree
|
commitdiff
2012-12-30
Dmitri Gribenko
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
tree
|
commitdiff
2012-12-30
Dmitri Gribenko
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
tree
|
commitdiff
2012-12-30
NAKAMURA Takumi
llvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix...
tree
|
commitdiff
2012-12-12
Jakub Staszak
unHECKify test. It was fixed by Chris in 2009.
tree
|
commitdiff
2012-11-28
Patrik Hägglund
Add error handling in getInt.
tree
|
commitdiff
2012-11-08
NAKAMURA Takumi
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal(...
tree
|
commitdiff
2012-10-24
Hal Finkel
Update GVN to support vectors of pointers.
tree
|
commitdiff
2012-10-23
Bill Wendling
Ignore unreachable blocks when doing memory dependence...
tree
|
commitdiff
next