1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib
Derek Schuff 0cf7fafc53 [WebAssembly] Preserve debug frame base information through register coloring
2 fixes:

Register coloring can re-assign virtual registers. When the frame base register
is colored, update the DwarfFrameBase accordingly When the frame base register
is stackified, do not attempt to encode DW_AT_frame_base as a local In the
future we will presumably want to handle this case better but for now we can
emit worse debug info rather than crashing.

Differential Revision: https://reviews.llvm.org/D73581
2020-01-28 16:58:15 -08:00
..
Analysis [AliasAnalysis] Add missing FMRB_* enums. 2020-01-28 15:47:08 -08:00
AsmParser Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
BinaryFormat
Bitcode Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Bitstream
CodeGen Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
DebugInfo One more batch of things found by g++ 6 2020-01-29 00:50:34 +01:00
Demangle
DWARFLinker Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
ExecutionEngine Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Frontend
Fuzzer
FuzzMutate Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
IR Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
IRReader
LineEditor Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Linker
LTO Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
MC Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
MCA Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Object Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
ObjectYAML [Hexagon] Add support for Hexagon v67t microarchitecture (tiny core) 2020-01-21 11:35:10 -06:00
Option Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Passes Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
ProfileData Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Remarks Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Support Address implicit conversions detected by g++ 5 only. 2020-01-29 01:01:09 +01:00
TableGen A bunch more implicit string conversions that my Clang didn't detect. 2020-01-29 00:30:16 +01:00
Target [WebAssembly] Preserve debug frame base information through register coloring 2020-01-28 16:58:15 -08:00
Testing
TextAPI Fix one round of implicit conversions found by g++5. 2020-01-29 01:52:48 +01:00
ToolDrivers Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Transforms [AliasAnalysis] Add missing FMRB_* enums. 2020-01-28 15:47:08 -08:00
WindowsManifest
XRay Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
CMakeLists.txt
LLVMBuild.txt