1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test
Manman Ren 0877622c14 Objective-C Class Properties: Autoupgrade "Class Properties" module flag.
When we have "Image Info Version" module flag but don't have "Class Properties"
module flag, set "Class Properties" module flag to 0, so we can correctly emit
errors when one module has the flag set and another module does not.

rdar://26469641

llvm-svn: 270791
2016-05-25 23:14:48 +00:00
..
Analysis [BasicAA] Improve precision of alloca vs. inbounds GEP alias queries 2016-05-25 22:23:08 +00:00
Assembler Fix constant folding of addrspacecast of null 2016-05-21 00:14:04 +00:00
Bindings [OCaml] Update core test and re-enable testing 2016-05-10 11:19:20 +00:00
Bitcode Objective-C Class Properties: Autoupgrade "Class Properties" module flag. 2016-05-25 23:14:48 +00:00
BugPoint
CodeGen [X86][SSE41] Removed pblendw intrinsics tests - they are auto-upgraded 2016-05-25 21:27:58 +00:00
DebugInfo PR26055: Speed up LiveDebugValues by replacing lists with bitvectors. 2016-05-25 22:21:12 +00:00
Examples
ExecutionEngine [MIPS][LLVM-MC] Fix Disassemble of Negative Offset 2016-05-24 09:57:10 +00:00
Feature Make "@name =" mandatory for globals in .ll files. 2016-05-10 18:22:45 +00:00
FileCheck
Instrumentation [esan|wset] EfficiencySanitizer working set tool fastpath 2016-05-25 00:17:24 +00:00
Integer Make "@name =" mandatory for globals in .ll files. 2016-05-10 18:22:45 +00:00
JitListener
LibDriver
Linker IRLinker: fix double scheduling of mapping a global value because of an alias 2016-05-25 21:00:44 +00:00
LTO
MC [MC] Support symbolic expressions in assembly directives 2016-05-25 22:47:51 +00:00
Object Revert "llvm-objdump: support dumping AUX records for weak externals" 2016-05-25 05:45:02 +00:00
ObjectYAML [obj2yaml] [yaml2obj] MachO support for rebase opcodes 2016-05-25 17:09:07 +00:00
Other
SymbolRewriter
TableGen
ThinLTO/X86 [ThinLTO] Fix test check prefix so that intended prefix tested 2016-05-25 16:45:08 +00:00
tools Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbosely" 2016-05-23 21:34:12 +00:00
Transforms Look for a loop's starting location in the llvm.loop metadata 2016-05-25 21:42:37 +00:00
Unit
Verifier All llvm.deoptimize declarations must use the same calling convention 2016-05-12 01:17:38 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg test: Be consistent with clang's sanitizer lit config 2016-05-23 23:02:11 +00:00
lit.site.cfg.in Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbosely" 2016-05-23 21:34:12 +00:00
TestRunner.sh