llvm/lib
Bill Seurer 6ef315bddb [DAGCombiner] revert r295336
r295336 causes a bootstrapped clang to fail for many compilations on
powerpc BE.  See 
http://lab.llvm.org:8011/builders/clang-ppc64be-linux-multistage/builds/2315
for example.

Reverting as per the developer's request.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295849 91177308-0d34-0410-b5e6-96231b3b80d8
2017-02-22 16:27:33 +00:00
..
Analysis OptDiag: Add const to some interfaces that don't modify anything. NFC 2017-02-22 07:38:17 +00:00
AsmParser Change debug-info-for-profiling from a TargetOption to a function attribute. 2017-02-01 22:45:09 +00:00
Bitcode Move symbols from the global namespace into (anonymous) namespaces. NFC. 2017-02-11 11:06:55 +00:00
CodeGen [DAGCombiner] revert r295336 2017-02-22 16:27:33 +00:00
DebugInfo Don't assume little endian in StreamReader / StreamWriter. 2017-02-18 01:35:33 +00:00
Demangle
ExecutionEngine [Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer. 2017-02-20 05:45:14 +00:00
Fuzzer [libFuzzer] increase the size of FixedWord from 27 to 64, see PR31950 2017-02-14 23:02:37 +00:00
IR OptDiag: Add const to some interfaces that don't modify anything. NFC 2017-02-22 07:38:17 +00:00
IRReader
LibDriver
LineEditor
Linker IRMover: Merge flags LinkModuleInlineAsm and IsPerformingImport. 2017-02-03 17:01:14 +00:00
LTO [LTO] Add ability to emit assembly to new LTO API 2017-02-15 20:36:36 +00:00
MC [WebAssembly] Add skeleton MC support for the Wasm container format 2017-02-22 01:23:18 +00:00
Object Fix -Wcovered-switch-default. 2017-02-22 01:01:45 +00:00
ObjectYAML Move symbols from the global namespace into (anonymous) namespaces. NFC. 2017-02-11 11:06:55 +00:00
Option
Passes Increases full-unroll threshold. 2017-02-18 03:46:51 +00:00
ProfileData
Support Try to fix the buildbot on OSX. 2017-02-21 21:31:28 +00:00
TableGen
Target [X86][SSE] getTargetConstantBitsFromNode - insert constant bits directly into masks. 2017-02-22 15:38:13 +00:00
Transforms [SLP] Remove unused initial value from the variable, NFC. 2017-02-22 12:57:58 +00:00
XRay [XRAY] [x86_64] Adding a Flight Data filetype reader to the llvm-xray Trace implementation. 2017-02-17 01:47:16 +00:00
CMakeLists.txt
LLVMBuild.txt