| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix PR8602, a bug in an assertion: a volatile store *of* a pointer | Chris Lattner | 2010-12-19 | 1 | -0/+13 |
* | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman | 2010-10-18 | 2 | -2/+2 |
* | Remove LoopIndexSplit pass. It is neither maintained nor used by anyone. | Devang Patel | 2010-10-07 | 1 | -39/+0 |
* | fix PR8102, a case where we'd copyValue from a value that we already | Chris Lattner | 2010-09-14 | 1 | -0/+20 |
* | fix PR8067, an over-aggressive assertion in LICM. | Chris Lattner | 2010-09-06 | 1 | -0/+14 |
* | fix a bug in my licm rewrite when a load from the promoted memory | Chris Lattner | 2010-09-04 | 1 | -0/+27 |
* | fix more AST updating bugs, correcting miscompilation in PR8041 | Chris Lattner | 2010-09-02 | 1 | -0/+47 |