Enable -schedmodel, but prefer itineraries until we have more benchmark data.
[oota-llvm.git] / test / Transforms /
2012-10-03 Jakub StaszakFix PR13967.
2012-10-03 Chandler CarruthFix an issue where we failed to adjust the alignment...
2012-10-03 Chandler CarruthTry to use a better set of abstractions for computing...
2012-10-02 Chandler CarruthTeach the new SROA to handle cases where an alloca...
2012-10-02 Benjamin KramerFix broken tests.
2012-10-01 Chandler CarruthFix more misspellings found by Duncan during review.
2012-10-01 Chandler CarruthFix several issues with alignment. We weren't always...
2012-10-01 Benjamin KramerSimplifyCFG: Don't crash when forming a switch bitmap...
2012-10-01 Chandler CarruthRefactor the PartitionUse structure to actually use...
2012-09-29 Chandler CarruthFix a somewhat surprising miscompile where code relying...
2012-09-29 Evan ChengAdd test case for r164850.
2012-09-28 Benjamin KramerCorrelatedPropagation: BasicBlock::removePredecessor...
2012-09-28 Benjamin KramerGlobalOpt: non-constexpr bitcasts or GEPs can occur...
2012-09-28 Nick LewyckySurprisingly, we missed a trivial case here. Fix that!
2012-09-27 Meador Ingeinstcombine: Add more test cases for __strncpy_chk...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __strcpy_chk simpl...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __memmove_chk...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __memcpy_chk simpl...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __memset_chk simpl...
2012-09-27 Benjamin KramerFix a integer overflow in SimplifyCFG's look up table...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-27 Nick LewyckyPrefer shuffles to selects. Backends love shuffles!
2012-09-26 Hans WennborgAddress Duncan's comments on r164684:
2012-09-26 Chandler CarruthWhen rewriting the pointer operand to a load or store...
2012-09-26 Chandler CarruthTeach all of the loads, stores, memsets and memcpys...
2012-09-26 Benjamin KramerFix tests that didn't test anything.
2012-09-26 Hans WennborgSimplifyCFG: Make the switch-to-lookup table transforma...
2012-09-26 Chandler CarruthRevert the business end of r164636 and try again. I...
2012-09-25 Nick LewyckyDon't drop the alignment on a memcpy intrinsic when...
2012-09-25 Nick LewyckyDon't try to promote the same alloca twice. Fixes PR13916!
2012-09-25 Nick LewyckyMake this test check the transforms it's actually doing...
2012-09-25 Chandler CarruthFix a case where SROA did not correctly detect dead...
2012-09-25 Nick LewyckyDon't forget that strcpy and friends return a pointer...
2012-09-24 Nick LewyckyTeach DSE that strcpy, strncpy, strcat and strncat...
2012-09-24 Richard OsborneAdd missing : in CHECK line.
2012-09-24 Richard OsborneAdd missing check for presence of target data.
2012-09-24 Chandler CarruthAddress one of the original FIXMEs for the new SROA...
2012-09-23 Chandler CarruthSwitch to a signed representation for the dynamic offse...
2012-09-21 Chandler CarruthFix a case where the new SROA pass failed to zap dead...
2012-09-21 Benjamin KramerLoopIdiom: Give up when the loop is not in canonical...
2012-09-21 Benjamin KramerInstCombine: Make sure we use the pre-zext type when...
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-19 Hans WennborgMove load_to_switch.ll to test/CodeGen/SPARC/
2012-09-19 Nadav Rotemrename test
2012-09-19 Nadav RotemPrevent inlining of callees which allocate lots of...
2012-09-19 Hans WennborgCodeGenPrep: turn lookup tables into switches for some...
2012-09-18 Chandler CarruthFix the last crasher I've gotten a reproduction for...
2012-09-18 Andrew TrickLSR critical edge splitting fix for PR13756.
2012-09-18 Chandler CarruthFix getCommonType in a different way from the way I...
2012-09-18 Benjamin KramerXFAIL SROA test until Chandler can get to it.
2012-09-18 Chandler CarruthFix a warning in release builds and a test case I forgo...
2012-09-18 Chandler CarruthAdd a major missing piece to the new SROA pass: aggress...
2012-09-18 Richard OsborneFix instcombine to obey requested alignment when mergin...
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 Chandler CarruthPort the SSAUpdater-based promotion logic from the...
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 Alex RosenbergReview feedback from Duncan Sands. Alphabetize includes...
2012-09-14 Manman RenPGO: preserve branch-weight metadata when merging two...
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.
2012-09-13 Dan GohmanHandle the new !tbaa.struct metadata tags when converti...
2012-09-13 Benjamin KramerMemCpyOpt: When forming a memset from stores also take...
2012-09-12 Dan GohmanDetect overflow in the path count computation. rdar...
2012-09-12 Manman RenPGO: preserve branch-weight metadata when removing...
2012-09-11 Manman RenSimplifyCFG: preserve branch-weight metadata when creat...
2012-09-11 Alex RosenbergAdd a pass that renames everything with metasyntatic...
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-09-05 Manman RenJumpThreading: when default destination is the destinat...
2012-09-04 Dan GohmanMake provenance checking conservative in cases when
2012-09-04 Nadav RotemLICM may hoist an instruction with undefined behavior...
2012-09-03 Bob WilsonFix more fallout from r158919, similar to PR13547.
2012-09-02 Benjamin KramerLoopRotation: Make the brute force DomTree update more...
2012-08-30 Michael Gottesman[llvm] Updated the test fold-vector-select so that...
2012-08-30 Benjamin KramerFix test case.
2012-08-30 Benjamin KramerLoopRotate: Also rotate loops with multiple exits.
2012-08-30 Nadav RotemIt is illegal to transform (sdiv (ashr X c1) c2) ...
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-28 Benjamin KramerInstCombine: Guard the transform introduced in r162743...
2012-08-28 Nadav RotemMake sure that we don't call getZExtValue on values...
2012-08-28 Nadav RotemTeach InstCombine to canonicalize [SU]div+[AL]shl...
2012-08-22 Benjamin KramerSimplifyLibCalls: Give all safely-shrinkable libcalls...
2012-08-22 Chad RosierWhitespace.
2012-08-22 Chad RosierAdd test case for r162368.
2012-08-21 Chandler CarruthPort the global copy optimization from the SROA pass...
2012-08-18 Benjamin KramerInstCombine: Fix a crasher when encountering a function...
2012-08-18 Benjamin KramerInstCombine: Add a couple of fabs identities for compar...
2012-08-18 Benjamin KramerSimplifyLibcalls: Add fabs and trunc to the list of...
2012-08-17 Benjamin KramerMemoryBuiltins: Properly guard ObjectSizeOffsetVisitor...
2012-08-17 Benjamin KramerGuard MemoryBuiltins against self-looping GEPs, which...
2012-08-17 Benjamin KramerFix broken check lines.
2012-08-16 Rafael EspindolaTeach GVN to reason about edges dominating uses. This...
2012-08-15 Michael Liaofix infinite loop in instcombine with more than 4GB...
2012-08-14 Craig TopperChange greater than to greater than or equal so that...
next