aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GlobalOpt
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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