aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc
Commit message (Expand)AuthorAgeFilesLines
* Add a better head-of-file comment.Brian Gaeke2004-03-161-1/+3
* SparcV8 removed until it grows up becomes a mature backend.Misha Brukman2004-03-112-7/+2
* Add a hook to run with the V8 target, though it doesn't currently work. AlsoChris Lattner2004-02-282-2/+7
* Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke2004-02-252-10/+10
* Make sure to print a stack trace whenever an error signal is delivered toChris Lattner2004-02-191-1/+2
* When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", notChris Lattner2004-02-151-1/+5
* Add support for -march=cChris Lattner2004-02-132-7/+14
* Fix indentation of selectiondag.Brian Gaeke2004-02-081-1/+1
* Add a -march=powerpc option. Automatically select it if this looks like aBrian Gaeke2004-02-021-1/+10
* Link in the PowerPC back-end.Brian Gaeke2004-02-021-0/+1
* Pass extra arguments around n stuphChris Lattner2003-12-281-2/+3
* There is no reason to add -load support to LLCChris Lattner2003-12-151-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Removed extraneous comment line.John Criswell2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Fix grammar.Misha Brukman2003-10-101-2/+2
* Preselection is now integrated into the Sparc target libraryChris Lattner2003-09-011-1/+0
* Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner2003-09-011-1/+0
* Added code to avoid checking for .bc when the filename is too short.John Criswell2003-08-281-1/+2
* Targets now configure themselves with the module, not flagsChris Lattner2003-08-241-2/+2
* Add support for modules with "any" pointersize/endiannessChris Lattner2003-08-241-6/+16
* rename selection library to selectiondagChris Lattner2003-08-151-1/+1
* Incorporate mapping library into the sparc libraryChris Lattner2003-08-131-2/+1
* Include the new selection library for the X86 targetChris Lattner2003-08-111-0/+1
* Revert change: default architecture is never set, it is guessed from inputMisha Brukman2003-07-301-8/+1
* Initialize the target architecture based on compiler defines, so if compiled onMisha Brukman2003-07-181-1/+8
* 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