1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/include/llvm
Amara Emerson 52c3b98b3d [AArch64][GlobalISel] Fold a chain of two G_PTR_ADDs of constant offsets.
E.g.
%addr1 = G_PTR_ADD %base, G_CONSTANT 20
%addr2 = G_PTR_ADD %addr1, G_CONSTANT 8
  -->
%addr2 = G_PTR_ADD %base, G_CONSTANT 28

Differential Revision: https://reviews.llvm.org/D72351
2020-01-07 14:12:42 -08:00
..
ADT [PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-musl 2020-01-07 11:40:56 -08:00
Analysis [NFC] Fix trivial typos in comments 2020-01-06 10:50:26 +00:00
AsmParser
BinaryFormat [WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly operands locations 2019-12-20 14:39:05 -08:00
Bitcode [LTO] Support for embedding bitcode section during LTO 2019-12-12 12:34:19 -08:00
Bitstream
CodeGen [AArch64][GlobalISel] Fold a chain of two G_PTR_ADDs of constant offsets. 2020-01-07 14:12:42 -08:00
Config build: reduce CMake handling for zlib 2020-01-02 11:19:12 -08:00
DebugInfo [NFC] Fix trivial typos in comments 2020-01-06 10:50:26 +00:00
Demangle
ExecutionEngine [NFC] Fix trivial typos in comments 2020-01-06 10:50:26 +00:00
Frontend/OpenMP Fix Wdocumentation warnings. NFCI. 2020-01-07 10:55:38 +00:00
FuzzMutate
IR [ARM,MVE] Fix many signedness errors in MVE intrinsics. 2020-01-06 16:33:16 +00:00
IRReader
LineEditor
Linker
LTO Fix modules build by adding missing includes to LTO/Config.h 2019-12-18 17:43:19 +01:00
MC [MC] Add parameter Address to MCInstPrinter::printInst 2020-01-06 20:42:22 -08:00
MCA
Object [WebAssembly] Add new export_name clang attribute for controlling wasm export names 2019-12-11 11:54:57 -08:00
ObjectYAML [yaml2obj] - Add a way to override sh_flags section field. 2019-12-13 11:54:37 +03:00
Option
Passes Let PassBuilder Expose PassInstrumentationCallbacks 2020-01-07 14:10:37 +09:00
ProfileData [AutoFDO] Properly merge context-sensitive profile of inlinee back to outlined function 2019-12-05 15:57:55 -08:00
Remarks
Support [NFC] Fix trivial typos in comments 2020-01-06 10:50:26 +00:00
TableGen [TableGen] Add bang-operators !getop and !setop. 2019-12-11 12:05:22 +00:00
Target [AArch64][GlobalISel] Fold a chain of two G_PTR_ADDs of constant offsets. 2020-01-07 14:12:42 -08:00
Testing/Support
TextAPI
ToolDrivers
Transforms [NFC] Fix trivial typos in comments 2020-01-06 10:50:26 +00:00
WindowsManifest
WindowsResource
XRay
CMakeLists.txt
InitializePasses.h [BasicBlockUtils] Add utility to remove redundant dbg.value instrs 2019-12-16 11:41:21 +01:00
LinkAllIR.h
LinkAllPasses.h [BasicBlockUtils] Add utility to remove redundant dbg.value instrs 2019-12-16 11:41:21 +01:00
module.extern.modulemap
module.install.modulemap
module.modulemap Fix -Wincomplete-umbrella warning in the modules build 2019-12-10 11:19:17 -08:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h