1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Fangrui Song 0140db71cc Migrate deprecated DebugLoc::get to DILocation::get
This migrates all LLVM (except Kaleidoscope and
CodeGen/StackProtector.cpp) DebugLoc::get to DILocation::get.

The CodeGen/StackProtector.cpp usage may have a nullptr Scope
and can trigger an assertion failure, so I don't migrate it.

Reviewed By: #debug-info, dblaikie

Differential Revision: https://reviews.llvm.org/D93087
2020-12-11 12:45:22 -08:00
..
Analysis [BasicAA] Handle two unknown sizes for GEPs 2020-12-11 18:45:53 +01:00
AsmParser
BinaryFormat
Bitcode Migrate deprecated DebugLoc::get to DILocation::get 2020-12-11 12:45:22 -08:00
Bitstream
CodeGen Migrate deprecated DebugLoc::get to DILocation::get 2020-12-11 12:45:22 -08:00
DebugInfo
Demangle
DWARFLinker [dsymutil][DWARFLinker][NFC] Make interface of AddressMap more general. 2020-12-10 14:57:08 +03:00
ExecutionEngine [JITLink][ELF] Reformat/add debug logging in ELF_x86_64.cpp. 2020-12-10 18:46:44 +11:00
Extensions
FileCheck
Frontend [OpenMPIRBuilder] Various changes required for tileLoops. 2020-12-11 11:37:45 -06:00
Fuzzer
FuzzMutate
InterfaceStub
IR Migrate deprecated DebugLoc::get to DILocation::get 2020-12-11 12:45:22 -08:00
IRReader
LineEditor
Linker
LTO
MC [MC][ELF] Accept abbreviated form with sh_flags and sh_entsize 2020-12-11 16:45:45 +00:00
MCA
Object [WebAssembly] Add support for named data sections in wasm binaries 2020-12-09 12:57:07 -08:00
ObjectYAML [WebAssembly] Add support for named data sections in wasm binaries 2020-12-09 12:57:07 -08:00
Option
Passes [PGO] Enable preinline and cleanup when optimize for size 2020-12-10 12:29:17 -08:00
ProfileData [llvm-cov][gcov] Optimize the cycle counting algorithm by skipping zero count cycles 2020-12-10 15:22:29 -08:00
Remarks
Support [YAML] Use correct source location for unknown key errors. 2020-12-11 16:34:06 +00:00
TableGen [TableGen] Cache the vectors of records returned by getAllDerivedDefinitions(). 2020-12-09 10:54:04 -05:00
Target Revert "[AArch64] Lower calls with rv_marker attribute ." 2020-12-11 20:12:59 +00:00
Testing
TextAPI
ToolDrivers
Transforms Migrate deprecated DebugLoc::get to DILocation::get 2020-12-11 12:45:22 -08:00
WindowsManifest
XRay
CMakeLists.txt