summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* #include vector which we will need here soonChris Lattner2003-10-15
* Fix up error message.Brian Gaeke2003-10-15
* Decrease usage of use_size()Chris Lattner2003-10-15
* CleanupChris Lattner2003-10-15
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-14
* Order #includes as per the style guide.Misha Brukman2003-10-14
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* Substantial cleanups:Chris Lattner2003-10-14
* Actually return an error if something bad happens, don't just exit.Chris Lattner2003-10-14
* Output a contorted sequence of instructions to make sure that we don't accessChris Lattner2003-10-14
* Disable the leaf function optimization, which is apparently not legal onChris Lattner2003-10-14
* Do not move variable sized allocations to the top of the caller, which mightChris Lattner2003-10-14
* Do not allow fallthroughs in switch statements. This fixes PR37,Chris Lattner2003-10-13
* Remove WordsEmitted statistic; there's already a non-backend-specificBrian Gaeke2003-10-13
* LLI no longer has -abort-on-exceptionChris Lattner2003-10-13
* Use the autoconf macro John wroteChris Lattner2003-10-13
* Whoops, we inserted into the wrong set. What's up with the dead set anyway?Chris Lattner2003-10-13
* Use external df iterators to avoid revisiting blocks in functions withChris Lattner2003-10-13
* Make use of "external" depth-first iterators to avoid revisiting nodesChris Lattner2003-10-13
* Stop using "reverse depth first" orderChris Lattner2003-10-13
* Minor cleanupsChris Lattner2003-10-13
* Speed up TypesEqual by specializing it for all of the derived types, avoidingChris Lattner2003-10-13
* Avoid calling getTypeSlot moreChris Lattner2003-10-13
* Avoid creating lots of pointless opaque types, with short lifetimesChris Lattner2003-10-13
* This is a header file, hear me roarChris Lattner2003-10-13
* * Remove extraneous #includesChris Lattner2003-10-13
* Wrap code at 80 columnsChris Lattner2003-10-13
* This is a header file, thus it needs a -*-C++-*-Chris Lattner2003-10-13
* Regularize header file commentsChris Lattner2003-10-13
* Regularize header file comment, eliminate using'sChris Lattner2003-10-13
* Minor cleanupsChris Lattner2003-10-13
* Checkin an improvement contributed by Bill:Chris Lattner2003-10-13
* Add support to the loop canonicalization pass to make it transform loops toChris Lattner2003-10-13
* Make getNumBackEdges more efficientChris Lattner2003-10-12
* Rename loop preheaders pass to loop simplifyChris Lattner2003-10-12
* File is renamed to LoopSimplify.cppChris Lattner2003-10-12
* First step in renaming the preheaders pass to loopsimplifyChris Lattner2003-10-12
* The preheader insertion pass only depends on the CFG. Mark it as such, whichChris Lattner2003-10-12
* Rename methodChris Lattner2003-10-12
* * Spell "necessary" correctlyChris Lattner2003-10-12
* * Be TBAA safeChris Lattner2003-10-12
* Make mmap's fd for anonymous memory acquisition default to -1, except onBrian Gaeke2003-10-11
* Don't include "Config/stdlib.h".Brian Gaeke2003-10-10
* Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h".Brian Gaeke2003-10-10
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-10
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-10
* Fix spelling.Misha Brukman2003-10-10
* Fix spelling/grammar.Misha Brukman2003-10-10