llvm-6502/test
Chris Lattner 4fb63d088b fix an arm codegen bug (the same as PR4482 on ppc) where available_externally
symbols were not getting stubs.  While I'm at it, add a big testcase for
stub generation to make sure I don't break anything.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75737 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-15 04:12:33 +00:00
..
Analysis Introduce a pointertracking pass. 2009-07-14 18:44:28 +00:00
Archive
Assembler Remove the vicmp and vfcmp instructions. Because we never had a release with 2009-07-08 03:04:38 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen fix an arm codegen bug (the same as PR4482 on ppc) where available_externally 2009-07-15 04:12:33 +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 Drop "constant" from 2009-07-08 21:57:07 +00:00
FrontendAda
FrontendC Testcase for PR4556 2009-07-14 18:42:24 +00:00
FrontendC++ Mark this test as Darwin only. Patch by Bill Wendling. 2009-07-06 15:36:23 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC/AsmParser Added llvm-mc support for parsing the .include directive. 2009-07-14 23:21:55 +00:00
Other
Scripts
TableGen Add some tests of advanced TableGen list functionality. 2009-06-29 20:07:17 +00:00
Transforms Fix the expansion of umax and smax in the case where one or more of 2009-07-14 20:57:04 +00:00
Verifier
Makefile Clarify how to configure llvm-gcc-4.2 for use with 2009-06-26 05:44:53 +00:00
Makefile.tests
TestRunner.sh