| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bad typo in the inline assembly code for mips16 pic fp stubs | Reed Kotler | 2013-09-25 | 1 | -3/+3 |
* | Teach DAGCombiner how to canonicalize dags according to the rule | Andrea Di Biagio | 2013-09-25 | 1 | -0/+20 |
* | Mark the x86 machine model as incomplete. PR17367. | Andrew Trick | 2013-09-25 | 3 | -1/+10 |
* | SLPVectorize: Put horizontal reductions feeding a store under separate flag | Arnold Schwaighofer | 2013-09-25 | 1 | -13/+18 |
* | [SystemZ] Define the GR64 low-word logic instructions as pseudo aliases. | Richard Sandiford | 2013-09-25 | 8 | -111/+160 |
* | MC: Add support for treating $ as a reference to the PC | David Majnemer | 2013-09-25 | 3 | -3/+16 |
* | [SystemZ] Define the call instructions as pseudo aliases. | Richard Sandiford | 2013-09-25 | 9 | -147/+97 |
* | [SystemZ] Use subregs for 64-bit truncating stores | Richard Sandiford | 2013-09-25 | 4 | -41/+70 |
* | [SystemZ] Define the return instruction as a pseudo alias of BR | Richard Sandiford | 2013-09-25 | 3 | -8/+23 |
* | [SystemZ] Add instruction-shortening pass | Richard Sandiford | 2013-09-25 | 8 | -8/+193 |
* | MC: Remove vestigial PCSymbol field from AsmInfo | David Majnemer | 2013-09-25 | 6 | -9/+0 |
* | [msan] Fix -Wreturn-type warnings in non-self-hosted build. | Evgeniy Stepanov | 2013-09-25 | 1 | -0/+2 |
* | Revert r191350. | Akira Hatanaka | 2013-09-25 | 3 | -94/+55 |
* | [mips] Move public functions to the beginning of the class definition. | Akira Hatanaka | 2013-09-25 | 1 | -33/+33 |
* | [mips] Define getTargetNode as a template function. | Akira Hatanaka | 2013-09-25 | 3 | -55/+94 |
* | [PR16882] Ignore noreturn definitions when setting isPhysRegUsed. | Quentin Colombet | 2013-09-25 | 1 | -3/+39 |
* | CriticalAntiDepBreaker is no longer needed for armv7 scheduling. | Andrew Trick | 2013-09-25 | 1 | -3/+1 |
* | MachO: Improve backend diagnostic for overalignment. | Jim Grosbach | 2013-09-24 | 1 | -1/+2 |
* | Move LTO support library to a component, allowing it to be tested | Peter Collingbourne | 2013-09-24 | 8 | -2/+1397 |
* | Add missing check to SETCC optimization. | Eli Friedman | 2013-09-24 | 1 | -0/+1 |
* | llvm-dwarfdump: add missing opening quotation mark lost in r191330 | David Blaikie | 2013-09-24 | 1 | -1/+1 |
* | llvm-dwarfdump: re-add field formatting for the entry kind lost in r191329 | David Blaikie | 2013-09-24 | 1 | -1/+1 |
* | llvm-dwarfdump support for gnu_pubtypes | David Blaikie | 2013-09-24 | 2 | -20/+33 |
* | Adding a feature flag to the llvm backend for x86 TBM instruction set. | Yunzhong Gao | 2013-09-24 | 3 | -1/+13 |
* | MemoryBuiltins: Remove posix_memalign from the list and replace it with a TODO. | Benjamin Kramer | 2013-09-24 | 1 | -1/+1 |
* | Make the size and expr arguments of .fill directive optional. | Roman Divacky | 2013-09-24 | 1 | -16/+21 |
* | MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new. | Benjamin Kramer | 2013-09-24 | 1 | -7/+7 |
* | set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorizat... | Yi Jiang | 2013-09-24 | 1 | -1/+1 |
* | MemoryBuiltins: Fix operator new bits. | Benjamin Kramer | 2013-09-24 | 1 | -3/+3 |
* | Comment typo. | Andrew Trick | 2013-09-24 | 1 | -1/+1 |
* | Teach MemoryBuiltins and InstructionSimplify that operator new never returns ... | Benjamin Kramer | 2013-09-24 | 3 | -6/+20 |
* | Push analysis passes to InstSimplify when they're around anyways. | Benjamin Kramer | 2013-09-24 | 3 | -3/+4 |
* | [mips][msa] Added support for matching pckev, and pckod from normal IR (i.e. ... | Daniel Sanders | 2013-09-24 | 4 | -8/+84 |
* | [mips][msa] Added support for matching ilv[lr], ilvod, and ilvev from normal ... | Daniel Sanders | 2013-09-24 | 4 | -19/+190 |
* | DAGCombiner: Unify rotate matching for extended and unextended amounts. | Benjamin Kramer | 2013-09-24 | 1 | -79/+57 |
* | [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-24 | 6 | -3/+98 |
* | [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-24 | 5 | -4/+106 |
* | [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V... | Daniel Sanders | 2013-09-24 | 8 | -247/+656 |
* | [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_E... | Daniel Sanders | 2013-09-24 | 1 | -0/+17 |
* | [mips][msa] Added partial support for matching fmax_a from normal IR (i.e. no... | Daniel Sanders | 2013-09-24 | 2 | -0/+15 |
* | [mips][msa] Line wrapping. | Daniel Sanders | 2013-09-24 | 1 | -4/+4 |
* | [mips][msa] Added support for matching andi, ori, nori, and xori from normal ... | Daniel Sanders | 2013-09-24 | 2 | -10/+37 |
* | [mips][msa] Added support for matching max, maxi, min, mini from normal IR (i... | Daniel Sanders | 2013-09-24 | 4 | -67/+158 |
* | [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. no... | Daniel Sanders | 2013-09-24 | 2 | -2/+44 |
* | [msan] Handling of atomic load/store, atomic rmw, cmpxchg. | Evgeniy Stepanov | 2013-09-24 | 1 | -2/+96 |
* | [mips][msa] Added support for matching comparisons from normal IR (i.e. not i... | Daniel Sanders | 2013-09-24 | 4 | -73/+281 |
* | [mips][msa] Added support for matching slli, srai, and srli from normal IR (i... | Daniel Sanders | 2013-09-24 | 2 | -20/+90 |
* | Followup to r191252. | Bill Wendling | 2013-09-24 | 1 | -113/+127 |
* | DWARFTypeUnit::dump(): Use PRIx64 to format uint64_t. | NAKAMURA Takumi | 2013-09-24 | 1 | -1/+1 |
* | Initial support for Neon scalar instructions. | Jiangning Liu | 2013-09-24 | 9 | -49/+285 |