llvm-6502/test
Devang Patel d5ac40457b Use separate ValueList for metadata.
This fixes PR4666.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78056 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-04 06:00:18 +00:00
..
Analysis Expand LDA testcases. 2009-08-02 23:28:14 +00:00
Archive
Assembler Add a new keyword 'inbounds' for use with getelementptr. See the 2009-07-27 21:53:46 +00:00
Bindings/Ocaml
Bitcode Use separate ValueList for metadata. 2009-08-04 06:00:18 +00:00
BugPoint
CodeGen Emit sub r, #c instead of transforming it to add r, #-c if c fits in 8-bit. This is a bit of pre-mature optimization. 8-bit variant makes it likely it will be narrowed to a 16-bit instruction. 2009-08-04 01:41:15 +00:00
DebugInfo upgrade 2009-06-23 22:11:37 +00:00
ExecutionEngine remove tests for removed intrinsics. 2009-07-12 21:30:06 +00:00
Feature Do not use abbrev while writing NamedMDNode name. 2009-07-30 23:06:35 +00:00
FrontendAda
FrontendC llvm-gcc checks the static asm variable is valid in ValidateRegisterVariable. Make this work for PPC. 2009-08-04 04:48:31 +00:00
FrontendC++ Add test for PR4678 2009-08-04 03:44:37 +00:00
FrontendFortran
FrontendObjC This test should be run with -m32. 2009-07-19 22:44:03 +00:00
FrontendObjC++
Integer
lib
Linker
LLVMC
MC/AsmParser llvm-mc: More quoted identifier support. 2009-08-01 00:48:30 +00:00
Other
Scripts
TableGen Add some tests of advanced TableGen list functionality. 2009-06-29 20:07:17 +00:00
Transforms Add -disable-output. Thanks Bill! 2009-08-03 22:24:22 +00:00
Verifier
Makefile Avoid a problem with ulimit on Solaris & friends, patch by Edward O'Callaghan! 2009-08-01 03:37:54 +00:00
Makefile.tests
TestRunner.sh