aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetMachine.h
AgeCommit message (Expand)Author
2004-03-09Add emitInstruction() API so that we can get the bytes of a simple instructionAlkis Evlogimenos
2004-03-01TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke
2003-12-28Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner
2003-12-28implement support for the intrinsic lowering functionalityChris Lattner
2003-12-20Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner
2003-12-12Implement the TargetMachine::getJITStubForFunction method for X86, finegrainifyChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-21Added LLVM copyright header.John Criswell
2003-10-20Minor leftover fixups from replaceMachineCodeForFunction () change.Brian Gaeke
2003-10-17Add prototype for replaceMachineCodeForFunction().Brian Gaeke
2003-09-01OptInfo is no longer requiredChris Lattner
2003-08-24Targets should configure themselves based on a Module, not some wierd flagsChris Lattner
2003-08-13addPassesToJITCompile and addPassesToEmitMachineCode now take aBrian Gaeke
2003-06-18lib/Target/X86/X86TargetMachine.{cpp,h}: Add initial versionBrian Gaeke
2002-12-29More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner
2002-12-29Rename MachineOptInfo to TargetoptInfoChris Lattner
2002-12-28Rename MachineFrameInfo to TargetFrameInfo.hChris Lattner
2002-12-28Implement the TargetFrameInfo interfaceChris Lattner
2002-12-24Changes to allow for a configurable target machine that allows big endian and...Chris Lattner
2002-12-02Expose explicit typeChris Lattner
2002-12-02Initial support for machine code emissionChris Lattner
2002-10-30Implement the new optional getRegisterInfoChris Lattner
2002-10-29Convert backend to use passes, implement X86TargetMachineChris Lattner