aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Fix link probChris Lattner2001-11-141-1/+1
* Add hooks to call the new swap structcontents passChris Lattner2001-11-101-1/+5
* add Yet Another Instance of a Static LibraryChris Lattner2001-11-101-1/+1
* Add hooks for the FindUsedTypes passChris Lattner2001-11-091-2/+13
* Add analysis pass.Chris Lattner2001-11-071-1/+10
* Move the Raise xform from opt to transformsChris Lattner2001-11-014-5/+6
* crunch the output of GCC a bit to make it nicerChris Lattner2001-10-311-2/+8
* Fix dumb copy and paste typosChris Lattner2001-10-311-1/+1
* Add hook for GCC cleanup passChris Lattner2001-10-311-1/+4
* Build new gccas toolChris Lattner2001-10-311-1/+1
* Initial checkin of GCCASChris Lattner2001-10-312-0/+80
* Implement memset memcpy, callocChris Lattner2001-10-301-0/+85
* Initialize map for purifyChris Lattner2001-10-301-0/+1
* I screwed up the macros, so of course strtol didn't work. *sigh*Chris Lattner2001-10-291-3/+3
* Oops, accidentally broke reading from stdin when doing command line argumentsChris Lattner2001-10-291-1/+1
* Implement a -trace command line option and a trace option in the interpreter.Chris Lattner2001-10-271-1/+5
* * Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner2001-10-272-0/+126
* Provide argv for commandsChris Lattner2001-10-271-3/+3
* * Implement exit() builtin functionChris Lattner2001-10-271-2/+3
* Add support for building a runtime library for LLIChris Lattner2001-10-242-0/+37
* Implement a -L command line argument to specify a search path. Implement min...Chris Lattner2001-10-242-40/+78
* Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner2001-10-242-14/+22
* Add '-v' option to enable verbose output from the linkerChris Lattner2001-10-232-2/+26
* Fix to reference the right headerChris Lattner2001-10-191-1/+1
* Enhancements to pass argc & argv to main if requiredChris Lattner2001-10-181-1/+1
* Remove unneccesary retcode varChris Lattner2001-10-181-2/+1
* Refactor Assembly/Bytecode writer code into Assembly & bytecode librariesChris Lattner2001-10-181-2/+3
* Expose more xforms to the opt utilityChris Lattner2001-10-182-2/+5
* Bytecode writer is yanked out of Module printerChris Lattner2001-10-181-25/+22
* Move malloc/free lowering after tracing until lli supportsVikram S. Adve2001-10-181-4/+7
* Only output code if file open is successfulChris Lattner2001-10-181-6/+4
* Trace code should always be exported just before code generation;Vikram S. Adve2001-10-182-26/+29
* Use the standard header not the old oneChris Lattner2001-10-181-2/+1
* Add support to insert trace code as an "optimization"Chris Lattner2001-10-182-16/+14
* Convert to new simpler, more powerful pass structureChris Lattner2001-10-181-11/+6
* * Passes return true if they change something, not if they failChris Lattner2001-10-181-11/+11
* Passes return true if they change something, not if they failChris Lattner2001-10-181-2/+5
* ConcretePass should not be a templated class!Chris Lattner2001-10-151-2/+2
* Minor cleanupsChris Lattner2001-10-151-12/+10
* Use the new Pass infrastructure to clean up llcChris Lattner2001-10-151-261/+117
* Add libraryChris Lattner2001-10-151-1/+1
* Minor code cleanupsChris Lattner2001-10-151-8/+6
* Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner2001-10-151-5/+2
* *** empty log message ***Vikram S. Adve2001-10-142-40/+168
* Add a new -d argument to dump the internal rep as assembly.Chris Lattner2001-10-142-0/+10
* MethodTypes take an explicit isVarArg argumentChris Lattner2001-10-131-2/+3
* Fix comment flyerChris Lattner2001-10-133-6/+6
* Add new linkerChris Lattner2001-10-134-0/+140
* Build the new linkerChris Lattner2001-10-131-1/+1
* Repeat some libs due to circular dependences between Sparc and otherVikram S. Adve2001-10-101-1/+1