Make class TargetMachine the common interface to all target-dependent
[oota-llvm.git] / lib / Target / SparcV9 / InstrSelection /
2001-09-18 Vikram S. AdveMinor changes.
2001-09-18 Vikram S. AdveDon't add instructions to subtree for Phi or Call.
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-09-12 Chris LattnerMore cleanups, preparing to revamp InstrForest to,...
2001-09-12 Chris Lattner* Clean up InstrForest
2001-09-11 Chris LattnerEliminate 'BasicNode' from InstrForest.
2001-09-11 Chris LattnerEliminate MainTreeNode function
2001-09-10 Chris LattnerUse predicate for Value type test
2001-09-07 Chris LattnerA file should always include it's private header file...
2001-08-28 Vikram S. AdveRemove source list.
2001-08-28 Vikram S. AdveMoved debug options declaration to header file, and...
2001-07-31 Vikram S. AdveSimplify command line options, and add option for printing
2001-07-31 Vikram S. AdveGenerate tree nodes for Phi instructions.
2001-07-30 Vikram S. AdveRecord machine instructions in the vector for each...
2001-07-28 Vikram S. AdveEliminate unused function.
2001-07-23 Chris LattnerCommandLine library cleanup. No longer use getValue...
2001-07-23 Chris LattnerEliminated the Unique class in favor of NonCopyable...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerClean up hash table usage
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-21 Chris LattnerEliminate lots of unnecessary #includes and forward...
2001-07-21 Chris LattnerEliminate many unneccesary #includes
2001-07-21 Chris LattnerRemove unneccesary #includes
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Vikram S. AdveInstruction selection via pattern matching on instructi...