llvm-6502/test
David Woodhouse 075a90a913 MC: Add support for .octa
This is a minimal implementation which accepts only constants rather than
full expressions, but that should be perfectly sufficient for all known
users for now.

Patch from PaX Team <pageexec@freemail.hu>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200614 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-01 16:20:59 +00:00
..
Analysis Fix crasher introduced in r200203 and caught by a libc++ buildbot. Don't assume that getMulExpr returns a SCEVMulExpr, it may have simplified it to something else! 2014-01-27 10:47:44 +00:00
Assembler
Bindings Fix known typos 2014-01-24 17:20:08 +00:00
Bitcode
BugPoint
CodeGen [stackprotector] Implement the sspstrong rules for stack layout. 2014-02-01 01:36:16 +00:00
DebugInfo DebugInfo: Flag type unit references as declarations 2014-01-31 19:52:26 +00:00
ExecutionEngine Split out small-code-model MCJIT testcase in order to xfail for AArch64, where 2014-01-31 23:36:25 +00:00
Feature
FileCheck
Instrumentation [asan] simplify a test 2014-01-29 07:35:43 +00:00
Integer
JitListener
Linker Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple' 2014-01-30 01:39:17 +00:00
LTO
MC MC: Add support for .octa 2014-02-01 16:20:59 +00:00
Object Mark the first dynamic elf symbol as SF_FormatSpecific. 2014-01-31 21:40:13 +00:00
Other
TableGen
tools tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00
Transforms [LPM] Apply a really big hammer to fix PR18688 by recursively reforming 2014-02-01 13:35:14 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple' 2014-01-30 01:39:17 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh