1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/test
Joseph Tremoulet f8fd84612f [WinEH] Fix eh.exceptionpointer intrinsic lowering
Summary:
Some shared code for handling eh.exceptionpointer and eh.exceptioncode
needs to not share the part that truncates to 32 bits, which is intended
just for exception codes.

Reviewers: rnk

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D13747

llvm-svn: 250588
2015-10-17 00:08:08 +00:00
..
Analysis [GlobalsAA] Don't assume anything about functions that may be overridden 2015-10-13 10:43:33 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [WinEH] Fix eh.exceptionpointer intrinsic lowering 2015-10-17 00:08:08 +00:00
DebugInfo s/NumFiles/NumStreams/ 2015-10-15 01:39:00 +00:00
Examples
ExecutionEngine [RuntimeDyld] Drop the '.s' suffix off the COFF test case - the MIPS bot started 2015-10-15 07:16:40 +00:00
Feature
FileCheck
Instrumentation Add a instrumentation test for Linux 2015-10-14 07:24:14 +00:00
Integer
JitListener
LibDriver
Linker
LTO
MC MC: Don't crash after issuing a diagnostic. 2015-10-16 22:07:59 +00:00
Object
Other
SymbolRewriter
TableGen
tools Disable a test relying on symbol demangling on non-Windows platforms 2015-10-16 23:56:14 +00:00
Transforms Revert "This is a follow-up to the discussion in D12882." 2015-10-16 23:00:29 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt [CMake] check-llvm requires llvm-pdbdump. 2015-10-15 13:22:38 +00:00
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh