summaryrefslogtreecommitdiff
path: root/tools/llc
Commit message (Expand)AuthorAge
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* Adding option to llc for ModuloScheduling. By default it is turned off.Tanya Lattner2004-11-18
* Fix usage of changed function prototypeReid Spencer2004-11-14
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* We're not doing automake any moreReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Fix named of a library.Reid Spencer2004-10-10
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-08
* Changes For Bug 352Reid Spencer2004-09-01
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* while we're at it, make the libraries be on separate linesChris Lattner2004-08-05
* Lines need to end with \ to make sure they're actually continuedMisha Brukman2004-08-05
* * Add PowerPC library to LLCMisha Brukman2004-08-05
* libsparcv9select is historyBrian Gaeke2004-08-04
* Build skeleton targetChris Lattner2004-07-16
* * Tabs to spacesMisha Brukman2004-07-12
* Goodbye macro hell, hello nice clean and simple code. This also gives llcChris Lattner2004-07-11
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-04
* Uhh, that doesn't exist.Chris Lattner2004-05-27
* Header file movedChris Lattner2004-05-27
* Add a better head-of-file comment.Brian Gaeke2004-03-16
* SparcV8 removed until it grows up becomes a mature backend.Misha Brukman2004-03-11
* Add a hook to run with the V8 target, though it doesn't currently work. AlsoChris Lattner2004-02-28
* Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke2004-02-25
* Make sure to print a stack trace whenever an error signal is delivered toChris Lattner2004-02-19
* When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", notChris Lattner2004-02-15
* Add support for -march=cChris Lattner2004-02-13
* Fix indentation of selectiondag.Brian Gaeke2004-02-08
* Add a -march=powerpc option. Automatically select it if this looks like aBrian Gaeke2004-02-02
* Link in the PowerPC back-end.Brian Gaeke2004-02-02
* Pass extra arguments around n stuphChris Lattner2003-12-28
* There is no reason to add -load support to LLCChris Lattner2003-12-15
* 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