summaryrefslogtreecommitdiffstats
path: root/test/Transforms/GlobalOpt
Commit message (Expand)AuthorAgeFilesLines
* Teach globalopt how to evaluate an invoke with a non-void return type.Dan Gohman2012-03-131-0/+27
* Use the target-aware constant folder on expressions to improve the chanceNick Lewycky2012-02-211-0/+43
* Check for the correct size in the invariant marker.Nick Lewycky2012-02-201-4/+30
* Remove question.Nick Lewycky2012-02-171-1/+0
* Add support for invariant.start inside the static constructor evaluator. This isNick Lewycky2012-02-171-0/+34
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* GlobalOpt: Be more aggressive about elminating side-effect free static dtors.Benjamin Kramer2012-02-091-2/+4
* Teach GlobalOpt to handle atomic accesses to globals.Nick Lewycky2012-02-051-0/+10
* PR11705, part 2: globalopt shouldn't put inttoptr/ptrtoint operations into gl...Eli Friedman2012-01-051-4/+15
* remove autoupgrade support for old forms of llvm.prefetch and the oldChris Lattner2011-11-271-57/+0
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-1/+1
* Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman2011-10-201-0/+27
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-121-1/+1
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-1/+1
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-182-18/+13
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-173-3/+10
* Add testcase for r132290, to check for the crasher caught by the buildbotsNick Lewycky2011-05-291-2/+12
* Obey the isVolatile bit on memory intrinsics when analyzing uses of a globalNick Lewycky2011-05-291-0/+19
* fix PR9856, an incorrectly conservative assertion: a global can beChris Lattner2011-05-221-0/+14
* Add back a couple checks removed by r129128; the fact that an intitializerEli Friedman2011-04-091-0/+5
* Add an optimization to GlobalOpt that eliminates calls to __cxa_atexit, if th...Anders Carlsson2011-03-201-0/+31
* Add unnamed_addr when we can show that address of a global is not used.Rafael Espindola2011-01-196-7/+61
* Reduce and merge testcases.Owen Anderson2011-01-162-60/+16
* Improve the safety of my globalopt enhancement by ensuring that the bitcastOwen Anderson2011-01-161-0/+59
* fix a globalopt crash on two Adobe-C++ testcases that the recentChris Lattner2011-01-011-0/+9
* reapply r121100 with a tweak to constant fold ConstExprs with TargetDataChris Lattner2010-12-071-0/+23
* Temporarily revert r121100 as it's causing clang to failEric Christopher2010-12-071-23/+0
* fix PR8710 - teach global opt that some constantexprs are too complex toChris Lattner2010-12-071-0/+23
* GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals.Mikhail Glushenkov2010-10-191-0/+16
* Fix this test to avoid an "inexact" fold.Dan Gohman2010-09-171-1/+1
* fix PR8063, a crash in globalopt in the malloc analysis code.Chris Lattner2010-09-051-0/+15
* more test cleanupChris Lattner2010-09-021-1/+1
* Use llvm.foo as the intrinsic, rather than llvm.dbg.value. Since theDuncan Sands2010-05-041-4/+3
* Fix a variant of PR6112 found by thinking about it: when doingDuncan Sands2010-05-041-4/+12
* fix this to work with objdir != srcdirChris Lattner2010-04-281-1/+1
* fix PR6112 - When globalopt (or any other pass) does RAUW(@G, %G), Chris Lattner2010-04-281-0/+19
* Trim tests and convert to FileCheck.Evan Cheng2010-04-142-48/+13
* fix PR6760, a missing check in heap SRoA.Chris Lattner2010-04-101-1/+27
* Revert the recent alignment changes. They're broken for -Os because,Dan Gohman2010-04-021-6/+0
* Make globalopt refine global variable alignment.Dan Gohman2010-04-021-0/+6
* @llvm.dbg.stoppoint intrinsic is not used anymore.Devang Patel2010-03-011-98/+0
* Update to use new debug info encoding scheme. As a bonus, now the test passes!Devang Patel2010-03-011-55/+64
* Remove this test because it checks wheter optimizer handled @llvm.dbg.global_...Devang Patel2010-03-011-54/+0
* fix PR6435 another bug from the MallocInst elimination work.Chris Lattner2010-02-261-0/+27
* this file lacks a run line!Chris Lattner2010-02-261-0/+1
* rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugsChris Lattner2010-02-251-0/+17
* fix a globalopt crash on 'bullet' (handling evaluation of a storeChris Lattner2010-01-071-0/+16
* Delete useless trailing semicolons.Dan Gohman2010-01-051-1/+1
* fix two bogus tests that the asmparser now rejects.Chris Lattner2009-12-301-1/+1
* Teach GlobalOpt to delete aliases with internal linkage (afterDuncan Sands2009-12-081-1/+13