summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Expose more xforms to the opt utilityChris Lattner2001-10-182-2/+5
* Bytecode writer is yanked out of Module printerChris Lattner2001-10-181-25/+22
* Move malloc/free lowering after tracing until lli supportsVikram S. Adve2001-10-181-4/+7
* Only output code if file open is successfulChris Lattner2001-10-181-6/+4
* Trace code should always be exported just before code generation;Vikram S. Adve2001-10-182-26/+29
* Use the standard header not the old oneChris Lattner2001-10-181-2/+1
* Add support to insert trace code as an "optimization"Chris Lattner2001-10-182-16/+14
* Convert to new simpler, more powerful pass structureChris Lattner2001-10-181-11/+6
* * Passes return true if they change something, not if they failChris Lattner2001-10-181-11/+11
* Passes return true if they change something, not if they failChris Lattner2001-10-181-2/+5
* ConcretePass should not be a templated class!Chris Lattner2001-10-151-2/+2
* Minor cleanupsChris Lattner2001-10-151-12/+10
* Use the new Pass infrastructure to clean up llcChris Lattner2001-10-151-261/+117
* Add libraryChris Lattner2001-10-151-1/+1
* Minor code cleanupsChris Lattner2001-10-151-8/+6
* Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner2001-10-151-5/+2
* *** empty log message ***Vikram S. Adve2001-10-142-40/+168
* Add a new -d argument to dump the internal rep as assembly.Chris Lattner2001-10-142-0/+10
* MethodTypes take an explicit isVarArg argumentChris Lattner2001-10-131-2/+3
* Fix comment flyerChris Lattner2001-10-133-6/+6
* Add new linkerChris Lattner2001-10-134-0/+140
* Build the new linkerChris Lattner2001-10-131-1/+1
* 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