Add hook for JIT compiler
[oota-llvm.git] / include / llvm / Target / TargetMachine.h
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...