Make a few more static string pointers constant.
[oota-llvm.git] / lib / Transforms /
2013-07-17 Craig TopperMake a few more static string pointers constant.
2013-07-17 Nadav RotemSLPVectorizer: Accelerate the isConsecutive check by...
2013-07-16 Nadav Rotemflip the scev minus direction to simplify the code.
2013-07-16 Nadav RotemSLPVectorizer: Improve the compile time of isConsecutiv...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-16 Peter CollingbourneMake SpecialCaseList match full strings, as documented...
2013-07-16 Hal FinkelWhen the inliner merges allocas, it must keep the large...
2013-07-16 Nadav RotemSLPVectorizer: Reduce the compile time of the consecuti...
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-15 Nadav RotemPR16628: Fix a bug in the code that merges compares.
2013-07-15 Stephen LinRemove trailing whitespace
2013-07-15 Chandler CarruthRevert r186316 while I track down an ASan failure and...
2013-07-15 Chandler CarruthReimplement SROA yet again. Same fundamental principle...
2013-07-15 Craig TopperAdd 'const' qualifier to some arrays.
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-14 Nadav RotemSLPVectorizer: change the order in which we search...
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-13 Arnold SchwaighoferLoopVectorizer: Disallow reductions whose header phi...
2013-07-13 Andrew TrickLoopVectorize fix: LoopInfo must be valid when invoking...
2013-07-13 Nick LewyckyAdd a microoptimization for urem.
2013-07-12 Joey GoulyFix a crash in EvaluateInDifferentElementOrder where...
2013-07-12 Andrew TrickLFTR improvement to avoid truncation.
2013-07-12 Andrew TrickCleanup LFTR logic.
2013-07-12 Andrew TrickCleanup: rename a variable to make the logic easier...
2013-07-12 Arnold SchwaighoferTargetTransformInfo: address calculation parameter...
2013-07-12 Chandler CarruthRevert "indvars: Improve LFTR by eliminating truncation...
2013-07-12 Nadav RotemSLPVectorizer: Sink and enable CSE for ExtractElements.
2013-07-12 Nadav RotemSLPVectorize: Replace the code that checks for vectoriz...
2013-07-11 Nadav RotemRemove an argument that we dont use anymore.
2013-07-11 Andrew Trickindvars: Improve LFTR by eliminating truncation when...
2013-07-11 Benjamin KramerDon't use a potentially expensive shift if all we want...
2013-07-11 Arnold SchwaighoferLoopVectorize: Vectorize all accesses in address space...
2013-07-11 Duncan SandsTryToSimplifyUncondBranchFromEmptyBlock was checking...
2013-07-11 Nadav RotemFix a warning.
2013-07-11 Nadav RotemSLPVectorizer: refactor the code that places extracts...
2013-07-11 Michael GottesmanTeach TailRecursionElimination to handle certain cases...
2013-07-10 Michael Gottesman[objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky...
2013-07-09 Peter CollingbourneImplement categories for special case lists.
2013-07-09 Peter CollingbourneIntroduce a SpecialCaseList ctor which takes a MemoryBu...
2013-07-09 Peter CollingbourneRename BlackList class to SpecialCaseList and move...
2013-07-09 Nadav RotemFix PR16571, which is a bug in the code that checks...
2013-07-09 Nadav RotemSet the default insert point to the first instruction...
2013-07-09 David MajnemerInstCombine: Fix typo in comment for visitICmpInstWithI...
2013-07-09 David MajnemerInstCombine: variations on 0xffffffff - x >= 4
2013-07-09 David MajnemerInstCombine: X & -C != -C -> X <= u ~C
2013-07-09 David MajnemerCommit r185909 was a misapplied patch, fix it
2013-07-09 David MajnemerInstCombine: add more transforms
2013-07-08 Eli BenderskyFix comment
2013-07-08 Nadav RotemThis patch changes the saved IRBuilder insert point...
2013-07-08 Michael Gottesman[objc-arc] Fix assertion in EraseInstruction so that...
2013-07-08 David MajnemerInstCombine: Fold X-C1 <u 2 -> (X & -2) == C1
2013-07-07 Nadav RotemClear the builder insert point between tree-vectorizati...
2013-07-07 Nadav RotemSLPVectorizer: Implement DCE as part of vectorization.
2013-07-07 Michael Gottesman[objc-arc] Remove the alias analysis part of r185764.
2013-07-07 Michael Gottesman[objc-arc] Teach the ARC optimizer that objc_sync_enter...
2013-07-06 Michael Gottesman[objc-arc] When we initialize ARCRuntimeEntryPoints...
2013-07-06 Benjamin KramerReassociate: Remove unnecessary default operator=.
2013-07-06 Michael Gottesman[objc-arc] Performed some small cleanups in ARCRuntimeE...
2013-07-06 Michael Gottesman[objc-arc] Renamed Module => TheModule in ARCRuntimeEnt...
2013-07-06 Michael GottesmanRemoved trailing whitespace.
2013-07-06 Michael Gottesman[objc-arc] Updated ObjCARCContract to use ARCRuntimeEnt...
2013-07-06 Michael Gottesman[objc-arc] Updated ObjCARCOpts to use ARCRuntimeEntryPo...
2013-07-06 Michael Gottesman[objc-arc] Refactor runtime entrypoint declaration...
2013-07-06 Nick LewyckyFix annotation of unlink. Should fix builder.
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-07-05 Rafael EspindolaUse sys::fs::createTemporaryFile.
2013-07-05 Sylvestre LedruRemove a useless declarations (found by scan-build)
2013-07-05 David MajnemerInstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp...
2013-07-04 David MajnemerInstCombine: Reimplementation of visitUDivOperand
2013-07-04 Benjamin KramerSimplifyCFG: Teach switch generation some patterns...
2013-07-04 Nick LewyckyTabs to spaces. No functionality change.
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Evgeniy Stepanov[msan] Unpoison stack allocations and undef values...
2013-07-03 Michael GottesmanAdded support in FunctionAttrs for adding relevant...
2013-07-02 Manman RenDebug Info: cleanup
2013-07-02 Hal FinkelRevert r185257 (InstCombine: Be more agressive optimizi...
2013-07-02 Nick LewyckyAdd missing break statements. Noticed by inspection.
2013-07-01 Manman RenDebug Info: clean up usage of Verify.
2013-07-01 Arnold SchwaighoferLoopVectorize: Math functions only read rounding mode
2013-06-30 Stephen LinDeadArgumentElimination: keep return value on functions...
2013-06-29 Benjamin KramerInstCombine: Also turn selects fed by an and into arith...
2013-06-29 Benjamin KramerLoopVectorizer: Pack MemAccessInfo pairs.
2013-06-29 Benjamin KramerMove helper classes into anonymous namespaces.
2013-06-29 David MajnemerInstCombine: FoldGEPICmp shouldn't change sign of base...
2013-06-29 David MajnemerInstCombine: Small whitespace cleanup in FoldGEPICmp
2013-06-29 David MajnemerInstCombine: Be more agressive optimizing 'udiv' instrs...
2013-06-29 Nadav RotemWe preserve the CFG and some of the analysis passes.
2013-06-29 Nadav RotemUpdate docs.
2013-06-28 David MajnemerInstCombine: Optimize (1 << X) Pred CstP2 to X Pred...
2013-06-28 Nadav RotemSLP Vectorizer: Add support for trees with external...
2013-06-28 Nadav RotemLoopVectorizer: Refactor the code that checks if it...
2013-06-28 Daniel MaleaRemove needless include (unistd.h) in DebugIR pass
2013-06-28 Daniel MaleaAdd missing header for DebugIR
2013-06-28 Daniel MaleaRemove limitation on DebugIR that made it require exist...
2013-06-28 Arnold SchwaighoferLoopVectorize: Pull dyn_cast into setDebugLocFromInst
2013-06-28 Arnold SchwaighoferLoopVectorize: Use static function instead of DebugLocS...
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-28 Arnold SchwaighoferLoopVectorize: Preserve debug location info
2013-06-28 Matt ArsenaultFix using arg_end() - arg_begin() instead of arg_size()
next