aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fequently Asked Questions about LLVM. Mainly focuses on build problems, butJohn Criswell2003-10-131-0/+145
* Master README file that points to all other documentation.John Criswell2003-10-131-0/+74
* Extricate the "reverse" support from the depth-first iterator. This is reallyChris Lattner2003-10-132-110/+76
* Add operator= for type iterators to make them assignableChris Lattner2003-10-131-0/+6
* Remove explicit inline qualifiers when the implicit ones work just as wellChris Lattner2003-10-131-10/+10
* Stop using "reverse depth first" orderChris Lattner2003-10-132-12/+6
* Oops, forgot to commit this before: standardize header commentsChris Lattner2003-10-131-2/+2
* Minor cleanupsChris Lattner2003-10-131-2/+2
* Speed up TypesEqual by specializing it for all of the derived types, avoidingChris Lattner2003-10-131-15/+33
* Avoid calling getTypeSlot moreChris Lattner2003-10-133-4/+9
* Avoid creating lots of pointless opaque types, with short lifetimesChris Lattner2003-10-131-22/+37
* This is a header file, hear me roarChris Lattner2003-10-131-1/+1
* * Remove extraneous #includesChris Lattner2003-10-131-7/+9
* Wrap code at 80 columnsChris Lattner2003-10-131-6/+10
* This is a header file, thus it needs a -*-C++-*-Chris Lattner2003-10-131-1/+1
* Regularize header file commentsChris Lattner2003-10-1345-95/+82
* make the indvar obviously non-canonicalChris Lattner2003-10-131-1/+1
* Regularize header file comment, eliminate using'sChris Lattner2003-10-131-22/+20