[AArch64 NEON] Fix a bug in implementing register copy bwtween FPR16.
[oota-llvm.git] / lib / Transforms / Utils /
2014-01-23 Chandler Carruth[LPM] Make LoopSimplify no longer a LoopPass and instea...
2014-01-15 Hans WennborgSwitch-to-lookup tables: set threshold to 3 cases
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-12 Hans WennborgSwitch-to-lookup tables: Don't require a result for...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Andrew TrickReapply r198478 "Fix PR18361: Invalidate LoopDispositio...
2014-01-04 Alp TokerRevert "Fix PR18361: Invalidate LoopDispositions after...
2014-01-04 Andrew TrickFix PR18361: Invalidate LoopDispositions after LoopSimp...
2013-12-23 Andrew TrickAdd support to indvars for optimizing sadd.with.overflow.
2013-12-23 Kostya Serebryany[asan] don't unpoison redzones on function exit in...
2013-12-20 Justin BognerTransforms: Don't create bad weights when eliminating...
2013-12-19 Evgeniy StepanovAdd an explicit insert point argument to SplitBlockAndI...
2013-12-16 Yi JiangEnable double to float shrinking optimizations for...
2013-12-12 Yi JiangResubmit r196544: Apply transformation on OS X 10.9...
2013-12-10 Justin BognerTransforms: Don't create bad branch weights when foldin...
2013-12-08 Manman RenRevert 196544 due to internal bot failures.
2013-12-08 Mark SeabornFix inlining to not lose the "cleanup" clause from...
2013-12-08 Mark SeabornFix inlining to not produce duplicate landingpad clauses
2013-12-07 Jakub StaszakDon't #include heavy Dominators.h file in LoopInfo...
2013-12-06 Kostya Serebryany[asan] fix ndebug build with strict warnings (-Wunused...
2013-12-06 Kostya Serebryany[asan] rewrite asan's stack frame layout
2013-12-05 Yi JiangApply transformation on OS X 10.9+ and iOS 7.0+: pow...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-02 Mark SeabornInlineFunction.cpp: Remove a return value that is alway...
2013-11-19 Michael IlsemanAdd support for software expansion of 64-bit integer...
2013-11-18 Adrian PrantlDebug info: Let LowerDbgDeclare perfom the dbg.declare...
2013-11-17 NAKAMURA TakumiUtils/LoopUnroll.cpp: Tweak (StringRef)OldName to be...
2013-11-17 Hal FinkelAdd the cold attribute to error-reporting call sites
2013-11-13 Jakub StaszakUse StringRef instead of std::string
2013-11-12 Nadav RotemFoldBranchToCommonDest merges branches into a single...
2013-11-12 Benjamin KramerSimplifyCFG: Use existing constant folding logic when...
2013-11-10 Matt ArsenaultUse type form of getIntPtrType.
2013-11-10 Nadav RotemSimplifyCFG has a heuristics for out-of-order processor...
2013-11-03 David MajnemerRevert "Inliner: Handle readonly attribute per argument...
2013-11-03 Bob WilsonConvert calls to __sinpi and __cospi into __sincospi_stret
2013-10-31 Manman RenDo not convert "call asm" to "invoke asm" in Inliner.
2013-10-26 Wan XiaofeiQuick look-up for block in loop.
2013-10-25 Rafael EspindolaHandle calls and invokes in GlobalStatus.
2013-10-24 Tom StellardInliner: Handle readonly attribute per argument when...
2013-10-21 Tom StellardSimplifyCFG: Don't duplicate calls to functions marked...
2013-10-21 Matt ArsenaultTeach SimplifyCFG about address spaces
2013-10-21 Rafael EspindolaOptimize more linkonce_odr values during LTO.
2013-10-21 Michael GottesmanFix the predecessor removal logic in r193045.
2013-10-21 Bill WendlingDon't eliminate a partially redundant load if it's...
2013-10-20 Michael GottesmanTeach simplify-cfg how to correctly create covered...
2013-10-19 Bill WendlingPerform an intelligent splice of the predecessor with...
2013-10-14 Chris LattnerBasic blocks typically have few predecessors. Use...
2013-10-04 Hal FinkelUpdatePHINodes in BasicBlockUtils should not crash...
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-30 Benjamin KramerConvert manual insert point restores to the new RAII...
2013-09-28 Robert WilhelmFix spelling intruction -> instruction.
2013-09-24 Benjamin KramerPush analysis passes to InstSimplify when they're aroun...
2013-09-22 Benjamin KramerProvide basic type safety for array_pod_sort comparators.
2013-09-15 Benjamin KramerReplace some unnecessary vector copies with references.
2013-09-14 Robert WilhelmFix spelling.
2013-09-10 Matt ArsenaultUse StringRef::npos for StringRef instead of std::strin...
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-06 Matt ArsenaultUse type helper functions.
2013-08-31 Benjamin KramerSimplifyLibCalls: When emitting an overloaded fp functi...
2013-08-24 Benjamin KramerAdd a function object to compare the first or second...
2013-08-21 Yunzhong GaoNo functionality change.
2013-08-19 Peter CollingbourneIntroduce SpecialCaseList::isIn overload for GlobalAliases.
2013-08-19 Michael KupersteinAdds missing TLI check for library simplification of
2013-08-19 Peter CollingbourneRemove SpecialCaseList::findCategory.
2013-08-15 Yunzhong GaoFixing a corner-case bug in strchr and strrchr lib...
2013-08-14 Mark LaceyFix small typo: s/succ/Succ/
2013-08-14 Chandler CarruthFix a really terrifying but improbable bug in mem2reg...
2013-08-13 Nick LewyckyRevert r187191, which broke opt -mem2reg on the testcas...
2013-08-12 Peter CollingbourneReapply r188119 now that the bug it exposed is fixed.
2013-08-12 Alexey SamsonovRemove unused SpecialCaseList constructors
2013-08-12 Alexey SamsonovAdd SpecialCaseList::createOrDie() factory and use...
2013-08-12 Alexey SamsonovIntroduce factory methods for SpecialCaseList
2013-08-10 Arnold SchwaighoferRevert r188119 "Kill some duplicated code for removing...
2013-08-09 Peter CollingbourneKill some duplicated code for removing unreachable...
2013-08-06 Serge PavlovUnbreak Debug build on Windows
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG
2013-08-05 Peter CollingbourneIntroduce an optimisation for special case lists with...
2013-08-02 Alexey SamsonovFix dereferencing end iterator in SimplifyCFG. Patch...
2013-08-01 Matt ArsenaultTeach getOrEnforceKnownAlignment about address spaces
2013-07-28 Rafael EspindolaFix -Wdocumentation warnings.
2013-07-28 Chandler CarruthUpdate comments for SSAUpdater to use the modern doxyge...
2013-07-28 Chandler CarruthThread DataLayout through the callers and into mem2reg...
2013-07-27 Chandler CarruthMerge the removal of dead instructions and lifetime...
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-26 Chandler CarruthRe-implement the analysis of uses in mem2reg to be...
2013-07-25 Rafael EspindolaRespect llvm.used in Internalize.
2013-07-23 Matt ArsenaultFix spelling
2013-07-22 Jakub StaszakRemove trailing spaces.
2013-07-21 Benjamin Kramermem2reg: Minor STL usage cleanup. No functionality...
2013-07-21 Chandler CarruthMake the mem2reg interface use an ArrayRef as it keeps...
2013-07-21 Chandler CarruthHoist the rest of the logic for promoting single-store...
2013-07-21 Chandler CarruthHoist the rest of the logic for fully promoting allocas...
2013-07-21 Chandler CarruthRemove a method made dead by the prior refactoring.
2013-07-20 Chandler CarruthHoist the two trivial promotion routines out of the...
2013-07-20 Chandler CarruthHoist the AllocaInfo struct to the top of the file.
2013-07-20 Chandler CarruthSink a typedef and comparator down to the function...
2013-07-20 Chandler CarruthDon't allocate the DIBuilder on the heap and remove...
next