llvm-6502/test
Chris Lattner c618c8aff4 emit jump table an alias ".set" directives through MCStreamer as
assignments.

.set x, a-b

is the same as:

x = a-b



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94596 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-26 21:53:08 +00:00
..
Analysis -disable-output is no longer needed with -analyze. 2010-01-26 19:25:59 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case 2010-01-25 21:55:39 +00:00
BugPoint
CodeGen emit jump table an alias ".set" directives through MCStreamer as 2010-01-26 21:53:08 +00:00
DebugInfo Generate DEBUG_VALUE comments on x86. The (limited) 2010-01-26 00:09:58 +00:00
ExecutionEngine
Feature
FrontendAda
FrontendC While mapping llvm.dbg.declare intrinsic manually map its operand, if possible, 2010-01-18 19:52:14 +00:00
FrontendC++ this test has been failing or a long time, just disable it for now to get 2010-01-24 19:13:39 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC wirte up .file and .file to the mc asmparser. 2010-01-25 19:02:58 +00:00
Other -disable-output is no longer needed with -analyze. 2010-01-26 19:25:59 +00:00
Scripts
TableGen
Transforms -disable-output is no longer needed with -analyze. 2010-01-26 19:25:59 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh