llvm-6502/lib
Matt Arsenault 716ce08250 R600: Fix assert on copy of an i1 on pre-SI
i1 is not a legal type on Evergreen, so this combine proceeded
and tried to produce a bitcast between i1 and i8.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222630 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-23 02:57:52 +00:00
..
Analysis InstSimplify: Simplify (sub 0, X) -> X if it's NUW 2014-11-22 07:15:16 +00:00
AsmParser
Bitcode
CodeGen Debug Info: revert r222195, r222210 and r222239. 2014-11-21 19:55:23 +00:00
DebugInfo
ExecutionEngine
IR [InstCombine] Re-commit of r218721 (Optimize icmp-select-icmp sequence) 2014-11-21 23:36:44 +00:00
IRReader
LineEditor
Linker
LTO
MC Tidied up target triple OS detection. NFC 2014-11-22 19:12:10 +00:00
Object Remove duplication of relocation names in lib/Object/ELFYAML.cpp 2014-11-21 20:16:09 +00:00
Option
ProfileData
Support Allow multiple -debug-only args 2014-11-21 18:06:09 +00:00
TableGen
Target R600: Fix assert on copy of an i1 on pre-SI 2014-11-23 02:57:52 +00:00
Transforms InstCombine: Propagate exact for (sdiv X, Pow2) -> (udiv X, Pow2) 2014-11-22 20:00:41 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile