| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 |
* | new testcase, the inliner shouldn't inline this. | Chris Lattner | 2007-06-25 | 1 | -0/+14 |
* | Instruct the inliner to obey the noinline attribute. Add test case. | Tanya Lattner | 2007-06-06 | 1 | -0/+46 |
* | update syntax | Chris Lattner | 2007-04-28 | 1 | -1/+1 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -2/+2 |
* | testcase for PR1335 | Chris Lattner | 2007-04-15 | 1 | -0/+49 |
* | For PR1319: | Reid Spencer | 2007-04-15 | 8 | -13/+16 |
* | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -1/+1 |
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 26 | -34/+34 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -0/+20 |
* | new testcases for PR992/993 | Chris Lattner | 2006-11-09 | 2 | -0/+590 |
* | The inliner strips dead allocas now. Add a use to allow this test to | Chris Lattner | 2006-09-15 | 1 | -0/+1 |
* | new testcase | Chris Lattner | 2006-09-13 | 1 | -0/+65 |
* | testcase for PR827 | Chris Lattner | 2006-07-12 | 1 | -0/+843 |
* | testcase for the recent inliner improvement. | Chris Lattner | 2006-06-01 | 1 | -0/+40 |
* | New testcase: check that the inliner constant folds instructions on the | Chris Lattner | 2006-05-27 | 1 | -0/+15 |
* | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -1/+1 |
* | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer | 2006-03-23 | 1 | -0/+3 |
* | New testcase for a regression last night: the -inline pass wasn't updating | Chris Lattner | 2006-01-14 | 1 | -0/+26 |
* | New testcase that functions with dynamic allocas can be inlined, and are | Chris Lattner | 2006-01-13 | 1 | -0/+28 |
* | Fix buggy test | Chris Lattner | 2005-05-13 | 1 | -4/+2 |
* | Make sure to not accidentally get a bogus tail marker | Chris Lattner | 2005-05-06 | 1 | -0/+16 |
* | Adding srcdir arg | Tanya Lattner | 2004-11-19 | 1 | -1/+1 |
* | Adding subdirectory dg.exp files in order to be able to use dejagnu to only r... | Tanya Lattner | 2004-11-13 | 1 | -0/+3 |
* | New testcase that crashes the inliner | Chris Lattner | 2004-10-17 | 1 | -0/+10 |
* | Use the new prcontext script. | John Criswell | 2004-08-02 | 1 | -1/+1 |
* | New testcase, distilled from PR324 | Chris Lattner | 2004-04-20 | 1 | -0/+12 |
* | New testcase that Brian provided which crashes the inliner | Chris Lattner | 2004-04-15 | 1 | -0/+21 |
* | Improve portability with Mac OS/X | Chris Lattner | 2003-12-09 | 1 | -1/+1 |
* | New testcase. | Chris Lattner | 2003-10-27 | 1 | -0/+19 |
* | New testcase which the inliner breaks | Chris Lattner | 2003-10-14 | 1 | -0/+19 |
* | Checkin an old bug, which appears to be fixed | Chris Lattner | 2003-10-08 | 1 | -0/+17 |
* | new testcase, reduced by bugpoint | Chris Lattner | 2003-09-22 | 1 | -0/+24 |
* | new testcase which crashes the inliner, thanks Bugpoint! | Chris Lattner | 2003-09-22 | 1 | -0/+26 |
* | Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. | Misha Brukman | 2003-09-16 | 7 | -7/+7 |
* | Removing Makefiles. Regression tests are now run by QMTest. | John Criswell | 2003-09-15 | 1 | -10/+0 |
* | New testcase | Chris Lattner | 2003-09-15 | 1 | -0/+20 |