aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* #include vector which we will need here soonChris Lattner2003-10-152-0/+2
* Fix up error message.Brian Gaeke2003-10-151-1/+2
* Decrease usage of use_size()Chris Lattner2003-10-1512-25/+25
* CleanupChris Lattner2003-10-151-5/+2
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-141-18/+23
* Order #includes as per the style guide.Misha Brukman2003-10-141-3/+3
* 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
* Substantial cleanups:Chris Lattner2003-10-141-28/+35
* Actually return an error if something bad happens, don't just exit.Chris Lattner2003-10-141-5/+4
* 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
* Do not move variable sized allocations to the top of the caller, which mightChris Lattner2003-10-141-7/+5
* Do not allow fallthroughs in switch statements. This fixes PR37,Chris Lattner2003-10-132-2/+6
* Remove WordsEmitted statistic; there's already a non-backend-specificBrian Gaeke2003-10-131-3/+10
* LLI no longer has -abort-on-exceptionChris Lattner2003-10-131-1/+0
* 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
* Make use of "external" depth-first iterators to avoid revisiting nodesChris Lattner2003-10-131-3/+3
* Stop using "reverse depth first" orderChris Lattner2003-10-132-12/+6
* 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-1344-94/+81
* Regularize header file comment, eliminate using'sChris Lattner2003-10-131-22/+20
* Minor cleanupsChris Lattner2003-10-131-5/+3
* Checkin an improvement contributed by Bill:Chris Lattner2003-10-131-6/+30
* Add support to the loop canonicalization pass to make it transform loops toChris Lattner2003-10-131-21/+163
* Make getNumBackEdges more efficientChris Lattner2003-10-121-7/+6
* Rename loop preheaders pass to loop simplifyChris Lattner2003-10-124-5/+7
* File is renamed to LoopSimplify.cppChris Lattner2003-10-121-1/+1
* First step in renaming the preheaders pass to loopsimplifyChris Lattner2003-10-121-16/+21
* The preheader insertion pass only depends on the CFG. Mark it as such, whichChris Lattner2003-10-121-1/+2
* Rename methodChris Lattner2003-10-121-1/+1
* * Spell "necessary" correctlyChris Lattner2003-10-122-6/+48
* * Be TBAA safeChris Lattner2003-10-122-64/+118
* Make mmap's fd for anonymous memory acquisition default to -1, except onBrian Gaeke2003-10-111-2/+7
* Don't include "Config/stdlib.h".Brian Gaeke2003-10-102-2/+0
* Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h".Brian Gaeke2003-10-101-2/+2
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-102-2/+2
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-105-6/+0
* Fix spelling.Misha Brukman2003-10-1034-72/+73
* Fix spelling/grammar.Misha Brukman2003-10-107-17/+17