aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the newly abstracted interface for running our tools and gcc.Misha Brukman2003-09-291-437/+18
* Fixed space issues, code alignment, tabs -> spaces.Misha Brukman2003-09-292-22/+22
* Implementation of the abstraction of running our tools + gcc, taken out ofMisha Brukman2003-09-293-0/+1122
* Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman2003-09-293-0/+345
* Tersified and fixed whitespace (tabs -> spaces).Misha Brukman2003-09-292-20/+12
* * Added an interface for how LLEE would communicate with the OSMisha Brukman2003-09-297-74/+263
* Tersified code:Misha Brukman2003-09-292-78/+66
* update run commandChris Lattner2003-09-291-1/+1
* * Ordered includes according to LLVM programmers' guideMisha Brukman2003-09-292-254/+100
* Simplify test, include problem analysisChris Lattner2003-09-291-3/+7
* Added Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH andJohn Criswell2003-09-292-28/+42
* Adding Makefiles for llvm/test/Programs/SingleSource/Regression/C++/EH andJohn Criswell2003-09-291-0/+4
* Updated for the new QMTest test suite. Temporary output file is now placedJohn Criswell2003-09-291-1/+1
* New testcase, distilled by JohnChris Lattner2003-09-291-0/+11
* Added information on input and output filenames.John Criswell2003-09-292-16/+100
* Removed Support directory. It now lives in llvm/support/lib.John Criswell2003-09-291-1/+1
* Check in missing makefileChris Lattner2003-09-291-0/+6
* Initial checkin of makefile for this directoryChris Lattner2003-09-291-0/+6
* Moved code from llvm/lib/Support to llvm/support/lib/Support.John Criswell2003-09-292-2/+2
* Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools.John Criswell2003-09-291-4/+0
* Moved llvm/lib/Support to llvm/support/lib/Support.John Criswell2003-09-293-57/+78
* Updating Makefiles for new location in llvm/support.John Criswell2003-09-291-0/+6
* Updated Makefiles to reflect new location in llvm/support/tools.John Criswell2003-09-294-4/+4
* Added explanation of where analyze gets its input, where it sends its output,John Criswell2003-09-291-5/+10
* Squelch warnings.Misha Brukman2003-09-272-3/+3
* Updated these tests so that they use the new temporary directory as opposedJohn Criswell2003-09-267-21/+21
* Moved llvm/test/Programs/SingleSource/Regression around a bit to supportJohn Criswell2003-09-262-28/+42
* Updated to generate temporary files in the temporary directory.John Criswell2003-09-262-6/+6
* Added information on how input and output files are selected.John Criswell2003-09-262-17/+42
* Removing these tests from the regressions directory.John Criswell2003-09-2621-358/+0
* Added llvm/test/Programs/SingleSource/Regression/Makefile.John Criswell2003-09-262-28/+35
* Just rethrow previous exception instead of making a new oneChris Lattner2003-09-261-1/+1
* Modified the test so that it puts temporary files into the temporary directory.John Criswell2003-09-261-3/+3
* Added information about how llvm-as and llvm-dis select the input and outputJohn Criswell2003-09-262-13/+62
* Change the heading of the page to reflect the tool nameChris Lattner2003-09-2510-20/+20
* Added an explanation of gccld's behavior when linking in native mode.John Criswell2003-09-251-0/+8
* Added information about the new -native option.John Criswell2003-09-251-8/+64
* To be consistent with the rest of LLVM codebase (and the rest of this file):Misha Brukman2003-09-251-27/+27
* Moved wierdnames.ll to weirdnames.ll. The new name is spelled correctly.John Criswell2003-09-251-0/+0
* Made modifications recommended by Chris. Namely:John Criswell2003-09-251-15/+11
* Define the instance variable Buffer, not the automatic variable Buffer.Chris Lattner2003-09-251-3/+2
* DOn't crash if program calls the null pointerChris Lattner2003-09-241-1/+7
* Fix alignment problemChris Lattner2003-09-241-1/+1
* Remove explicit use of BasicBlock::succ_iteratorChris Lattner2003-09-241-2/+2
* Removed completed items.John Criswell2003-09-241-197/+134
* Actually assign the string correctly through the std::string pointer.Misha Brukman2003-09-241-2/+2
* Use global *_iteratorChris Lattner2003-09-241-2/+1
* Do not use BasicBlock::*_iterator, just use *_iterator itself.Chris Lattner2003-09-244-8/+4
* * Eliminate BytecodeBufferReader::Length member variableMisha Brukman2003-09-241-26/+7
* Do not use BasicBlock::succ_iteratorChris Lattner2003-09-241-2/+1