| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typos in comments. | Brian Gaeke | 2003-09-15 | 1 | -2/+2 |
| | | | | | llvm-svn: 8523 | ||||
| * | Add prototype for the lowersetjmp pass | Chris Lattner | 2003-09-15 | 1 | -0/+7 |
| | | | | | llvm-svn: 8522 | ||||
| * | Enable the setjmp/longjmp lowering pass | Chris Lattner | 2003-09-15 | 1 | -0/+1 |
| | | | | | llvm-svn: 8521 | ||||
| * | Initial checkin of the Setjmp/Longjmp lowering/transformation pass, | Chris Lattner | 2003-09-15 | 1 | -0/+501 |
| | | | | | | | contributed by the masterful Bill Wendling! llvm-svn: 8520 | ||||
| * | Ugh, a bug fix needed because of the bug in the CallGraph code | Chris Lattner | 2003-09-15 | 1 | -2/+4 |
| | | | | | llvm-svn: 8519 | ||||
| * | These two conditions are not exclusive!! | Chris Lattner | 2003-09-15 | 1 | -3/+6 |
| | | | | | llvm-svn: 8518 | ||||
| * | Make the print output more useful | Chris Lattner | 2003-09-15 | 1 | -3/+7 |
| | | | | | llvm-svn: 8517 | ||||
| * | Fix bug: PruneEH/2003-09-14-ExternalCall.llx | Chris Lattner | 2003-09-15 | 1 | -1/+4 |
| | | | | | llvm-svn: 8516 | ||||
| * | New testcase | Chris Lattner | 2003-09-15 | 1 | -0/+11 |
| | | | | | llvm-svn: 8515 | ||||
| * | Fix bug: Inline/2003-09-14-InlineValue.ll | Chris Lattner | 2003-09-15 | 1 | -4/+8 |
| | | | | | llvm-svn: 8514 | ||||
| * | New testcase | Chris Lattner | 2003-09-15 | 1 | -0/+20 |
| | | | | | llvm-svn: 8513 | ||||
| * | Wrap long lines at 80 cols | Chris Lattner | 2003-09-15 | 1 | -2/+5 |
| | | | | | llvm-svn: 8512 | ||||
| * | Make sure to #include the OBJROOT config.h file, not the SRCROOT config.h file! | Chris Lattner | 2003-09-15 | 1 | -2/+2 |
| | | | | | llvm-svn: 8511 | ||||
| * | Fix a spello Misha made while fixing one of my appostrifications | Chris Lattner | 2003-09-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 8510 | ||||
| * | Update makellvm to work with the brave new world of separate obj-root trees. | Vikram S. Adve | 2003-09-14 | 1 | -2/+23 |
| | | | | | | | | | | | | | | | | | With these changes, you can still run makellvm directly from your source tree as follows: % makellvm [toolname] ## looks for obj-root in default places (see below) or % makellvm -obj obj-root [toolname] ## specify obj-root explicitly. With the first from, `makellvm' checks the following places in order and uses the first one that contains the file `Makefile.config': (1) Your src-root directory (2) /localhome/$USER/llvm Other choices can be added to this list. llvm-svn: 8509 | ||||
| * | Fix the nightly tester now that olden has been moved | Chris Lattner | 2003-09-14 | 1 | -1/+1 |
| | | | | | llvm-svn: 8508 | ||||
| * | manually add the llvm-ar stuff. this should be regenerated | Chris Lattner | 2003-09-13 | 1 | -1/+6 |
| | | | | | llvm-svn: 8507 | ||||
| * | Added llvm-ar to the Makefile | Tanya Lattner | 2003-09-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 8506 | ||||
| * | Fixed warning. | Tanya Lattner | 2003-09-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 8505 | ||||
| * | Configure the llvm-ar directory | Chris Lattner | 2003-09-13 | 1 | -0/+1 |
| | | | | | llvm-svn: 8504 | ||||
| * | Bugpoint has the ability of generating a plethora of core files, so to | Misha Brukman | 2003-09-12 | 1 | -0/+12 |
| | | | | | | | avoid filling up the disk, set the max core file size to 0. llvm-svn: 8503 | ||||
| * | Make sure to cannonicalize loops before running indvar simplify | Chris Lattner | 2003-09-12 | 1 | -0/+1 |
| | | | | | llvm-svn: 8502 | ||||
| * | New testcase, this should be simplified | Chris Lattner | 2003-09-12 | 1 | -0/+12 |
| | | | | | llvm-svn: 8501 | ||||
| * | Caught a few misses in the last modification. | John Criswell | 2003-09-12 | 2 | -19/+19 |
| | | | | | llvm-svn: 8500 | ||||
| * | Updated for the re-organization of llvm/test/Programs/MultiSource. | John Criswell | 2003-09-12 | 2 | -198/+212 |
| | | | | | llvm-svn: 8499 | ||||
| * | Do not return success after checking only the FIRST USE of a gep instruction. | Chris Lattner | 2003-09-12 | 1 | -3/+7 |
| | | | | | | | | | Instead, check all uses. This fixes bug: ScalarRepl/2003-09-12-IncorrectPromote.ll This also fixes the miscompilation of Ptrdist/bc llvm-svn: 8493 | ||||
| * | Initial go at documentation for llc. | John Criswell | 2003-09-12 | 1 | -0/+147 |
| | | | | | | | Pretty crufty. llvm-svn: 8492 | ||||
| * | New testcase, bug distilled from bc | Chris Lattner | 2003-09-12 | 1 | -0/+11 |
| | | | | | llvm-svn: 8491 | ||||
| * | Minor optimization efficiency improvement: | Chris Lattner | 2003-09-12 | 1 | -7/+9 |
| | | | | | | | | - Run mem2reg promotion first - Only rerun passes if the previous thing changed something llvm-svn: 8490 | ||||
| * | Fixed spelling and grammar. | Misha Brukman | 2003-09-11 | 9 | -33/+33 |
| | | | | | llvm-svn: 8489 | ||||
| * | Simplify code | Chris Lattner | 2003-09-11 | 1 | -9/+6 |
| | | | | | | | Implement InstCombine/mul.ll:test9 llvm-svn: 8488 | ||||
| * | New testcase | Chris Lattner | 2003-09-11 | 1 | -0/+5 |
| | | | | | llvm-svn: 8487 | ||||
| * | Added the SetjmpLongjmp Makefile. | John Criswell | 2003-09-11 | 2 | -28/+35 |
| | | | | | llvm-svn: 8486 | ||||
| * | Modified the footer to be a link to the LLVM web page. | John Criswell | 2003-09-11 | 8 | -35/+43 |
| | | | | | | | | | Organized the commands into three distinct groups on the main page. Fixed the hyperlinks in the main page. Removed as and dis; they will not exist with those names by Release 1. llvm-svn: 8485 | ||||
| * | Adding a skeleton for the LLVM Command Guide. | John Criswell | 2003-09-11 | 8 | -0/+745 |
| | | | | | | | Hopefully the group as a whole will update this into a real guide. llvm-svn: 8483 | ||||
| * | Fixed spelling and grammar. | Misha Brukman | 2003-09-11 | 11 | -16/+16 |
| | | | | | llvm-svn: 8478 | ||||
| * | Fixed SPEC so that it would run correctly with the new autoconf-style object | John Criswell | 2003-09-11 | 1 | -20/+1 |
| | | | | | | | | directory. Cleaned up the Makefile so that it uses VPATH to find source files. llvm-svn: 8477 | ||||
| * | Fixed SPEC so that it would run correctly with the new autoconf-style object | John Criswell | 2003-09-11 | 1 | -0/+1 |
| | | | | | | | | directory. Added Makefile.spec to the list of files to copy to the object directory. llvm-svn: 8476 | ||||
| * | Fixed SPEC so that it would run correctly with the new autoconf-style object | John Criswell | 2003-09-11 | 3 | -31/+72 |
| | | | | | | | | | | | directory. Added Makefile.spec to the list of files to copy to the object directory. Moved the configuration of $SourceDir to Makefile.config and corrected the conditional that surrounds it. This allows SPEC to reset it and get the correct VPATH. llvm-svn: 8475 | ||||
| * | Apostrophes are only used for possession and quoting. | Misha Brukman | 2003-09-11 | 1 | -2/+2 |
| | | | | | llvm-svn: 8473 | ||||
| * | scalarrepl now includes mem2reg | Chris Lattner | 2003-09-11 | 1 | -1/+0 |
| | | | | | llvm-svn: 8472 | ||||
| * | Integrate functionality of the mem2reg pass directly into this pass to make | Chris Lattner | 2003-09-11 | 1 | -7/+62 |
| | | | | | | | the combination more effective llvm-svn: 8471 | ||||
| * | Move the -indvars pass much later to where it is more likely to do good stuff | Chris Lattner | 2003-09-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 8470 | ||||
| * | Renamed DominatorTree::Node::getNode() -> getBlock() | Chris Lattner | 2003-09-11 | 7 | -20/+20 |
| | | | | | llvm-svn: 8469 | ||||
| * | Get rid of the whole "Node2" business, rename getNode() ->getBlock() to | Chris Lattner | 2003-09-11 | 1 | -20/+15 |
| | | | | | | | be more descriptive llvm-svn: 8468 | ||||
| * | Spell `definite' correctly. | Misha Brukman | 2003-09-11 | 1 | -2/+2 |
| | | | | | llvm-svn: 8467 | ||||
| * | Spell `definitely' correctly. | Misha Brukman | 2003-09-11 | 2 | -2/+2 |
| | | | | | llvm-svn: 8466 | ||||
| * | Removed the aposthrophes endings and the elipses suffixes from build output. | John Criswell | 2003-09-11 | 1 | -2/+2 |
| | | | | | | | | This makes the output more consistent, and I just find aposthrophes annoying. :) llvm-svn: 8465 | ||||
| * | Check in the fix I meant to apply here, but mistakenly applied to | Brian Gaeke | 2003-09-10 | 1 | -0/+1 |
| | | | | | | | tools/extract instead..... heh llvm-svn: 8464 | ||||
| * | * Move include files from middle of file to the top where they belong, moving | Misha Brukman | 2003-09-10 | 1 | -7/+5 |
| | | | | | | | | | the #define up there too * Since we're including system headers, use the ones in include/llvm/Config * While we're here, use the canonical LLVM header ordering algorithm llvm-svn: 8463 | ||||

