Changes to build successfully with GCC 3.02
[oota-llvm.git] / tools /
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerAdd instruction combining pass
2001-12-14 Chris LattnerAdd more passes to run after raising
2001-12-13 Chris LattnerBuild runtime library with local GCCAS
2001-12-13 Chris LattnerImplement strlen strdup strcmp
2001-12-08 Chris LattnerTell the user if a file is corrupt or not... not that...
2001-12-07 Chris LattnerRun DCE before cleanupGCCoutput which will cause some...
2001-12-05 Chris LattnerRemove unnecesary namespace impot
2001-12-05 Chris LattnerSimplify induction variables before 'raising' the repre...
2001-12-04 Chris LattnerUse new induction variable simplification code with...
2001-12-03 Chris LattnerInduction variables must be phi nodes
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris Lattner-raise includes constprop and dce
2001-11-26 Chris Lattner* Add hooks to globaldce
2001-11-26 Chris LattnerLink to ipo library
2001-11-26 Chris LattnerFix problem where lli < foo.bc would have argc = 0
2001-11-26 Chris LattnerAdd support to enable -lfoo to be processed correctly
2001-11-26 Chris LattnerAdd hooks to print natural loop information and induct...
2001-11-26 Chris LattnerChange swapstructs itf
2001-11-26 Chris LattnerRun constprop before -raise
2001-11-14 Chris LattnerFix link prob
2001-11-10 Chris LattnerAdd hooks to call the new swap structcontents pass
2001-11-10 Chris Lattneradd Yet Another Instance of a Static Library
2001-11-09 Chris LattnerAdd hooks for the FindUsedTypes pass
2001-11-07 Chris LattnerAdd analysis pass.
2001-11-01 Chris LattnerMove the Raise xform from opt to transforms
2001-10-31 Chris Lattnercrunch the output of GCC a bit to make it nicer
2001-10-31 Chris LattnerFix dumb copy and paste typos
2001-10-31 Chris LattnerAdd hook for GCC cleanup pass
2001-10-31 Chris LattnerBuild new gccas tool
2001-10-31 Chris LattnerInitial checkin of GCCAS
2001-10-30 Chris LattnerImplement memset memcpy, calloc
2001-10-30 Chris LattnerInitialize map for purify
2001-10-29 Chris LattnerI screwed up the macros, so of course strtol didn't...
2001-10-29 Chris LattnerOops, accidentally broke reading from stdin when doing...
2001-10-27 Chris LattnerImplement a -trace command line option and a trace...
2001-10-27 Chris Lattner* Make pointer values work better by treating them...
2001-10-27 Chris LattnerProvide argv for commands
2001-10-27 Chris Lattner* Implement exit() builtin function
2001-10-24 Chris LattnerAdd support for building a runtime library for LLI
2001-10-24 Chris LattnerImplement a -L command line argument to specify a searc...
2001-10-24 Chris LattnerChanges to get some meaningful feedback from the byteco...
2001-10-23 Chris LattnerAdd '-v' option to enable verbose output from the linker
2001-10-19 Chris LattnerFix to reference the right header
2001-10-18 Chris LattnerEnhancements to pass argc & argv to main if required
2001-10-18 Chris LattnerRemove unneccesary retcode var
2001-10-18 Chris LattnerRefactor Assembly/Bytecode writer code into Assembly...
2001-10-18 Chris LattnerExpose more xforms to the opt utility
2001-10-18 Chris LattnerBytecode writer is yanked out of Module printer
2001-10-18 Vikram S. AdveMove malloc/free lowering after tracing until lli supports
2001-10-18 Chris LattnerOnly output code if file open is successful
2001-10-18 Vikram S. AdveTrace code should always be exported just before code...
2001-10-18 Chris LattnerUse the standard header not the old one
2001-10-18 Chris LattnerAdd support to insert trace code as an "optimization"
2001-10-18 Chris LattnerConvert to new simpler, more powerful pass structure
2001-10-18 Chris Lattner* Passes return true if they change something, not...
2001-10-18 Chris LattnerPasses return true if they change something, not if...
2001-10-15 Chris LattnerConcretePass should not be a templated class!
2001-10-15 Chris LattnerMinor cleanups
2001-10-15 Chris LattnerUse the new Pass infrastructure to clean up llc
2001-10-15 Chris LattnerAdd library
2001-10-15 Chris LattnerMinor code cleanups
2001-10-15 Chris LattnerImplement global variables. Struct and Pointer initial...
2001-10-14 Vikram S. Adve*** empty log message ***
2001-10-14 Chris LattnerAdd a new -d argument to dump the internal rep as assembly.
2001-10-13 Chris LattnerMethodTypes take an explicit isVarArg argument
2001-10-13 Chris LattnerFix comment flyer
2001-10-13 Chris LattnerAdd new linker
2001-10-13 Chris LattnerBuild the new linker
2001-10-10 Vikram S. AdveRepeat some libs due to circular dependences between...
2001-10-04 Chris LattnerAdd hack to get rid of malloc & free instructions for...
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-28 Chris LattnerAdd support to print a call graph, and also add support...
2001-09-19 Chris LattnerAdd proper support to send output to the right place
2001-09-19 Chris LattnerEmit assembly language from the target...
2001-09-18 Chris LattnerC++ gives us auto_ptr's, so we might as well use them...
2001-09-18 Vikram S. AdveMinor changes.
2001-09-15 Ruchira SasankaAdded regalloc
2001-09-14 Chris LattnerOops, accidentally checked my debugging makefile
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.
2001-09-14 Chris LattnerCheckin changes to:
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-09-14 Chris LattnerExport the instruction forest support from the analysis...
2001-09-10 Chris LattnerGenericize support for calling functions a bit
2001-09-09 Chris LattneriFix dependence order
2001-09-09 Chris LattnerRemove extraneous space
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-09-07 Chris LattnerRemove old old file
2001-09-07 Chris LattnerConvert llc driver to standard tool format
2001-09-07 Chris LattnerUhm... that was really bad
2001-09-07 Chris LattnerClean up driver
2001-09-07 Chris LattnerRemove support for const pool merging, which is obsolet...
2001-09-07 Chris LattnerBuild lli first
2001-08-28 Vikram S. AdveMakefile for tools/tests/
2001-08-28 Vikram S. AdveDriver to test IsPowerOf2. Could be extended for other...
2001-08-28 Vikram S. AdveChanged link line.
2001-08-28 Vikram S. AdveAdd calls to NormalizeMethod() and to ScheduleInstructi...
2001-08-27 Chris LattnerLots of new functionality
2001-08-25 Vikram S. AdveAdd dependence to libvmcore.
2001-08-23 Chris LattnerCompile LLI
next