| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the test moves from 176733. Use "REQUIRES: asserts" instead. | Jan Wen Voung | 2013-03-12 | 2 | -4/+1 |
* | Fix test case. | Benjamin Kramer | 2013-03-09 | 1 | -2/+2 |
* | Test case hygiene. | Benjamin Kramer | 2013-03-09 | 1 | -4/+4 |
* | Disable statistics on Release builds and move tests that depend on -stats. | Jan Wen Voung | 2013-03-08 | 2 | -0/+4 |
* | Added missing newline to end of test case. | Michael Gottesman | 2013-02-05 | 1 | -1/+1 |
* | Add code to GlobalVariable.h so that global variables marked as | Michael Gottesman | 2013-02-05 | 1 | -0/+35 |
* | Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr... | Joey Gouly | 2013-01-10 | 1 | -11/+16 |
* | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko | 2013-01-01 | 1 | -1/+1 |
* | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko | 2012-12-30 | 3 | -3/+3 |
* | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko | 2012-12-30 | 2 | -2/+2 |
* | Revert previous check in r168581, r169079 as they are still in code review st... | Zhou Sheng | 2012-12-01 | 1 | -8309/+0 |
* | The patch is to improve the memory footprint of pass GlobalOpt. | Zhou Sheng | 2012-12-01 | 1 | -0/+8309 |
* | Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of cast | Hans Wennborg | 2012-11-16 | 1 | -0/+20 |
* | Make GlobalOpt be conservative with TLS variables (PR14309) | Hans Wennborg | 2012-11-15 | 1 | -0/+53 |
* | GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ... | Benjamin Kramer | 2012-09-28 | 1 | -1/+24 |
* | Add testcases for GlobalOpt changes in r160693 and r160757. | Nick Lewycky | 2012-07-29 | 1 | -3/+33 |
* | Teach globalopt to not nuke all stores to globals. Keep them around of they | Nick Lewycky | 2012-07-24 | 2 | -1/+20 |
* | Revert r160602. | Nick Lewycky | 2012-07-21 | 2 | -21/+1 |
* | Teach globalopt to play nice with leak checkers. This is a reapplication of | Nick Lewycky | 2012-07-21 | 2 | -1/+21 |
* | Revert r160529 due to crashes. | Nick Lewycky | 2012-07-19 | 2 | -21/+1 |
* | Don't wipe out global variables that are probably storing pointers to heap | Nick Lewycky | 2012-07-19 | 2 | -1/+21 |
* | GlobalOpt forgot to handle bitcast when analyzing globals. Found by inspection. | Duncan Sands | 2012-07-02 | 1 | -1/+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 | 11 | -15/+15 |
* | Revert r159136 due to PR13124. | Matt Beaumont-Gay | 2012-06-27 | 1 | -14/+0 |
* | If a constant or a function has linkonce_odr linkage and unnamed_addr, mark it | Rafael Espindola | 2012-06-25 | 1 | -0/+14 |
* | Some optimizations done by globalopt are safe only for internal linkage, not | Rafael Espindola | 2012-06-15 | 1 | -0/+12 |
* | Implement the isSafeToDiscardIfUnused predicate and use it in globalopt and | Rafael Espindola | 2012-06-14 | 1 | -4/+20 |
* | Teach Function::hasAddressTaken that BlockAddress doesn't really take | Jay Foad | 2012-05-12 | 1 | -0/+16 |
* | Fix a crash on valid (if UB) bitcode that is produced for some global | Chandler Carruth | 2012-04-24 | 1 | -0/+5 |
* | GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha... | Benjamin Kramer | 2012-03-28 | 1 | -0/+11 |
* | Teach globalopt how to evaluate an invoke with a non-void return type. | Dan Gohman | 2012-03-13 | 1 | -0/+27 |
* | Use the target-aware constant folder on expressions to improve the chance | Nick Lewycky | 2012-02-21 | 1 | -0/+43 |
* | Check for the correct size in the invariant marker. | Nick Lewycky | 2012-02-20 | 1 | -4/+30 |
* | Remove question. | Nick Lewycky | 2012-02-17 | 1 | -1/+0 |
* | Add support for invariant.start inside the static constructor evaluator. This is | Nick Lewycky | 2012-02-17 | 1 | -0/+34 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | GlobalOpt: Be more aggressive about elminating side-effect free static dtors. | Benjamin Kramer | 2012-02-09 | 1 | -2/+4 |
* | Teach GlobalOpt to handle atomic accesses to globals. | Nick Lewycky | 2012-02-05 | 1 | -0/+10 |
* | PR11705, part 2: globalopt shouldn't put inttoptr/ptrtoint operations into gl... | Eli Friedman | 2012-01-05 | 1 | -4/+15 |
* | remove autoupgrade support for old forms of llvm.prefetch and the old | Chris Lattner | 2011-11-27 | 1 | -57/+0 |
* | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner | 2011-11-27 | 1 | -1/+1 |
* | Refactor code from inlining and globalopt that checks whether a function defi... | Eli Friedman | 2011-10-20 | 1 | -0/+27 |
* | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman | 2011-08-12 | 1 | -1/+1 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -1/+1 |
* | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 2011-06-18 | 2 | -18/+13 |
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 3 | -3/+10 |
* | Add testcase for r132290, to check for the crasher caught by the buildbots | Nick Lewycky | 2011-05-29 | 1 | -2/+12 |
* | Obey the isVolatile bit on memory intrinsics when analyzing uses of a global | Nick Lewycky | 2011-05-29 | 1 | -0/+19 |
* | fix PR9856, an incorrectly conservative assertion: a global can be | Chris Lattner | 2011-05-22 | 1 | -0/+14 |