summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* The SCC::HasLoop method is now in the main iteratorChris Lattner2003-08-31
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-31
* Indent classes correctly in the namespaceChris Lattner2003-08-31
* * CleanupsChris Lattner2003-08-31
* "Help keep our secrets secret."John Criswell2003-08-29
* Renaming `dis' -> `llvm-dis'.Misha Brukman2003-08-28
* Build llvm-as and llvm-dis as the upgrade path to renamed tools.Misha Brukman2003-08-28
* Added code to avoid checking for .bc when the filename is too short.John Criswell2003-08-28
* Renaming LLVM `dis' to `llvm-dis'.Misha Brukman2003-08-28
* Renaming LLVM `as' to `llvm-as'.Misha Brukman2003-08-28
* Reorder #includesChris Lattner2003-08-28
* First version of llvm-ar added to cvs repository.Tanya Lattner2003-08-28
* Remove some long-dead codeChris Lattner2003-08-24
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-24
* Targets now configure themselves with the module, not flagsChris Lattner2003-08-24
* Add preliminary support for "any" pointersize/endianness. This will needChris Lattner2003-08-24
* Add support for modules with "any" pointersize/endiannessChris Lattner2003-08-24
* add preliminary support for -export-dynamicChris Lattner2003-08-22
* Kill warningChris Lattner2003-08-22
* Squash the warning that `Result' may not be initialized on all code paths.Misha Brukman2003-08-22
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-21
* Make the bytecode file executable as well for LLEE purposes.Misha Brukman2003-08-20
* no-strict-aliasing reduxChris Lattner2003-08-18
* The CBE generates code which violates the TBAA rules of C, thus we must disableChris Lattner2003-08-18
* Add new -disable-verify optionChris Lattner2003-08-18
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Give correct command line for making a shared objectChris Lattner2003-08-17
* Make sure that "newmain" gets names for its argumentsChris Lattner2003-08-17
* Fix messageChris Lattner2003-08-17
* `execve_test' is not part of LLEE.Misha Brukman2003-08-15
* A lot of changes were suggested by Chris.Misha Brukman2003-08-15
* Revert my last (accidental) checkin, but keep the typeo fixChris Lattner2003-08-15
* rename selection library to selectiondagChris Lattner2003-08-15
* Incorporate mapping library into the sparc libraryChris Lattner2003-08-13
* Initial checkin of the LLEE, the (LL)VM (E)xecution (E)nvironment.Misha Brukman2003-08-11
* Include the new selection library for the X86 targetChris Lattner2003-08-11
* Chomped spurious blank lines.Misha Brukman2003-08-08
* File-related functions moved to FileUtilities.h .Misha Brukman2003-08-07
* Completely remove mention of the correlated branch elimination pass. It hasChris Lattner2003-08-07
* * The possessive third-person singular has no apostrophe (its)Misha Brukman2003-08-07
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-07
* Fixed path for SystemUtils.h and a few code cleanups.Misha Brukman2003-08-07
* Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman2003-08-07
* If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it forChris Lattner2003-08-05
* Only test the vector of functions if it is non-empty.Misha Brukman2003-08-05
* Do not attempt to reduce a test case if it is an empty set.Misha Brukman2003-08-04
* Added code that ensures that we don't try to reduce an empty vector of basicJohn Criswell2003-08-04
* Make sure to flush the output stream so that we get incremental updatesChris Lattner2003-08-04
* Print accurate run instructions for when testing LLCChris Lattner2003-08-04
* Fix problem I introduced in bugpoint with the cleanup functionsChris Lattner2003-08-03