llvm-6502/lib
Bill Wendling 14292a6be5 Add support for emitting a string attribute.
Attributes that are strings are typically target-dependent attributes. They are
of this form in the IR:

   "attr"
   "attr" = "val"


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174090 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-31 20:59:05 +00:00
..
Analysis Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointer 2013-01-31 02:50:36 +00:00
Archive
AsmParser Make sure that the Attribute object represents one attribute only. 2013-01-31 00:29:54 +00:00
Bitcode
CodeGen Add braces, so my head doesn't explode. 2013-01-31 20:57:50 +00:00
DebugInfo
ExecutionEngine interpreter: Fix errant fallthrough. 2013-01-31 19:46:59 +00:00
IR Add support for emitting a string attribute. 2013-01-31 20:59:05 +00:00
Linker
MC [MC] bundle alignment: prevent padding instructions from crossing bundle boundaries 2013-01-31 17:00:03 +00:00
Object Object: Fix errant fallthrough. 2013-01-31 19:46:57 +00:00
Option
Support Add AArch64 as an experimental target. 2013-01-31 12:12:40 +00:00
TableGen
Target Update AArch64 backend to changed eliminateFrameIndex interface. 2013-01-31 20:46:53 +00:00
Transforms Revert r173946. This breaks compilation of googletest with Clang 2013-01-31 08:02:11 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile