| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Resolve aliases, when possible | Anton Korobeynikov | 2008-09-09 | 1 | -0/+19 |
* | Make GlobalOpt preserve address spaces when scalar replacing aggregate globals. | Matthijs Kooijman | 2008-07-17 | 1 | -0/+28 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | When SRoA'ing a global variable, make sure the new globals get the | Chris Lattner | 2008-04-26 | 1 | -0/+32 |
* | rename *.llx -> *.ll, last batch. | Chris Lattner | 2008-04-19 | 15 | -0/+0 |
* | Remove llvm-upgrade and update test cases. | Tanya Lattner | 2008-03-01 | 23 | -391/+382 |
* | Remove any 'nest' parameter attributes if the function | Duncan Sands | 2008-02-16 | 1 | -0/+57 |
* | Don't let globalopt hack on volatile loads or stores. | Chris Lattner | 2008-01-29 | 1 | -0/+9 |
* | Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan's | Chris Lattner | 2008-01-14 | 1 | -0/+16 |
* | Fix PR1896 | Chris Lattner | 2008-01-04 | 1 | -0/+26 |
* | upgrade test | Chris Lattner | 2007-11-13 | 2 | -11/+11 |
* | Tighten up a check for folding away loads from (newly constant) globals. This | Chris Lattner | 2007-11-09 | 1 | -0/+19 |
* | For PR1553: | Reid Spencer | 2007-07-19 | 1 | -1/+1 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 29 | -0/+816 |