aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [MC] bundle alignment: prevent padding instructions from crossing bundle boun...Derek Schuff2013-01-311-4/+20
* Add AArch64 as an experimental target.Tim Northover2013-01-3172-2/+22640
* Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov2013-01-311-0/+7
* Revert r173946. This breaks compilation of googletest with ClangAlexey Samsonov2013-01-311-11/+2
* Remove the Attribute::hasAttributes() function.Bill Wendling2013-01-312-10/+1
* Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...NAKAMURA Takumi2013-01-312-6/+15
* Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointerDan Gohman2013-01-311-10/+15
* Add a comment.Dan Gohman2013-01-311-0/+4
* Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp sinceDan Gohman2013-01-313-17/+16
* Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.Bill Wendling2013-01-312-15/+6
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-316-56/+55
* Make the AttrBuilder creation method of Attribute private so that people won'...Bill Wendling2013-01-311-1/+3
* Revert for now:Bill Wendling2013-01-312-15/+20
* Remove the AttrBuilder version of the Attribute::get function.Bill Wendling2013-01-312-20/+15
* Whitespace.Eric Christopher2013-01-311-9/+9
* Check and allow floating point registers to select the size of theEric Christopher2013-01-311-2/+2
* Minor code simplification.Dan Gohman2013-01-311-1/+1
* Make sure that the Attribute object represents one attribute only.Bill Wendling2013-01-313-16/+23
* stripAndComputeConstantOffsets is only called on pointers; check thisDan Gohman2013-01-311-10/+1
* Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman2013-01-311-6/+5
* PPC QPX requires a 32-byte aligned stackHal Finkel2013-01-302-1/+8
* Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling2013-01-303-11/+13
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-304-18/+30
* Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a...Evan Cheng2013-01-302-10/+14
* Initialize hasQPX in PPCSubtargetHal Finkel2013-01-301-0/+1
* Remove redundant code.Bill Wendling2013-01-301-20/+2
* Add definitions for the PPC a2q core marked as having QPX availableHal Finkel2013-01-302-0/+9
* Clean up whitespace and indentation a bitEli Bendersky2013-01-301-4/+4
* Linker: correctly link in dbg.declareManman Ren2013-01-301-2/+11
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-308-6/+66
* Add missing header and test cases for r173939.Logan Chien2013-01-301-0/+112
* Override virtual function for ARM EH directives.Logan Chien2013-01-301-2/+216
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-303-0/+649
* Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...Bill Wendling2013-01-301-1/+1
* InstCombine: canonicalize sext-and --> selectNadav Rotem2013-01-301-0/+28
* Removing initializer for the field removed in r173887David Blaikie2013-01-301-1/+1
* Remove unused variable (introduced in r173884) to clear clang -Werror buildDavid Blaikie2013-01-301-2/+0
* Forgot to add new file to CMakeListsJack Carter2013-01-301-0/+1
* This patch implements runtime ARM specificJack Carter2013-01-302-0/+21
* This patch implements runtime Mips specificJack Carter2013-01-306-3/+113
* This patch reworks how llvm targets set Jack Carter2013-01-305-34/+8
* [mips] Lower EH_RETURN.Akira Hatanaka2013-01-3010-2/+184
* Adding simple cast cost to ARMRenato Golin2013-01-292-2/+46
* Remove unused variable (unused since r173839)Dmitri Gribenko2013-01-291-4/+1
* Made certain small functions in PtrState inlined.Michael Gottesman2013-01-291-7/+7
* [MC][COFF] Delay handling symbol aliases when writingMichael J. Spencer2013-01-292-49/+16
* LoopVectorize: convert TinyTripCountVectorThreshold constantPekka Jaaskelainen2013-01-291-1/+3
* Removed trailing comma in last element of enum declaration.Michael Gottesman2013-01-291-1/+1
* Moved S_Stop back to its previous position in the sequence order.Michael Gottesman2013-01-291-1/+1
* Add a special handling case for untyped CopyFromReg node in GetCostForDef() o...Weiming Zhao2013-01-291-1/+11