Fix typo.
[oota-llvm.git] / lib / Transforms /
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-26 Gerolf HoflehnerRecursivelyDeleteTriviallyDeadInstructions() could...
2014-04-26 Gerolf HoflehnerRestore CloneFunction.cpp which got accidently
2014-04-26 Gerolf HoflehnerRevert commit r207302 since build failures
2014-04-26 Gerolf HoflehnerRecursivelyDeleteTriviallyDeadInstructions() could...
2014-04-26 Andrea Di Biagio[InstCombine][X86] Teach how to fold calls to SSE2...
2014-04-25 Adrian PrantlUnbreak the gdb buildbot by not lowering dbg.declare...
2014-04-25 Adam Nemet[LoopStrengthReduce] Don't trim formula that uses a...
2014-04-25 Adrian PrantlThis reapplies r207235 with an additional bugfixes...
2014-04-25 Duncan P. N. Exon... SCC: Change clients to use const, NFC
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Manman Ren[inline cold threshold] Command line argument for inlin...
2014-04-25 Adrian PrantlReapply r207135 without modifications.
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-25 Karthik BhatAllow vectorization of bit intrinsics in BB Vectorizer.
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Adrian PrantlRevert "Debug info for optimized code: Support variable...
2014-04-24 Adrian PrantlRevert "Debug info: Let dbg.values inserted by LowerDbg...
2014-04-24 Adrian PrantlDebug info: Let dbg.values inserted by LowerDbgDeclare...
2014-04-24 Adrian PrantlDebug info for optimized code: Support variables that...
2014-04-24 Karthik BhatAllow vectorization of few missed llvm intrinsic calls...
2014-04-24 Michael J. Spencer[InstCombine][x86] Constant fold psll intrinsics.
2014-04-24 Filipe CabecinhasOptimize some special cases for SSE4a insertqi
2014-04-24 Matt ArsenaultHandle addrspacecast when looking at memcpys from globals
2014-04-23 Matt ArsenaultRemove more default address space argument usage.
2014-04-23 Matt ArsenaultDon't use default address space arguments in GlobalOpt
2014-04-23 Alexander Potapenko[ASan] Move the shadow range on 32-bit iOS (and iOS...
2014-04-23 Matt ArsenaultRemove dead code in instcombine.
2014-04-23 Evgeniy StepanovFix handling of missing DataLayout in sanitizers.
2014-04-23 Alexander Musman[LV] Statistics numbers for LoopVectorize introduced...
2014-04-22 Juergen Ributzka[Constant Hoisting] Materialize the constant before...
2014-04-22 Juergen Ributzka[Constant Hoisting] Print the instructions in the corre...
2014-04-22 Kostya Serebryany[asan] Support outline instrumentation for wide types...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 Rafael EspindolaSimplify a vpermil* with constant mask.
2014-04-21 David BlaikieUse unique_ptr to handle GlobalOpt's Evaluator members
2014-04-21 Reid KlecknerFix PR7272 in -tailcallelim instead of the inliner
2014-04-21 David BlaikieSimplify expression that was explicitly naming an opera...
2014-04-21 David BlaikieUse unique_ptr to handle ownership of GCOVFunctions...
2014-04-21 Chandler Carruth[Modules] Sink all the DEBUG_TYPE defines for InstCombi...
2014-04-21 Evgeniy Stepanov[msan] Enable out-of-line instrumentation for large...
2014-04-21 Kostya Serebryany[asan] add a run-time flag detect_container_overflow...
2014-04-21 Kostya Serebryany[asan] instead of inserting inline instrumentation...
2014-04-21 Kostya Serebryany[asan] temporary disable generating __asan_loadN/__asan...
2014-04-21 Kostya Serebryany[asan] insert __asan_loadN/__asan_storeN as out-lined...
2014-04-19 Alp TokerRemove some empty statements
2014-04-18 Nick LewyckyCheck whether functions have any lines associated befor...
2014-04-18 Evgeniy Stepanov[msan] Add -msan-instrumentation-with-call-threshold.
2014-04-18 Kostya Serebryany[asan] one more workaround for PR17409: don't do BB...
2014-04-18 Duncan P. N. Exon... PMBuilder: Expose an option to disable tail calls
2014-04-17 Diego NovilloFix bug 19437 - Only add discriminators for DWARF 4...
2014-04-17 Nuno Lopesremove some dead code
2014-04-17 NAKAMURA TakumiInliner::OptimizationRemark: Fix crash in clang/test...
2014-04-16 Kostya Serebryany[asan] add two new hidden compile-time flags for asan...
2014-04-15 Julien LerougeAdd lifetime markers for allocas created to hold byval...
2014-04-15 Julien LerougeSplit byval argument initialization so the memcpy(s...
2014-04-15 Duncan P. N. Exon... LTO: Add more loop simplification passes to LTO
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-04-15 Alexey BataevD3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer...
2014-04-14 Matt ArsenaultRevert "Revert r206045, "Fix shift by constants for...
2014-04-14 NAKAMURA TakumiWhitespace.
2014-04-14 NAKAMURA TakumiRevert r206045, "Fix shift by constants for vector."
2014-04-14 Serge PavlovUse APInt arithmetic, fixed typo. Thanks to Benjamin...
2014-04-13 Serge PavlovRecognize test for overflow in integer multiplication.
2014-04-11 Matt ArsenaultFix shift by constants for vector.
2014-04-11 David BlaikieImplement depth_first and inverse_depth_first range...
2014-04-10 Arnold SchwaighoferReapply "SLPVectorizer: Ignore users that are insertele...
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-09 Arnold SchwaighoferSLPVectorizer: Only vectorize intrinsics whose operands...
2014-04-08 Diego NovilloAdd support for optimization reports.
2014-04-07 Eric ChristopherAdd NDEBUG markers around debug only function.
2014-04-07 Eric ChristopherAdd debug location information to the vectorizer debug...
2014-04-05 David BlaikieFixing typo.
2014-04-03 Eli BenderskyFix PR19270 - type mismatch caused by invalid optimization.
2014-04-03 Juergen RibutzkaRevert "[Constant Hoisting] Lazily compute the idom...
2014-04-02 Duncan P. N. Exon... Revert "Reapply "LTO: add API to set strategy for ...
2014-04-02 Tim NorthoverSLPVectorizer: compare entire intrinsic for SLP compati...
2014-04-02 Hal Finkel[LoopVectorizer] Count dependencies of consecutive...
2014-04-01 Hal FinkelAdd some additional fields to TTI::UnrollingPreferences
2014-03-31 Hal FinkelMove partial/runtime unrolling late in the pipeline
2014-03-31 Arnold SchwaighoferRevert "SLPVectorizer: Ignore users that are insertelem...
2014-03-30 Rafael EspindolaAdd a missing break.
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-28 Arnold SchwaighoferSLPVectorizer: Take credit for free extractelement...
2014-03-28 Arnold SchwaighoferSLPVectorizer: Fix typos
2014-03-28 Arnold SchwaighoferSLPVectorizer: Ignore users that are insertelements...
2014-03-28 Erik VerbruggenRevert "InstCombine: merge constants in both operands...
2014-03-28 Erik VerbruggenRevert "GVN: merge overflow intrinsics with non-overflo...
2014-03-27 Adrian PrantlC++11: convert verbose loops to range-based loops.
2014-03-27 Reid KlecknerInstCombine: Don't combine constants on unsigned icmps
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-27 Erik VerbruggenInstCombine: merge constants in both operands of icmp.
2014-03-26 Nick LewyckyTreat lifetime.start'd memory like we treat freshly...
2014-03-26 Reid KlecknerCloneFunction: Clone all attributes, including the CC
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-25 Juergen Ributzka[Constant Hoisting] Make the constant candidate map...
next