Unbreak Sphinx build
[oota-llvm.git] / lib / Transforms /
2012-12-01 Benjamin KramerSROA: Avoid struct and array types early to avoid creat...
2012-12-01 Zhou ShengRevert previous check in r168581, r169079 as they are...
2012-12-01 Zhou ShengThe patch is to improve the memory footprint of pass...
2012-11-30 Pedro Artigasreversed the logic of the log2 detection routine to...
2012-11-30 Nadav Rotemminor cleanups
2012-11-30 Bill WendlingReplace r168930 with a more reasonable patch.
2012-11-30 Pedro ArtigasAddresses many style issues with prior checkin (r169025)
2012-11-30 Pedro ArtigasAdd fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X
2012-11-30 Nadav RotemRemove the use of LPPassManager. We can remove LPM...
2012-11-30 Kostya Serebryany[asan] simplify the code around doesNotReturn call...
2012-11-30 Chandler CarruthFix non-determinism introduced in r168970 and pointed...
2012-11-30 Chandler CarruthRearrange the comments, control flow, and variable...
2012-11-30 Meador IngeMove library call simplification statistic to instcombine
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-30 Evan ChengFix logic to determine whether to turn a switch into...
2012-11-29 Shuxin Yangrdar://12100355 (part 1)
2012-11-29 Bill WendlingHandle the situation where CodeGenPrepare removes a...
2012-11-29 Nadav RotemNo need to run LICM after loop vectorization because...
2012-11-29 Nadav RotemWhen broadcasting invariant scalars into vectors, place...
2012-11-29 Meador Ingeinstcombine: Migrate puts optimizations
2012-11-29 Alexey Samsonov[ASan] Simplify check added in r168861. Bail out from...
2012-11-29 Matt Beaumont-GayApply Takumi's patch to suppress unused-variable warnin...
2012-11-29 Alexey SamsonovAdd options to AddressSanitizer passes to make them...
2012-11-29 Meador Ingeinstcombine: Migrate fputs optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fwrite optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fprintf optimizations
2012-11-29 Evgeniy Stepanov[msan] Handle vector manipulation instructions.
2012-11-29 Evgeniy Stepanov[msan] Fix getOriginForNaryOp.
2012-11-29 Evgeniy Stepanov[msan] Basic handling of inline asm.
2012-11-29 Evgeniy Stepanov[msan] Propagate shadow through (x<0) and (x>=0) compar...
2012-11-29 Evgeniy Stepanov[msan] Fix shadow & origin store & load alignment.
2012-11-29 Evgeniy Stepanov[msan] Optimize getOriginPtr.
2012-11-29 Evgeniy Stepanov[msan] Fix a few compilation warnings.
2012-11-29 Evgeniy Stepanov[msan] Transform memcpy and memset to library calls.
2012-11-29 Evgeniy Stepanov[msan] Make sure that report callbacks do not get merged.
2012-11-29 Evgeniy StepanovInitial commit of MemorySanitizer.
2012-11-29 Kostya Serebryany[asan/tsan] initialize the asan/tsan callbacks in runOn...
2012-11-29 Kostya Serebryany[asan] when checking the noreturn attribute on the...
2012-11-29 Nick LewyckyIssue a fatal error if the line doesn't have a regular...
2012-11-28 Bill WendlingWhen we delete a dead basic block, see if any of its...
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-11-28 Hal FinkelBBVectorize: Correctly merge SubclassOptionalData
2012-11-27 Meador Ingeinstcombine: Don't replace all uses for instructions...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Dmitry Vyukovtsan: instrument atomic nand operation
2012-11-27 Meador Ingeinstcombine: Migrate sprintf optimizations
2012-11-26 Eli FriedmanGet rid of the getPointeeAlignment helper function...
2012-11-26 Shuxin Yangrdar://12329730 (defect 2)
2012-11-26 Meador IngeFix a comment bug in toascii simplifier
2012-11-26 Meador Ingeinstcombine: Migrate printf optimizations
2012-11-26 Nadav RotemMove the code that uses SCEVs prior to creating the...
2012-11-26 Matt Beaumont-GayRemove stray trailing backslash
2012-11-26 Dmitry Vyukovtsan: fix lint warnings
2012-11-26 Dmitry Vyukov[tsan] add fail order to compare_exchange
2012-11-26 Meador Ingeinstcombine: Migrate toascii optimizations
2012-11-26 Meador Ingeinstcombine: Migrate isascii optimizations
2012-11-26 Meador Ingeinstcombine: Migrate isdigit optimizations
2012-11-26 Meador Ingeinstcombine: Migrate *abs optimizations
2012-11-25 Meador Ingeinstcombine: Migrate ffs* optimizations
2012-11-25 Nadav RotemMove the max vector width to a constant parameter....
2012-11-25 Nadav RotemFix the document style.
2012-11-25 Nadav RotemRefactor the ptr runtime check generation code. No...
2012-11-25 Nadav RotemRename method. No functionality change.
2012-11-25 Nadav RotemThe induction-pointer work is inspired by a research...
2012-11-25 Nadav RotemAdd support for pointer induction variables even when...
2012-11-23 Benjamin KramerCodeGenPrepare: Move ret duplication out of the instruc...
2012-11-23 Joey GoulyRemove unused parameter Penalty from the BoundsChecking...
2012-11-22 NAKAMURA Takumillvm/lib/Transforms/Instrumentation/AddressSanitizer...
2012-11-22 Kostya Serebryany[asan] rip off the creation of global redzones from...
2012-11-21 Chandler CarruthPR14055: Implement support for sub-vector operations...
2012-11-20 Kostya Serebryany[asan] use names of globals instead of an external...
2012-11-20 Kostya Serebryany[asan] don't instrument linker-initialized globals...
2012-11-20 Kostya Serebryany[asan] make sure that linker-initialized globals (non...
2012-11-20 Chandler CarruthUse LLVM_ENABLE_DUMP for the variables used in printing...
2012-11-20 Chandler CarruthFix PR14132 and handle OOB loads speculated throuh...
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-20 Chandler CarruthAdd a comment to associate a FIXME with a PR where...
2012-11-20 Chandler CarruthRework the rewriting of loads and stores for vector...
2012-11-19 Bob WilsonClean up handling of always-inline functions in the...
2012-11-18 Duncan SandsRemove the last bit of constant folding from LinearizeE...
2012-11-18 Duncan SandsFix PR14060, an infinite loop in reassociate. The...
2012-11-18 Nick LewyckyDon't try to calculate the alignment of an unsigned...
2012-11-17 Benjamin KramerPlug a memory leak in the GCOV profiling emitter, which...
2012-11-17 Nadav RotemLoopVectorizer: Add initial support for pointer inducti...
2012-11-17 Evan ChengTeach SROA rewriteVectorizedStoreInst to handle cases...
2012-11-16 Duncan SandsMake this easier to understand, as suggested by Chandler.
2012-11-16 Duncan SandsFix PR14361: wrong simplification of A+B==B+A. You...
2012-11-16 Hans WennborgSimplifyCFG: Don't assume non-null ScalarTargetTransfor...
2012-11-16 Nadav RotemLoopVectorize: Division reductions generate incorrect...
2012-11-15 Andrew Trickmisspell
2012-11-15 Andrew Trickwhitespace
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-15 Hans WennborgMake GlobalOpt be conservative with TLS variables ...
2012-11-15 Duncan SandsFix a crash observed by Shuxin Yang. The issue here...
2012-11-15 NAKAMURA TakumiInstCombineAndOrXor.cpp: Escape bracket in doxygen...
2012-11-14 Hal FinkelReplace std::vector -> SmallVector in BBVectorize
2012-11-14 Hal FinkelFix the largest offender of determinism in BBVectorize
2012-11-14 Alexey Samsonov[TSan] fix indentation
2012-11-14 Nadav Rotemuse the getSplat API. Patch by Paul Redmond.
2012-11-13 Alexey SamsonovFigure out <size> argument of llvm.lifetime intrinsics...
next