aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2001-11-10add Yet Another Instance of a Static LibraryChris Lattner
2001-11-09Add hooks for the FindUsedTypes passChris Lattner
2001-11-07Add analysis pass.Chris Lattner
2001-11-01Move the Raise xform from opt to transformsChris Lattner
2001-10-31crunch the output of GCC a bit to make it nicerChris Lattner
2001-10-31Fix dumb copy and paste typosChris Lattner
2001-10-31Add hook for GCC cleanup passChris Lattner
2001-10-31Build new gccas toolChris Lattner
2001-10-31Initial checkin of GCCASChris Lattner
2001-10-30Implement memset memcpy, callocChris Lattner
2001-10-30Initialize map for purifyChris Lattner
2001-10-29I screwed up the macros, so of course strtol didn't work. *sigh*Chris Lattner
2001-10-29Oops, accidentally broke reading from stdin when doing command line argumentsChris Lattner
2001-10-27Implement a -trace command line option and a trace option in the interpreter.Chris Lattner
2001-10-27* Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner
2001-10-27Provide argv for commandsChris Lattner
2001-10-27* Implement exit() builtin functionChris Lattner
2001-10-24Add support for building a runtime library for LLIChris Lattner
2001-10-24Implement a -L command line argument to specify a search path. Implement min...Chris Lattner
2001-10-24Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner
2001-10-23Add '-v' option to enable verbose output from the linkerChris Lattner
2001-10-19Fix to reference the right headerChris Lattner
2001-10-18Enhancements to pass argc & argv to main if requiredChris Lattner
2001-10-18Remove unneccesary retcode varChris Lattner
2001-10-18Refactor Assembly/Bytecode writer code into Assembly & bytecode librariesChris Lattner
2001-10-18Expose more xforms to the opt utilityChris 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-18Use the standard header not the old oneChris Lattner
2001-10-18Add support to insert trace code as an "optimization"Chris Lattner
2001-10-18Convert to new simpler, more powerful pass structureChris Lattner
2001-10-18* Passes return true if they change something, not if they failChris 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-15Add libraryChris Lattner
2001-10-15Minor code cleanupsChris Lattner
2001-10-15Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner
2001-10-14*** empty log message ***Vikram S. Adve
2001-10-14Add a new -d argument to dump the internal rep as assembly.Chris Lattner
2001-10-13MethodTypes take an explicit isVarArg argumentChris Lattner
2001-10-13Fix comment flyerChris Lattner
2001-10-13Add new linkerChris Lattner
2001-10-13Build the new linkerChris Lattner
2001-10-10Repeat some libs due to circular dependences between Sparc and otherVikram S. Adve
2001-10-04Add hack to get rid of malloc & free instructions for code generationChris Lattner
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner