Fix a bug in IRBuilder that's been there for who knows how long. It
[oota-llvm.git] / lib / Transforms /
2014-01-04 Alp TokerAdd missed cleanup from r198456
2014-01-04 Alp TokerRevert "Fix PR18361: Invalidate LoopDispositions after...
2014-01-04 Andrew TrickFix PR18361: Invalidate LoopDispositions after LoopSimp...
2014-01-03 Nico WeberAdd a LLVM_DUMP_METHOD macro.
2014-01-03 David PeixottoFix loop rerolling pass failure with non-consant loop...
2014-01-02 Hal FinkelDisable compare sinking in CodeGenPrepare when multiple...
2014-01-02 Andrew Trickindvars: cleanup the IV visitor. It does more than...
2014-01-02 Matt ArsenaultDelete unread globals through addrspacecast
2014-01-02 Matt ArsenaultFix addrspacecast with metadata globals
2014-01-02 Andrew Trickindvars: insert truncate at loop boundary to avoid...
2013-12-29 Nico WeberSet LLVM_EXPORTED_SYMBOL_FILE in CMakeLists whose corre...
2013-12-25 Alexander Potapenko[ASan] Fix the test for __asan_gen_ globals and actuall...
2013-12-25 Alexander Potapenko[ASan] Make sure none of the __asan_gen_ global strings...
2013-12-23 Andrew TrickAdd support to indvars for optimizing sadd.with.overflow.
2013-12-23 Richard SandifordFix Scalarizer insertion point when replacing PHIs...
2013-12-23 Richard SandifordFix Scalarizer handling of vector GEPs with multiple...
2013-12-23 Kostya Serebryany[asan] don't unpoison redzones on function exit in...
2013-12-23 Kostya Serebryany[asan] produce fewer stores when poisoning stack shadow
2013-12-20 Justin BognerTransforms: Don't create bad weights when eliminating...
2013-12-19 Kay Tiong KhooStay classy (and legal) LLVM. Remove links to 3rd party...
2013-12-19 Kay Tiong KhooImproved fix for PR17827 (instcombine of shift/and...
2013-12-19 Evgeniy Stepanov[dfsan] Simplify code after r197677.
2013-12-19 Evgeniy StepanovAdd an explicit insert point argument to SplitBlockAndI...
2013-12-17 Arnold SchwaighoferLoopVectorizer: Don't if-convert constant expressions...
2013-12-16 Yi JiangEnable double to float shrinking optimizations for...
2013-12-12 Hal FinkelFix a use-after-free error in GlobalOpt CleanupConstant...
2013-12-12 Hal FinkelInitialize the barrier pass llvm::initializeIPO
2013-12-12 Yi JiangResubmit r196544: Apply transformation on OS X 10.9...
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-12-10 Reid Kleckner[asan] Fix the coverage.cc test broken by r196939
2013-12-10 NAKAMURA TakumiAdd proper dependencies to LLVMBuild.txt in llvm/lib.
2013-12-10 NAKAMURA TakumiWhitespaces.
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-07 Matt ArsenaultFix assert with copy from global through addrspacecast
2013-12-06 Duncan P. N. Exon... Don't use isNullValue to evaluate ConstantExpr
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 Renato GolinAdd #pragma vectorize enable/disable to LLVM
2013-12-05 Michael GottesmanChange std::deque => std::vector. No functionality...
2013-12-05 Rafael EspindolaFix non-deterministic behavior.
2013-12-05 Arnold SchwaighoferSLPVectorizer: An in-tree vectorized entry cannot also...
2013-12-05 Kostya Serebryany[tsan] fix PR18146: sometimes a variable written into...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-04 Yuchen Wullvm-cov: Replace size() with empty() in bool check.
2013-12-04 Daniel JasperUn-revert r196358: "llvm-cov: Added support for functio...
2013-12-04 Daniel JasperRevert r196358: "llvm-cov: Added support for function...
2013-12-04 Yuchen Wullvm-cov: Added support for function checksums.
2013-12-03 Yunzhong GaoTeach the internalize pass to skip dllexported symbols...
2013-12-02 Kay Tiong KhooUse local variable for repeated use rather than 'get...
2013-12-02 Kay Tiong KhooMove variables to where they are used and give them...
2013-12-02 Kay Tiong KhooRename variables to be consistent (CST -> Cst). No...
2013-12-02 Mark SeabornInlineFunction.cpp: Remove a return value that is alway...
2013-12-02 Kay Tiong KhooConservative fix for PR17827 - don't optimize a shift...
2013-12-02 Kostya Serebryany[tsan] fix instrumentation of vector vptr updates ...
2013-12-01 Bill WendlingUse accessor methods instead.
2013-12-01 Bill WendlingUse 'unsigned char' to get this past gcc error message:
2013-11-28 Stephen CanonRein in overzealous InstCombine of fptrunc(OP(fpextend...
2013-11-26 Nadav RotemPR1860 - We can't save a list of ExtractElement instruc...
2013-11-26 Arnold SchwaighoferLoopVectorizer: Truncate i64 trip counts of i32 phis...
2013-11-26 Diego NovilloRefactor some code in SampleProfile.cpp
2013-11-26 Nadav RotemPR18060 - When we RAUW values with ExtractElement instr...
2013-11-26 Stepan DyatkovskiyPR17925 bugfix.
2013-11-26 Chandler Carruth[PM] Split the CallGraph out from the ModulePass which...
2013-11-23 Chandler CarruthMigrate metadata information from scalar to vector...
2013-11-22 Yuchen Wullvm-cov: Split entry blocks in GCNOProfiling.cpp.
2013-11-22 Manman RenDebug Info: move StripDebugInfo from StripSymbols.cpp...
2013-11-22 Matt ArsenaultStructurizeCFG: Fix verification failure with some...
2013-11-22 Matt ArsenaultStructurizeCFG: Fix inverting a branch on an argument
2013-11-22 Rafael EspindolaAdd a fixed version of r195470 back.
2013-11-22 Rafael EspindolaRevert "Convert linkonce* to weak* instead of strong."
2013-11-22 Richard SandifordAdd a Scalarizer pass.
2013-11-22 Rafael EspindolaConvert linkonce* to weak* instead of strong.
2013-11-22 Arnold SchwaighoferSLPVectorizer: Fix whitespace errors.
2013-11-22 Yi JiangSLP Vectorizer: Extract cost will only be added once...
2013-11-21 Peter CollingbourneIntroduce two command-line flags for the instrumentatio...
2013-11-21 Evgeniy Stepanov[msan] Propagate condition origin in select instruction.
2013-11-21 Yuchen Wullvm-cov: Don't assume FileChecksum was generated.
2013-11-21 Yuchen Wullvm-cov: Fixed some bugs related to file checksum.
2013-11-20 Yuchen Wullvm-cov: Added file checksum to gcno and gcda files.
2013-11-19 Arnold SchwaighoferSLPVectorizer: Fix stale for Value pointer array
2013-11-19 Arnold SchwaighoferSLPVectorizer: Fix whitespace errors
2013-11-19 Chandler CarruthFix an issue where SROA computed different results...
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-18 Alexey Samsonov[ASan] Fix PR17867 - make sure ASan doesn't crash if...
2013-11-18 Arnold SchwaighoferLoopVectorizer: Extend the induction variable to a...
2013-11-17 NAKAMURA TakumiUtils/LoopUnroll.cpp: Tweak (StringRef)OldName to be...
2013-11-17 Hal FinkelAdd a loop rerolling flag to the PassManagerBuilder
2013-11-17 Hal FinkelAdd the cold attribute to error-reporting call sites
2013-11-17 Hal FinkelFix ndebug-build unused variable in loop rerolling
2013-11-16 Hal FinkelAdd a loop rerolling pass
2013-11-16 Hal FinkelApply the InstCombine fptrunc sqrt optimization to...
2013-11-16 Benjamin KramerInstCombine: fold (A >> C) == (B >> C) --> (A^B) <...
2013-11-15 Arnold SchwaighoferLoopVectorizer: Use abi alignment for accesses with...
2013-11-15 Manman RenArgumentPromotion: correctly transfer TBAA tags and...
next