aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add AArch64 as an experimental target.Tim Northover2013-01-315-0/+180
* Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov2013-01-312-0/+21
* Remove the Attribute::hasAttributes() function.Bill Wendling2013-01-311-3/+0
* Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...NAKAMURA Takumi2013-01-311-3/+6
* Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp sinceDan Gohman2013-01-312-5/+5
* Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.Bill Wendling2013-01-311-6/+3
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-311-2/+2
* Make the AttrBuilder creation method of Attribute private so that people won'...Bill Wendling2013-01-311-1/+2
* Revert for now:Bill Wendling2013-01-311-1/+2
* Remove the AttrBuilder version of the Attribute::get function.Bill Wendling2013-01-311-2/+1
* Make sure that the Attribute object represents one attribute only.Bill Wendling2013-01-311-8/+7
* Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling2013-01-301-12/+0
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-301-6/+3
* Doxygenified some comments in IRBuilder.h.Michael Gottesman2013-01-301-8/+9
* Removed CreateFPExtOrFPTrunc for now until I have the time to get in my vecto...Michael Gottesman2013-01-301-14/+0
* Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOSMichael Gottesman2013-01-301-1/+6
* Use the number of 'slots' in the AttributeSetImpl being 0 to indicate that th...Bill Wendling2013-01-301-1/+1
* Clean up whitespace and indentation a bitEli Bendersky2013-01-301-5/+1
* LLDB uses ConvertUTF16toUTF8, remove #ifdefDmitri Gribenko2013-01-301-2/+0
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-301-0/+230
* This patch implements runtime ARM specificJack Carter2013-01-301-1/+9
* This patch reworks how llvm targets set Jack Carter2013-01-302-1/+10
* [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO.NAKAMURA Takumi2013-01-302-2/+2
* Add a couple of accessor methods to get the kind and values of an attribute.Bill Wendling2013-01-291-0/+7
* Convert getAttributes() to return an AttributeSetNode.Bill Wendling2013-01-291-1/+1
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-292-0/+8
* Use an AttrBuilder to generate the correct AttributeSet.Bill Wendling2013-01-291-5/+6
* S'more small non-functional changes in comments and #includes.Bill Wendling2013-01-291-10/+3
* Reorder some functions and add comments. No functionality change.Bill Wendling2013-01-291-47/+54
* Try to appease some broken compilers by using 'unsigned' instead of 'uint64_t'.Bill Wendling2013-01-281-4/+4
* Remove the AttributeWithIndex class.Bill Wendling2013-01-281-19/+12
* Add a comment mentioning that InstructionSimplify routines do,Dan Gohman2013-01-281-0/+6
* Mid-air collision. reapply r173656.Bill Wendling2013-01-281-5/+5
* Rewrite the removeAttr() method.Bill Wendling2013-01-281-10/+0
* Rewrite the addAttr() method.Bill Wendling2013-01-281-16/+15
* Revert r173646, "Use proper type for the index."NAKAMURA Takumi2013-01-281-8/+8
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-285-24/+55
* Use proper type for the index.Bill Wendling2013-01-281-8/+8
* Use proper return type for attribute index.Bill Wendling2013-01-271-1/+1
* Push the calculation of the 'Raw' attribute mask down into the implementation...Bill Wendling2013-01-271-1/+4
* Don't erase these methods. They're used during testing.Bill Wendling2013-01-271-0/+3
* Add special 'get' methods to create an Attribute with an alignment. Also do s...Bill Wendling2013-01-271-14/+11
* s/AttrList/pImpl/g in AttributeSet. No functionality change.Bill Wendling2013-01-271-8/+8
* Fix miscompile. Add back the use of the ArrayRef version of the ::get method.Bill Wendling2013-01-271-1/+1
* Rearrange some deckchairs. Moving the class before it's use.Bill Wendling2013-01-271-17/+16
* Remove dead methods.Bill Wendling2013-01-271-7/+1
* Hide the method that creates an AttributeSet with AttributeWithIndexes.Bill Wendling2013-01-271-1/+5
* PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie2013-01-261-1/+1
* IRBuilder: Remove redundant check around SetInstDebugLocation call.David Blaikie2013-01-261-2/+1
* Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.NAKAMURA Takumi2013-01-262-0/+18