Fix PR11985
[oota-llvm.git] / lib / Transforms /
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-12 Manman RenRelease build: guard dump functions with
2012-09-11 Manman RenSimplifyCFG: preserve branch-weight metadata when creat...
2012-09-11 NAKAMURA Takumillvm/lib/Transforms/Utils/CMakeLists.txt: Update.
2012-09-11 Alex RosenbergAdd a pass that renames everything with metasyntatic...
2012-09-10 Benjamin KramerMove bypassSlowDivision into the llvm namespace.
2012-09-10 Hans WennborgFix style issues from r163302 pointed out by Evan.
2012-09-09 Nick LewyckyMove spaces to the right places. No functionality change.
2012-09-09 Benjamin KramerDSE: Poking holes into a SetVector is expensive, avoid...
2012-09-08 Andrew TrickRemove an incorrect assert during branch weight propaga...
2012-09-07 Hans WennborgSimplifyCFG: ValidLookupTableConstant should be static
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
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-06 Jim GrosbachUpdate function names to conform to guidelines.
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Kostya Serebryany[asan] fix lint
2012-09-05 Kostya Serebryany[asan] extend the blacklist functionality to handle...
2012-09-04 Dan GohmanMake provenance checking conservative in cases when
2012-09-04 Jakub StaszakBypassSlowDivision: Assign to reference, don't copy...
2012-09-04 Jakub StaszakFix my previous patch (r163164). It does now what it...
2012-09-04 Jakub StaszakReturn false if BypassSlowDivision doesn't change anything.
2012-09-04 Preston GurdGeneric Bypass Slow Div
2012-09-04 Nadav RotemLICM may hoist an instruction with undefined behavior...
2012-09-02 Nadav RotemNot all targets have efficient ISel code generation...
2012-09-02 Benjamin KramerLoopRotation: Make the brute force DomTree update more...
2012-09-02 Logan ChienRename ANDROIDEABI to Android.
2012-09-01 Benjamin KramerLoopRotation: Check some invariants of the dominator...
2012-08-30 Michael Ilsemantest
2012-08-30 Benjamin KramerLoopRotate: Also rotate loops with multiple exits.
2012-08-30 Benjamin KramerInstCombine: Fix comment to reflect the code.
2012-08-30 Alexey SamsonovWhitespace
2012-08-30 Nadav RotemIt is illegal to transform (sdiv (ashr X c1) c2) ...
2012-08-30 Bill WendlingPass by pointer and not std::string.
2012-08-30 Bill WendlingRevert r162855 in favor of changing clang to emit the...
2012-08-29 Andrew TrickPreserve branch profile metadata during switch formation.
2012-08-29 Andrew Trickwhitespace
2012-08-29 Bill WendlingUse the full path to output the .gcda file.
2012-08-29 Bill WendlingUse ArrayRef instead of SmallVector when passing vector...
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-28 Benjamin KramerInstCombine: Defensively avoid undefined shifts by...
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-27 Dan GohmanDon't use for loops for code that is only intended...
2012-08-24 Kostya Serebryany[asan/tsan] rename FunctionBlackList* to BlackList...
2012-08-24 Kostya Serebryany[asan/tsan] extend the functionality of FunctionBlackLi...
2012-08-24 Benjamin KramerGVN: Fix quadratic runtime on the number of switch...
2012-08-22 Benjamin KramerSimplifyLibCalls: Give all safely-shrinkable libcalls...
2012-08-22 Chad RosierAdd a few float shrinking optimizations to SimplifyLibC...
2012-08-22 Chad RosierAdd a new helper function, AddOpt(F1, F1, Opt), as...
2012-08-21 Richard SmithMaximumSpanningTree::EdgeWeightCompare: Make this compa...
2012-08-21 Richard SmithDon't bind a reference to a dereferenced null pointer...
2012-08-21 Chandler CarruthPort the global copy optimization from the SROA pass...
2012-08-21 Kostya Serebryany[asan] add code to detect global initialization fiasco...
2012-08-21 Michael Liaorevise debug output to avoid dangling pointer
2012-08-18 Benjamin KramerInstCombine: Fix a crasher when encountering a function...
2012-08-18 Benjamin KramerRemove overly conservative hasOneUse check, this always...
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 Richard SmithFix undefined behavior (binding a reference to a derefe...
2012-08-16 Rafael EspindolaTeach GVN to reason about edges dominating uses. This...
2012-08-15 Bill WendlingRemove dead flag.
2012-08-15 Kostya Serebryany[asan] implement --asan-always-slow-path, which is...
2012-08-15 Michael Liaofix infinite loop in instcombine with more than 4GB...
2012-08-14 Kostya Serebryany[asan] insert crash basic blocks inline as opposed...
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-13 Nadav RotemLICM uses AliasSet information to hoist and sink instru...
2012-08-13 Kostya Serebryany[asan] remove the code for --asan-merge-callbacks as...
2012-08-10 Rafael EspindolaConstify some basic blocks, no functionality change.
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-03 Bill WendlingMove the "findUsedStructTypes" functionality outside...
2012-08-01 Nuno Lopesremove tabs from my previous commit.
2012-08-01 Nuno Lopes(hopefuly) fix the remaining cases where null wasnt...
2012-07-27 Evan ChengTeach CodeGenPrep to look past bitcast when it's duplic...
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 Nuno Lopesdo null checks for a few more Emit*() functions.
2012-07-26 Duncan SandsStop reassociate from looking through expressions of...
2012-07-25 Nick LewyckyIt's not safe to blindly remove invoke instructions...
2012-07-25 Nuno Lopesrevert r160742: it's breaking CMake build
2012-07-25 Nuno LopesMemoryBuiltins: add support to determine the size of...
2012-07-25 Nuno Lopesadd EmitStrNLen()
2012-07-25 Nuno Lopesmake all Emit*() functions consult the TargetLibraryInf...
2012-07-24 Nick LewyckyDon't delete one more instruction than we're allowed...
2012-07-24 Nadav RotemClean whitespaces.
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-23 Nadav RotemSuppress a warning.
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-22 Chandler CarruthMove the initialization of the bounds checking pass...
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...
next