index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
GVN
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
7
-13
/
+13
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
73
-661
/
+689
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
14
-54
/
+544
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
4
-24
/
+131
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
2
-0
/
+56
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-0
/
+87
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
2
-15
/
+43
*
Fix PR17952.
Shuxin Yang
2013-11-11
8
-22
/
+221
*
Add a testcase for pr17852.
Rafael Espindola
2013-11-11
1
-0
/
+66
*
Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...
Bill Wendling
2013-11-10
8
-221
/
+22
*
Use variable for register name in test
Matt Arsenault
2013-11-10
1
-2
/
+2
*
IR: Do not canonicalize constant GEPs into an out-of-bounds array access
David Majnemer
2013-11-07
1
-0
/
+30
*
Fix GVN creating bitcast between address spaces
Matt Arsenault
2013-10-30
1
-3
/
+17
*
TBAA: update tbaa format from scalar format to struct-path aware format.
Manman Ren
2013-09-30
1
-14
/
+15
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
2
-10
/
+21
*
MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new.
Benjamin Kramer
2013-09-24
1
-3
/
+28
*
Resurrect r191017 " GVN proceeds in the presence of dead code" plus a fix to ...
Shuxin Yang
2013-09-20
8
-22
/
+220
*
Delete empty files.
Joerg Sonnenberger
2013-09-20
2
-0
/
+0
*
Revert r191017, it results in segmentation faults in Qt.
Joerg Sonnenberger
2013-09-20
8
-220
/
+22
*
GVN proceeds in the presence of dead code.
Shuxin Yang
2013-09-19
8
-22
/
+220
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...
Stephen Lin
2013-07-14
2
-5
/
+5
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
14
-70
/
+70
*
Eliminate trivial redundant loads across nocapture+readonly calls to uncaptured
Nick Lewycky
2013-07-07
1
-0
/
+17
*
Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
Matt Arsenault
2013-05-06
1
-0
/
+14
*
Revert 179071 because it is not the right way to support non standard new/new...
Nadav Rotem
2013-04-09
1
-20
/
+0
*
c++ new operators are not malloc-like functions because they do not return un...
Nadav Rotem
2013-04-08
1
-0
/
+20
*
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-12
2
-4
/
+1
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
2
-0
/
+4
*
Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the
Manman Ren
2013-01-04
1
-0
/
+54
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
6
-6
/
+6
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
2
-2
/
+2
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
2
-2
/
+2
*
llvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix a RUN line not to emit ...
NAKAMURA Takumi
2012-12-30
1
-1
/
+1
*
unHECKify test. It was fixed by Chris in 2009.
Jakub Staszak
2012-12-12
1
-8
/
+5
*
Add error handling in getInt.
Patrik Hägglund
2012-11-28
1
-2
/
+1
*
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...
NAKAMURA Takumi
2012-11-08
1
-5
/
+3
*
Update GVN to support vectors of pointers.
Hal Finkel
2012-10-24
1
-0
/
+27
*
Ignore unreachable blocks when doing memory dependence analysis on non-local
Bill Wendling
2012-10-23
1
-0
/
+36
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-0
/
+31
*
Fix broken check lines.
Benjamin Kramer
2012-08-17
1
-2
/
+2
*
Teach GVN to reason about edges dominating uses. This allows it to handle cases
Rafael Espindola
2012-08-16
1
-0
/
+60
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
3
-3
/
+3
*
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
1
-1
/
+1
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
9
-9
/
+9
*
When gvn decides to replace an instruction with another, we have to patch the
Rafael Espindola
2012-06-04
4
-0
/
+306
*
Fix PR12858, a crash due to GVN's PRE not fully removing an instruction from the
Duncan Sands
2012-05-22
1
-0
/
+33
*
Don't PRE compares.
Jakob Stoklund Olesen
2012-03-29
1
-0
/
+68
*
Nick pointed out on IRC that GVN's propagateEquality wasn't propagating
Duncan Sands
2012-03-04
1
-0
/
+17
*
Have GVN also do condition propagation when the right-hand side is not
Duncan Sands
2012-02-29
1
-0
/
+57
[next]