llvm-6502/include/llvm
Bill Wendling 8c74ecfbdd Convert to storing the attribute's internals as enums, integers, and strings.
The stuff we're handing are all enums (Attribute::AttrKind), integers and
strings. Don't convert them to Constants, which is an unnecessary step here. The
rest of the changes are mostly mechanical.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174456 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-05 22:37:24 +00:00
..
ADT Add AArch64 as an experimental target. 2013-01-31 12:12:40 +00:00
Analysis Document another instsimplify assumption. 2013-01-31 22:13:00 +00:00
Assembly
Bitcode Initial cleanups of the param-attribute code in the bitcode reader/writer. 2013-02-04 23:32:23 +00:00
CodeGen Remove liveout lists from MachineRegisterInfo. 2013-02-05 18:21:56 +00:00
Config More MSan/ASan annotations. 2013-02-04 07:03:24 +00:00
DebugInfo
ExecutionEngine
IR Convert to storing the attribute's internals as enums, integers, and strings. 2013-02-05 22:37:24 +00:00
MC Dwarf: support for LTO where a single object file can have multiple line tables 2013-02-05 21:52:47 +00:00
Object [Object][Archive] Improve performance. 2013-02-03 10:48:50 +00:00
Option
Support Support: ensure proper state in ErrorOr copy ctors before calling 'get' 2013-02-05 15:41:27 +00:00
TableGen Fix comment formatting 2013-02-05 16:40:22 +00:00
Target [PEI] Pass the frame index operand number to the eliminateFrameIndex function. 2013-01-31 20:02:54 +00:00
Transforms Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
AutoUpgrade.h
CMakeLists.txt
DebugInfo.h
DIBuilder.h
GVMaterializer.h
InitializePasses.h Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
InstVisitor.h
LinkAllIR.h
LinkAllPasses.h Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
Linker.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassRegistry.h
PassSupport.h