1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib
Konstantin Zhuravlyov eec800fc3a AMDGPU/NFC: Rename few things in SIMemoryLegalizer:
- AtomicInfo -> MemOpInfo
  - getAtomicLoadInfo -> getLoadInfo
  - getAtomicStoreInfo -> getStoreInfo
  - expandAtomicLoad -> expandLoad
  - expandAtomicStore -> expandStore

Differential Revision: https://reviews.llvm.org/D36861

llvm-svn: 311179
2017-08-18 17:30:02 +00:00
..
Analysis [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-08-16 22:07:40 +00:00
AsmParser Add strictfp attribute to prevent unwanted optimizations of libm calls 2017-08-14 21:15:13 +00:00
BinaryFormat
Bitcode Add more comment 2017-08-16 17:33:43 +00:00
CodeGen [DAGCombiner] Fix bad comment that had immediate values swapped from the code and what they need to be to make sense. NFC 2017-08-18 04:52:46 +00:00
DebugInfo Remove unused variable. 2017-08-17 20:18:36 +00:00
Demangle
ExecutionEngine [ORC] Add case statements for AArch64 to the local stub and callback manager 2017-08-15 18:10:19 +00:00
Fuzzer [CMake] Add install target for LLVMFuzzer 2017-08-14 23:37:31 +00:00
IR [Verifier] Avoid visiting DIGlobalVariables twice. 2017-08-17 11:32:21 +00:00
IRReader
LineEditor
Linker Linker: Create a function declaration when moving a non-prevailing alias of function type. 2017-08-10 01:07:44 +00:00
LTO Fix thinlto cache key computation for cfi-icall. 2017-08-09 23:24:07 +00:00
MC [Triple] Add isThumb and isARM functions. 2017-08-12 17:40:18 +00:00
Object [COFF] Make the weak aliases optional 2017-08-16 05:22:49 +00:00
ObjectYAML
Option
Passes [PM] Switch the CGSCC debug messages to use the standard LLVM debug 2017-08-11 05:47:13 +00:00
ProfileData Fix the bug when SampleProfileWriter writes out number of callsites. 2017-08-03 00:09:18 +00:00
Support [Support] env vars with empty values on windows 2017-08-18 16:55:44 +00:00
TableGen
Target AMDGPU/NFC: Rename few things in SIMemoryLegalizer: 2017-08-18 17:30:02 +00:00
Testing
ToolDrivers [llvm-dlltool] Improve an error message when unable to open files. NFC. 2017-08-17 06:26:42 +00:00
Transforms [LoopRotate][Dominators] Use the incremental API to update DomTree 2017-08-17 21:48:19 +00:00
WindowsManifest
XRay Xray docs with description of Flight Data Recorder binary format. 2017-08-02 21:47:27 +00:00
CMakeLists.txt
LLVMBuild.txt