aboutsummaryrefslogtreecommitdiff
path: root/tools/llc
AgeCommit message (Expand)Author
2004-08-05Lines need to end with \ to make sure they're actually continuedMisha Brukman
2004-08-05* Add PowerPC library to LLCMisha Brukman
2004-08-04libsparcv9select is historyBrian Gaeke
2004-07-16Build skeleton targetChris Lattner
2004-07-12* Tabs to spacesMisha Brukman
2004-07-11Goodbye macro hell, hello nice clean and simple code. This also gives llcChris Lattner
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer
2004-05-27Uhh, that doesn't exist.Chris Lattner
2004-05-27Header file movedChris Lattner
2004-03-16Add a better head-of-file comment.Brian Gaeke
2004-03-11SparcV8 removed until it grows up becomes a mature backend.Misha Brukman
2004-02-28Add a hook to run with the V8 target, though it doesn't currently work. AlsoChris Lattner
2004-02-25Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke
2004-02-19Make sure to print a stack trace whenever an error signal is delivered toChris Lattner
2004-02-15When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", notChris Lattner
2004-02-13Add support for -march=cChris Lattner
2004-02-08Fix indentation of selectiondag.Brian Gaeke
2004-02-02Add a -march=powerpc option. Automatically select it if this looks like aBrian Gaeke
2004-02-02Link in the PowerPC back-end.Brian Gaeke
2003-12-28Pass extra arguments around n stuphChris Lattner
2003-12-15There is no reason to add -load support to LLCChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-10-20Removed extraneous comment line.John Criswell
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-10Fix grammar.Misha Brukman
2003-09-01Preselection is now integrated into the Sparc target libraryChris Lattner
2003-09-01Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner
2003-08-28Added code to avoid checking for .bc when the filename is too short.John Criswell
2003-08-24Targets now configure themselves with the module, not flagsChris Lattner
2003-08-24Add support for modules with "any" pointersize/endiannessChris Lattner
2003-08-15rename selection library to selectiondagChris Lattner
2003-08-13Incorporate mapping library into the sparc libraryChris Lattner
2003-08-11Include the new selection library for the X86 targetChris Lattner
2003-07-30Revert change: default architecture is never set, it is guessed from inputMisha Brukman
2003-07-18Initialize the target architecture based on compiler defines, so if compiled onMisha Brukman
2003-07-07Fixed indentation.Misha Brukman
2003-06-20Minor cleanupsChris Lattner
2003-06-18tools/llc/llc.cpp: Make "-o -" work.Brian Gaeke
2003-06-18lib/Target/Sparc/Sparc.cpp:Brian Gaeke
2003-06-18Reindent code to match the rest of the fileChris Lattner
2003-06-17Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke
2003-06-05Remove duplicate passChris Lattner
2003-05-27Remove ugly hack (that I put in originally) for building in trace stuffChris Lattner
2003-04-28Add a new option to disable stripping of bytecode filesChris Lattner
2003-04-26Remove two fields from TargetData which are target specific.Chris Lattner
2003-04-25Make sure to copy double alignment as wellChris Lattner
2003-04-25Kill using declarationsChris Lattner
2003-04-25Make sure to add a targetdata instance to the passmanager, and make it match theChris Lattner
2003-04-24Remove support for "target data" pass ctorsChris Lattner