Added LLVM copyright header.
[oota-llvm.git] / lib / Target / X86 / X86.h
2003-10-21 John CriswellAdded LLVM copyright header.
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-11 Chris LattnerAdd support for a pattern matching instruction selector...
2003-08-03 Chris LattnerStart using tablegen'd instruction enum list
2003-08-03 Chris LattnerSwitch over to tablegen generated header files
2003-07-26 Chris LattnerRename function to be more consistent with filename
2003-07-23 Brian GaekePrinter.cpp: Ditch addRequired/getAnalysis, because...
2003-06-03 Chris LattnerAdd namespace comments for doxygen
2003-01-13 Chris LattnerMove passes out to Passes.h
2002-12-28 Chris Lattner* Most pass ctor functions don't take TM arguments...
2002-12-16 Chris LattnerTry #2 to get alias set stuff to work
2002-12-16 Chris LattnerAdd info about register aliases, add prototype for...
2002-12-16 Chris LattnerRename createSimpleX86RegisterAllocator to createSimple...
2002-12-03 Chris Lattner* Move information about Implicit Defs/Uses into X86Ins...
2002-11-18 Chris LattnerStart to add more information to instr.def
2002-10-29 Chris LattnerConvert backend to use passes, implement X86TargetMachine
2002-10-29 Chris LattnerRename X86InstructionInfo to X86InstrInfo
2002-10-29 Chris LattnerBe compatible with sparc backend
2002-10-28 Chris LattnerInitial stab at MachineInstr'ication
2002-10-25 Chris LattnerInitial checkin of X86 backend.