aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc
Commit message (Expand)AuthorAgeFilesLines
* Trim down makefile, again.Chris Lattner2002-02-041-1/+1
* Cut down number of times libraries are included to link a little bit fasterChris Lattner2002-02-041-1/+1
* * Remove -noasm option. If we're not compiling, what's the point?Chris Lattner2002-02-031-109/+27
* Switch over to a model where we compile each method, emit assembly, then freeChris Lattner2002-02-031-7/+35
* Add dependencyChris Lattner2002-01-311-1/+2
* PassManager is now in its own header fileChris Lattner2002-01-311-2/+2
* In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner2002-01-221-3/+3
* Try again, now it works rightChris Lattner2002-01-221-1/+2
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-221-1/+1
* Fix ordering dependency problemChris Lattner2002-01-221-1/+1
* Eliminate opt libraryChris Lattner2002-01-211-1/+1
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-20/+18
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-14/+34
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Remove unneccesary retcode varChris Lattner2001-10-181-2/+1
* Refactor Assembly/Bytecode writer code into Assembly & bytecode librariesChris Lattner2001-10-181-2/+3
* 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
* 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-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
* *** empty log message ***Vikram S. Adve2001-10-142-40/+168
* MethodTypes take an explicit isVarArg argumentChris Lattner2001-10-131-2/+3
* 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
* 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
* 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-142-14/+3
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-071-9/+3
* Convert llc driver to standard tool formatChris Lattner2001-09-071-15/+8
* Clean up driverChris Lattner2001-09-071-34/+21
* Changed link line.Vikram S. Adve2001-08-281-3/+3
* Add calls to NormalizeMethod() and to ScheduleInstructionsWithSSA().Vikram S. Adve2001-08-281-14/+42
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-231-28/+15
* -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-231-1/+1
* Removal of the redundant CompileContext wrapperChris Lattner2001-07-231-8/+4
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-234-217/+14
* Privatize LLCOptions. It had no business being visible to the entireChris Lattner2001-07-223-55/+107