Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Target / X86 / X86TargetMachine.h
2003-10-20 Brian GaekeMinor leftover fixups from replaceMachineCodeForFunctio...
2003-10-17 Brian GaekeAdd prototype for replaceMachineCodeForFunction().
2003-09-01 Chris LattnerOptInfo is no longer required
2003-08-24 Chris LattnerTargets should configure themselves based on a Module...
2003-08-13 Brian GaekeaddPassesToJITCompile and addPassesToEmitMachineCode...
2003-06-18 Brian Gaekelib/Target/X86/X86TargetMachine.{cpp,h}: Add initial...
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-12-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-12-28 Chris LattnerRename MachineFrameInfo to TargetFrameInfo.h
2002-12-28 Chris LattnerImplement the TargetFrameInfo interface
2002-12-24 Chris LattnerChanges to allow for a configurable target machine...
2002-12-02 Chris LattnerExpose explicit type
2002-12-02 Chris LattnerInitial support for machine code emission
2002-10-30 Chris LattnerImplement the new optional getRegisterInfo
2002-10-29 Chris LattnerConvert backend to use passes, implement X86TargetMachine