Add a new constructor
[oota-llvm.git] / include / llvm / Target / TargetMachine.h
2004-03-03 Chris LattnerAdd a new constructor
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-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...
2003-12-12 Chris LattnerAdd new getJITStubForFunction method, which may optiona...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 Brian GaekeMake replaceMachineCodeForFunction return void.
2003-10-17 Brian GaekeAdd stub version of replaceMachineCodeForFunction....
2003-09-30 Chris LattnerStandardize header file comments
2003-09-01 Chris LattnerNo longer require an OptInfo
2003-08-15 Chris LattnerRemove extraneous #include
2003-08-13 Brian GaekeaddPassesToJITCompile and addPassesToEmitMachineCode...
2003-06-03 Chris LattnerRemove noncopyableV base classes, as they were confusin...
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-01-13 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
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 Lattner* doxygenize comment
2002-12-24 Chris LattnerAllow the target machines to specify endianness and...
2002-12-04 Chris LattnerExpose target data through a method for uniformity
2002-12-02 Chris LattnerThe hopefully final version of addPassesToEmitMachineCo...
2002-12-02 Chris LattnerAdd comment about ownership semantics
2002-12-02 Chris LattnerAdd stub to emit machine code for JIT
2002-11-20 Misha BrukmanMRegisterInfo.h - Added prototypes for functions we...
2002-10-30 Chris LattnerAdd new optional getRegisterInfo to TargetMachine
2002-10-29 Chris LattnerEliminate virtual methods that are sparc specific
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris LattnerAllow TargetMachine to refuse static code gen
2002-10-29 Chris LattnerAdd hook for JIT compiler
2002-10-28 Chris Lattner* Doxygenify comments
2002-09-20 Vikram S. AdveAdded class MachineOptInfo as interface to target-specific
2002-09-16 Vikram S. Adve*** empty log message ***
2002-05-19 Vikram S. AdveAdded parameter IntRegSize for standard general-purpose...
2002-04-28 Chris LattnerUse forward decl instead of #include
2002-02-03 Chris LattnerRevamp compilation to be pass based instead of being...
2002-02-03 Chris LattnerAdd methods to TargetMachine to:
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-09 Vikram S. AdveAdded class MachineCacheInfo.
2001-11-08 Vikram S. AdveAdd handle to object MachineFrameInfo.
2001-10-15 Chris LattnerBe const correct
2001-09-19 Chris LattnerAdd emitAssembly Method
2001-09-18 Vikram S. AdveMake class TargetMachine the common interface to all...