summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-10
* Whitespaces.NAKAMURA Takumi2013-12-10
* Transforms: Don't create bad branch weights when folding a switchJustin Bogner2013-12-10
* Revert 196544 due to internal bot failures.Manman Ren2013-12-08
* Fix inlining to not lose the "cleanup" clause from landingpadsMark Seaborn2013-12-08
* Fix inlining to not produce duplicate landingpad clausesMark Seaborn2013-12-08
* Don't #include heavy Dominators.h file in LoopInfo.h. This change reducesJakub Staszak2013-12-07
* Fix assert with copy from global through addrspacecastMatt Arsenault2013-12-07
* Don't use isNullValue to evaluate ConstantExprDuncan P. N. Exon Smith2013-12-06
* [asan] fix ndebug build with strict warnings (-Wunused-variable)Kostya Serebryany2013-12-06
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-06
* Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x) ―> __exp10(x)Yi Jiang2013-12-05
* Add #pragma vectorize enable/disable to LLVMRenato Golin2013-12-05
* Change std::deque => std::vector. No functionality change.Michael Gottesman2013-12-05
* Fix non-deterministic behavior.Rafael Espindola2013-12-05
* SLPVectorizer: An in-tree vectorized entry cannot also be a scalar external useArnold Schwaighofer2013-12-05
* [tsan] fix PR18146: sometimes a variable written into vptr could have an inte...Kostya Serebryany2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* llvm-cov: Replace size() with empty() in bool check.Yuchen Wu2013-12-04
* Un-revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* Revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* llvm-cov: Added support for function checksums.Yuchen Wu2013-12-04
* Teach the internalize pass to skip dllexported symbols because they could beYunzhong Gao2013-12-03
* Use local variable for repeated use rather than 'get' method. No functional c...Kay Tiong Khoo2013-12-02
* Move variables to where they are used and give them better names. No function...Kay Tiong Khoo2013-12-02
* Rename variables to be consistent (CST -> Cst). No functional change intended.Kay Tiong Khoo2013-12-02
* InlineFunction.cpp: Remove a return value that is always falseMark Seaborn2013-12-02
* Conservative fix for PR17827 - don't optimize a shift + and + compare sequenc...Kay Tiong Khoo2013-12-02
* [tsan] fix instrumentation of vector vptr updates (https://code.google.com/p/...Kostya Serebryany2013-12-02
* Use accessor methods instead.Bill Wendling2013-12-01
* Use 'unsigned char' to get this past gcc error message:Bill Wendling2013-12-01
* Rein in overzealous InstCombine of fptrunc(OP(fpextend, fpextend)).Stephen Canon2013-11-28
* PR1860 - We can't save a list of ExtractElement instructions to CSE because s...Nadav Rotem2013-11-26
* LoopVectorizer: Truncate i64 trip counts of i32 phis if necessaryArnold Schwaighofer2013-11-26
* Refactor some code in SampleProfile.cppDiego Novillo2013-11-26
* PR18060 - When we RAUW values with ExtractElement instructions in some casesNadav Rotem2013-11-26
* PR17925 bugfix.Stepan Dyatkovskiy2013-11-26
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-26
* Migrate metadata information from scalar to vector instructions duringChandler Carruth2013-11-23
* llvm-cov: Split entry blocks in GCNOProfiling.cpp.Yuchen Wu2013-11-22
* Debug Info: move StripDebugInfo from StripSymbols.cpp to DebugInfo.cpp.Manman Ren2013-11-22
* StructurizeCFG: Fix verification failure with some loops.Matt Arsenault2013-11-22
* StructurizeCFG: Fix inverting a branch on an argumentMatt Arsenault2013-11-22
* Add a fixed version of r195470 back.Rafael Espindola2013-11-22
* Revert "Convert linkonce* to weak* instead of strong."Rafael Espindola2013-11-22
* Add a Scalarizer pass.Richard Sandiford2013-11-22
* Convert linkonce* to weak* instead of strong.Rafael Espindola2013-11-22
* SLPVectorizer: Fix whitespace errors.Arnold Schwaighofer2013-11-22
* SLP Vectorizer: Extract cost will only be added once even if the scalar has m...Yi Jiang2013-11-22
* Introduce two command-line flags for the instrumentation pass to control whet...Peter Collingbourne2013-11-21