Remove extranous #include
[oota-llvm.git] / include / llvm / CodeGen /
2002-02-03 Chris Lattner* Prune many #includes
2002-02-03 Chris Lattner* Remove TMP_INSTRUCTION_OPCODE silliness
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-07 Ruchira SasankaAdded comments, destructors where necessary.
2001-12-15 Vikram S. AdveEliminate all uses of memInst->getIndicesBROKEN().
2001-12-08 Ruchira SasankaAdded comments are more documentation info
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-11-26 Chris LattnerFix field initialization order problem
2001-11-15 Vikram S. AdveModify method AllocateLocalVar to take size argument.
2001-11-08 Vikram S. AdveUse different op labels for bitwise logical operations...
2001-11-08 Vikram S. AdveAdded a second constructor for and improved class TmpIn...
2001-11-08 Vikram S. AdveMajor overhaul of stack frame management.
2001-11-08 Vikram S. AdveOld file which was moved to include/llvm/Target some...
2001-11-05 Vikram S. AdveMake reg. numbers signed ints.
2001-10-29 Chris LattnerSystems headers use <> not ""
2001-10-28 Vikram S. AdveAdded a constant pool to record values that need to...
2001-10-28 Ruchira SasankaAdded support for spilling
2001-10-22 Vikram S. AdveAdded class MachineCodeForMethod to provide method...
2001-10-22 Vikram S. AdveAdded function interfaces for generating prolog and...
2001-10-19 Ruchira SasankaAdded code to Initialize (MachineOperand) to initialize...
2001-10-17 Vikram S. Adve1. Add a bottom-up pass on BURG trees that is used...
2001-10-16 Ruchira Sasankaadded initializing regNum to -1 in both constructors...
2001-10-16 Ruchira SasankaAdded support for caller saving
2001-10-15 Chris LattnerPrint Debug Code to stderr instead of stdout so that...
2001-10-15 Ruchira Sasankafixed a coalscing bug
2001-10-13 Chris LattnerDang, I screwed up the merge. This should be better
2001-10-13 Chris LattnerClean up initializers for GCC 2.96
2001-10-12 Ruchira Sasanka--added support for implicit operands in machine instru...
2001-10-11 Vikram S. AdveRecord implicitRefs for each machine instruction instead of
2001-10-10 Vikram S. AdveMachine-independent code generation routines used in...
2001-10-10 Vikram S. AdveMoved code generation support routines to InstrSelectio...
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-10-01 Vikram S. AdveAdd vector `implicitUses' to class MachineCodeForVMInst...
2001-09-30 Ruchira Sasankano major change.
2001-09-19 Chris LattnerChange debug info from #define to command line option
2001-09-18 Ruchira Sasanka--added methods to operand class to set/get registers...
2001-09-18 Vikram S. AdveMinor fixes: renamed target machine files; fold sched...
2001-09-15 Ruchira Sasankaadded a method to get reg num after register allocation
2001-09-15 Ruchira Sasanka-modified machine operand class - took regNum out of...
2001-09-15 Ruchira Sasanka-- debug messages dissabled
2001-09-15 Ruchira Sasanka--reg alloc code added
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-14 Chris LattnerSplit Target/Machine.h into three files:
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-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 LattnerUpdate assertion to allow extra case
2001-09-09 Chris LattnerFix build breakage. :(
2001-09-09 Chris LattnerRemove extra #include
2001-09-08 Ruchira Sasanka*** empty log message ***
2001-09-08 Ruchira Sasanka*** empty log message ***
2001-09-08 Ruchira SasankaCommitted for compliation. Not yet final.
2001-09-07 Chris Lattner* Remove lots of unnecesary #includes
2001-09-07 Chris Lattner* Remove lots of annoying extra #includes
2001-09-07 Chris Lattner* Add tag so emacs knows it's a c++ file
2001-09-07 Chris LattnerAdd tags so emacs knows these are C++ files
2001-09-07 Chris LattnerAnnotations are now passed around as const objects
2001-08-31 Ruchira Sasanka*** empty log message ***
2001-08-28 Vikram S. AdveAdded function MachineInstr::operandIsDefined(i) and...
2001-08-28 Vikram S. AdveExtensive additions for supporting instruction scheduling.
2001-08-28 Vikram S. AdveAdded class MachineSchedInfo and several supporting...
2001-08-28 Vikram S. AdveImplementation of instruction scheduling for LLVM.
2001-08-28 Vikram S. AdveClass that encapsulates priority heuristics for instruc...
2001-08-28 Vikram S. AdveScheduling DAG for instruction scheduling. Currently...
2001-08-28 Vikram S. AdveUse const int instead of #define.
2001-08-27 Chris LattnerInitial checkin of TargetData code
2001-08-27 Chris LattnerUse the new TargetData class to factor out some of...
2001-08-20 Ruchira SasankaLV info on machine instructions
2001-08-13 Ruchira SasankaCorrected the compilation error by making the ValOperat...
2001-08-09 Vikram S. AdveCan't use ref to stack value!
2001-08-09 Vikram S. AdveNeeded old conditions as well as new in skipToNextVal()!
2001-08-08 Vikram S. AdveBug fix in ValOpIterator: not moving past operand with...
2001-08-07 Ruchira Sasanka*** empty log message ***
2001-08-07 Ruchira SasankaAdded isDef field to MachineOperand class - Ruchira
2001-08-06 Vikram S. AdveUse extra operand for instructions that set a CC regist...
2001-07-31 Vikram S. AdveAllow numOperands of -1 for variable #operands.
2001-07-31 Vikram S. AdveAllow machine instructions with variable numbers of...
2001-07-31 Vikram S. AdveAdded dummy Phi instruction.
2001-07-30 Vikram S. AdveAdded class MachineCodeForBasicBlock.
2001-07-28 Vikram S. AdveAdded several SPARC instructions including conditional...
2001-07-28 Vikram S. AdveRemove redundant and unused functions.
2001-07-28 Vikram S. AdveAdded MachineInstrInfo class and moved instruction...
2001-07-28 Vikram S. AdveEliminate separate enum for operand register type.
2001-07-24 Ruchira Sasanka*** empty log message ***
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 LattnerNonpolymorphic class, doesn't need a virtual dtor!
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...
next