Prevent inlining of callees which allocate lots of memory into a recursive caller.
[oota-llvm.git] / lib / Transforms /
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 Michael IlsemanNew utility for expanding integer division for targets...
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 KramerFix build for compilers that don't understand injected...
2012-09-18 Benjamin KramerSROA: Use CRTP for OpSplitter to get rid of virtual...
2012-09-18 Benjamin KramerSROA: Replace the member function template contraption...
2012-09-18 NAKAMURA TakumiSROA.cpp: Appease msvc.
2012-09-18 Benjamin KramerLNT builders have picked up new SROA, disable it to...
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 Craig TopperMark unimplemented copy constructors and copy assignmen...
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-17 Bill Wendlings/__llvm_gcov_flush/__gcov_flush/g
2012-09-17 Benjamin KramerNewSROA: Provide a full set of operator< for ByteRanges.
2012-09-17 Axel NaumannFix a few vars that can end up being used without initi...
2012-09-16 Chandler CarruthRefactor the SROA visitors for partitioning an alloca...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-15 Benjamin KramerDisable new sroa now that all buildbots have tested it.
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 Bill WendlingRemove comment.
2012-09-14 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-14 Evan ChengStylistic and 80-col fixes
2012-09-14 Alex RosenbergReview feedback from Duncan Sands. Alphabetize includes...
2012-09-14 Manman RenTry to fix the bots by detecting inconsistant branch...
2012-09-14 Manman RenPGO: preserve branch-weight metadata when merging two...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-14 Benjamin KramerSROA: Silence unused variable warnings in Release builds.
2012-09-14 Chandler CarruthRework the computation of a sub-structure natural type...
2012-09-14 Chandler CarruthRely on the recursive check for pointer types rather...
2012-09-14 Chandler CarruthBe a bit more aggressive in bailing out of this routine...
2012-09-14 Chandler CarruthAdd some comments clarifying that the GEP analysis...
2012-09-14 Chandler CarruthMove an instance variable to a local variable based...
2012-09-14 Chandler CarruthAdd a comment about debug intrinsics that I *really...
2012-09-14 Chandler CarruthAdd two asserts that Duncan thought would help ensure...
2012-09-14 Chandler CarruthActually keep the flag default-off for now. =/ That...
2012-09-14 Chandler CarruthRemove some dead, commented out code Duncan spotted...
2012-09-14 Chandler CarruthWrap the dumping and printing routines in NDEBUG and...
2012-09-14 Chandler CarruthLots of comment fixes and cleanups from Duncan's review.
2012-09-14 NAKAMURA TakumiSROA.cpp: Unbreak gcc, sorry!
2012-09-14 NAKAMURA TakumiSROA.cpp: Appease msvc. LLVM_ATTRIBUTE(s) should come...
2012-09-14 Chandler CarruthSpeculative change to try to fix older GCC versions...
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 Dan GohmanExtract code for reducing a type to a single value...
2012-09-13 Benjamin KramerMemCpyOpt: When forming a memset from stores also take...
2012-09-13 Nadav RotemFix an 80 char line limit.
2012-09-13 Bill WendlingUse Nick's suggestion of storing a large NULL into...
2012-09-13 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Bill WendlingIntroduce the __llvm_gcov_flush function.
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...
next