summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* interpreter: Fix errant fallthrough.Jim Grosbach2013-01-31
* Object: Fix errant fallthrough.Jim Grosbach2013-01-31
* RuntimeDyld: Fix errant fallthrough.Jim Grosbach2013-01-31
* [MC] bundle alignment: prevent padding instructions from crossing bundle boun...Derek Schuff2013-01-31
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov2013-01-31
* Revert r173946. This breaks compilation of googletest with ClangAlexey Samsonov2013-01-31
* Remove the Attribute::hasAttributes() function.Bill Wendling2013-01-31
* Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...NAKAMURA Takumi2013-01-31
* Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointerDan Gohman2013-01-31
* Add a comment.Dan Gohman2013-01-31
* Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp sinceDan Gohman2013-01-31
* Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.Bill Wendling2013-01-31
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-31
* Make the AttrBuilder creation method of Attribute private so that people won'...Bill Wendling2013-01-31
* Revert for now:Bill Wendling2013-01-31
* Remove the AttrBuilder version of the Attribute::get function.Bill Wendling2013-01-31
* Whitespace.Eric Christopher2013-01-31
* Check and allow floating point registers to select the size of theEric Christopher2013-01-31
* Minor code simplification.Dan Gohman2013-01-31
* Make sure that the Attribute object represents one attribute only.Bill Wendling2013-01-31
* stripAndComputeConstantOffsets is only called on pointers; check thisDan Gohman2013-01-31
* Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman2013-01-31
* PPC QPX requires a 32-byte aligned stackHal Finkel2013-01-30
* Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling2013-01-30
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-30
* Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a...Evan Cheng2013-01-30
* Initialize hasQPX in PPCSubtargetHal Finkel2013-01-30
* Remove redundant code.Bill Wendling2013-01-30
* Add definitions for the PPC a2q core marked as having QPX availableHal Finkel2013-01-30
* Clean up whitespace and indentation a bitEli Bendersky2013-01-30
* Linker: correctly link in dbg.declareManman Ren2013-01-30
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-30
* Add missing header and test cases for r173939.Logan Chien2013-01-30
* Override virtual function for ARM EH directives.Logan Chien2013-01-30
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-30
* Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...Bill Wendling2013-01-30
* InstCombine: canonicalize sext-and --> selectNadav Rotem2013-01-30
* Removing initializer for the field removed in r173887David Blaikie2013-01-30
* Remove unused variable (introduced in r173884) to clear clang -Werror buildDavid Blaikie2013-01-30
* Forgot to add new file to CMakeListsJack Carter2013-01-30
* This patch implements runtime ARM specificJack Carter2013-01-30
* This patch implements runtime Mips specificJack Carter2013-01-30
* This patch reworks how llvm targets set Jack Carter2013-01-30
* [mips] Lower EH_RETURN.Akira Hatanaka2013-01-30
* Adding simple cast cost to ARMRenato Golin2013-01-29
* Remove unused variable (unused since r173839)Dmitri Gribenko2013-01-29
* Made certain small functions in PtrState inlined.Michael Gottesman2013-01-29
* [MC][COFF] Delay handling symbol aliases when writingMichael J. Spencer2013-01-29
* LoopVectorize: convert TinyTripCountVectorThreshold constantPekka Jaaskelainen2013-01-29