aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc
Commit message (Expand)AuthorAgeFilesLines
* * Privatize the TargetNameChris Lattner2002-10-291-1/+1
* Allow TargetMachine to refuse static code genChris Lattner2002-10-291-4/+8
* * Remove explicit strcmp callsChris Lattner2002-10-291-3/+3
* After removing stuff from TargetMachine, we now no longer have to includeChris Lattner2002-10-281-1/+1
* Add codegen libraryChris Lattner2002-10-281-3/+22
* Change LowerAllocations pass to 'require' TargetData instead of it beingChris Lattner2002-09-251-1/+1
* Renamed library preselect to preopts.Vikram S. Adve2002-09-201-1/+3
* Indent a comment right, add a new oneChris Lattner2002-09-191-2/+3
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-171-1/+1
* Change several entries to use the .o instead of .a to expose pass options.Vikram S. Adve2002-09-161-3/+4
* Make all registered optimization passes available to llc.Vikram S. Adve2002-09-161-90/+151
* Function.h is unnecessary when Module.h is included.Misha Brukman2002-09-141-1/+0
* Added mapping lib in llc makefileAnand Shukla2002-08-271-1/+1
* Only include the sparc.o file once!Chris Lattner2002-08-071-1/+1
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-301-4/+6
* *** empty log message ***Chris Lattner2002-07-232-3/+2
* *** empty log message ***Chris Lattner2002-07-231-2/+2
* *** empty log message ***Chris Lattner2002-07-221-9/+20
* Strip the symbols out of the bytecode to inflate generated executables less.Chris Lattner2002-06-301-0/+3
* Changes for 64bit gccAnand Shukla2002-06-251-0/+1
* MEGAPATCH checkin.Chris Lattner2002-06-251-6/+6
* Fix tracing code support to link in the tracing routines if neccesary.Chris Lattner2002-05-201-37/+74
* Add libsparc.a a second time to resolve link errors.Vikram S. Adve2002-05-191-1/+1
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-071-1/+1
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-071-2/+2
* Remove unneccesary pass.Chris Lattner2002-04-301-4/+0
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-1/+1
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-181-0/+8
* s/PrintMethodPass/PrintFunctionPassChris Lattner2002-04-081-1/+1
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-1/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-6/+6
* Rename pass to DecomposeMultiDimRefs.Vikram S. Adve2002-03-241-3/+9
* * Make all command line arguments staticChris Lattner2002-02-261-14/+24
* 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