| Age | Commit message (Expand) | Author |
| 2013-02-01 | Fix another typo in the classof definitions that doesn't (currently) | Chandler Carruth |
| 2013-01-31 | Add iterators to the AttributeSet class so that we can access the Attributes ... | Bill Wendling |
| 2013-01-31 | An alloca can be equal to an argument. It can't *alias* an alloca, but it could | Dan Gohman |
| 2013-01-31 | Switch the code added in r173885 to use the new, shiny RTTI | Chandler Carruth |
| 2013-01-31 | s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more ... | Bill Wendling |
| 2013-01-31 | Give the MCStreamer class hierarchy LLVM RTTI facilities for use with | Chandler Carruth |
| 2013-01-31 | Remove the AttrBuilder form of the Attribute::get creators. | Bill Wendling |
| 2013-01-31 | Update AMDGPURegisterInfo::eliminateFrameIndex() corresponding to r174083. | NAKAMURA Takumi |
| 2013-01-31 | R600: Fold clamp, neg, abs | Tom Stellard |
| 2013-01-31 | R600: Consider bitcast when folding const_address node. | Tom Stellard |
| 2013-01-31 | R600: Make store_dummy intrinsic more general by passing export type | Tom Stellard |
| 2013-01-31 | Remove unused variable, which should have been removed with r174083. | Chad Rosier |
| 2013-01-31 | Linker: correctly link in dbg.declare | Manman Ren |
| 2013-01-31 | Add support for emitting a string attribute. | Bill Wendling |
| 2013-01-31 | Add braces, so my head doesn't explode. | Chad Rosier |
| 2013-01-31 | Update AArch64 backend to changed eliminateFrameIndex interface. | Tim Northover |
| 2013-01-31 | When lowering memcpys to loads and stores, make sure we don't promote alignments | Lang Hames |
| 2013-01-31 | [Dwarf] early exit to avoid creating dangling DIEs | Manman Ren |
| 2013-01-31 | [PEI] Pass the frame index operand number to the eliminateFrameIndex function. | Chad Rosier |
| 2013-01-31 | interpreter: Fix errant fallthrough. | Jim Grosbach |
| 2013-01-31 | Object: Fix errant fallthrough. | Jim Grosbach |
| 2013-01-31 | RuntimeDyld: Fix errant fallthrough. | Jim Grosbach |
| 2013-01-31 | [MC] bundle alignment: prevent padding instructions from crossing bundle boun... | Derek Schuff |
| 2013-01-31 | Add AArch64 as an experimental target. | Tim Northover |
| 2013-01-31 | Annotate BumpPtrAllocator for MemorySanitizer. | Evgeniy Stepanov |
| 2013-01-31 | Revert r173946. This breaks compilation of googletest with Clang | Alexey Samsonov |
| 2013-01-31 | Remove the Attribute::hasAttributes() function. | Bill Wendling |
| 2013-01-31 | Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt... | NAKAMURA Takumi |
| 2013-01-31 | Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointer | Dan Gohman |
| 2013-01-31 | Add a comment. | Dan Gohman |
| 2013-01-31 | Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since | Dan Gohman |
| 2013-01-31 | Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private. | Bill Wendling |
| 2013-01-31 | Change GetPointerBaseWithConstantOffset's DataLayout argument from a | Dan Gohman |
| 2013-01-31 | Make the AttrBuilder creation method of Attribute private so that people won'... | Bill Wendling |
| 2013-01-31 | Revert for now: | Bill Wendling |
| 2013-01-31 | Remove the AttrBuilder version of the Attribute::get function. | Bill Wendling |
| 2013-01-31 | Whitespace. | Eric Christopher |
| 2013-01-31 | Check and allow floating point registers to select the size of the | Eric Christopher |
| 2013-01-31 | Minor code simplification. | Dan Gohman |
| 2013-01-31 | Make sure that the Attribute object represents one attribute only. | Bill Wendling |
| 2013-01-31 | stripAndComputeConstantOffsets is only called on pointers; check this | Dan Gohman |
| 2013-01-31 | Fix ConstantFold's folding of icmp instructions to recognize that, | Dan Gohman |
| 2013-01-30 | PPC QPX requires a 32-byte aligned stack | Hal Finkel |
| 2013-01-30 | Remove addRetAttributes and addFnAttributes, which aren't useful abstractions. | Bill Wendling |
| 2013-01-30 | Convert typeIncompatible to return an AttributeSet. | Bill Wendling |
| 2013-01-30 | Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a... | Evan Cheng |
| 2013-01-30 | Initialize hasQPX in PPCSubtarget | Hal Finkel |
| 2013-01-30 | Remove redundant code. | Bill Wendling |
| 2013-01-30 | Add definitions for the PPC a2q core marked as having QPX available | Hal Finkel |
| 2013-01-30 | Clean up whitespace and indentation a bit | Eli Bendersky |