| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate more redundant llvm-as calls. | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 48 | -53/+53 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -2/+2 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 27 | -33/+33 |
* | Fix PR4909, patch by Jakub Staszak. | Owen Anderson | 2009-09-08 | 1 | -0/+15 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 49 | -54/+54 |
* | Eliminate uses of %prcontext. | Daniel Dunbar | 2009-09-05 | 1 | -1/+3 |
* | testcase for PR3601 | Chris Lattner | 2009-09-01 | 1 | -0/+33 |
* | fix a crash building SPASS by tolerating a callsite that doesn't exist | Chris Lattner | 2009-08-31 | 1 | -0/+57 |
* | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner | 2009-08-31 | 1 | -0/+16 |
* | Implement a new optimization in the inliner: if inlining multiple | Chris Lattner | 2009-08-27 | 1 | -0/+26 |
* | the inliner shouldn't crash on this. | Chris Lattner | 2009-08-27 | 1 | -0/+31 |
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 1 | -1/+1 |
* | PR4123: don't crash when inlining a call which uses its own result. | Eli Friedman | 2009-05-08 | 1 | -0/+20 |
* | While inlining, clone llvm.dbg.func.start intrinsic and adjust | Devang Patel | 2009-04-15 | 1 | -86/+0 |
* | Add a new "available_externally" linkage type. This is intended | Chris Lattner | 2009-04-13 | 1 | -0/+16 |
* | If a function is marked alwaysinline, it must be inlined (possibly for correc... | Evan Cheng | 2009-03-10 | 1 | -0/+15 |
* | Fix a nasty bug (PR3550) where the inline pass could incorrectly mark | Chris Lattner | 2009-02-12 | 1 | -0/+35 |
* | Do not clone llvm.dbg.func.start and corresponding llvm.dbg.region.end durin... | Devang Patel | 2009-02-10 | 1 | -0/+86 |
* | Revert r63600. It didn't fix the bug, it just moved it a bit. | Nick Lewycky | 2009-02-03 | 1 | -32/+0 |
* | Update the callgraph when replacing InvokeInst with CallInst when inlining. | Nick Lewycky | 2009-02-03 | 1 | -0/+32 |
* | Fix testsuite regressions from recursive inlining. | Dale Johannesen | 2009-01-13 | 1 | -0/+293 |
* | Enable recursive inlining. Reduce inlining threshold | Dale Johannesen | 2009-01-12 | 1 | -0/+92 |
* | Do not inline functions with (dynamic) alloca into | Dale Johannesen | 2009-01-08 | 2 | -0/+40 |
* | Add PR number. | Devang Patel | 2008-11-05 | 1 | -0/+1 |
* | New test case. | Devang Patel | 2008-11-05 | 1 | -0/+6 |
* | Add InlineCost class for represent the estimated cost of inlining a | Daniel Dunbar | 2008-10-30 | 1 | -0/+14 |
* | Implement function notes as function attributes. | Devang Patel | 2008-09-26 | 2 | -2/+2 |
* | Rationalize the names of passes that print information: | Duncan Sands | 2008-09-23 | 1 | -1/+1 |
* | respect inline=never and inline=always notes. | Devang Patel | 2008-09-02 | 2 | -0/+20 |
* | Move two tests from SRETPromotion to Inline, since they only call opt -inline. | Matthijs Kooijman | 2008-08-07 | 2 | -0/+110 |
* | Let some more tests ignore expected output on stderr. | Matthijs Kooijman | 2008-06-10 | 1 | -1/+1 |
* | Eliminate questionable syntax for stdin redirection. This probably also speed... | Gabor Greif | 2008-05-20 | 1 | -2/+2 |
* | 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 |
* | Update old-style syntax in some "not grep" tests. | Dan Gohman | 2008-05-01 | 1 | -1/+1 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 1 | -13/+0 |
* | rename *.llx -> *.ll, last batch. | Chris Lattner | 2008-04-19 | 1 | -0/+0 |
* | Turn unwind_to into "unwinds to". | Nick Lewycky | 2008-03-10 | 1 | -1/+1 |
* | Update the inliner and simplifycfg to handle unwind_to. | Nick Lewycky | 2008-03-09 | 1 | -0/+13 |
* | Use cast instead of dyn_cast. | Devang Patel | 2008-03-04 | 1 | -9/+11 |
* | Handle multiple return values. | Devang Patel | 2008-03-04 | 1 | -0/+26 |
* | Remove llvm-upgrade and update test cases. | Tanya Lattner | 2008-03-01 | 26 | -625/+624 |
* | Revert r46393: readonly/readnone functions are no | Duncan Sands | 2008-01-27 | 1 | -3/+3 |
* | Invert this test, because it is wrong if we allow | Duncan Sands | 2008-01-26 | 1 | -3/+3 |
* | we don't have to make an explicit copy of a byval argument when | Chris Lattner | 2008-01-12 | 1 | -0/+28 |
* | When inlining a functino with a byval argument, make an explicit | Chris Lattner | 2008-01-11 | 1 | -0/+28 |
* | When inlining through an 'nounwind' call, mark inlined | Duncan Sands | 2007-12-19 | 1 | -0/+19 |
* | Make invokes of inline asm legal. Teach codegen | Duncan Sands | 2007-12-17 | 1 | -1/+1 |
* | Make instcombine promote inline asm calls to 'nounwind' | Duncan Sands | 2007-12-16 | 1 | -1/+1 |