summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Add IRBuilder::CreateVectorSplat and use it to simplify code.Benjamin Kramer2013-01-01
* SROA: Clean up unused assignment warnings from clang's analyzer.Benjamin Kramer2013-01-01
* Added DEBUG message when ObjCARC replaces a call which returns its argument v...Michael Gottesman2013-01-01
* Added DEBUG messages to the top of several processing loops in ObjCARC.cpp th...Michael Gottesman2013-01-01
* Add extra CHECK to make sure that 'or' instruction was replaced.Jakub Staszak2012-12-31
* Fix LICM's memory promotion optimization to preserve TBAA tags whenChris Lattner2012-12-31
* teach instcombine to preserve TBAA tag when merging two stores, part ofChris Lattner2012-12-31
* Grammo.Jakub Staszak2012-12-31
* Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling2012-12-31
* Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1Jakub Staszak2012-12-31
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-30
* Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling2012-12-30
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* LoopVectorizer: Fix a bug in the code that updates the loop exiting block.Nadav Rotem2012-12-30
* Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.Alexey Samsonov2012-12-28
* Make this parameter be named consistently with most otherChandler Carruth2012-12-27
* [ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if i...Alexey Samsonov2012-12-27
* If all of the write objects are identified then we can vectorize the loop eve...Nadav Rotem2012-12-26
* Remove mid-optimizer warning. This situation should be handled differently,Nick Lewycky2012-12-26
* LoopVectorizer: Optimize the vectorization of consecutive memory access when ...Nadav Rotem2012-12-26
* [msan] Raise alignment of origin stores/loads when possible.Evgeniy Stepanov2012-12-26
* [msan] Expand the file comment with track-origins info.Evgeniy Stepanov2012-12-26
* BBVectorize: Use VTTI to compute costs for intrinsics vectorizationHal Finkel2012-12-26
* LoopVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel2012-12-25
* BBVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel2012-12-25
* [msan] Fix handling of vectors of pointers.Evgeniy Stepanov2012-12-25
* [msan] Fix handling of select with vector condition.Evgeniy Stepanov2012-12-25
* ASan: initialize callbacks from ASan module pass in a separate function for c...Alexey Samsonov2012-12-25
* ASan: move stack poisoning logic into FunctionStackPoisoner structAlexey Samsonov2012-12-25
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-24
* LoopVectorizer: When checking for vectorizable types, also checkNadav Rotem2012-12-24
* Fix typo in commentsAlexey Samsonov2012-12-24
* LoopVectorizer: Fix an endless loop in the code that looks for reductions.Nadav Rotem2012-12-24
* LoopVectorize: Fix accidentaly inverted condition.Benjamin Kramer2012-12-23
* LoopVectorize: For scalars and void types there is no need to compute vector ...Benjamin Kramer2012-12-23
* Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem2012-12-23
* Remove trailing whitespaceCraig Topper2012-12-22
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-22
* Remove duplicate includes.Roman Divacky2012-12-21
* [msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov2012-12-21
* Enable if-conversion.Nadav Rotem2012-12-21
* Every pass deserves a name, even codegenprep.Evan Cheng2012-12-21
* BB-Vectorizer: Check the cost of the store pointer typeNadav Rotem2012-12-21
* Fix a bug in the code that checks if we can vectorize loops while using dynamicNadav Rotem2012-12-21
* LoopVectorize: Fix a bug in the scalarization of instructions.Nadav Rotem2012-12-20
* Loop Vectorizer: turn-off if-conversion.Nadav Rotem2012-12-20
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-20
* Formatting fixes. Remove some unnecessary 'else' after 'return'. No functiona...Craig Topper2012-12-20
* Removing trailing whitespaceCraig Topper2012-12-20