llvm-6502/lib/IR
Bill Wendling defaca00b8 More encapsulation work.
Use the AttributeSet when we're talking about more than one attribute. Add a
function that adds a single attribute. No functionality change intended.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173196 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-22 21:15:51 +00:00
..
AsmWriter.cpp Use AttributeSet accessor methods instead of Attribute accessor methods. 2013-01-18 21:53:16 +00:00
AttributeImpl.h Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Attribute. 2013-01-21 21:57:28 +00:00
Attributes.cpp More encapsulation work. 2013-01-22 21:15:51 +00:00
AutoUpgrade.cpp
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp Make APFloat constructor require explicit semantics. 2013-01-22 09:46:31 +00:00
ConstantFold.h
Constants.cpp Make APFloat constructor require explicit semantics. 2013-01-22 09:46:31 +00:00
ConstantsContext.h
Core.cpp More encapsulation work. 2013-01-22 21:15:51 +00:00
DataLayout.cpp
DebugInfo.cpp Fix a latent bug exposed by recent static member debug info changes. 2013-01-19 23:00:25 +00:00
DebugLoc.cpp
DIBuilder.cpp Define metadata interfaces for describing a static data member 2013-01-16 01:22:23 +00:00
Dominators.cpp
Function.cpp More encapsulation work. 2013-01-22 21:15:51 +00:00
GCOV.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp More encapsulation work. 2013-01-22 21:15:51 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMBuild.txt
LLVMContext.cpp
LLVMContextImpl.cpp
LLVMContextImpl.h
Makefile
Metadata.cpp
Module.cpp
Pass.cpp
PassManager.cpp
PassRegistry.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
TypeFinder.cpp
Use.cpp
User.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp Use AttributeSet instead of Attribute to verify things. 2013-01-21 23:03:18 +00:00