llvm-6502/lib/VMCore
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
..
AsmWriter.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Attributes.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
AttributesImpl.h Make the AttrListPtr object a part of the LLVMContext. 2012-11-20 05:09:20 +00:00
AutoUpgrade.cpp
BasicBlock.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
CMakeLists.txt Don't explicitly require RTTI and EH. 2012-10-26 12:15:29 +00:00
ConstantFold.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
ConstantFold.h
Constants.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
ConstantsContext.h
Core.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DataLayout.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DebugInfo.cpp Add 'getInt64Field()' method to get the signed integer instead of unsigned. 2012-12-03 19:44:25 +00:00
DebugLoc.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DIBuilder.cpp Add a 'count' field to the DWARF subrange. 2012-12-04 06:20:49 +00:00
Dominators.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Function.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
GCOV.cpp
Globals.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Instructions.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LeaksContext.h Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LLVMBuild.txt
LLVMContext.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LLVMContextImpl.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LLVMContextImpl.h Move semantics are great, don't destroy the optimization opportunity with trivial copy ctors. 2012-11-25 11:52:03 +00:00
Makefile Don't explicitly require RTTI and EH. 2012-10-26 12:15:29 +00:00
Metadata.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Module.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Pass.cpp moves doInitialization and doFinalization to the Pass class and removes some unreachable code in MachineModuleInfo 2012-12-03 21:56:57 +00:00
PassManager.cpp moves doInitialization and doFinalization to the Pass class and removes some unreachable code in MachineModuleInfo 2012-12-03 21:56:57 +00:00
PassRegistry.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
PrintModulePass.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
SymbolTableListTraitsImpl.h
TargetTransformInfo.cpp Lowercase the argument for TargetTransformInfo so it's consistent with all other passes. 2012-10-26 18:46:15 +00:00
Type.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
TypeFinder.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Use.cpp
User.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Value.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
ValueSymbolTable.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
ValueTypes.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Verifier.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00