llvm-6502/test
Bill Wendling a7645a3c66 Add a 'count' field to the DWARF subrange.
The count field is necessary because there isn't a difference between the 'lo'
and 'hi' attributes for a one-element array and a zero-element array. When the
count is '0', we know that this is a zero-element array. When it's >=1, then
it's a normal constant sized array. When it's -1, then the array is unbounded.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169218 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-04 06:20:49 +00:00
..
Analysis Modified dump() to provide a little 2012-11-30 00:44:47 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Add a 'count' field to the DWARF subrange. 2012-12-04 06:20:49 +00:00
DebugInfo Add a 'count' field to the DWARF subrange. 2012-12-04 06:20:49 +00:00
ExecutionEngine
Feature
FileCheck Fix a bug in FileCheck that wouldn't let define variables as follows: 2012-12-02 16:02:41 +00:00
Instrumentation ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emit calls into runtime library that poison memory for local variables when their lifetime is over and unpoison memory when their lifetime begins. 2012-12-04 01:34:23 +00:00
Integer
JitListener Add a 'count' field to the DWARF subrange. 2012-12-04 06:20:49 +00:00
Linker
MC
Object
Other
Scripts
TableGen
tools/llvm-objdump
Transforms Add the last part that is needed for vectorization of if-converted code. 2012-12-04 06:15:11 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh