llvm/lib
Davide Italiano 653044e2ac [PM] Add GVNSink to the pipeline.
With this, the two pipelines should be in sync again (modulo
LoopUnswitch, but Chandler is actively working on that).

Differential Revision:  https://reviews.llvm.org/D33810

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304671 91177308-0d34-0410-b5e6-96231b3b80d8
2017-06-03 23:18:29 +00:00
..
Analysis [ConstantFolding] Fix constant folding for vector cttz and ctlz intrinsics to understand that the second argument is still a scalar. 2017-06-03 18:50:29 +00:00
AsmParser
Bitcode BitcodeWriter: Removing unnecessary std::function in favor of template 2017-06-02 18:25:29 +00:00
CodeGen Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 05:11:14 +00:00
DebugInfo [PDB] Fix use after free. 2017-06-03 00:33:35 +00:00
Demangle [ItaniumDemangle] Fix a exponential string copying bug 2017-05-28 23:24:52 +00:00
ExecutionEngine
Fuzzer [libFuzzer] fix a test to match the new sanitizer run-time 2017-05-31 19:47:11 +00:00
IR Reapply "[Cloning] Take another pass at properly cloning debug info" 2017-06-01 23:02:12 +00:00
IRReader
LineEditor
Linker
LTO Move summary dead stripping before regular LTO. 2017-06-02 18:24:17 +00:00
MC [WebAssembly] Refactor WasmObjectWriter::writeObject 2017-06-03 02:01:24 +00:00
Object Re-land "COFF: migrate def parser from LLD to LLVM" 2017-06-02 17:53:06 +00:00
ObjectYAML Fix build error on gcc. 2017-06-02 21:00:22 +00:00
Option
Passes [PM] Add GVNSink to the pipeline. 2017-06-03 23:18:29 +00:00
ProfileData [InstrProf] Use more ArrayRef/StringRef. 2017-05-28 13:23:02 +00:00
Support ADT: handle special case of ARM environment for SUSE 2017-06-03 22:31:06 +00:00
TableGen [TableGen] Remove RecordVal constructor that takes a StringRef and Record::setName(StringRef). Leave just the versions that take an Init. 2017-06-01 06:56:16 +00:00
Target [AMDGPU] Untangle SDWA pass from SIShrinkInstructions 2017-06-03 17:39:47 +00:00
ToolDrivers
Transforms [InstCombine] Add support for simplifying ctlz/cttz intrinsics based on known bits. 2017-06-03 18:50:32 +00:00
XRay
CMakeLists.txt
LLVMBuild.txt