move an enum from TM -> TargetOptions. This makes TargetOptions.h
[oota-llvm.git] / include / llvm / Target / TargetOptions.h
2009-08-02 Chris Lattnermove an enum from TM -> TargetOptions. This makes...
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-04-29 Bill WendlingCorrect comment.
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
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-26 Dan GohmanImplement Red Zone utilization on x86-64. This is currently
2008-10-07 Owen AndersonAdd an option to enable StrongPHIElimination, for ease...
2008-10-01 Devang PatelRemove OptimizeForSize global. Use function attribute...
2008-09-25 Dan GohmanEnable DeadMachineInstructionElim when Fast-ISel is...
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-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 JohannesenImplement new llc flag -disable-required-unwind-tables.
2008-03-25 Devang PatelAdd optimize-for-size knob.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-12 Arnold SchwaighoferCorrected many typing errors. And removed 'nest' parame...
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-07-06 Dan GohmanRemove redundant declarations.
2007-05-03 Chris LattnerAdd a new option.
2007-01-29 Jim LaskeyFlag to control exception handling.
2007-01-17 Anton KorobeynikovDocument flag
2007-01-17 Anton Korobeynikov* Fix one more bug in PIC codegen: extra load is needed...
2006-12-09 Evan ChengAdded option -soft-float to generate SW fp library...
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-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-02-18 Evan ChengMove PICEnabled declaration here.
2005-08-18 Nate BegemanRemove the X86 and PowerPC Simple instruction selectors...
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-07-11 Chris LattnerDelete the allocate*TargetMachine functions. Move...