aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Repeat some libs due to circular dependences between Sparc and otherVikram S. Adve2001-10-101-1/+1
* Add hack to get rid of malloc & free instructions for code generationChris Lattner2001-10-041-4/+123
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-283-15/+18
* Add support to print a call graph, and also add support for module level inte...Chris Lattner2001-09-281-7/+37
* Add proper support to send output to the right placeChris Lattner2001-09-191-3/+36
* Emit assembly language from the target...Chris Lattner2001-09-191-0/+1
* C++ gives us auto_ptr's, so we might as well use them. :)Chris Lattner2001-09-181-30/+24
* Minor changes.Vikram S. Adve2001-09-181-21/+33
* Added regallocRuchira Sasanka2001-09-151-1/+1
* Oops, accidentally checked my debugging makefileChris Lattner2001-09-141-1/+1
* Make a new llvm/Target #include directory.Chris Lattner2001-09-141-31/+23
* Checkin changes to:Chris Lattner2001-09-141-2/+4
* This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner2001-09-143-15/+4
* Export the instruction forest support from the analysis libraryChris Lattner2001-09-141-1/+7
* Genericize support for calling functions a bitChris Lattner2001-09-101-0/+1
* iFix dependence orderChris Lattner2001-09-091-1/+1
* Remove extraneous spaceChris Lattner2001-09-092-2/+2
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-078-60/+24
* Remove old old fileChris Lattner2001-09-071-5/+0
* Convert llc driver to standard tool formatChris Lattner2001-09-071-15/+8
* Uhm... that was really badChris Lattner2001-09-071-1/+1
* Clean up driverChris Lattner2001-09-071-34/+21
* Remove support for const pool merging, which is obsolete now.Chris Lattner2001-09-071-3/+1
* Build lli firstChris Lattner2001-09-071-1/+1
* Makefile for tools/tests/Vikram S. Adve2001-08-281-0/+13
* Driver to test IsPowerOf2. Could be extended for other library routines.Vikram S. Adve2001-08-281-0/+46
* Changed link line.Vikram S. Adve2001-08-281-3/+3
* Add calls to NormalizeMethod() and to ScheduleInstructionsWithSSA().Vikram S. Adve2001-08-281-14/+42
* Lots of new functionalityChris Lattner2001-08-271-1/+1
* Add dependence to libvmcore.Vikram S. Adve2001-08-252-2/+4
* Compile LLIChris Lattner2001-08-231-1/+1
* Initial checkin of interpreterChris Lattner2001-08-232-0/+78
* Add library depChris Lattner2001-07-252-2/+2
* Parenthesize output for expranalyze so that pointer stuff being multiplied is...Chris Lattner2001-07-251-2/+2
* Build as before disChris Lattner2001-07-251-1/+1
* Change option name slightlyChris Lattner2001-07-231-1/+1
* Use the new Alias command line optionChris Lattner2001-07-232-4/+6
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-239-135/+122
* -help is verbose enough that we don't need this anymoreChris Lattner2001-07-231-14/+0
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-239-9/+9
* Removal of the redundant CompileContext wrapperChris Lattner2001-07-231-8/+4
* Verbosify descriptionsChris Lattner2001-07-233-15/+18
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-2321-582/+367
* Privatize LLCOptions. It had no business being visible to the entireChris Lattner2001-07-223-55/+107
* Convert from using C style char*'s to strings.Chris Lattner2001-07-221-2/+2
* Instructions for useChris Lattner2001-07-211-0/+14
* Make sure we build all of the code!Chris Lattner2001-07-211-1/+1
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-211-2/+2
* Make the makefile workChris Lattner2001-07-211-7/+2
* Support changed expression apiChris Lattner2001-07-211-5/+5