llvm-6502/lib
Bill Wendling c6077eff8b Remove the AttrBuilder version of the Attribute::get function.
The AttrBuilder is there to build up multiple attributes. The Attribute class
represents only one attribute at a time. So remove this unnecessary builder
creator method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174010 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-31 00:53:21 +00:00
..
Analysis Minor code simplification. 2013-01-31 00:32:11 +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 a special handling case for untyped CopyFromReg node in GetCostForDef() of ScheduleDAGRRList 2013-01-29 21:18:43 +00:00
DebugInfo
ExecutionEngine
IR Remove the AttrBuilder version of the Attribute::get function. 2013-01-31 00:53:21 +00:00
Linker
MC This patch reworks how llvm targets set 2013-01-30 02:09:52 +00:00
Object
Option
Support Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support 2013-01-30 12:05:05 +00:00
TableGen
Target Whitespace. 2013-01-31 00:50:48 +00:00
Transforms Remove addRetAttributes and addFnAttributes, which aren't useful abstractions. 2013-01-30 23:40:31 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile