Remove the successor probabilities normalization in tail duplication pass.
[oota-llvm.git] / lib / CodeGen / TargetOptionsImpl.cpp
2015-07-02 Akira HatanakaUse function attribute "trap-func-name" and remove...
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-04-19 Eric ChristopherRemove CFIFuncName from TargetOptions as it is currentl...
2015-04-19 Eric ChristopherRemove the CFIEnforcing flag from TargetOptions as...
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-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-08-22 Bill WendlingCheck only if we have this attribute. If it's not an...
2013-07-25 Bill WendlingReplace the "NoFramePointerElimNonLeaf" target option...
2013-06-19 Bill WendlingThis is now a duplicate.
2013-06-19 Bill WendlingMake the comparison operators non-member functions.
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...
2011-12-15 Nick LewyckyMove parts of lib/Target that use CodeGen into lib...