Add vector `implicitUses' to class MachineCodeForVMInstr to hold values
[oota-llvm.git] / tools /
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
2001-08-23 Chris LattnerInitial checkin of interpreter
2001-07-25 Chris LattnerAdd library dep
2001-07-25 Chris LattnerParenthesize output for expranalyze so that pointer...
2001-07-25 Chris LattnerBuild as before dis
2001-07-23 Chris LattnerChange option name slightly
2001-07-23 Chris LattnerUse the new Alias command line option
2001-07-23 Chris LattnerCommandLine library cleanup. No longer use getValue...
2001-07-23 Chris Lattner-help is verbose enough that we don't need this anymore
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerRemoval of the redundant CompileContext wrapper
2001-07-23 Chris LattnerVerbosify descriptions
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-22 Chris LattnerPrivatize LLCOptions. It had no business being visible...
2001-07-22 Chris LattnerConvert from using C style char*'s to strings.
2001-07-21 Chris LattnerInstructions for use
2001-07-21 Chris LattnerMake sure we build all of the code!
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Chris LattnerMake the makefile work
2001-07-21 Chris LattnerSupport changed expression api
2001-07-21 Chris LattnerAutodep functionality broken. Remove so we get success...
2001-07-21 Vikram S. AdveDriver and options for the llc compiler.
2001-07-20 Chris LattnerAdd support to call LevelRaise
2001-07-20 Chris LattnerUpdate makefile for more accurate deps
2001-07-18 Chris LattnerFix clean target
2001-07-15 Vikram S. AdveReordered link line for correct static linking.
2001-07-06 Chris LattnerAdd better support for post dominator information.
2001-07-03 Chris LattnerInitial checkin of analyze tool.
2001-07-03 Chris LattnerBuild new analyze tool
2001-06-30 Chris LattnerInclude ADCE pass, rename include/Opt directory to...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-27 Chris LattnerAdd command line arguments for Constant Pool Merging...
2001-06-20 Chris LattnerAdd stub for induction variable code
2001-06-13 Chris LattnerRemoved silly test code
2001-06-13 Chris LattnerAdded options to print out basic blocks in a variety...
2001-06-08 Chris LattnerAdded a stupid testcase for iterators.
2001-06-06 Chris LattnerInitial revision