aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetMachineImpls.h
AgeCommit message (Expand)Author
2004-07-11Delete the allocate*TargetMachine functions. Move options to a header fileChris Lattner
2004-06-21Spell out `NoFramePointerElim' for readability.Misha Brukman
2004-06-21Make a single `NoFPElim' switch available to all targets.Misha Brukman
2004-06-16I'm afraid this doesn't exist.Brian Gaeke
2004-03-04make -print-machineinstrs work for both SparcV9 and X86Brian Gaeke
2004-02-28Add hook for V8 targetChris Lattner
2004-02-25Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke
2004-02-13Make sure to provide a prototype for the cbackendChris Lattner
2004-02-02Add prototype for llvm::allocatePowerPCTargetMachine().Brian Gaeke
2003-12-28We may now pass IntrinsicLowering implementations into these methodsChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-08-24Targets should configure themselves based on the module, not some wierd flagsChris Lattner
2003-05-27Allow allocation of a Sparc TargetMachine.Misha Brukman
2002-12-24Allow the target machines to specify endianness and pointer sizeChris Lattner
2002-10-29Rename Sparc.h to TargetMachineImpls.h. Add hook for X86 targetChris Lattner
2001-09-14Make a new llvm/Target #include directory.Chris Lattner