llvm-6502/include/llvm/IR
Benjamin Kramer c835b8c301 Turn the enum attributes DenseSet in AttrBuilder into a set of bits.
Avoids malloc and is a lot denser. We lose iteration over target independent
attributes, but that's a strange interface anyways and didn't have any users
outside of AttrBuilder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175370 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-16 19:13:18 +00:00
..
Argument.h Remove the last of uses that use the Attribute object as a collection of attributes. 2013-01-23 06:14:59 +00:00
Attributes.h Turn the enum attributes DenseSet in AttrBuilder into a set of bits. 2013-02-16 19:13:18 +00:00
BasicBlock.h More copy editing. 2013-01-20 05:12:35 +00:00
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h
DataLayout.h Clean up whitespace and indentation a bit 2013-01-30 19:24:23 +00:00
DerivedTypes.h
Function.h Rename to something more sensible. No functionality change. 2013-02-11 22:31:34 +00:00
GlobalAlias.h
GlobalValue.h
GlobalVariable.h Changed in comment cxx -> C++. Thanks Richard Smith!. 2013-02-05 08:01:22 +00:00
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsARM.td
IntrinsicsHexagon.td
IntrinsicsMips.td
IntrinsicsNVVM.td [NVPTX] Disable vector registers 2013-02-12 14:18:49 +00:00
IntrinsicsPowerPC.td
IntrinsicsR600.td
IntrinsicsX86.td
IntrinsicsXCore.td
IRBuilder.h Doxygenified some comments in IRBuilder.h. 2013-01-30 22:56:31 +00:00
LLVMContext.h Revert "Rename LLVMContext diagnostic handler types and functions." 2013-02-11 05:37:07 +00:00
MDBuilder.h
Metadata.h
Module.h [IR] Add 'Append' and 'AppendUnique' module flag behaviors. 2013-01-16 21:38:56 +00:00
OperandTraits.h
Operator.h
SymbolTableListTraits.h
Type.h Make APFloat constructor require explicit semantics. 2013-01-22 09:46:31 +00:00
TypeBuilder.h
TypeFinder.h
Use.h
User.h
Value.h
ValueSymbolTable.h