1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib
Diana Picus 16203cc75a [ARM] GlobalISel: Support G_XOR
Same as the other binary operators:
- legalize to 32 bits
- map to GPRs
- select to EORrr via TableGen'erated code

llvm-svn: 304898
2017-06-07 11:57:30 +00:00
..
Analysis [InstCombine][InstSimplify] Use APInt::isNullValue/isOneValue to reduce compiled code for comparing APInts with 0 and 1. NFC 2017-06-07 07:40:37 +00:00
AsmParser
BinaryFormat
Bitcode
CodeGen Update libdeps to add BinaryFormat, introduced in r304864. 2017-06-07 04:48:49 +00:00
DebugInfo Update libdeps to add BinaryFormat, introduced in r304864. 2017-06-07 04:48:49 +00:00
Demangle
ExecutionEngine
Fuzzer
IR
IRReader
LineEditor
Linker
LTO
MC
Object
ObjectYAML
Option
Passes
ProfileData
Support [Linker] Remove warning when linking ARM and Thumb IR modules. 2017-06-07 09:17:01 +00:00
TableGen
Target [ARM] GlobalISel: Support G_XOR 2017-06-07 11:57:30 +00:00
ToolDrivers Add dependency from LibDriver to BinaryFormat. 2017-06-07 04:39:50 +00:00
Transforms [InstCombine][InstSimplify] Use APInt::isNullValue/isOneValue to reduce compiled code for comparing APInts with 0 and 1. NFC 2017-06-07 07:40:37 +00:00
XRay
CMakeLists.txt
LLVMBuild.txt