llvm-6502/test
Daniel Dunbar 3edd9bb7a3 llvm-mc/Mach-O: Improve symbol table support:
- Honor .globl.

 - Set symbol type and section correctly ('nm' now works), and order symbols
   appropriately.

 - Take care to the string table so that the .o matches 'as' exactly (for ease
   of testing).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79740 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-22 11:41:10 +00:00
..
Analysis Removed profiling test, lli not available on all platforms. 2009-08-21 15:27:35 +00:00
Archive
Assembler Various AsmWriter output cleanups. Use WriteAsOperand instead of 2009-08-13 01:36:44 +00:00
Bindings/Ocaml Convert the rest of the ocaml types and functions to use context. 2009-08-19 17:32:24 +00:00
Bitcode
BugPoint remove nondeterminstic test. 2009-08-08 22:56:37 +00:00
CodeGen Make x86 test actually test x86 code generation. Fix the 2009-08-22 03:13:10 +00:00
DebugInfo Take another shot at disabling this when no ppc support is available. 2009-08-14 16:40:12 +00:00
ExecutionEngine
Feature
FrontendAda
FrontendC Make for 32-bit only. 2009-08-21 09:29:26 +00:00
FrontendC++ XFAIL this test since the fix was reverted. 2009-08-17 12:20:45 +00:00
FrontendFortran
FrontendObjC Attempt to normalize test results. 2009-08-18 17:38:27 +00:00
FrontendObjC++
Integer Now that numbered types have their number printed, it's no longer 2009-08-12 23:54:22 +00:00
lib The attached patches attempt to fix cross builds. For example, if you 2009-08-18 00:40:33 +00:00
Linker Link NamedMDNodes. 2009-08-11 18:01:24 +00:00
LLVMC
MC llvm-mc/Mach-O: Improve symbol table support: 2009-08-22 11:41:10 +00:00
Other
Scripts Fix typo. 2009-08-22 10:09:17 +00:00
TableGen
Transforms Change getelementptr folding to use APInt instead of uint64_t for 2009-08-21 16:52:54 +00:00
Verifier
Makefile The attached patches attempt to fix cross builds. For example, if you 2009-08-18 00:40:33 +00:00
Makefile.tests
TestRunner.sh