Don't crash if there are no passes in the PassesToRun list
[oota-llvm.git] / tools / llc /
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-14 Vikram S. Adve*** empty log message ***
2001-10-13 Chris LattnerMethodTypes take an explicit isVarArg argument
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-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 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-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-09-07 Chris LattnerConvert llc driver to standard tool format
2001-09-07 Chris LattnerClean up driver
2001-08-28 Vikram S. AdveChanged link line.
2001-08-28 Vikram S. AdveAdd calls to NormalizeMethod() and to ScheduleInstructi...
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 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 LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Chris LattnerMake the makefile work
2001-07-21 Chris LattnerAutodep functionality broken. Remove so we get success...
2001-07-21 Vikram S. AdveDriver and options for the llc compiler.