Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64"
[oota-llvm.git] / include / llvm / Target / TargetOptions.h
2015-10-01 NAKAMURA TakumiRevert r248959, "[WinEH] Emit int3 after noreturn calls...
2015-09-30 Reid Kleckner[WinEH] Emit int3 after noreturn calls on Win64
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-02 Akira HatanakaUse function attribute "trap-func-name" and remove...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-09 Akira HatanakaRemove DisableTailCalls from TargetOptions and the...
2015-06-04 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-06-03 Rafael EspindolaRevert "make reciprocal estimate code generation more...
2015-06-02 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-05-26 Akira HatanakaRemove NoFramePointerElim and NoFramePointerElimOverrid...
2015-05-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
2015-05-23 Akira HatanakaSimplify and rename function overrideFunctionAttributes...
2015-05-23 Rafael EspindolaRevert "make reciprocal estimate code generation more...
2015-05-22 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-05-14 Eric ChristopherReflow comments and remove one that predated the enum...
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-04-19 Eric ChristopherRemove the FCFI option from TargetOptions as it is...
2015-04-19 Eric ChristopherRemove CFIFuncName from TargetOptions as it is currentl...
2015-04-19 Eric ChristopherRemove the CFIEnforcing flag from TargetOptions as...
2015-04-19 Eric ChristopherRemove the CFIType TargetOption as it is unused.
2015-04-19 Eric ChristopherRemove the JITEmitDebugInfo TargetOptions as they're...
2015-04-09 Eric ChristopherUpdate comment to refer to software floating point...
2015-02-17 Rafael EspindolaAdd r228980 back.
2015-02-13 Chandler CarruthRevert a series of commits starting at r228886 which...
2015-02-12 Rafael EspindolaAdd support for having multiple sections with the same...
2015-01-14 JF BastienRevert "Insert random noops to increase security agains...
2015-01-14 JF BastienInsert random noops to increase security against ROP...
2015-01-14 Eric ChristopherMigrate ABIName to MCTargetOptions so that it can be...
2014-12-18 Eric ChristopherAdd a new string member to the TargetOptions struct...
2014-12-02 Eric ChristopherMake sure that the TargetOptions operator== is checking the
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-08-21 Jonathan RoelofsSatiate the sanitizer build bot
2014-08-21 Jonathan RoelofsAdd a thread-model knob for lowering atomics on baremet...
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-05-20 Eric ChristopherMove the function and data section flags into the optio...
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-19 Yaron KerenPatch by Vadim Chugunov
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-03-27 David BlaikieDebugInfo: TargetOptions/MCAsmInfo support for compress...
2014-02-21 Rafael EspindolaMake DisableIntegratedAS a TargetOption.
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-07-25 Bill WendlingReplace the "NoFramePointerElimNonLeaf" target option...
2013-07-22 Bill WendlingRecommit r186217 with testcase fix:
2013-07-13 Chandler CarruthRevert commit r186217 -- this is breaking bots:
2013-07-12 Bill WendlingUse the function attributes to pass along the stack...
2013-06-20 Bill WendlingRemove static, because it was messing everything up.
2013-06-19 Bill WendlingMake the '==' operator inline.
2013-06-19 Bill WendlingMake this static inline to avoid duplicates.
2013-06-19 Bill WendlingMake the comparison operators non-member functions.
2013-06-19 Bill WendlingAdd operator!= as the compliment to operator==. This...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-04-05 Bill WendlingUse the target options specified on a function to reset...
2013-01-23 Chad RosierInitialize SSPBufferSize. PR14999. Patch by Vinson...
2012-11-29 Chad RosierWhitespace.
2012-11-29 Chad RosierFix 80-column violations.
2012-11-09 Chad RosierRevert r167620; this can be implemented using an existi...
2012-11-09 Chad RosierAdd support for -mstrict-align compiler option for...
2012-08-21 Chad RosierAdd support for the --param ssp-buffer-size= driver...
2012-07-02 Evan ChengTarget option DisableJumpTables is a gross hack. Move...
2012-06-22 Lang HamesRename -allow-excess-fp-precision flag to -fuse-fp...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Rafael EspindolaMove the support for using .init_array from ARM to...
2012-04-11 Duncan SandsComment typo fix.
2012-04-08 Chandler CarruthTeach LLVM about a PIE option which, when enabled on...
2012-02-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
2012-01-19 Nick LewyckyAdd a TargetOption for disabling tail calls.
2012-01-17 Andrew TrickMoving options declarations around.
2012-01-13 Andrew TrickAdded the MachineSchedulerPass skeleton.
2012-01-13 Andrew Trickwhitespace
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-04 Eli FriedmanAdd missing includes/decls.
2011-08-30 Rafael EspindolaCommand line option to enable support for segmented...
2011-06-23 Evan ChengRename TargetOptions::StackAlignment to StackAlignmentO...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-04-20 Evan ChengRemove -use-divmod-libcall. Let targets opt in when...
2011-04-08 Evan ChengChange -arm-trap-func= into a non-arm specific option...
2011-04-07 Evan ChengChange -arm-divmod-libcall to a target neutral option.
2010-07-29 Eric ChristopherGrammar.
2010-07-15 Evan ChengSplit -enable-finite-only-fp-math to two options:
2010-07-13 Evan ChengUpdate comment.
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-03-17 Chris Lattnerremove dead variable, patch by Nathan Howell!
2010-02-08 Dan GohmanRename the PerformTailCallOpt variable to GuaranteedTai...
2009-12-18 Bill WendlingChanges from review:
2009-09-20 Reid KlecknerImplement the JIT side of the GDB JIT debugging interfa...
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
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...
next