Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / X86 / X86TargetMachine.h
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-22 Evan ChengPreliminary PIC JIT support for X86 (32-bit) / Darwin.
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-02-08 Bill WendlingMoved the MachOWriter and ELFWriter out of the Target...
2007-01-27 Bill WendlingReturn an X86ELFWriterInfo object.
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingCreate the specified TargetObjInfo and use it.
2006-09-08 Evan ChengCommitting X86-64 support.
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-05-30 Evan ChengFix a build breaker.
2006-05-12 Chris LattnerMore coverity fixes
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-07-12 Nate BegemanImplement Subtarget support
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-04-21 Misha Brukman* Remove trailing whitespace
2004-11-16 Chris LattnerRemove a dead function, which died when we got GAS...
2004-07-11 Chris LattnerAuto-registrate target
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-03-09 Alkis EvlogimenosAdd emitInstruction() API so that we can get the bytes...
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Chris Lattnerimplement support for the intrinsic lowering functionality
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...
2003-12-12 Chris LattnerImplement the TargetMachine::getJITStubForFunction...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-21 John CriswellAdded LLVM copyright header.
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