aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/llc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of changed function prototypeReid Spencer2004-11-141-2/+2
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-3/+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
* Header file movedChris Lattner2004-05-271-1/+1
* 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-111-5/+1
* Add a hook to run with the V8 target, though it doesn't currently work. AlsoChris Lattner2004-02-281-2/+6
* Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke2004-02-251-6/+6
* 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-131-6/+11
* Add a -march=powerpc option. Automatically select it if this looks like aBrian Gaeke2004-02-021-1/+10
* Pass extra arguments around n stuphChris Lattner2003-12-281-2/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
* 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
* 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
* 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-181-60/+47
* Reindent code to match the rest of the fileChris Lattner2003-06-181-38/+30
* Remove duplicate passChris Lattner2003-06-051-4/+0
* Remove ugly hack (that I put in originally) for building in trace stuffChris Lattner2003-05-271-112/+14
* 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
* Rename headerChris Lattner2003-01-141-1/+1
* Eliminate direct access to TargetData structureChris Lattner2002-12-281-1/+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
* Change LowerAllocations pass to 'require' TargetData instead of it beingChris Lattner2002-09-251-1/+1
* Indent a comment right, add a new oneChris Lattner2002-09-191-2/+3
* Make all registered optimization passes available to llc.Vikram S. Adve2002-09-161-90/+151
* Function.h is unnecessary when Module.h is included.Misha Brukman2002-09-141-1/+0
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-301-4/+6
* *** empty log message ***Chris Lattner2002-07-231-2/+1
* *** empty log message ***Chris Lattner2002-07-221-9/+20