llvm-6502/lib
Hal Finkel d0261683e8 Rename AlignAttribute to IntAttribute
Currently the only kind of integer IR attributes that we have are alignment
attributes, and so the attribute kind that takes an integer parameter is called
AlignAttr, but that will change (we'll soon be adding a dereferenceable
attribute that also takes an integer value). Accordingly, rename AlignAttribute
to IntAttribute (class names, enums, etc.).

No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213352 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-18 06:51:55 +00:00
..
Analysis Rectify r213231. Use proper version of 'ComputeNumSignBits'. 2014-07-17 19:07:00 +00:00
AsmParser
Bitcode Rename AlignAttribute to IntAttribute 2014-07-18 06:51:55 +00:00
CodeGen AArch64: Constant fold converting vector setcc results to float. 2014-07-18 00:40:52 +00:00
DebugInfo
ExecutionEngine [MCJIT] Fix the alignment requirements for ARM and AArch64 which were mistakenly 2014-07-17 23:11:30 +00:00
IR Rename AlignAttribute to IntAttribute 2014-07-18 06:51:55 +00:00
IRReader
LineEditor
Linker
LTO
MC ms inline asm: Don't add x86 segment registers to the clobber list. 2014-07-17 20:24:55 +00:00
Object [RuntimeDyld] Revert r211652 - MachO object GDB registration support. 2014-07-15 19:35:22 +00:00
Option
ProfileData
Support Drop the udis86 wrapper from llvm::sys 2014-07-17 20:05:29 +00:00
TableGen [TableGen] Allow shift operators to take bits<n> 2014-07-17 17:04:27 +00:00
Target R600: Implement TTI:getPopcntSupport 2014-07-18 06:07:13 +00:00
Transforms [ASan] Don't instrument load/stores with !nosanitize metadata. 2014-07-17 18:48:12 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile