1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/unittests
Igor Kudrin 1447dd8d77 [DebugInfo] Fix printing values of forms which depend on the DWARF format.
The values are 8 bytes long in DWARF64, so they should not be truncated
to uint32_t on dumping.

Differential Revision: https://reviews.llvm.org/D79093
2020-05-08 15:14:41 +07:00
..
ADT [Allocator] Make Deallocate() pass alignment and make it use (de)allocate_buffer 2020-05-02 16:08:46 +02:00
Analysis [ValueTracking] Convert test to unit test (NFC) 2020-05-03 12:23:57 +02:00
AsmParser [SVE] Remove VectorType::getBitWidth() 2020-04-21 13:33:46 -07:00
BinaryFormat
Bitcode
Bitstream
CodeGen [CodeGen] Fix warnings due to SelectionDAG::getSplatSourceVector 2020-05-05 08:45:41 +01:00
DebugInfo [DebugInfo] Fix printing values of forms which depend on the DWARF format. 2020-05-08 15:14:41 +07:00
Demangle
ExecutionEngine [AIX] Skip unsupported ORC JIT RemoteObjectLayerTest on AIX 2020-05-01 17:03:05 -04:00
Frontend
FuzzMutate
IR [CallGraphUpdater] Removed references to calles when deleting function 2020-05-04 18:59:47 -07:00
LineEditor
Linker
MC
MI [LiveIntervals] Replace handleMoveIntoBundle 2020-04-16 19:58:19 +09:00
Object
ObjectYAML
Option
Passes
ProfileData Fix a memory link problem in SampleProfTest.cpp. 2020-04-27 10:32:30 -07:00
Remarks
Support Revert "[YAMLVFSWriter][Test][NFC] Add couple tests" 2020-05-07 19:07:08 -04:00
TableGen
Target [ARM] Replace arm vendor with none. NFC 2020-04-22 18:19:35 +01:00
TextAPI [llvm][TextAPI] adding inlining reexported libraries support 2020-04-02 13:05:08 -07:00
tools [llvm-exegesis][NFC] Let the pfm::Counter own the PerfHelper. 2020-04-08 15:37:30 +02:00
Transforms SplitIndirectBrCriticalEdges: Fix Branch Probability update 2020-05-07 15:31:44 +07:00
XRay
CMakeLists.txt
unittest.cfg.in