summaryrefslogtreecommitdiff
path: root/test/Transforms/LICM
Commit message (Expand)AuthorAge
* [LPM] Apply a really big hammer to fix PR18688 by recursively reformingChandler Carruth2014-02-01
* [LPM] Make LCSSA a utility with a FunctionPass that applies it to allChandler Carruth2014-01-25
* Fix broken CHECK lines.Benjamin Kramer2014-01-11
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-23
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-05
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-04
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-01
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-27
* Add testcase for r190631Krzysztof Parzyszek2013-09-16
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Debug Info: enable verifier for testing cases.Manman Ren2013-07-29
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-27
* Next batch of -disable-debug-info-verifier.Rafael Espindola2013-07-26
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-12
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* AArch64: adjust tests which rely on a default JITTim Northover2013-02-18
* LICM: Hoist insertvalue/extractvalue out of loops.Benjamin Kramer2013-01-09
* tabs-to-spacesAndrew Trick2013-01-04
* Fix LICM's memory promotion optimization to preserve TBAA tags whenChris Lattner2012-12-31
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Set %defaultjit to use MCJIT for PowerPC targets.Ulrich Weigand2012-10-30
* LICM may hoist an instruction with undefined behavior above a trap.Nadav Rotem2012-09-04
* Avoid recomputing the unique exit blocks and their insert points when doingDan Gohman2012-08-08
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* An instruction in a loop is not guaranteed to be executed just because the loopNick Lewycky2012-05-01
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman2011-12-14
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* LICM pass now understands invariant load metadata. Nothing generates this ye...Pete Cooper2011-11-08
* Atomic load/store support in LICM.Eli Friedman2011-08-15
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-12
* Bring LICM into compliance with the new "Memory Model for Concurrent Operatio...Eli Friedman2011-07-20
* LICM: Do not loose alignment on promotionTobias Grosser2011-07-06
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* PR9604; try to deal with RAUW updates correctly in the AST. I'm not convincedEli Friedman2011-04-09
* Test for r129190.Eli Friedman2011-04-09
* PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoadEli Friedman2011-04-07
* While sinking an instruction, do not lose llvm.dbg.value intrinsic.Devang Patel2011-03-08
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-10
* Enhance LICM to promote alias sets whose pointers themselves are stored,Chris Lattner2010-12-19
* fix PR8602, a bug in an assertion: a volatile store *of* a pointerChris Lattner2010-12-19
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-18
* Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel2010-10-07