Teach the include sorter to skip files under test trees and under INPUTS
[oota-llvm.git] / lib / Transforms /
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 Nadav RotemGive scalar if-converted blocks half the score because...
2012-12-04 Nadav RotemAdd the last part that is needed for vectorization...
2012-12-04 Kostya Serebryany[asan] add experimental -asan-realign-stack option...
2012-12-04 Matt Beaumont-GayAdd 'using' declarations to suppress -Woverloaded-virtu...
2012-12-04 Shuxin Yangrdar://12329730 (2nd part, revised)
2012-12-04 Alexey SamsonovASan: add initial support for handling llvm.lifetime...
2012-12-04 NAKAMURA TakumiLoopVectorize.cpp: Suppress a warning. [-Wunused-variable]
2012-12-04 NAKAMURA TakumiFix whitespace.
2012-12-04 Shuxin Yangrdar://12329730 (2nd part)
2012-12-03 Nadav Rotemminor renaming, documentation and cleanups.
2012-12-03 Nadav RotemIF-conversion: teach the cost-model how to grade if...
2012-12-03 Nadav RotemNow that we have a basic if-conversion infrastructure...
2012-12-03 Nadav RotemAdd initial support for IF-conversion. This patch imple...
2012-12-03 Alexey SamsonovASan: add blacklist file to ASan pass options. Clang...
2012-12-03 Nadav RotemTeach the jump threading optimization to stop scanning...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-03 Chandler CarruthRemove some buggy and apparantly unnecessary code from...
2012-12-03 Nuno Lopesfix stats for added checks
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...
next