aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc
Commit message (Expand)AuthorAgeFilesLines
* Fixed indentation.Misha Brukman2003-07-071-1/+1
* Minor cleanupsChris Lattner2003-06-201-22/+10
* tools/llc/llc.cpp: Make "-o -" work.Brian Gaeke2003-06-181-12/+16
* lib/Target/Sparc/Sparc.cpp:Brian Gaeke2003-06-182-62/+50
* Reindent code to match the rest of the fileChris Lattner2003-06-181-38/+30
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-171-1/+1
* Remove duplicate passChris Lattner2003-06-051-4/+0
* Remove ugly hack (that I put in originally) for building in trace stuffChris Lattner2003-05-272-115/+15
* Add a new option to disable stripping of bytecode filesChris Lattner2003-04-281-1/+6
* Remove two fields from TargetData which are target specific.Chris Lattner2003-04-261-2/+1
* Make sure to copy double alignment as wellChris Lattner2003-04-251-1/+1
* Kill using declarationsChris Lattner2003-04-251-32/+31
* Make sure to add a targetdata instance to the passmanager, and make it match theChris Lattner2003-04-251-0/+5
* Remove support for "target data" pass ctorsChris Lattner2003-04-241-2/+0
* * Prune down library list. In particular, llc doesn't need all of IPO, and n...Chris Lattner2003-01-191-10/+6
* Rename headerChris Lattner2003-01-141-1/+1
* Eliminate direct access to TargetData structureChris Lattner2002-12-281-1/+1
* Fix link errors due to new IPModRef pass.Vikram S. Adve2002-12-091-2/+4
* Don't build llc symbols by default.Vikram S. Adve2002-11-061-1/+0
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-041-2/+1
* * 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