Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
[oota-llvm.git] / lib / Target / TargetMachine.cpp
2010-05-14 Bill WendlingRename "HasCalls" in MachineFrameInfo to "AdjustsStack...
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-13 Chris Lattneradd llvm codegen support for -ffunction-sections and...
2010-02-08 Dan GohmanRename the PerformTailCallOpt variable to GuaranteedTai...
2010-01-27 Evan ChengClarify what -tailcallopt option actually do.
2010-01-23 Bill WendlingRemove the '-disable-scheduling' flag and replace it...
2009-12-18 Bill WendlingChanges from review:
2009-09-20 Reid KlecknerImplement the JIT side of the GDB JIT debugging interfa...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-20 Mon P WangAdded option to enable generating less precise mad...
2009-03-11 Bill WendlingAdd a -no-implicit-float flag. This acts like -soft...
2009-01-27 Dan GohmanEnable the red zone on x86-64 by default.
2009-01-26 Dan GohmanImplement Red Zone utilization on x86-64. This is currently
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-07 Owen AndersonAdd an option to enable StrongPHIElimination, for ease...
2008-10-01 Devang PatelRemove OptimizeForSize global. Use function attribute...
2008-09-08 Bill WendlingAccidental commit of partial 'stack canaries' code
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-08-05 Owen AndersonThis option doesn't need to be a target option. It...
2008-08-04 Owen Anderson- Fix SelectionDAG to generate correct CFGs.
2008-07-31 Dale JohannesenAdd a flag to disable jump table generation (all
2008-07-01 Evan ChengAvoid creating expensive comment string if it's not...
2008-05-30 Evan ChengFix indentation.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-06 Dan GohmanMake several variable declarations static.
2008-04-23 Dan GohmanMake these variables static.
2008-04-23 Anton KorobeynikovMake stack alignment options global for all targets
2008-04-14 Dale JohannesenReverse sense of unwind-tables option. This means
2008-04-08 Dale JohannesenRename -disable-required-unwind-tables to unwind-tables...
2008-04-08 Dale JohannesenImplement new llc flag -disable-required-unwind-tables.
2008-03-25 Evan ChengRename option -optimizefor-size to -optimize-size.
2008-03-25 Devang PatelAdd optimize-for-size knob.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-11 Arnold SchwaighoferAdded tail call optimization to the x86 back end. It...
2007-09-29 Evan ChengEnabling new condition code modeling scheme.
2007-09-25 Evan ChengNew temporary option -new-cc-modeling-scheme to test...
2007-05-03 Chris Lattnerexpose HonorSignDependentRoundingFPMathOption to .td...
2007-05-03 Chris LattnerAdd a new option.
2007-04-19 Chris LattnerFix a message, patch by Christopher Lamb.
2007-01-29 Jim Laskeyrename flag
2007-01-29 Jim LaskeyFlag to control exception handling.
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...
next