[PowerPC] [Constant Hoisting] Enable constant hoisting on PPC
[oota-llvm.git] / test / Transforms / SimplifyCFG /
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...
2012-11-30 Evan ChengFix logic to determine whether to turn a switch into...
2012-11-07 Hans WennborgOnly do switch-to-lookup table transformation when...
2012-11-07 Hans WennborgFix bad test IR in switch_to_lookup_table.ll
2012-10-31 Hans WennborgRemove fixme about unreachable cases from SwitchToLooku...
2012-10-31 Hans WennborgDo simple constant propagation in lookup table formatio...
2012-10-30 Hans Wennborgswitch_to_lookup_table.ll: Remove some unnecessary...
2012-10-30 Hans WennborgUse TargetTransformInfo to control switch-to-lookup...
2012-10-25 Jakob Stoklund OlesenAlso optimize large switch statements.
2012-10-04 Benjamin KramerSimplifyCFG: Enhance the "remove CFG edge that leads...
2012-10-01 Benjamin KramerSimplifyCFG: Don't crash when forming a switch bitmap...
2012-09-27 Benjamin KramerFix a integer overflow in SimplifyCFG's look up table...
2012-09-26 Hans WennborgAddress Duncan's comments on r164684:
2012-09-26 Hans WennborgSimplifyCFG: Make the switch-to-lookup table transforma...
2012-09-20 Manman RenSimplifyCFG: sink common codes from IF, ELSE blocks...
2012-09-19 Hans WennborgSimplifyCFG: Don't generate invalid code for switch...
2012-09-18 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-17 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-17 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-17 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-15 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-14 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-14 Manman RenPGO: preserve branch-weight metadata when merging two...
2012-09-12 Manman RenPGO: preserve branch-weight metadata when removing...
2012-09-11 Manman RenSimplifyCFG: preserve branch-weight metadata when creat...
2012-09-08 Andrew TrickRemove an incorrect assert during branch weight propaga...
2012-09-06 Hans WennborgFix switch_to_lookup_table.ll test from r163302.
2012-09-06 Hans WennborgBuild lookup tables for switches (PR884)
2012-08-10 Eli FriedmanThe normal edge of an invoke is not allowed to branch...
2012-07-16 Nuno Lopesfix PR13339 (remove the predecessor from the unwind...
2012-07-02 Eric ChristopherRevert "IntRange:" as it appears to be breaking self...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Nuno Lopesfix the regression I introduced in r159385 (it's necess...
2012-07-02 Stepan DyatkovskiyIntRange:
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-28 Nuno Lopesmake simplifyCFG erase invokes to readonly/readnone...
2012-06-25 Nuno Lopesimprove optimization of invoke instructions:
2012-06-24 Nick LewyckyRemove dyn_cast + dereference pattern by replacing...
2012-06-13 Manman RenSimplifyCFG: fold unconditional branch to its predecess...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-06 Bill WendlingThe 'unwind' instruction is deprecated and will be...
2012-01-23 Nick LewyckyMake Value::isDereferenceablePointer() handle unreachab...
2012-01-05 Dan GohmanFix SpeculativelyExecuteBB to either speculate all...
2012-01-05 Dan GohmanRevert r56315. When the instruction to speculate is...
next