Direct declaration of namespace-ified globals does not work, must enclose
[oota-llvm.git] / lib / Target / TargetMachine.cpp
2004-06-21 Misha BrukmanDirect declaration of namespace-ified globals does...
2004-06-21 Misha BrukmanSpecify variables' namespace directly instead of using...
2004-06-21 Misha BrukmanMove implemented interface header up to the top.
2004-06-21 Misha BrukmanSpell out `NoFramePointerElim' for readability.
2004-06-21 Misha BrukmanImplement `NoFPElim' in a target-agnostic fashion so...
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-02 Chris LattnerMethod has been inlined into all callers
2004-03-04 Brian Gaekemake -print-machineinstrs work for both SparcV9 and X86
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-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-04-26 Chris LattnerThe promotion rules are the same for all targets, they...
2002-12-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-10-29 Chris LattnerImplement findOptimalStorageSize a bit more generally
2002-10-28 Chris LattnerSeperate code out of TargetMachine into MachineInstrInfo
2002-10-28 Chris LattnerMove addPassesToEmitAssembly from TargetMachine to...
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-13 Vikram S. AdveRun LICM before GCSE!
2002-09-23 Vikram S. AdveDisable reassociation pass in LLC until it is fixed.
2002-09-21 Anand ShuklaChanged codegen to add 2 empty slots at the top of...
2002-09-20 Vikram S. AdveAdd peephole optimization pass at the end of code gener...
2002-09-16 Vikram S. AdveMove all the code that creates code generation passes...
2001-11-09 Vikram S. AdveAdded class MachineCacheInfo.
2001-11-08 Vikram S. AdveAdd handle to TargetMachine object in all Machine....
2001-09-18 Vikram S. AdveRenamed files to match the main classes they provide.
2001-09-14 Chris LattnerAdd a comment
2001-09-14 Chris LattnerBreak scheduling infrastructure out of TargetMachine...
2001-09-14 Chris LattnerSplit Target/Machine.h into three files:
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.