| Commit message (Expand) | Author | Age | Files | Lines |
* | MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new. | Benjamin Kramer | 2013-09-24 | 2 | -10/+35 |
* | 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 | 2 | -3/+23 |
* | Comment typo. | Andrew Trick | 2013-09-24 | 1 | -1/+1 |
* | Teach MemoryBuiltins and InstructionSimplify that operator new never returns ... | Benjamin Kramer | 2013-09-24 | 6 | -7/+46 |
* | 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 | 5 | -8/+216 |
* | [mips][msa] Added support for matching ilv[lr], ilvod, and ilvev from normal ... | Daniel Sanders | 2013-09-24 | 5 | -19/+452 |
* | 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 | 7 | -11/+149 |
* | [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-24 | 8 | -20/+450 |
* | [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V... | Daniel Sanders | 2013-09-24 | 9 | -249/+658 |
* | [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_E... | Daniel Sanders | 2013-09-24 | 2 | -0/+127 |
* | [mips][msa] Added partial support for matching fmax_a from normal IR (i.e. no... | Daniel Sanders | 2013-09-24 | 3 | -0/+45 |
* | [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 | 3 | -10/+277 |
* | [mips][msa] Added support for matching max, maxi, min, mini from normal IR (i... | Daniel Sanders | 2013-09-24 | 7 | -71/+1254 |
* | [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. no... | Daniel Sanders | 2013-09-24 | 7 | -17/+461 |
* | Remove error output from configure if CFLAGS is set (r174313). | Patrik Hagglund | 2013-09-24 | 2 | -4/+4 |
* | [msan] Handling of atomic load/store, atomic rmw, cmpxchg. | Evgeniy Stepanov | 2013-09-24 | 3 | -6/+289 |
* | [mips][msa] Added support for matching comparisons from normal IR (i.e. not i... | Daniel Sanders | 2013-09-24 | 6 | -73/+1440 |
* | [mips][msa] Added support for matching slli, srai, and srli from normal IR (i... | Daniel Sanders | 2013-09-24 | 3 | -20/+258 |
* | Followup to r191252. | Bill Wendling | 2013-09-24 | 1 | -113/+127 |
* | Fix formatting to match coding standards. | Craig Topper | 2013-09-24 | 1 | -10/+7 |
* | llvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll: Use -mtriple here, ... | NAKAMURA Takumi | 2013-09-24 | 1 | -1/+1 |
* | 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 | 44 | -388/+1320 |
* | [stackprotector] Forgot to add in PR number to test case. | Michael Gottesman | 2013-09-24 | 1 | -0/+2 |
* | [stackprotector] Allow for copies from vreg -> vreg to be in a terminator seq... | Michael Gottesman | 2013-09-24 | 2 | -6/+89 |
* | Misc fixes for cpp backend. | Eli Friedman | 2013-09-24 | 1 | -3/+16 |
* | Add namespaces to the list of items that we expose via pubnames. | Eric Christopher | 2013-09-24 | 2 | -0/+2 |
* | Regenerate testcase from source. | Eric Christopher | 2013-09-24 | 1 | -64/+70 |
* | Format the index entry kind string to align. | Eric Christopher | 2013-09-24 | 1 | -3/+3 |
* | Make dwarfdump-type-units.test order-independent | David Blaikie | 2013-09-24 | 1 | -19/+26 |
* | Selecting the address from a very long chain of GEPs can blow the stack. | Bill Wendling | 2013-09-24 | 2 | -3/+25619 |
* | Comments for r191234 as suggested by Eric Christopher. | David Blaikie | 2013-09-23 | 1 | -0/+4 |
* | Explicitly request unsigned enum types when desired | Reid Kleckner | 2013-09-23 | 11 | -27/+46 |
* | Add more external types to the pubtypes table. Expand the asm | Eric Christopher | 2013-09-23 | 2 | -1/+4 |
* | Unbreak the build (from r191233)since we're calling printf. | David Blaikie | 2013-09-23 | 1 | -0/+1 |
* | Rename IsStatic variable to Linkage in order to be a bit more descriptive. | Eric Christopher | 2013-09-23 | 1 | -3/+3 |
* | Formatting. | Eric Christopher | 2013-09-23 | 1 | -6/+6 |
* | llvm-dwarfdump/libDebugInfo support for type units | David Blaikie | 2013-09-23 | 9 | -3/+172 |
* | Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin... | David Blaikie | 2013-09-23 | 10 | -675/+704 |
* | Make nomips16 mask not repeat if it ends with a '.'. | Reed Kotler | 2013-09-23 | 2 | -6/+35 |
* | Reformat code with clang-format. | Bill Wendling | 2013-09-23 | 1 | -107/+108 |
* | Handle gnu pubtypes sections: | Eric Christopher | 2013-09-23 | 2 | -6/+15 |
* | Add a paragraph on prefix data layout. | Peter Collingbourne | 2013-09-23 | 1 | -0/+5 |
* | Remove remaining references to -O4. | Rafael Espindola | 2013-09-23 | 1 | -6/+2 |
* | fix typo: than -> then | Kay Tiong Khoo | 2013-09-23 | 1 | -1/+1 |
* | Fixed debug_aranges handling for common symbols. | Richard Mitton | 2013-09-23 | 5 | -14/+30 |