Implement target independent TLS compatible with glibc's emutls.c.
[oota-llvm.git] / include / llvm / CodeGen / CommandFlags.h
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-06 Alex Lorenzllc: Add a 'run-pass' option.
2015-07-02 Akira HatanakaUse function attribute "trap-func-name" and remove...
2015-06-11 Douglas KatzmanFix English usage in command line flag help string.
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-19 Akira HatanakaAdd a comment line that was accidentally dropped in...
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-05-06 Akira HatanakaLet llc and opt override "-target-cpu" and "-target...
2015-05-06 Akira HatanakaFactor out a function which determines the cpu and...
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-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-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-04 Rafael EspindolaRemove unused DisableRedZone option.
2014-09-02 Rafael EspindolaReplace -use-init-array with -use-ctors.
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-05-15 Eric ChristopherUnify command line handling of MCTargetOptions and...
2014-05-05 Rafael EspindolaRemove the -disable-cfi option.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-02-19 Eli BenderskyRefactor TargetOptions initialization into a single...
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2013-10-22 Benjamin KramerSpeling fixes.
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-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-13 Chris Lattnerfix comment.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...