llvm-6502/test
Saleem Abdulrasool 7ff05025b0 ARM IAS: support #:{lower,upper}16: for GNU compatibility
The GNU assembler supports prefixing the expression with a '#' to indiciate that
the value that is being moved is infact a constant.  This improves the
compatibility of the integrated assembler's parser for this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198916 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-10 04:38:40 +00:00
..
Analysis Fixed old typo in ScalarEvolution, that caused wrong SCEVs zext operation. 2014-01-09 12:26:12 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [Sparc] Emit retl/ret instead of jmp instruction. It improves the readability of the assembly generated. 2014-01-10 02:55:27 +00:00
DebugInfo Revert "Revert r198851, "Prototype of skeleton type units for fission"" 2014-01-10 01:38:41 +00:00
ExecutionEngine Add an "-object-cache-dir=<string>" option to LLI. This option specifies the 2014-01-09 05:24:05 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MC ARM IAS: support #:{lower,upper}16: for GNU compatibility 2014-01-10 04:38:40 +00:00
Object
Other
TableGen
tools llvm-readobj: address review comments for ARM EHABI printing 2014-01-09 04:31:18 +00:00
Transforms
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh