llvm-6502/test
Bill Wendling 9493dae613 Use the 'count' attribute to calculate the upper bound of an array.
The count attribute is more accurate with regards to the size of an array. It
also obviates the upper bound attribute in the subrange. We can also better
handle an unbound array by setting the count to -1 instead of the lower bound to
1 and upper bound to 0.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169312 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-04 21:34:03 +00:00
..
Analysis Modified dump() to provide a little 2012-11-30 00:44:47 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Use the 'count' attribute to calculate the upper bound of an array. 2012-12-04 21:34:03 +00:00
DebugInfo Use the 'count' attribute to calculate the upper bound of an array. 2012-12-04 21:34:03 +00:00
ExecutionEngine
Feature Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
FileCheck Fix a bug in FileCheck that wouldn't let define variables as follows: 2012-12-02 16:02:41 +00:00
Instrumentation Improve MSan tests. 2012-12-04 11:42:05 +00:00
Integer Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
JitListener Use the 'count' attribute to calculate the upper bound of an array. 2012-12-04 21:34:03 +00:00
Linker Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
MC A test in thid directory was not being run because lit.local.cfg didn't 2012-12-04 17:00:11 +00:00
Object
Other
Scripts
TableGen
tools/llvm-objdump
Transforms Add support for reduction variables when IF-conversion is enabled. 2012-12-04 18:17:33 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh