llvm-6502/lib
Philip Reames 5862c2af3e A few more checks for gc.statepoints in the Verifier
This is simply a grab bag of unrelated checks:
- A statepoint call can't be marked readonly or readnone
- We don't currently support inline asm or varadic target functions.  Both could be supported, but don't currently work.
- I forgot to check that the number of call arguments actually matched the wrapped callee in my previous change.  Included here.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223322 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-04 00:01:48 +00:00
..
Analysis
AsmParser Prologue support 2014-12-03 02:08:38 +00:00
Bitcode Ask the module for its the identified types. 2014-12-03 07:18:23 +00:00
CodeGen [RegAllocFast] Handle implicit definitions conservatively. 2014-12-03 23:38:08 +00:00
DebugInfo
ExecutionEngine [MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC. 2014-12-03 00:51:19 +00:00
IR A few more checks for gc.statepoints in the Verifier 2014-12-04 00:01:48 +00:00
IRReader
LineEditor
Linker Split the set of identified struct types into opaque and non-opaque ones. 2014-12-03 22:36:37 +00:00
LTO
MC
Object Add ARM relocations to ELFYAML 2014-12-02 09:49:09 +00:00
Option
ProfileData
Support Triple: Add AMDHSA operating system type 2014-12-02 16:45:47 +00:00
TableGen
Target [PowerPC] Fix inline asm memory operands not to use r0 2014-12-03 23:40:13 +00:00
Transforms [msan] allow -fsanitize-coverage=N together with -fsanitize=memory, llvm part 2014-12-03 23:28:26 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile