* Fix one more bug in PIC codegen: extra load is needed for *all*
[oota-llvm.git] / lib / Target / TargetMachine.cpp
2007-01-17 Anton Korobeynikov* Fix one more bug in PIC codegen: extra load is needed...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingCreate/store/and delete the TargetObjInfo object.
2006-12-09 Evan ChengAdded option -soft-float to generate SW fp library...
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-04 Chris Lattnerremove #include
2006-09-03 Chris LattnerSimplify target construction.
2006-08-29 Jim LaskeyTidy up options.
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-06 Evan ChengAdded option -code-model to set code model (only used...
2006-05-24 Reid SpencerFor PR786:
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-23 Evan Cheng-enable-unsafe-fp-math implies -enable-finite-only...
2006-05-23 Evan ChengAdded option -enable-finite-only-fp-math. When on,...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2005-08-18 Nate BegemanRemove the X86 and PowerPC Simple instruction selectors...
2005-07-06 Nate BegemanFirst round of support for doing scalar FP using the...
2005-05-13 Chris Lattnercapitalize
2005-04-30 Chris LattnerExpose an option allowing unsafe math optimizations...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-15 Nate BegemanMake pattern isel default for ppc
2005-01-15 Chris LattnerAdd a new target-independent code generator flag.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-10 Misha BrukmanImplement new constructor.
2004-07-23 Misha Brukman* Add BoolAlignment to TargetData, default is 1 byte...
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.