SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / test / Transforms / SimplifyCFG /
2015-01-26 Hans WennborgSimplifyCFG: don't remove unreachable default switch...
2015-01-22 Reid KlecknerRevert "Don't remove a landing pad if the invoke requir...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-09 Hans WennborgSimplifyCFG: check uses of constant-foldable instrs...
2014-12-23 Michael Liao[SimplifyCFG] Revise common code sinking
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-04 Hans WennborgAdd some tests for SimplifyCFG's TurnSwitchRangeIntoICm...
2014-12-04 Hans WennborgAdd some tests for SimplifyCFG's ConstantFoldTerminator...
2014-12-01 Hans WennborgRevert r223049, r223050 and r223051 while investigating...
2014-12-01 Hans WennborgSimplifyCFG: Omit range checks for switch lookup tables...
2014-12-01 Hans WennborgSimplifyCFG: don't remove unreachable default switch...
2014-11-27 Erik Ecksteinreinstate r222872: Peephole optimization in switch...
2014-11-27 Erik EcksteinRevert "Peephole optimization in switch table lookup...
2014-11-27 Erik EcksteinPeephole optimization in switch table lookup: reuse...
2014-11-25 Hans WennborgRemove useless rdar:// comment from switch_to_lookup_ta...
2014-11-17 Juergen Ributzka[SimplifyCFG] Make the value type of the hole check...
2014-11-17 Erik EcksteinOptimize switch lookup tables with linear mapping.
2014-10-21 Matt ArsenaultAdd minnum / maxnum intrinsics
2014-10-14 Marcello MaggioniSwitch to select optimization for two-case switches
2014-10-12 Joerg SonnenbergerRevert r219223, it creates invalid PHI nodes.
2014-10-10 Arnold SchwaighoferSimplifyCFG: Don't convert phis into selects if we...
2014-10-07 Marcello MaggioniTwo case switch to select optimization
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-30 Jingyue Wu[SimplifyCFG] threshold for folding branches with commo...
2014-09-09 Bjorn SteinbrinkAdd a test for hoisting instructions with metadata...
2014-08-29 Matt ArsenaultMake fabs safe to speculatively execute
2014-08-02 Manman Ren[SimplifyCFG] fix accessing deleted PHINodes in switch...
2014-07-30 Rafael EspindolaSimplifyCFG: Avoid miscompilations due to removed lifet...
2014-07-25 Hal FinkelAdd @llvm.assume, lowering, and some basic properties
2014-07-24 Manman RenTry to fix the bots again by moving test to X86 directory.
2014-07-24 Manman RenTry to fix the bots. If this does not work, I am going...
2014-07-23 Manman RenSimplifyCFG: fix a bug in switch to table conversion
2014-07-07 Sanjay PatelFix for PR17073 ( llvm.org/pr17073 ), simplifycfg illeg...
2014-06-26 Hans WennborgDon't build switch tables for dllimport and TLS variabl...
2014-06-20 Hans WennborgDon't build switch lookup tables for dllimport or TLS...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-30 Matt ArsenaultMake bitcast, extractelement, and insertelement conside...
2014-05-09 Louis GerbargAdd ExtractValue instruction to SimplifyCFG's ComputeSp...
2014-03-12 Hans WennborgAllow switch-to-lookup table for tables with holes...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-01-31 Matt ArsenaultAllow speculating llvm.sqrt, fma and fmuladd
2014-01-28 Rafael EspindolaFix pr14893.
2014-01-27 Manman RenPGO branch weight: keep halving the weights until they...
2014-01-15 Hans WennborgSwitch-to-lookup tables: set threshold to 3 cases
2014-01-12 Hans WennborgSwitch-to-lookup tables: Don't require a result for...
2013-12-20 Justin BognerTransforms: Don't create bad weights when eliminating...
2013-12-20 Justin Bognertest: Make a branchweight test more specific
2013-12-20 Justin Bognertest: Prefer CHECK-LABEL to CHECK in branchweight tests
2013-12-10 Justin BognerTransforms: Don't create bad branch weights when foldin...
2013-11-23 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-21 Kostya SerebryanyDon't speculate loads under ThreadSanitizer
2013-11-12 Nadav RotemFoldBranchToCommonDest merges branches into a single...
2013-11-12 Benjamin KramerSimplifyCFG: Use existing constant folding logic when...
2013-11-10 Nadav RotemSimplifyCFG has a heuristics for out-of-order processor...
2013-11-10 Matt ArsenaultResolve TODO in test now that filecheck has multiple...
2013-10-21 Tom StellardSimplifyCFG: Don't duplicate calls to functions marked...
2013-10-21 Matt ArsenaultTeach SimplifyCFG about address spaces
2013-10-20 Michael GottesmanTeach simplify-cfg how to correctly create covered...
2013-09-14 Matt ArsenaultAdd test for untested path in SimplifyCFG
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-15 Daniel Dunbar[tests] Fix refacto in r187764 that effectively disable...
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-07-29 Manman RenDebug Info: enable verifier for testing cases.
2013-07-27 Tom StellardSimplifyCFG: Add missing tests from r187278
2013-07-27 Manman RenDebug Info Verifier: verify SPs in llvm.dbg.sp.
2013-07-26 Rafael EspindolaNext batch of -disable-debug-info-verifier.
2013-07-24 Rafael Espindolaadd -disable-debug-info-verifier to 3 test to fix tests...
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-11 Duncan SandsTryToSimplifyUncondBranchFromEmptyBlock was checking...
2013-07-04 Benjamin KramerSimplifyCFG: Teach switch generation some patterns...
2013-06-04 Rafael EspindolaSecond part of pr16069
2013-06-03 David MajnemerSimplifyCFG: Do not transform PHI to select if doing...
2013-04-29 Arnold SchwaighoferSimplifyCFG: If convert single conditional stores
2013-04-21 Arnold SchwaighoferRevert "SimplifyCFG: If convert single conditional...
2013-04-20 Arnold SchwaighoferSimplifyCFG: If convert single conditional stores
2013-04-16 Hans Wennborgsimplifycfg: Fix integer overflow converting switch...
2013-04-09 Michael GottesmanConverted 8x tests of SimplifyCFG to use FileCheck...
2013-03-11 Bill WendlingDon't remove a landing pad if the invoke requires a...
2013-03-07 Andrew TrickSimplifyCFG fix for volatile load/store.
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-01-31 Michael GottesmanFilecheckized 2x tests in SimplifyCFG and removed their...
2013-01-27 Chandler CarruthRe-revert r173342, without losing the compile time...
2013-01-25 Chandler CarruthSwitch this code away from Value::isUsedInBasicBlock...
2013-01-24 Benjamin KramerReapply chandlerc's r173342 now that the miscompile...
2013-01-24 Chandler CarruthRevert r173342 temporarily. It appears to cause a very...
2013-01-24 Chandler CarruthPlug TTI into the speculation logic, giving it a real...
2013-01-24 Chandler CarruthAddress a large chunk of this FIXME by accumulating...
2013-01-24 Chandler CarruthSwitch the constant expression speculation cost evaluat...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
next