1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/lib
Ahmed Bougacha 2369cd5924 [GlobalISel][AArch64] Select ADDXri.
We're now able to select ADDWri thanks to the new complex pattern
support.  Extend that to ADDXri.

llvm-svn: 297874
2017-03-15 19:20:59 +00:00
..
Analysis [ValueTracking] Out of range shifts might be undef 2017-03-14 10:13:17 +00:00
AsmParser [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer and reference types 2017-03-08 23:55:44 +00:00
Bitcode SamplePGO ThinLTO ICP fix for local functions. 2017-03-14 17:33:01 +00:00
CodeGen ARM: avoid clobbering register in v6 jump-table expansion. 2017-03-15 18:38:13 +00:00
DebugInfo Fix llvm-symbolizer to navigate both DW_AT_abstract_origin and DW_AT_specification in a single chain 2017-03-13 21:46:37 +00:00
Demangle
ExecutionEngine
Fuzzer [libFuzzer] remove even more stale code 2017-03-15 00:39:06 +00:00
IR Revert "Debug Info: Add basic support for external types references." 2017-03-13 22:56:14 +00:00
IRReader
LibDriver
LineEditor
Linker [Linker] Provide callback for internalization 2017-03-13 18:08:11 +00:00
LTO LTO: Hash type identifier resolutions for WholeProgramDevirt. 2017-03-10 21:37:10 +00:00
MC [WebAssembly] Use LEB encoding for value types 2017-03-14 20:23:22 +00:00
Object Archives require a symbol table on Solaris, even if empty. 2017-03-14 19:57:13 +00:00
ObjectYAML [ObjectYAML] Fix issue with DWARF2 AddrSize 8 2017-03-07 21:34:35 +00:00
Option
Passes Add call branch annotation for ICP promoted direct call in SamplePGO mode. 2017-02-23 22:15:18 +00:00
ProfileData SamplePGO ThinLTO ICP fix for local functions. 2017-03-14 17:33:01 +00:00
Support [YAML] When outputting, provide the ability to write default values. 2017-03-15 17:47:39 +00:00
TableGen
Target [GlobalISel][AArch64] Select ADDXri. 2017-03-15 19:20:59 +00:00
Transforms [PGO] Refactor the code for value profile annotation 2017-03-15 18:23:39 +00:00
XRay
CMakeLists.txt
LLVMBuild.txt