summaryrefslogtreecommitdiff
path: root/tools/llc/llc.cpp
Commit message (Expand)AuthorAge
* document this as experimentalChris Lattner2005-10-22
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-02
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-01
* Keep tabs and trailing spaces out.Jeff Cohen2005-07-30
* Run the verifier pass after all the other passes rather than before them.Reid Spencer2005-07-28
* Make the verifier pass run (in debug mode) in llc. This adds a sanity checkReid Spencer2005-07-28
* add a new -filetype argument to llc.Chris Lattner2005-06-25
* minor cleanups, use copy ctor instead of manually doing it.Chris Lattner2005-06-25
* refactor this interfaceChris Lattner2005-06-25
* Remove trailing whitespaceMisha Brukman2005-04-22
* For PR351:Reid Spencer2004-12-30
* Fix usage of changed function prototypeReid Spencer2004-11-14
* Changes For Bug 352Reid Spencer2004-09-01
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* * 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
* 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
* Add a -march=powerpc option. Automatically select it if this looks like aBrian Gaeke2004-02-02
* Pass extra arguments around n stuphChris Lattner2003-12-28
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* 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
* 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
* 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
* 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
* Rename headerChris Lattner2003-01-14