aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-312-18/+20
* Don't explicitly use the SCC classChris Lattner2003-08-312-4/+4
* The SCC::HasLoop method is now in the main iteratorChris Lattner2003-08-312-14/+14
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-312-4/+4
* Indent classes correctly in the namespaceChris Lattner2003-08-312-92/+112
* * CleanupsChris Lattner2003-08-312-76/+60
* "Help keep our secrets secret."John Criswell2003-08-291-2/+16
* Renaming `dis' -> `llvm-dis'.Misha Brukman2003-08-282-7/+8
* Build llvm-as and llvm-dis as the upgrade path to renamed tools.Misha Brukman2003-08-281-1/+2
* Added code to avoid checking for .bc when the filename is too short.John Criswell2003-08-281-1/+2
* Renaming LLVM `dis' to `llvm-dis'.Misha Brukman2003-08-283-11/+9
* Renaming LLVM `as' to `llvm-as'.Misha Brukman2003-08-283-9/+9
* Reorder #includesChris Lattner2003-08-282-4/+16
* First version of llvm-ar added to cvs repository.Tanya Lattner2003-08-282-0/+379
* Remove some long-dead codeChris Lattner2003-08-241-16/+0
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-241-6/+2
* Targets now configure themselves with the module, not flagsChris Lattner2003-08-241-2/+2
* Add preliminary support for "any" pointersize/endianness. This will needChris Lattner2003-08-241-2/+4
* Add support for modules with "any" pointersize/endiannessChris Lattner2003-08-241-6/+16
* add preliminary support for -export-dynamicChris Lattner2003-08-221-0/+3
* Kill warningChris Lattner2003-08-221-3/+7
* Squash the warning that `Result' may not be initialized on all code paths.Misha Brukman2003-08-221-1/+1
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-211-2/+2
* Make the bytecode file executable as well for LLEE purposes.Misha Brukman2003-08-201-0/+3
* no-strict-aliasing reduxChris Lattner2003-08-181-1/+1
* The CBE generates code which violates the TBAA rules of C, thus we must disableChris Lattner2003-08-181-1/+7
* Add new -disable-verify optionChris Lattner2003-08-183-6/+15
* Spell `necessary' correctly.Misha Brukman2003-08-183-4/+4
* Give correct command line for making a shared objectChris Lattner2003-08-171-1/+7
* Make sure that "newmain" gets names for its argumentsChris Lattner2003-08-171-1/+4
* Fix messageChris Lattner2003-08-171-2/+3
* `execve_test' is not part of LLEE.Misha Brukman2003-08-151-1/+1
* A lot of changes were suggested by Chris.Misha Brukman2003-08-154-40/+58
* Revert my last (accidental) checkin, but keep the typeo fixChris Lattner2003-08-151-1/+0
* rename selection library to selectiondagChris Lattner2003-08-153-3/+4
* Incorporate mapping library into the sparc libraryChris Lattner2003-08-132-3/+2
* Initial checkin of the LLEE, the (LL)VM (E)xecution (E)nvironment.Misha Brukman2003-08-115-0/+223
* Include the new selection library for the X86 targetChris Lattner2003-08-112-1/+2
* Chomped spurious blank lines.Misha Brukman2003-08-082-4/+0
* File-related functions moved to FileUtilities.h .Misha Brukman2003-08-075-5/+5
* Completely remove mention of the correlated branch elimination pass. It hasChris Lattner2003-08-071-2/+0
* * The possessive third-person singular has no apostrophe (its)Misha Brukman2003-08-071-8/+9
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-079-25/+25
* Fixed path for SystemUtils.h and a few code cleanups.Misha Brukman2003-08-071-7/+5
* Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman2003-08-077-243/+5
* If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it forChris Lattner2003-08-053-8/+14
* Only test the vector of functions if it is non-empty.Misha Brukman2003-08-051-1/+1
* Do not attempt to reduce a test case if it is an empty set.Misha Brukman2003-08-041-1/+1
* Added code that ensures that we don't try to reduce an empty vector of basicJohn Criswell2003-08-041-1/+1
* Make sure to flush the output stream so that we get incremental updatesChris Lattner2003-08-041-11/+10