aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LICM
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0928-201/+201
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-238-47/+240
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-027-25/+321
* Update LLVM for rebase to r212749.Stephen Hines2014-07-212-0/+230
* Update to LLVM 3.5a.Stephen Hines2014-04-244-22/+172
* Merging r195535:Manman Ren2013-12-091-0/+2
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-051-1/+1
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-041-1/+1
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-011-1/+1
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-273-6/+12
* Add testcase for r190631Krzysztof Parzyszek2013-09-161-0/+54
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-2/+2
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-1/+1
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Debug Info: enable verifier for testing cases.Manman Ren2013-07-291-1/+1
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-271-15/+16
* Next batch of -disable-debug-info-verifier.Rafael Espindola2013-07-261-1/+1
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-142-5/+5
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-144-25/+25
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-122-4/+1
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-082-0/+4
* AArch64: adjust tests which rely on a default JITTim Northover2013-02-181-1/+1
* LICM: Hoist insertvalue/extractvalue out of loops.Benjamin Kramer2013-01-091-0/+26
* tabs-to-spacesAndrew Trick2013-01-041-44/+43
* Fix LICM's memory promotion optimization to preserve TBAA tags whenChris Lattner2012-12-311-2/+40
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Set %defaultjit to use MCJIT for PowerPC targets.Ulrich Weigand2012-10-301-1/+1
* LICM may hoist an instruction with undefined behavior above a trap.Nadav Rotem2012-09-041-1/+27
* Avoid recomputing the unique exit blocks and their insert points when doingDan Gohman2012-08-081-0/+41
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-1/+1
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-021-1/+1
* An instruction in a loop is not guaranteed to be executed just because the loopNick Lewycky2012-05-011-0/+22
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman2011-12-141-0/+167
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-274-6/+6
* LICM pass now understands invariant load metadata. Nothing generates this ye...Pete Cooper2011-11-081-0/+39
* Atomic load/store support in LICM.Eli Friedman2011-08-151-0/+79
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-123-3/+3
* Bring LICM into compliance with the new "Memory Model for Concurrent Operatio...Eli Friedman2011-07-201-0/+37
* LICM: Do not loose alignment on promotionTobias Grosser2011-07-061-0/+26
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-9/+0
* PR9604; try to deal with RAUW updates correctly in the AST. I'm not convincedEli Friedman2011-04-091-0/+49
* Test for r129190.Eli Friedman2011-04-091-0/+32
* PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoadEli Friedman2011-04-072-1/+40
* While sinking an instruction, do not lose llvm.dbg.value intrinsic.Devang Patel2011-03-081-0/+62
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-101-1/+1
* Enhance LICM to promote alias sets whose pointers themselves are stored,Chris Lattner2010-12-191-0/+30