aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2003-09-05-abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-)Brian Gaeke
2003-09-05Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke
2003-09-04Move EE dtor where it belongsBrian Gaeke
2003-09-04Interpreter cleanups:Brian Gaeke
2003-09-03ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke
2003-09-02Added code that makes the bytecode file readable (needed by the generated shellJohn Criswell
2003-09-02Modified the code so that it uses the MakeFileExecutable() method. The newJohn Criswell
2003-09-01#include is unnecessaryChris Lattner
2003-09-01Preselection is now integrated into the Sparc target libraryChris Lattner
2003-09-01Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner
2003-08-31Remove the -stopAfterNPasses option, which has been long obsoleted by bugpointChris Lattner
2003-08-31* move the dead-type-eliminate passes to the end, where they are more usefulChris Lattner
2003-08-31Rename TarjanSCCIterator -> scc_iteratorChris Lattner
2003-08-31Don't explicitly use the SCC classChris Lattner
2003-08-31The SCC::HasLoop method is now in the main iteratorChris Lattner
2003-08-31The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner
2003-08-31Indent classes correctly in the namespaceChris Lattner
2003-08-31* CleanupsChris Lattner
2003-08-29"Help keep our secrets secret."John Criswell
2003-08-28Renaming `dis' -> `llvm-dis'.Misha Brukman
2003-08-28Build llvm-as and llvm-dis as the upgrade path to renamed tools.Misha Brukman
2003-08-28Added code to avoid checking for .bc when the filename is too short.John Criswell
2003-08-28Renaming LLVM `dis' to `llvm-dis'.Misha Brukman
2003-08-28Renaming LLVM `as' to `llvm-as'.Misha Brukman
2003-08-28Reorder #includesChris Lattner
2003-08-28First version of llvm-ar added to cvs repository.Tanya Lattner
2003-08-24Remove some long-dead codeChris Lattner
2003-08-24Targets now configure themselves based on the source module, not on theChris Lattner
2003-08-24Targets now configure themselves with the module, not flagsChris Lattner
2003-08-24Add preliminary support for "any" pointersize/endianness. This will needChris Lattner
2003-08-24Add support for modules with "any" pointersize/endiannessChris Lattner
2003-08-22add preliminary support for -export-dynamicChris Lattner
2003-08-22Kill warningChris Lattner
2003-08-22Squash the warning that `Result' may not be initialized on all code paths.Misha Brukman
2003-08-21The JIT now passes the environment pointer to the main() function when itJohn Criswell
2003-08-20Make the bytecode file executable as well for LLEE purposes.Misha Brukman
2003-08-18no-strict-aliasing reduxChris Lattner
2003-08-18The CBE generates code which violates the TBAA rules of C, thus we must disableChris Lattner
2003-08-18Add new -disable-verify optionChris Lattner
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-08-17Give correct command line for making a shared objectChris Lattner
2003-08-17Make sure that "newmain" gets names for its argumentsChris Lattner
2003-08-17Fix messageChris Lattner
2003-08-15`execve_test' is not part of LLEE.Misha Brukman
2003-08-15A lot of changes were suggested by Chris.Misha Brukman
2003-08-15Revert my last (accidental) checkin, but keep the typeo fixChris Lattner
2003-08-15rename selection library to selectiondagChris Lattner
2003-08-13Incorporate mapping library into the sparc libraryChris Lattner
2003-08-11Initial checkin of the LLEE, the (LL)VM (E)xecution (E)nvironment.Misha Brukman
2003-08-11Include the new selection library for the X86 targetChris Lattner