aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #include vector which we will need here soonChris Lattner2003-10-152-0/+2
* This file uses assert and doesn't include anything which already #includes <c...Chris Lattner2003-10-152-0/+2
* Give this file a proper headerChris Lattner2003-10-151-2/+1
* The levelraise pass is a broken old piece of crufty code that should beChris Lattner2003-10-151-1/+2
* Fix up error message.Brian Gaeke2003-10-151-1/+2
* Flush output after writing out the list of function names.Brian Gaeke2003-10-151-0/+1
* Updated some of the information for the new autoconf changes.John Criswell2003-10-151-20/+5
* Decrease usage of use_size()Chris Lattner2003-10-1512-25/+25
* Remove usage of use_size()Chris Lattner2003-10-151-1/+1
* CleanupChris Lattner2003-10-151-5/+2
* Add new hasOneUse() method. Remove explicit inline qualifiersChris Lattner2003-10-151-9/+13
* add support forloading additional .so files on the command lineChris Lattner2003-10-141-1/+6
* Change the execute methods to take the shared object filename by const refere...Chris Lattner2003-10-143-27/+37
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-144-50/+86
* Order #includes as per the style guide.Misha Brukman2003-10-141-3/+3
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-11/+15
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-3/+10
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-144-9/+17
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-4/+5
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-7/+13
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-1/+3
* Substantial cleanups:Chris Lattner2003-10-144-134/+146
* The return value of compileSharedObject was never used. Return the sharedChris Lattner2003-10-143-9/+10
* Actually return an error if something bad happens, don't just exit.Chris Lattner2003-10-142-10/+8
* minor cleanupsChris Lattner2003-10-141-2/+2
* The -mode option is no longerChris Lattner2003-10-141-4/+4
* Fix minor formatting bugChris Lattner2003-10-141-2/+2
* Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...Chris Lattner2003-10-142-36/+22
* Output a contorted sequence of instructions to make sure that we don't accessChris Lattner2003-10-141-8/+20
* Disable the leaf function optimization, which is apparently not legal onChris Lattner2003-10-141-25/+2
* Fix bug in scriptChris Lattner2003-10-141-1/+1
* Do not move variable sized allocations to the top of the caller, which mightChris Lattner2003-10-141-7/+5
* New testcase which the inliner breaksChris Lattner2003-10-141-0/+19
* Added a link to the main page for LLVM.John Criswell2003-10-131-13/+20
* Unbreak code generator debug modeChris Lattner2003-10-131-3/+5
* Adding additional license information to these files.John Criswell2003-10-134-0/+54
* Do not allow fallthroughs in switch statements. This fixes PR37,Chris Lattner2003-10-132-2/+6
* LLVM CVS repository has moved.Misha Brukman2003-10-131-1/+1
* Remove WordsEmitted statistic; there's already a non-backend-specificBrian Gaeke2003-10-131-3/+10
* LLI no longer has -abort-on-exceptionChris Lattner2003-10-132-2/+0
* Removed items that are done or irrelevant.John Criswell2003-10-131-26/+2
* Use the autoconf macro John wroteChris Lattner2003-10-132-12/+6
* Whoops, we inserted into the wrong set. What's up with the dead set anyway?Chris Lattner2003-10-131-4/+2
* Use external df iterators to avoid revisiting blocks in functions withChris Lattner2003-10-131-1/+3
* Add missing default argumentChris Lattner2003-10-132-2/+2
* Make use of "external" depth-first iterators to avoid revisiting nodesChris Lattner2003-10-131-3/+3
* add support for "external" depth first iterators, which store the 'visited' setChris Lattner2003-10-132-22/+198
* Added a macro and code that checks for the %a format string in sprintf().John Criswell2003-10-135-69/+120
* Fixed the name of a hyperlink.John Criswell2003-10-131-1/+1
* Removed information on common build problems. That is now documented inJohn Criswell2003-10-131-60/+3