2003-09-15 |
Misha Brukman | Stop building `as' and `dis' as they have been removed. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Misha Brukman | `dis' is no longer an LLVM tool. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Misha Brukman | `as' is no longer an LLVM tool. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
John Criswell | Re-generated for recent changes. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Vikram S. Adve | Really use a search path as described in the log messag... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Chris Lattner | Minor cleanups, give credit, remove code that should... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Brian Gaeke | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Chris Lattner | Add prototype for the lowersetjmp pass |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Chris Lattner | Enable the setjmp/longjmp lowering pass |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Chris Lattner | Initial checkin of the Setjmp/Longjmp lowering/transfor... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Chris Lattner | Ugh, a bug fix needed because of the bug in the CallGra... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Chris Lattner | These two conditions are not exclusive!! |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Chris Lattner | Make the print output more useful |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Chris Lattner | Fix bug: PruneEH/2003-09-14-ExternalCall.llx |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Chris Lattner | Fix bug: Inline/2003-09-14-InlineValue.ll |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Chris Lattner | Wrap long lines at 80 cols |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Chris Lattner | Make sure to #include the OBJROOT config.h file, not... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Chris Lattner | Fix a spello Misha made while fixing one of my appostri... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Vikram S. Adve | Update makellvm to work with the brave new world of... |
commit | commitdiff | tree | snapshot |
2003-09-14 |
Chris Lattner | Fix the nightly tester now that olden has been moved |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Chris Lattner | manually add the llvm-ar stuff. this should be regenerated |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Tanya Lattner | Added llvm-ar to the Makefile |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Tanya Lattner | Fixed warning. |
commit | commitdiff | tree | snapshot |
2003-09-13 |
Chris Lattner | Configure the llvm-ar directory |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Misha Brukman | Bugpoint has the ability of generating a plethora of... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Chris Lattner | Make sure to cannonicalize loops before running indvar... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Chris Lattner | New testcase, this should be simplified |
commit | commitdiff | tree | snapshot |
2003-09-12 |
John Criswell | Caught a few misses in the last modification. |
commit | commitdiff | tree | snapshot |
2003-09-12 |
John Criswell | Updated for the re-organization of llvm/test/Programs... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Chris Lattner | Do not return success after checking only the FIRST... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
John Criswell | Initial go at documentation for llc. |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Chris Lattner | New testcase, bug distilled from bc |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Chris Lattner | Minor optimization efficiency improvement: |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Misha Brukman | Fixed spelling and grammar. |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Chris Lattner | Simplify code |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-09-11 |
John Criswell | Added the SetjmpLongjmp Makefile. |
commit | commitdiff | tree | snapshot |
2003-09-11 |
John Criswell | Modified the footer to be a link to the LLVM web page. |
commit | commitdiff | tree | snapshot |
2003-09-11 |
John Criswell | Adding a skeleton for the LLVM Command Guide. |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Misha Brukman | Fixed spelling and grammar. |
commit | commitdiff | tree | snapshot |
2003-09-11 |
John Criswell | Fixed SPEC so that it would run correctly with the... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
John Criswell | Fixed SPEC so that it would run correctly with the... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
John Criswell | Fixed SPEC so that it would run correctly with the... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Misha Brukman | Apostrophes are only used for possession and quoting. |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Chris Lattner | scalarrepl now includes mem2reg |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Chris Lattner | Integrate functionality of the mem2reg pass directly... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Chris Lattner | Move the -indvars pass much later to where it is more... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Chris Lattner | Renamed DominatorTree::Node::getNode() -> getBlock() |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Chris Lattner | Get rid of the whole "Node2" business, rename getNode... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Misha Brukman | Spell `definite' correctly. |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Misha Brukman | Spell `definitely' correctly. |
commit | commitdiff | tree | snapshot |
2003-09-11 |
John Criswell | Removed the aposthrophes endings and the elipses suffix... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Brian Gaeke | Check in the fix I meant to apply here, but mistakenly... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Misha Brukman | * Move include files from middle of file to the top... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Unwind instructions are intrinsically alive, just like... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Rework dominator interfaces to handle changes in the... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Rework post dominator information so that we do not... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Rework dominator and post dominator information so... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Update for new UnifyFunction... API |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Remove #include |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Expand the pass to unify all of the unwind blocks as... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Remove a bunch of warnings from the CBE generated C... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | "the one true solution for compatibility with GCC 3.3+" |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Be a little more specific about what is begin generated... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Only emit inter-field-padding if the amount of padding... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Clean up header, remove extra #include |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Avoid dumping runtime library bytecode files into lib... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Brian Gaeke | Make createVerifierPass return a FunctionPass *. |
commit | commitdiff | tree | snapshot |
2003-09-10 |
John Criswell | Updated to reflect the new locations of SingleSource... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Remove using declarations |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-09-10 |
John Criswell | Regenerated for Chris's updates, which adds several... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Add missing runtime directories |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Misha Brukman | Fix warning when _POSIX_MAPPED_FILES is already defined... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | another trivial cleanup |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Simplification of trip counting machinery. |
commit | commitdiff | tree | snapshot |
2003-09-10 |
John Criswell | Don't explicitly use $SourceDir to find the tblgen... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Fix spello |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Fix spell-o's |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Spelling fixes. I think that "cannonical" is ok, but... |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Spelling fixes |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Fix up file header |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | clean up file header comment |
commit | commitdiff | tree | snapshot |
2003-09-10 |
Chris Lattner | Simplify some code |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Misha Brukman | Spell `occurrence' correctly. |
commit | commitdiff | tree | snapshot |
2003-09-09 |
John Criswell | Updated to find source files using VPATH. This makes... |
commit | commitdiff | tree | snapshot |
2003-09-09 |
John Criswell | Removed Makefiles for directories that no longer exist. |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Chris Lattner | Fix bug: InstCombine/2003-09-09-VolatileLoadElim.ll |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Chris Lattner | New testcase: do not DCE volatile loads! |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Chris Lattner | Update testcases to be more modern |
commit | commitdiff | tree | snapshot |
2003-09-09 |
John Criswell | Reverting back to the previous revision. |
commit | commitdiff | tree | snapshot |
2003-09-09 |
John Criswell | Modified the check for intrinsic functions. All intrin... |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Chris Lattner | * Simplify printConstantValueOnly by moving the tail... |
commit | commitdiff | tree | snapshot |
2003-09-09 |
John Criswell | Updated the log of changes (as required by the Burg... |
commit | commitdiff | tree | snapshot |
2003-09-09 |
John Criswell | Modified the code so that we exit() with a non-zero... |
commit | commitdiff | tree | snapshot |
2003-09-08 |
John Criswell | Added the .t implicit rule. You can now run an individ... |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Chris Lattner | Oops, look at the VOLATILE marker, not the opcode |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Chris Lattner | Eliminate the unwind intrinsic, it is now an instruction |
commit | commitdiff | tree | snapshot |
next |