| Commit message (Expand) | Author | Age | Files | Lines |
* | fix PR6760, a missing check in heap SRoA. | Chris Lattner | 2010-04-10 | 1 | -1/+27 |
* | Revert the recent alignment changes. They're broken for -Os because, | Dan Gohman | 2010-04-02 | 1 | -6/+0 |
* | Make globalopt refine global variable alignment. | Dan Gohman | 2010-04-02 | 1 | -0/+6 |
* | @llvm.dbg.stoppoint intrinsic is not used anymore. | Devang Patel | 2010-03-01 | 1 | -98/+0 |
* | Update to use new debug info encoding scheme. As a bonus, now the test passes! | Devang Patel | 2010-03-01 | 1 | -55/+64 |
* | Remove this test because it checks wheter optimizer handled @llvm.dbg.global_... | Devang Patel | 2010-03-01 | 1 | -54/+0 |
* | fix PR6435 another bug from the MallocInst elimination work. | Chris Lattner | 2010-02-26 | 1 | -0/+27 |
* | this file lacks a run line! | Chris Lattner | 2010-02-26 | 1 | -0/+1 |
* | rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugs | Chris Lattner | 2010-02-25 | 1 | -0/+17 |
* | fix a globalopt crash on 'bullet' (handling evaluation of a store | Chris Lattner | 2010-01-07 | 1 | -0/+16 |
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | fix two bogus tests that the asmparser now rejects. | Chris Lattner | 2009-12-30 | 1 | -1/+1 |
* | Teach GlobalOpt to delete aliases with internal linkage (after | Duncan Sands | 2009-12-08 | 1 | -1/+13 |
* | Make ConstantFoldConstantExpression recursively visit the entire | Dan Gohman | 2009-11-23 | 1 | -0/+8 |
* | Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. | Victor Hernandez | 2009-11-07 | 9 | -40/+58 |
* | Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM | Victor Hernandez | 2009-11-06 | 9 | -58/+40 |
* | Update CreateMalloc so that its callers specify the size to allocate: | Victor Hernandez | 2009-11-05 | 9 | -40/+58 |
* | Make opt default to not adding a target data string and update tests that dep... | Kenneth Uildriks | 2009-11-03 | 3 | -0/+3 |
* | Extend getMallocArraySize() to determine the array size if the malloc argumen... | Victor Hernandez | 2009-10-28 | 2 | -0/+82 |
* | Autoupgrade malloc insts to malloc calls. | Victor Hernandez | 2009-10-17 | 2 | -2/+6 |
* | HeapAllocSRoA also needs to check if malloc array size can be computed. | Victor Hernandez | 2009-10-16 | 1 | -0/+26 |
* | Invert isSafeToGetMallocArraySize check because we return NULL when we don't ... | Victor Hernandez | 2009-10-16 | 1 | -0/+30 |
* | Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c... | Victor Hernandez | 2009-09-25 | 2 | -6/+2 |
* | Auto-upgrade malloc instructions to malloc calls. | Victor Hernandez | 2009-09-24 | 2 | -2/+6 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 47 | -52/+52 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 36 | -41/+41 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 52 | -57/+57 |
* | Add a testcase for the GlobalOpt inbounds fix. | Dan Gohman | 2009-09-07 | 1 | -0/+23 |
* | Add inbounds to these getelementptrs, now that GlobalOpt requires this, | Dan Gohman | 2009-09-07 | 2 | -4/+4 |
* | Fix a bug that caused globalopt to miscompile tramp3d: don't miss | Dan Gohman | 2009-08-18 | 1 | -0/+41 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 3 | -4/+4 |
* | Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can... | Evan Cheng | 2009-06-02 | 1 | -0/+117 |
* | Ignore debug info while evaluating function. | Devang Patel | 2009-03-09 | 1 | -0/+98 |
* | fix a serious pessimization that Tron on IRC pointed out where we would | Chris Lattner | 2009-03-07 | 1 | -0/+17 |
* | While thinking about the one-definition-rule and trying | Duncan Sands | 2009-03-06 | 1 | -0/+11 |
* | Revert 66224. | Devang Patel | 2009-03-06 | 1 | -0/+2 |
* | Revert rev. 66167. | Devang Patel | 2009-03-06 | 1 | -0/+1 |
* | Do not let debug info prevert globalopt from shriking a global vars to boolean. | Devang Patel | 2009-03-06 | 1 | -0/+65 |
* | GlobalOpt only process non constant local GVs while optimizing global vars. | Devang Patel | 2009-03-05 | 1 | -1/+0 |
* | Should have XFAILed this test. | Bill Wendling | 2009-03-04 | 1 | -0/+54 |
* | Temporarily revert r65994. It was causing rdar://6646455. | Bill Wendling | 2009-03-04 | 1 | -52/+0 |
* | If a global constant is dead then global's debug info should not prevent the ... | Devang Patel | 2009-03-04 | 1 | -0/+52 |
* | If the target of an alias has internal linkage, then the | Duncan Sands | 2009-02-15 | 2 | -0/+22 |
* | rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary | Chris Lattner | 2009-01-14 | 1 | -0/+35 |
* | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner | 2009-01-02 | 1 | -2/+2 |
* | Enhance heap sra to be substantially more aggressive w.r.t PHI | Chris Lattner | 2008-12-17 | 1 | -0/+41 |
* | Fix another crash found by inspection. If we have a PHI node merging | Chris Lattner | 2008-12-16 | 1 | -0/+24 |
* | fix a crash found by inspection. | Chris Lattner | 2008-12-16 | 2 | -8/+29 |
* | add testcase for r61051 | Chris Lattner | 2008-12-15 | 1 | -0/+42 |
* | add a basic test for heap-sra | Chris Lattner | 2008-12-15 | 1 | -0/+34 |