Increase odds that this won't bork things
[oota-llvm.git] / tools / llc /
2003-04-28 Chris LattnerAdd a new option to disable stripping of bytecode files
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-25 Chris LattnerMake sure to copy double alignment as well
2003-04-25 Chris LattnerKill using declarations
2003-04-25 Chris LattnerMake sure to add a targetdata instance to the passmanag...
2003-04-24 Chris LattnerRemove support for "target data" pass ctors
2003-01-19 Chris Lattner* Prune down library list. In particular, llc doesn...
2003-01-14 Chris LattnerRename header
2002-12-28 Chris LattnerEliminate direct access to TargetData structure
2002-12-09 Vikram S. AdveFix link errors due to new IPModRef pass.
2002-11-06 Vikram S. AdveDon't build llc symbols by default.
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris LattnerAllow TargetMachine to refuse static code gen
2002-10-29 Chris Lattner* Remove explicit strcmp calls
2002-10-28 Chris LattnerAfter removing stuff from TargetMachine, we now no...
2002-10-28 Chris LattnerAdd codegen library
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-20 Vikram S. AdveRenamed library preselect to preopts.
2002-09-19 Chris LattnerIndent a comment right, add a new one
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-09-16 Vikram S. AdveChange several entries to use the .o instead of .a...
2002-09-16 Vikram S. AdveMake all registered optimization passes available to...
2002-09-14 Misha BrukmanFunction.h is unnecessary when Module.h is included.
2002-08-27 Anand ShuklaAdded mapping lib in llc makefile
2002-08-07 Chris LattnerOnly include the sparc.o file once!
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris Lattner*** empty log message ***
2002-06-30 Chris LattnerStrip the symbols out of the bytecode to inflate genera...
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-20 Chris LattnerFix tracing code support to link in the tracing routine...
2002-05-19 Vikram S. AdveAdd libsparc.a a second time to resolve link errors.
2002-05-07 Chris LattnerMerge all include/llvm/Transforms/Scalar/* into a singl...
2002-05-07 Chris LattnerStraighten out makefiles after moving code to new Trans...
2002-04-30 Chris LattnerRemove unneccesary pass.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-18 Chris LattnerMake sure that there is no case where a signal can...
2002-04-08 Chris Lattners/PrintMethodPass/PrintFunctionPass
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-24 Vikram S. AdveRename pass to DecomposeMultiDimRefs.
2002-02-26 Chris Lattner* Make all command line arguments static
2002-02-04 Chris LattnerTrim down makefile, again.
2002-02-04 Chris LattnerCut down number of times libraries are included to...
2002-02-03 Chris Lattner* Remove -noasm option. If we're not compiling, what...
2002-02-03 Chris LattnerSwitch over to a model where we compile each method...
2002-01-31 Chris LattnerAdd dependency
2002-01-31 Chris LattnerPassManager is now in its own header file
2002-01-22 Chris LattnerIn an amazing fit of stupidity, I flipped the condition...
2002-01-22 Chris LattnerTry again, now it works right
2002-01-22 Chris LattnerRename LowerAllocations.h to ChangeAllocations.h since...
2002-01-22 Chris LattnerFix ordering dependency problem
2002-01-21 Chris LattnerEliminate opt library
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-10-18 Chris LattnerRemove unneccesary retcode var
2001-10-18 Chris LattnerRefactor Assembly/Bytecode writer code into Assembly...
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 LattnerConvert to new simpler, more powerful pass structure
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-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
next