summaryrefslogtreecommitdiff
path: root/tools/llc
Commit message (Expand)AuthorAge
...
* 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
* Add libsparc.a a second time to resolve link errors.Vikram S. Adve2002-05-19
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-07
* Straighten out makefiles after moving code to new Transform Utils libraryChris 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
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-07
* 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
* Trim down makefile, again.Chris Lattner2002-02-04
* Cut down number of times libraries are included to link a little bit fasterChris Lattner2002-02-04
* * 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
* Add dependencyChris Lattner2002-01-31
* 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
* Try again, now it works rightChris Lattner2002-01-22
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-22
* Fix ordering dependency problemChris Lattner2002-01-22
* Eliminate opt libraryChris Lattner2002-01-21
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Remove unneccesary retcode varChris Lattner2001-10-18
* Refactor Assembly/Bytecode writer code into Assembly & bytecode librariesChris Lattner2001-10-18
* Bytecode writer is yanked out of Module printerChris Lattner2001-10-18
* Move malloc/free lowering after tracing until lli supportsVikram S. Adve2001-10-18
* Only output code if file open is successfulChris Lattner2001-10-18
* Trace code should always be exported just before code generation;Vikram S. Adve2001-10-18
* Convert to new simpler, more powerful pass structureChris Lattner2001-10-18
* Passes return true if they change something, not if they failChris Lattner2001-10-18
* ConcretePass should not be a templated class!Chris Lattner2001-10-15
* Minor cleanupsChris Lattner2001-10-15
* Use the new Pass infrastructure to clean up llcChris Lattner2001-10-15
* Add libraryChris Lattner2001-10-15
* Minor code cleanupsChris Lattner2001-10-15
* *** empty log message ***Vikram S. Adve2001-10-14
* MethodTypes take an explicit isVarArg argumentChris Lattner2001-10-13
* Repeat some libs due to circular dependences between Sparc and otherVikram S. Adve2001-10-10
* Add hack to get rid of malloc & free instructions for code generationChris Lattner2001-10-04
* Add proper support to send output to the right placeChris Lattner2001-09-19
* Emit assembly language from the target...Chris Lattner2001-09-19
* C++ gives us auto_ptr's, so we might as well use them. :)Chris Lattner2001-09-18