summaryrefslogtreecommitdiff
path: root/tools/llc/llc.cpp
Commit message (Expand)AuthorAge
* 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
* Eliminate direct access to TargetData structureChris Lattner2002-12-28
* * Privatize the TargetNameChris Lattner2002-10-29
* Allow TargetMachine to refuse static code genChris Lattner2002-10-29
* * Remove explicit strcmp callsChris Lattner2002-10-29
* Change LowerAllocations pass to 'require' TargetData instead of it beingChris Lattner2002-09-25
* Indent a comment right, add a new oneChris Lattner2002-09-19
* Make all registered optimization passes available to llc.Vikram S. Adve2002-09-16
* Function.h is unnecessary when Module.h is included.Misha Brukman2002-09-14
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-30
* *** empty log message ***Chris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-22
* Strip the symbols out of the bytecode to inflate generated executables less.Chris Lattner2002-06-30
* Changes for 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Fix tracing code support to link in the tracing routines if neccesary.Chris Lattner2002-05-20
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-07
* Remove unneccesary pass.Chris Lattner2002-04-30
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-18
* s/PrintMethodPass/PrintFunctionPassChris Lattner2002-04-08
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Rename pass to DecomposeMultiDimRefs.Vikram S. Adve2002-03-24
* * Make all command line arguments staticChris Lattner2002-02-26
* * Remove -noasm option. If we're not compiling, what's the point?Chris Lattner2002-02-03
* Switch over to a model where we compile each method, emit assembly, then freeChris Lattner2002-02-03
* PassManager is now in its own header fileChris Lattner2002-01-31
* In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner2002-01-22
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-22