aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GlobalOpt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make ConstantFoldConstantExpression recursively visit the entireDan Gohman2009-11-231-0/+8
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-079-40/+58
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-069-58/+40
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-059-40/+58
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-033-0/+3
* Extend getMallocArraySize() to determine the array size if the malloc argumen...Victor Hernandez2009-10-282-0/+82
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-172-2/+6
* HeapAllocSRoA also needs to check if malloc array size can be computed.Victor Hernandez2009-10-161-0/+26
* Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...Victor Hernandez2009-10-161-0/+30
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-252-6/+2
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-242-2/+6
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1147-52/+52
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-0836-41/+41
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0852-57/+57
* Add a testcase for the GlobalOpt inbounds fix.Dan Gohman2009-09-071-0/+23
* Add inbounds to these getelementptrs, now that GlobalOpt requires this,Dan Gohman2009-09-072-4/+4
* Fix a bug that caused globalopt to miscompile tramp3d: don't missDan Gohman2009-08-181-0/+41
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-043-4/+4
* Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can...Evan Cheng2009-06-021-0/+117
* Ignore debug info while evaluating function.Devang Patel2009-03-091-0/+98
* fix a serious pessimization that Tron on IRC pointed out where we wouldChris Lattner2009-03-071-0/+17
* While thinking about the one-definition-rule and tryingDuncan Sands2009-03-061-0/+11
* Revert 66224.Devang Patel2009-03-061-0/+2
* Revert rev. 66167. Devang Patel2009-03-061-0/+1
* Do not let debug info prevert globalopt from shriking a global vars to boolean.Devang Patel2009-03-061-0/+65
* GlobalOpt only process non constant local GVs while optimizing global vars.Devang Patel2009-03-051-1/+0
* Should have XFAILed this test.Bill Wendling2009-03-041-0/+54
* Temporarily revert r65994. It was causing rdar://6646455.Bill Wendling2009-03-041-52/+0
* If a global constant is dead then global's debug info should not prevent the ...Devang Patel2009-03-041-0/+52
* If the target of an alias has internal linkage, then theDuncan Sands2009-02-152-0/+22
* rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporaryChris Lattner2009-01-141-0/+35
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-021-2/+2
* Enhance heap sra to be substantially more aggressive w.r.t PHIChris Lattner2008-12-171-0/+41
* Fix another crash found by inspection. If we have a PHI node mergingChris Lattner2008-12-161-0/+24
* fix a crash found by inspection.Chris Lattner2008-12-162-8/+29
* add testcase for r61051Chris Lattner2008-12-151-0/+42
* add a basic test for heap-sraChris Lattner2008-12-151-0/+34