Avoid symbol name clash when filling TOC.
[oota-llvm.git] / test / Transforms /
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...
2012-08-14 Nadav RotemDuring the CodeGenPrepare we often lower intrinsics...
2012-08-10 Eli FriedmanThe normal edge of an invoke is not allowed to branch...
2012-08-10 Pete CooperFix crash when when do lto on Bullet. Dynamic GEPs...
2012-08-08 Eli FriedmanisAllocLikeFn is allowed to return true for functions...
2012-08-08 Dan GohmanAvoid recomputing the unique exit blocks and their...
2012-08-07 Bob WilsonFix a serious typo in InstCombine's optimization of...
2012-08-07 Benjamin KramerPR13095: Give an inline cost bonus to functions using...
2012-08-07 Chandler CarruthFix PR13412, a nasty miscompile due to the interleaved
2012-08-07 Chandler CarruthAdd a much more conservative strategy for aligning...
2012-07-30 Nadav RotemWhen constant folding GEP expressions, keep the address...
2012-07-29 Nick LewyckyAdd testcases for GlobalOpt changes in r160693 and...
2012-07-27 Nuno Lopesfix PR13390: do not loop forever with self-referencing...
2012-07-27 Nuno Lopesfix infinite loop in instcombine in the presence of...
2012-07-26 Pete CooperSimplify demanded bits of select sources where the...
2012-07-26 Pete CooperTeach SimplifyDemandedBits how to look through fpext...
2012-07-26 Duncan SandsStop reassociate from looking through expressions of...
2012-07-25 Duncan SandsDon't perform an overaligned load in this test, since...
2012-07-25 Duncan SandsWhen folding a load from a global constant, if the...
2012-07-24 Nuno Lopesteach objectsize about strdup() and strndup()
2012-07-24 Nick LewyckyTeach globalopt to not nuke all stores to globals....
2012-07-23 Dan GohmanAn objc_retain can serve as a may-use for a different...
2012-07-21 Nick LewyckyRevert r160602.
2012-07-21 Nick LewyckyTeach globalopt to play nice with leak checkers. This...
2012-07-20 Nuno Lopesmove the bounds checking pass to the instrumentation...
2012-07-20 Richard OsborneFix assertion in jump threading (PR13405).
2012-07-19 Nick LewyckyRevert r160529 due to crashes.
2012-07-19 Nick LewyckyDon't wipe out global variables that are probably stori...
2012-07-18 Andrew TrickAdded unit test for PR13361: LSR + SCEV "hangs" on...
2012-07-18 Andrew Trickindvars: Linear function test replace should avoid...
2012-07-17 Evan ChengBack out r160101 and instead implement a dag combine...
2012-07-17 NAKAMURA Takumillvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileChe...
2012-07-16 Nuno Lopesfix PR13339 (remove the predecessor from the unwind...
2012-07-13 Andrew TrickLSR Fix: check SCEV expression safety before expansion.
2012-07-12 Evan ChengInstcombine was transforming:
2012-07-09 Nuno Lopesinstcombine: merge the functions that remove dead alloc...
2012-07-06 Nuno Lopesteach instcombine to remove allocated buffers even...
2012-07-03 Nuno LopesBoundsChecking: optimize out the check for offset ...
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 Duncan SandsGlobalOpt forgot to handle bitcast when analyzing globa...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
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-29 Duncan SandsFix a reassociate crash on sozefx when compiling with...
2012-06-28 Nuno Lopesmake simplifyCFG erase invokes to readonly/readnone...
2012-06-28 Nuno Lopesmake instcombine produce calls to llvm.donothing instea...
2012-06-28 Nuno Lopesmake LazyValueInfo analyze the default case of switch...
2012-06-28 Hal FinkelAllow BBVectorize to form non-2^n-length vectors.
2012-06-28 Nuno Lopesmake LVI::getEdgeValue() always intersect the constrain...
2012-06-27 Matt Beaumont-GayRevert r159136 due to PR13124.
next