summaryrefslogtreecommitdiff
path: root/tools/llc
Commit message (Expand)AuthorAge
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Removed extraneous comment line.John Criswell2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Fix grammar.Misha Brukman2003-10-10
* Preselection is now integrated into the Sparc target libraryChris Lattner2003-09-01
* Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner2003-09-01
* Added code to avoid checking for .bc when the filename is too short.John Criswell2003-08-28
* Targets now configure themselves with the module, not flagsChris Lattner2003-08-24
* Add support for modules with "any" pointersize/endiannessChris Lattner2003-08-24
* rename selection library to selectiondagChris Lattner2003-08-15
* Incorporate mapping library into the sparc libraryChris Lattner2003-08-13
* Include the new selection library for the X86 targetChris Lattner2003-08-11
* Revert change: default architecture is never set, it is guessed from inputMisha Brukman2003-07-30
* Initialize the target architecture based on compiler defines, so if compiled onMisha Brukman2003-07-18
* Fixed indentation.Misha Brukman2003-07-07
* Minor cleanupsChris Lattner2003-06-20
* tools/llc/llc.cpp: Make "-o -" work.Brian Gaeke2003-06-18
* lib/Target/Sparc/Sparc.cpp:Brian Gaeke2003-06-18
* Reindent code to match the rest of the fileChris Lattner2003-06-18
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Remove duplicate passChris Lattner2003-06-05
* Remove ugly hack (that I put in originally) for building in trace stuffChris Lattner2003-05-27
* Add a new option to disable stripping of bytecode filesChris Lattner2003-04-28
* Remove two fields from TargetData which are target specific.Chris Lattner2003-04-26
* Make sure to copy double alignment as wellChris Lattner2003-04-25
* Kill using declarationsChris Lattner2003-04-25
* Make sure to add a targetdata instance to the passmanager, and make it match theChris Lattner2003-04-25
* Remove support for "target data" pass ctorsChris Lattner2003-04-24
* * Prune down library list. In particular, llc doesn't need all of IPO, and n...Chris Lattner2003-01-19
* Rename headerChris Lattner2003-01-14
* Eliminate direct access to TargetData structureChris Lattner2002-12-28
* Fix link errors due to new IPModRef pass.Vikram S. Adve2002-12-09
* Don't build llc symbols by default.Vikram S. Adve2002-11-06
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-04
* * Privatize the TargetNameChris Lattner2002-10-29
* Allow TargetMachine to refuse static code genChris Lattner2002-10-29
* * Remove explicit strcmp callsChris Lattner2002-10-29
* After removing stuff from TargetMachine, we now no longer have to includeChris Lattner2002-10-28
* Add codegen libraryChris Lattner2002-10-28
* Change LowerAllocations pass to 'require' TargetData instead of it beingChris Lattner2002-09-25
* Renamed library preselect to preopts.Vikram S. Adve2002-09-20
* Indent a comment right, add a new oneChris Lattner2002-09-19
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-17
* Change several entries to use the .o instead of .a to expose pass options.Vikram S. Adve2002-09-16
* Make all registered optimization passes available to llc.Vikram S. Adve2002-09-16
* Function.h is unnecessary when Module.h is included.Misha Brukman2002-09-14
* Added mapping lib in llc makefileAnand Shukla2002-08-27
* Only include the sparc.o file once!Chris Lattner2002-08-07
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-30