| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates to sync with changes in upstream.HEADmaster | Jon Humphreys | 2015-01-22 | 1 | -27/+6 |
* | Added support for C6000 with CMake | Jon Humphreys | 2015-01-22 | 6 | -3/+19 |
* | - Added some stub implementations for C6000 target transform info oracles | Jon Humphreys | 2015-01-22 | 2 | -2/+42 |
* | Added C6000 LLVM target specialization files. | Jon Humphreys | 2015-01-22 | 15 | -1/+442 |
* | modified: include/llvm/IR/Intrinsics.td | Jon Humphreys | 2015-01-22 | 8 | -352/+470 |
* | Added TI generic and C6x specific intrinsics | Jon Humphreys | 2015-01-22 | 1 | -0/+358 |
* | IR: Change GenericDwarfNode::getHeader() to StringRef | Duncan P. N. Exon Smith | 2015-01-22 | 4 | -22/+22 |
* | IR: DwarfNode => DebugNode, NFC | Duncan P. N. Exon Smith | 2015-01-22 | 7 | -58/+62 |
* | [X86][AVX] Added (V)MOVDDUP / (V)MOVSLDUP / (V)MOVSHDUP memory folding + tests. | Simon Pilgrim | 2015-01-22 | 3 | -19/+40 |
* | Line endings fixes. NFC. | Simon Pilgrim | 2015-01-22 | 1 | -344/+344 |
* | [X86][SSE] Simplified PSUBUS tests | Simon Pilgrim | 2015-01-22 | 1 | -189/+199 |
* | [Object] Fix a bug in a condition introduced in r226217 - visibility can't be | Lang Hames | 2015-01-22 | 1 | -1/+1 |
* | [PM] Actually add the new pass manager support for the assumption cache. | Chandler Carruth | 2015-01-22 | 5 | -0/+81 |
* | Remove dead leak detector parts that fell out of use in r224703. | Benjamin Kramer | 2015-01-22 | 3 | -109/+1 |
* | IR: Update references to temporaries before deleting | Duncan P. N. Exon Smith | 2015-01-22 | 4 | -1/+19 |
* | Refactoring cl::parser construction and initialization. | Chris Bieneman | 2015-01-22 | 4 | -52/+68 |
* | Don't use -z,defs on FreeBSD. | Rafael Espindola | 2015-01-22 | 1 | -2/+3 |
* | [emacs] Use c-mode-common-hook, derive from "gnu" | Ramkumar Ramachandra | 2015-01-22 | 1 | -18/+6 |
* | Intrinsics: introduce llvm_any_ty aka ValueType Any | Ramkumar Ramachandra | 2015-01-22 | 15 | -52/+57 |
* | Revert "Don't remove a landing pad if the invoke requires a table entry." | Reid Kleckner | 2015-01-22 | 2 | -94/+3 |
* | Add the option, -indirect-symbols, used with -macho to print the Mach-O indir... | Kevin Enderby | 2015-01-22 | 4 | -3/+148 |
* | merge consecutive stores of extracted vector elements (PR21711) | Sanjay Patel | 2015-01-22 | 2 | -92/+221 |
* | Fix the condition in this assertion, and also make it into an unreachable. | Adrian Prantl | 2015-01-22 | 1 | -1/+1 |
* | Revert "PR21408: Workaround the appearance of duplicate variables due to prob... | David Blaikie | 2015-01-22 | 2 | -123/+1 |
* | AArch64: decode all MRS/MSR forms early to avoid saving FeatureBits. | Tim Northover | 2015-01-22 | 1 | -42/+35 |
* | Run clang-format on parts of DebugInfo.h | Adrian Prantl | 2015-01-22 | 1 | -49/+28 |
* | Document DIExpression. | Adrian Prantl | 2015-01-22 | 1 | -1/+7 |
* | Rewrite DIExpression::printInternal() to use the iterator interface. | Adrian Prantl | 2015-01-22 | 1 | -9/+5 |
* | Rename DIExpressionIterator to DIExpression::iterator. | Adrian Prantl | 2015-01-22 | 4 | -57/+54 |
* | Fix a comment. | Adrian Prantl | 2015-01-22 | 1 | -1/+1 |
* | [pr21886] Change MCJIT/ELF to support MSVC C++ mangled symbol. | Rafael Espindola | 2015-01-22 | 2 | -9/+95 |
* | Pass -Wl,-z,defs when building shared libraries, but not with the sanitizers. | Rafael Espindola | 2015-01-22 | 1 | -0/+8 |
* | Silencing a -Wsign-compare warning (all uses of this constant are within unsi... | Aaron Ballman | 2015-01-22 | 1 | -1/+1 |
* | [DAGCombine] Produce better code for constant splats | Michael Kuperstein | 2015-01-22 | 5 | -6/+85 |
* | Mark |TLI| variables used to suppress -Wunused-variable warnings. | Alexander Potapenko | 2015-01-22 | 1 | -0/+2 |
* | Revert r226811, MSVC accepts code sane compilers don't. | Michael Kuperstein | 2015-01-22 | 5 | -85/+6 |
* | [DAGCombine] Produce better code for constant splats | Michael Kuperstein | 2015-01-22 | 5 | -6/+85 |
* | [ASan/Win] Move the shadow to 0x30000000 | Timur Iskhodzhanov | 2015-01-22 | 1 | -1/+1 |
* | Fixed a bug in type legalizer for masked load/store intrinsics. | Elena Demikhovsky | 2015-01-22 | 10 | -54/+277 |
* | Fixed a comment | Elena Demikhovsky | 2015-01-22 | 1 | -1/+1 |
* | Fixed a bug in narrowing store operation. | Elena Demikhovsky | 2015-01-22 | 2 | -2/+15 |
* | [NFC] Introduce a 'struct Range' for IRCE | Sanjoy Das | 2015-01-22 | 1 | -17/+27 |
* | Revert r226798. Guess I missed the patterns. | Craig Topper | 2015-01-22 | 1 | -2/+2 |
* | Use u8imm instead of i32i8imm on a couple instructions that have no patterns ... | Craig Topper | 2015-01-22 | 1 | -2/+2 |
* | [X86] Remove some unused multiclasses from AVX512 instruction file. | Craig Topper | 2015-01-22 | 1 | -101/+0 |
* | Fix crashes in IRCE caused by mismatched types | Sanjoy Das | 2015-01-22 | 2 | -7/+101 |
* | SLPVectorizer: add a second limit for the number of alias checks. | Erik Eckstein | 2015-01-22 | 1 | -21/+49 |
* | Fixed a bug in masked load/store in reversed loop. | Elena Demikhovsky | 2015-01-22 | 2 | -0/+84 |
* | [PM] Rename InstCombine.h to InstCombineInternal.h in preparation for | Chandler Carruth | 2015-01-21 | 14 | -16/+21 |
* | [canonicalize] Teach InstCombine to canonicalize loads which are only | Chandler Carruth | 2015-01-21 | 3 | -3/+82 |