aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc
Commit message (Expand)AuthorAgeFilesLines
* We're not doing automake any moreReid Spencer2004-10-221-660/+0
* We won't use automakeReid Spencer2004-10-221-23/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+660
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-1/+1
* Fix named of a library.Reid Spencer2004-10-101-1/+1
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+23
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-081-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-291-1/+2
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-3/+3
* while we're at it, make the libraries be on separate linesChris Lattner2004-08-051-4/+21
* Lines need to end with \ to make sure they're actually continuedMisha Brukman2004-08-051-2/+2
* * Add PowerPC library to LLCMisha Brukman2004-08-051-18/+3
* libsparcv9select is historyBrian Gaeke2004-08-041-1/+0
* Build skeleton targetChris Lattner2004-07-161-2/+3
* * Tabs to spacesMisha Brukman2004-07-121-7/+5
* Goodbye macro hell, hello nice clean and simple code. This also gives llcChris Lattner2004-07-111-58/+17
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-041-1/+2
* Uhh, that doesn't exist.Chris Lattner2004-05-271-1/+0
* Header file movedChris Lattner2004-05-272-1/+2
* 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