aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Simplify induction variables before 'raising' the representationChris Lattner2001-12-052-1/+3
* Use new induction variable simplification code with -indvars optionChris Lattner2001-12-042-2/+3
* Induction variables must be phi nodesChris Lattner2001-12-031-5/+7
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-2713-37/+30
* -raise includes constprop and dceChris Lattner2001-11-261-3/+0
* * Add hooks to globaldceChris Lattner2001-11-261-28/+37
* Link to ipo libraryChris Lattner2001-11-261-1/+1
* Fix problem where lli < foo.bc would have argc = 0Chris Lattner2001-11-261-0/+7
* Add support to enable -lfoo to be processed correctlyChris Lattner2001-11-262-2/+6
* Add hooks to print natural loop information and induction variablesChris Lattner2001-11-261-1/+21
* Change swapstructs itfChris Lattner2001-11-261-8/+12
* Run constprop before -raiseChris Lattner2001-11-261-0/+1
* 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