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
/
LICM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
1
-1
/
+1
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
28
-201
/
+201
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
8
-47
/
+240
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
7
-25
/
+321
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
2
-0
/
+230
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
4
-22
/
+172
*
Merging r195535:
Manman Ren
2013-12-09
1
-0
/
+2
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-05
1
-1
/
+1
*
Temporarily revert r191792 as it is causing some LTO debug failures
Eric Christopher
2013-10-04
1
-1
/
+1
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-01
1
-1
/
+1
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
3
-6
/
+12
*
Add testcase for r190631
Krzysztof Parzyszek
2013-09-16
1
-0
/
+54
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
1
-2
/
+2
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
1
-1
/
+1
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Debug Info: enable verifier for testing cases.
Manman Ren
2013-07-29
1
-1
/
+1
*
Debug Info Verifier: verify SPs in llvm.dbg.sp.
Manman Ren
2013-07-27
1
-15
/
+16
*
Next batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-26
1
-1
/
+1
*
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
4
-25
/
+25
*
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
*
AArch64: adjust tests which rely on a default JIT
Tim Northover
2013-02-18
1
-1
/
+1
*
LICM: Hoist insertvalue/extractvalue out of loops.
Benjamin Kramer
2013-01-09
1
-0
/
+26
*
tabs-to-spaces
Andrew Trick
2013-01-04
1
-44
/
+43
*
Fix LICM's memory promotion optimization to preserve TBAA tags when
Chris Lattner
2012-12-31
1
-2
/
+40
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
Set %defaultjit to use MCJIT for PowerPC targets.
Ulrich Weigand
2012-10-30
1
-1
/
+1
*
LICM may hoist an instruction with undefined behavior above a trap.
Nadav Rotem
2012-09-04
1
-1
/
+27
*
Avoid recomputing the unique exit blocks and their insert points when doing
Dan Gohman
2012-08-08
1
-0
/
+41
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
1
-1
/
+1
*
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
1
-1
/
+1
*
An instruction in a loop is not guaranteed to be executed just because the loop
Nick Lewycky
2012-05-01
1
-0
/
+22
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
1
-0
/
+167
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
4
-6
/
+6
*
LICM pass now understands invariant load metadata. Nothing generates this ye...
Pete Cooper
2011-11-08
1
-0
/
+39
*
Atomic load/store support in LICM.
Eli Friedman
2011-08-15
1
-0
/
+79
*
Move "atomic" and "volatile" designations on instructions after the opcode
Eli Friedman
2011-08-12
3
-3
/
+3
*
Bring LICM into compliance with the new "Memory Model for Concurrent Operatio...
Eli Friedman
2011-07-20
1
-0
/
+37
*
LICM: Do not loose alignment on promotion
Tobias Grosser
2011-07-06
1
-0
/
+26
*
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-17
1
-9
/
+0
*
PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced
Eli Friedman
2011-04-09
1
-0
/
+49
*
Test for r129190.
Eli Friedman
2011-04-09
1
-0
/
+32
*
PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad
Eli Friedman
2011-04-07
2
-1
/
+40
*
While sinking an instruction, do not lose llvm.dbg.value intrinsic.
Devang Patel
2011-03-08
1
-0
/
+62
*
Rename 'loopsimplify' to 'loop-simplify'.
Cameron Zwarich
2011-02-10
1
-1
/
+1
*
Enhance LICM to promote alias sets whose pointers themselves are stored,
Chris Lattner
2010-12-19
1
-0
/
+30
[next]