aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Renamed `as' => `llvm-as', `dis' => `llvm-dis'.Misha Brukman2003-09-1540-41/+41
* Fix building outside the srcdir, againChris Lattner2003-09-151-1/+1
* Fix building into a different obj directoryChris Lattner2003-09-151-1/+1
* `link' is being renamed to `llvm-link'.Misha Brukman2003-09-152-3/+3
* Modified the checks slightly so that one can re-configure LLVM withoutJohn Criswell2003-09-152-34/+39
* Added code that verifies that the source directory has not been configuredJohn Criswell2003-09-152-33/+43
* Fix problems with programs that prototype printf to something unusualChris Lattner2003-09-152-4/+8
* Do not segfault when the post-dominator tree is empty (ie, there are no returnChris Lattner2003-09-151-1/+2
* new testcase that crashes optChris Lattner2003-09-151-0/+8
* Whoops, remove makefile tooChris Lattner2003-09-151-6/+0
* Remove dead library, it is now folded into crtendChris Lattner2003-09-156-771/+0
* Allow specifying a file with symbols to exportChris Lattner2003-09-151-0/+4
* Move the exception handling runtime stuff into this directoryChris Lattner2003-09-152-3/+33
* Stop building `as' and `dis' as they have been removed.Misha Brukman2003-09-151-1/+1
* `dis' is no longer an LLVM tool.Misha Brukman2003-09-152-135/+0
* `as' is no longer an LLVM tool.Misha Brukman2003-09-152-120/+0
* Re-generated for recent changes.John Criswell2003-09-151-28/+34
* Really use a search path as described in the log message for the lastVikram S. Adve2003-09-151-11/+40
* Minor cleanups, give credit, remove code that should not be necessary, andChris Lattner2003-09-151-28/+5
* Fix typos in comments.Brian Gaeke2003-09-152-4/+4
* Add prototype for the lowersetjmp passChris Lattner2003-09-151-0/+7
* Enable the setjmp/longjmp lowering passChris Lattner2003-09-151-0/+1
* Initial checkin of the Setjmp/Longjmp lowering/transformation pass,Chris Lattner2003-09-151-0/+501
* Ugh, a bug fix needed because of the bug in the CallGraph codeChris Lattner2003-09-151-2/+4
* These two conditions are not exclusive!!Chris Lattner2003-09-151-3/+6
* Make the print output more usefulChris Lattner2003-09-151-3/+7
* Fix bug: PruneEH/2003-09-14-ExternalCall.llxChris Lattner2003-09-151-1/+4
* New testcaseChris Lattner2003-09-151-0/+11
* Fix bug: Inline/2003-09-14-InlineValue.llChris Lattner2003-09-151-4/+8
* New testcaseChris Lattner2003-09-151-0/+20
* Wrap long lines at 80 colsChris Lattner2003-09-151-2/+5
* Make sure to #include the OBJROOT config.h file, not the SRCROOT config.h file!Chris Lattner2003-09-151-2/+2
* Fix a spello Misha made while fixing one of my appostrificationsChris Lattner2003-09-151-1/+1
* Update makellvm to work with the brave new world of separate obj-root trees.Vikram S. Adve2003-09-141-2/+23
* Fix the nightly tester now that olden has been movedChris Lattner2003-09-141-1/+1
* manually add the llvm-ar stuff. this should be regeneratedChris Lattner2003-09-131-1/+6
* Added llvm-ar to the MakefileTanya Lattner2003-09-131-1/+1
* Fixed warning.Tanya Lattner2003-09-131-1/+1
* Configure the llvm-ar directoryChris Lattner2003-09-131-0/+1
* Bugpoint has the ability of generating a plethora of core files, so toMisha Brukman2003-09-121-0/+12
* Make sure to cannonicalize loops before running indvar simplifyChris Lattner2003-09-121-0/+1
* New testcase, this should be simplifiedChris Lattner2003-09-121-0/+12
* Caught a few misses in the last modification.John Criswell2003-09-122-19/+19
* Updated for the re-organization of llvm/test/Programs/MultiSource.John Criswell2003-09-122-198/+212
* Do not return success after checking only the FIRST USE of a gep instruction.Chris Lattner2003-09-121-3/+7
* Initial go at documentation for llc.John Criswell2003-09-121-0/+147
* New testcase, bug distilled from bcChris Lattner2003-09-121-0/+11
* Minor optimization efficiency improvement:Chris Lattner2003-09-121-7/+9
* Fixed spelling and grammar.Misha Brukman2003-09-1114-57/+57
* Simplify codeChris Lattner2003-09-111-9/+6