aboutsummaryrefslogtreecommitdiff
path: root/tools/llc/llc.cpp
AgeCommit message (Expand)Author
2002-10-29* Privatize the TargetNameChris Lattner
2002-10-29Allow TargetMachine to refuse static code genChris Lattner
2002-10-29* Remove explicit strcmp callsChris Lattner
2002-09-25Change LowerAllocations pass to 'require' TargetData instead of it beingChris Lattner
2002-09-19Indent a comment right, add a new oneChris Lattner
2002-09-16Make all registered optimization passes available to llc.Vikram S. Adve
2002-09-14Function.h is unnecessary when Module.h is included.Misha Brukman
2002-07-30Print the tool name when an error comes from so that I can tell whichChris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-06-30Strip the symbols out of the bytecode to inflate generated executables less.Chris Lattner
2002-06-25Changes for 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-20Fix tracing code support to link in the tracing routines if neccesary.Chris Lattner
2002-05-07Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner
2002-04-30Remove unneccesary pass.Chris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-18Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner
2002-04-08s/PrintMethodPass/PrintFunctionPassChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-24Rename pass to DecomposeMultiDimRefs.Vikram S. Adve
2002-02-26* Make all command line arguments staticChris Lattner
2002-02-03* Remove -noasm option. If we're not compiling, what's the point?Chris Lattner
2002-02-03Switch over to a model where we compile each method, emit assembly, then freeChris Lattner
2002-01-31PassManager is now in its own header fileChris Lattner
2002-01-22In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner
2002-01-22Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-10-18Remove unneccesary retcode varChris Lattner
2001-10-18Refactor Assembly/Bytecode writer code into Assembly & bytecode librariesChris Lattner
2001-10-18Bytecode writer is yanked out of Module printerChris Lattner
2001-10-18Move malloc/free lowering after tracing until lli supportsVikram S. Adve
2001-10-18Only output code if file open is successfulChris Lattner
2001-10-18Trace code should always be exported just before code generation;Vikram S. Adve
2001-10-18Convert to new simpler, more powerful pass structureChris Lattner
2001-10-18Passes return true if they change something, not if they failChris Lattner
2001-10-15ConcretePass should not be a templated class!Chris Lattner
2001-10-15Minor cleanupsChris Lattner
2001-10-15Use the new Pass infrastructure to clean up llcChris Lattner
2001-10-15Minor code cleanupsChris Lattner
2001-10-14*** empty log message ***Vikram S. Adve
2001-10-13MethodTypes take an explicit isVarArg argumentChris Lattner
2001-10-04Add hack to get rid of malloc & free instructions for code generationChris Lattner
2001-09-19Add proper support to send output to the right placeChris Lattner
2001-09-19Emit assembly language from the target...Chris Lattner
2001-09-18C++ gives us auto_ptr's, so we might as well use them. :)Chris Lattner
2001-09-18Minor changes.Vikram S. Adve