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