1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test
Alexandre Ganea 730dc93e22 [DebugInfo][CodeView] Include namespace into emitted globals
Before this patch, global variables didn't have their namespace prepended in the Codeview debug symbol stream. This prevented Visual Studio from displaying them in the debugger (they appeared as 'unspecified error')

Differential Revision: https://reviews.llvm.org/D79028
2020-05-04 13:59:36 -04:00
..
Analysis Revert "[InstSimplify] Remove known bits constant folding" 2020-05-03 20:45:10 +02:00
Assembler Add IR constructs for preallocated (inalloca replacement) 2020-04-27 16:15:50 -07:00
Bindings
Bitcode [Bitcode] Make attribute test more robust (NFC) 2020-04-30 19:01:27 +02:00
BugPoint
CodeGen [AMDGPU] fix copies between 32 and 16 bit 2020-05-04 08:54:22 -07:00
DebugInfo [DebugInfo][CodeView] Include namespace into emitted globals 2020-05-04 13:59:36 -04:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [AddressSanitizer] Instrument byval call arguments 2020-04-30 17:09:13 +02:00
Integer
JitListener
Linker
LTO [IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand(). 2020-04-27 22:17:03 -07:00
MachineVerifier
MC [WebAssembly] Renumber SIMD opcodes 2020-05-01 17:20:49 -07:00
Object
ObjectYAML
Other [BPI][NFC] Reuse post dominantor tree from analysis manager when available 2020-04-30 11:31:03 +07:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86
tools [llvm-dwarfdump][Stats] Clean up 2020-05-04 09:35:40 +02:00
Transforms [InstCombine] Fold (mul(abs(x),abs(x))) -> (mul(x,x)) (PR39476) 2020-05-04 15:21:52 +01:00
Unit
Verifier Handle indirect calls in preallocated verification 2020-04-30 14:39:03 -07:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in Revert "Temporarily revert "build: use find_package(Python3) if available"" 2020-04-29 01:38:08 +00:00
TestRunner.sh