1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib
Erik Pilkington 93e350e524 [demangle] NFC: get rid of NodeOrString
This class was a bit overengineered, and was triggering some PVS warnings.
Instead, put strings into a NameType and let clients unconditionally treat it
as a Node.
2019-11-04 12:17:12 -08:00
..
Analysis [InstSimplify] use FMF to improve fcmp+select fold 2019-11-04 08:29:56 -05:00
AsmParser NoFree argument attribute. 2019-11-02 19:40:48 +01:00
BinaryFormat [DWARF5] Added support for deleted C++ special member functions. 2019-10-29 13:44:06 -07:00
Bitcode [BitcodeReader] Fixed use after move warnings. NFCI. 2019-11-03 19:45:25 +01:00
Bitstream
CodeGen [DAGCombine][MSP430] use shift amount threshold in DAGCombine (2/2) 2019-11-04 13:41:41 -05:00
DebugInfo Fix -Wsign-compare warning with clang-cl 2019-10-30 15:20:43 -07:00
Demangle [demangle] NFC: get rid of NodeOrString 2019-11-04 12:17:12 -08:00
ExecutionEngine [JITLink] Move block ownership from LinkGraph to Section. 2019-10-30 17:57:03 -07:00
Fuzzer
FuzzMutate
IR [IR] adjust assert when replacing undef elements in vector constant 2019-11-04 10:05:24 -05:00
IRReader
LineEditor
Linker [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned) 2019-10-15 11:24:36 +00:00
LTO Fix compilation warning on the trailing whitespace. NFC. 2019-10-24 09:55:06 -04:00
MC [PowerPC][AIX] Adds support for writing the data section in object files 2019-10-30 18:44:35 +00:00
MCA [MCA] Fix a spelling mistake in a comment. NFC 2019-10-27 10:06:22 +00:00
Object [Mips] Use appropriate private label prefix based on Mips ABI 2019-10-23 12:24:35 +02:00
ObjectYAML minidump: Add an "arm64" constant 2019-10-31 11:20:46 +01:00
Option
Passes [NewPM] Add an SROA pass after loop unroll 2019-11-01 14:59:08 -07:00
ProfileData [profile] Add a mode to continuously sync counter updates to a file 2019-10-31 16:04:09 -07:00
Remarks [Remarks] Add support for linking remarks 2019-10-31 15:26:55 -07:00
Support [demangle] NFC: get rid of NodeOrString 2019-11-04 12:17:12 -08:00
TableGen Add Record::getValueAsOptionalDef(). 2019-10-25 16:39:21 -07:00
Target [X86] Add support for -mvzeroupper and -mno-vzeroupper to match gcc 2019-11-04 11:03:54 -08:00
Testing
TextAPI Reland "[TextAPI] Introduce TBDv4" 2019-10-10 04:24:44 +00:00
ToolDrivers
Transforms [SimplifyCFG] Use a (trivially) dominanting widenable branch to remove later slow path blocks 2019-11-04 11:03:28 -08:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt