Fix case for include of Compiler.h.
[oota-llvm.git] / include / llvm / Transforms /
2012-10-18 Chandler CarruthIntroduce a BarrierNoop pass, a hack designed to allow...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-17 Nadav RotemAdd a loop vectorizer.
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-15 Kostya Serebryany[asan] make AddressSanitizer to be a FunctionPass inste...
2012-10-13 Meador IngeImplement new LibCallSimplifier class
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-08 Nadav RotemRefactor the AddrMode class out of TLI to its own heade...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-04 Preston GurdThis patch corrects commit 165126 by using an integer...
2012-09-26 Craig TopperRename virtual table anchors from Anchor() to anchor...
2012-09-26 Michael IlsemanExpansions for u/srem, using the udiv expansion. More...
2012-09-25 Chad RosierRevert r164614 to appease the buildbots.
2012-09-25 Michael IlsemanExpansions for u/srem, using the udiv expansion. More...
2012-09-19 Michael IlsemanDocument the interface for integer expansion, using...
2012-09-19 Michael IlsemanForward declarations
2012-09-19 Benjamin KramerRemove unused and broken CloneFunction wrapper.
2012-09-18 Michael IlsemanNew utility for expanding integer division for targets...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-15 Chandler CarruthPort the SSAUpdater-based promotion logic from the...
2012-09-14 Evan ChengStylistic and 80-col fixes
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.
2012-09-11 Alex RosenbergAdd a pass that renames everything with metasyntatic...
2012-09-11 Andrew TrickRemove unused declaration
2012-09-10 Benjamin KramerMove bypassSlowDivision into the llvm namespace.
2012-09-04 Jakub StaszakRemove unneeded code.
2012-09-04 Preston GurdGeneric Bypass Slow Div
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-07-25 Nuno Lopesadd EmitStrNLen()
2012-07-25 Nuno Lopesmake all Emit*() functions consult the TargetLibraryInf...
2012-07-20 Nuno Lopesbaby steps toward fixing some problems with inbound...
2012-07-20 Nuno Lopesmove the bounds checking pass to the instrumentation...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-28 Hal FinkelAllow BBVectorize to form non-2^n-length vectors.
2012-06-25 Eli BenderskyThe name (and comment describing) of llvm::GetFirstDebu...
2012-06-24 Hal FinkelAllow controlling vectorization of boolean values separ...
2012-06-23 Hal FinkelAllow BBVectorize to fuse compare instructions.
2012-06-21 Nadav RotemAdd a number of threshold arguments to the SRA pass.
2012-05-22 Nuno Lopesadd a new pass to instrument loads and stores for run...
2012-05-14 Andrew TrickRemove a stale forward declaration.
2012-05-08 Eric ChristopherRemove excess semi-colons to quiet warnings.
2012-05-04 Chandler CarruthTeach the code extractor how to extract a sequence...
2012-05-04 Chandler CarruthFactor the computation of input and output sets into...
2012-05-04 Chandler CarruthMove the CodeExtractor utility to a dedicated header...
2012-05-03 Chandler CarruthFactor the logic for testing whether a basic block...
2012-04-30 Bill WendlingSecond attempt at PR12573:
2012-04-14 Hal FinkelEnhance BBVectorize to more-properly handle pointer...
2012-04-13 Hal FinkelAdd support to BBVectorize for vectorizing selects.
2012-04-07 Hongbin ZhengRefactor: Use positive field names in VectorizeConfig.
2012-04-05 Hongbin ZhengIntroduce the VectorizeConfig class, with which we...
2012-04-05 Hongbin ZhengAdd the function "vectorizeBasicBlock" which allow...
2012-04-02 Bill WendlingAdd an option to turn off the expensive GVN load PRE...
2012-03-31 Chandler CarruthRemove a bunch of empty, dead, and no-op methods from...
2012-03-31 Chandler CarruthInitial commit for the rewrite of the inline cost analy...
2012-03-28 Chandler CarruthSwitch to WeakVHs in the value mapper, and aggressively...
2012-03-23 Kostya Serebryanyadd EP_OptimizerLast extension point
2012-03-22 Andrew TrickRemove unused simplifyIVUsers
2012-03-16 Chandler CarruthStart removing the use of an ad-hoc 'never inline'...
2012-03-15 Chandler CarruthRemove the basic inliner. This was added in 2007, and...
2012-02-25 Chad RosierAdd support for disabling llvm.lifetime intrinsics...
2012-02-13 Kostya SerebryanyThreadSanitizer, a race detector. First LLVM commit.
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-02-03 Dan GohmanFix SSAUpdaterImpl's RecordMatchingPHI to record exactl...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2012-01-17 Dan GohmanAdd a new ObjC ARC optimization pass to eliminate unneeded
2012-01-17 Dan GohmanAdd a new PassManagerBuilder customization point,
2011-12-23 Mon P WangWhen not destroying the source, the linker is not remap...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-17 Pete CooperRefactor code used in InstCombine::FoldAndOfICmps to...
2011-12-15 Kostya Serebryany[asan] fix a bug (issue 19) where dlclose and the follo...
2011-12-09 Jakub StaszakSplitBlockPredecessors uses ArrayRef instead of Data...
2011-12-09 Andrew TrickAdd -unroll-runtime for unrolling loops with run-time...
2011-12-08 Eli FriedmanRemove reference to dead GEPSplitterPass. PR11506.
2011-12-06 Nick LewyckyExpose a switch for the new gcov format.
2011-11-30 Kostya Serebryanymake asan work at -O0, llvm part. Patch by glider@googl...
2011-11-17 Eli FriedmanAdd support for custom names for library functions...
2011-11-16 Kostya SerebryanyAddressSanitizer, first commit (compiler module only)
2011-11-15 Benjamin KramerStringRefize and simplify.
2011-11-14 Benjamin KramerMake headers standalone, move a virtual method out...
2011-10-31 Devang PatelAdd utility to append a function to the list of global...
2011-10-17 Devang Patelsvn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar...
2011-10-04 Andrew TrickLSR should avoid redundant edge splitting.
2011-10-04 Andrew Trickwhitespace
2011-09-20 Bill WendlingUse ArrayRef instead of an explicit 'const std::vector &'.
2011-08-30 Rafael EspindolaRemove the old tail duplication pass. It is not used...
2011-08-19 Bill WendlingAdd SplitLandingPadPredecessors().
2011-08-16 David ChisnallAdd a mechanism for optimisation plugins to register...
2011-08-10 Andrew TrickCleanup. Make ScalarEvolution an explicit argument...
2011-08-10 Andrew TrickAdded a SimplifyIndVar utility to simplify induction...
2011-08-03 Bill WendlingRemove the LowerSetJmp pass. It wasn't used effectively...
2011-08-03 Jay FoadUse cast<> instead of a C-style cast to get some free...
2011-08-02 Rafael EspindolaMove methods in PassManagerBuilder offline.
2011-08-02 Rafael Espindolamove PassManagerBuilder.h to IPO. This is a non intuiti...
2011-07-26 Jay FoadFix typo in comment.
2011-07-23 Andrew TrickMove trip count discovery outside of the generic LoopUn...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-10 Chandler CarruthMake the destructor virtual to silence GCC's -Wnon...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
next