summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt
Commit message (Expand)AuthorAge
* Add testcase for r132290, to check for the crasher caught by the buildbotsNick Lewycky2011-05-29
* Obey the isVolatile bit on memory intrinsics when analyzing uses of a globalNick Lewycky2011-05-29
* fix PR9856, an incorrectly conservative assertion: a global can beChris Lattner2011-05-22
* Add back a couple checks removed by r129128; the fact that an intitializerEli Friedman2011-04-09
* Add an optimization to GlobalOpt that eliminates calls to __cxa_atexit, if th...Anders Carlsson2011-03-20
* Add unnamed_addr when we can show that address of a global is not used.Rafael Espindola2011-01-19
* Reduce and merge testcases.Owen Anderson2011-01-16
* Improve the safety of my globalopt enhancement by ensuring that the bitcastOwen Anderson2011-01-16
* fix a globalopt crash on two Adobe-C++ testcases that the recentChris Lattner2011-01-01
* reapply r121100 with a tweak to constant fold ConstExprs with TargetDataChris Lattner2010-12-07
* Temporarily revert r121100 as it's causing clang to failEric Christopher2010-12-07
* fix PR8710 - teach global opt that some constantexprs are too complex toChris Lattner2010-12-07
* GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals.Mikhail Glushenkov2010-10-19
* Fix this test to avoid an "inexact" fold.Dan Gohman2010-09-17
* fix PR8063, a crash in globalopt in the malloc analysis code.Chris Lattner2010-09-05
* more test cleanupChris Lattner2010-09-02
* Use llvm.foo as the intrinsic, rather than llvm.dbg.value. Since theDuncan Sands2010-05-04
* Fix a variant of PR6112 found by thinking about it: when doingDuncan Sands2010-05-04
* fix this to work with objdir != srcdirChris Lattner2010-04-28
* fix PR6112 - When globalopt (or any other pass) does RAUW(@G, %G), Chris Lattner2010-04-28
* Trim tests and convert to FileCheck.Evan Cheng2010-04-14
* fix PR6760, a missing check in heap SRoA.Chris Lattner2010-04-10
* Revert the recent alignment changes. They're broken for -Os because,Dan Gohman2010-04-02
* Make globalopt refine global variable alignment.Dan Gohman2010-04-02
* @llvm.dbg.stoppoint intrinsic is not used anymore.Devang Patel2010-03-01
* Update to use new debug info encoding scheme. As a bonus, now the test passes!Devang Patel2010-03-01
* Remove this test because it checks wheter optimizer handled @llvm.dbg.global_...Devang Patel2010-03-01
* fix PR6435 another bug from the MallocInst elimination work.Chris Lattner2010-02-26
* this file lacks a run line!Chris Lattner2010-02-26
* rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugsChris Lattner2010-02-25
* fix a globalopt crash on 'bullet' (handling evaluation of a storeChris Lattner2010-01-07
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* fix two bogus tests that the asmparser now rejects.Chris Lattner2009-12-30
* Teach GlobalOpt to delete aliases with internal linkage (afterDuncan Sands2009-12-08
* Make ConstantFoldConstantExpression recursively visit the entireDan Gohman2009-11-23
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-07
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-06
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-05
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* Extend getMallocArraySize() to determine the array size if the malloc argumen...Victor Hernandez2009-10-28
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-17
* HeapAllocSRoA also needs to check if malloc array size can be computed.Victor Hernandez2009-10-16
* Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...Victor Hernandez2009-10-16
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-25
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-24
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Add a testcase for the GlobalOpt inbounds fix.Dan Gohman2009-09-07
* Add inbounds to these getelementptrs, now that GlobalOpt requires this,Dan Gohman2009-09-07