2015-01-22 |
Simon Pilgrim | [X86][AVX] Added (V)MOVDDUP / (V)MOVSLDUP / (V)MOVSHDUP... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Simon Pilgrim | Line endings fixes. NFC. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Simon Pilgrim | [X86][SSE] Simplified PSUBUS tests |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Lang Hames | [Object] Fix a bug in a condition introduced in r226217... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Chandler Carruth | [PM] Actually add the new pass manager support for... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Benjamin Kramer | Remove dead leak detector parts that fell out of use... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Duncan P. N... | IR: Update references to temporaries before deleting |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Chris Bieneman | Refactoring cl::parser construction and initialization. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Rafael Espindola | Don't use -z,defs on FreeBSD. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Ramkumar Ramachandra | [emacs] Use c-mode-common-hook, derive from "gnu" |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Ramkumar Ramachandra | Intrinsics: introduce llvm_any_ty aka ValueType Any |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Reid Kleckner | Revert "Don't remove a landing pad if the invoke requir... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Kevin Enderby | Add the option, -indirect-symbols, used with -macho... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Sanjay Patel | merge consecutive stores of extracted vector elements... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Adrian Prantl | Fix the condition in this assertion, and also make... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
David Blaikie | Revert "PR21408: Workaround the appearance of duplicate... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Tim Northover | AArch64: decode all MRS/MSR forms early to avoid saving... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Adrian Prantl | Run clang-format on parts of DebugInfo.h |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Adrian Prantl | Document DIExpression. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Adrian Prantl | Rewrite DIExpression::printInternal() to use the iterat... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Adrian Prantl | Rename DIExpressionIterator to DIExpression::iterator. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Adrian Prantl | Fix a comment. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Rafael Espindola | [pr21886] Change MCJIT/ELF to support MSVC C++ mangled... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Rafael Espindola | Pass -Wl,-z,defs when building shared libraries, but... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Aaron Ballman | Silencing a -Wsign-compare warning (all uses of this... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Michael Kuperstein | [DAGCombine] Produce better code for constant splats |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Alexander Potapenko | Mark |TLI| variables used to suppress -Wunused-variable... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Michael Kuperstein | Revert r226811, MSVC accepts code sane compilers don't. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Michael Kuperstein | [DAGCombine] Produce better code for constant splats |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Timur Iskhodzhanov | [ASan/Win] Move the shadow to 0x30000000 |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Elena Demikhovsky | Fixed a bug in type legalizer for masked load/store... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Elena Demikhovsky | Fixed a comment |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Elena Demikhovsky | Fixed a bug in narrowing store operation. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Sanjoy Das | [NFC] Introduce a 'struct Range' for IRCE |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Craig Topper | Revert r226798. Guess I missed the patterns. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Craig Topper | Use u8imm instead of i32i8imm on a couple instructions... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Craig Topper | [X86] Remove some unused multiclasses from AVX512 instr... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Sanjoy Das | Fix crashes in IRCE caused by mismatched types |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Erik Eckstein | SLPVectorizer: add a second limit for the number of... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Elena Demikhovsky | Fixed a bug in masked load/store in reversed loop. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Chandler Carruth | [PM] Rename InstCombine.h to InstCombineInternal.h... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Chandler Carruth | [canonicalize] Teach InstCombine to canonicalize loads... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Saleem Abdulrasool | ARM: fail less catastrophically on invalid Windows... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Chandler Carruth | [canonicalize] Move a helper function further up the... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Duncan P. N... | DIBuilder: Make header iterator constructor explicit... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Duncan P. N... | DIBuilder: Extract header_begin() and header_end()... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Duncan P. N... | DIBuilder: Stop abusing DIExpressionIterator::operator... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Duncan P. N... | DIBuilder: Extract DIHeaderFieldIterator::getNumber... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Duncan P. N... | DIBuilder: Create a getHeaderIterator() helper, NFC |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Chris Bieneman | Making deleted copy constructors and operators to be... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Reid Kleckner | SEH: Finish writing the catch-all test case |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Reid Kleckner | Win64 SEH: Emit the constant 1 for catch-all into xdata |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Chris Bieneman | Assigning and copying command line option objects shoul... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Sanjoy Das | Make ScalarEvolution less aggressive with respect to... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Paul Robinson | Explicitly describe '///' versus '//' comment delimiters. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Adrian Prantl | Make DwarfExpression use the new DIExpressionIterator... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Adrian Prantl | Rewrite DIExpression::Verify() using an iterator. NFC. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Chandler Carruth | [canonicalization] Refactor how we create new stores... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Simon Pilgrim | [X86][SSE] Missing SSE/AVX1 memory folding integer... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Tim Northover | DAGCombine: fold (or (and X, M), (and X, N)) -> (and... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
David Blaikie | DebugInfo: Use distinct inlinedAt MDLocations to avoid... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Matt Arsenault | R600: Add checks for urem/srem by a constant |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Matthias Braun | LiveIntervalAnalysis: Mark subregister defs as undef... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Chris Bieneman | Adding a new cl::HideUnrelatedOptions API to allow... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Simon Pilgrim | [X86][SSE] Added support for SSE3 lane duplication... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Matt Arsenault | R600: Add missing tests for i64 srem |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Jonathan Roelofs | Fix load-store optimizer on thumbv4t |
commit | commitdiff | tree | snapshot |
2015-01-21 |
George Burgess IV | Added test to cover the CFLAA bitset indexing bug. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
David Majnemer | InstCombine: Don't strip bitcasts off of callsites... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Simon Pilgrim | [X86][SSE] movddup shuffle mask decodes |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Adrian Prantl | simplify expression |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Adrian Prantl | Fix a compile issue on MSVC and call finalize(). |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Matthias Braun | LiveIntervalAnalysis: Factor out code to update livenes... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Matthias Braun | LiveIntervalAnalysis: document removePhysRegDefAt(... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Matthias Braun | LiveIntervalAnalysis: Factor out code to update livenes... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Matthias Braun | LiveIntervalAnalysis: Remove unused pruneValue() variant. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Adrian Prantl | Let subprograms with instructions without parent scopes... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Matt Arsenault | R600/SI: Custom lower fround |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Colin LeMahieu | [Hexagon] Converting multiply and accumulate with immed... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Ahmed Bougacha | [X86] Declare SSE4.1/AVX2 vector extloads covered by... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Eric Fiselier | [lit] Format JSONMetricValue strings better. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
George Burgess IV | Fixed a bug with how we determine bitset indices. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Yaron Keren | Add missing include guards to WindowsSupport.h. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Tim Northover | Revert "DAGCombine: fold (or (and X, M), (and X, N... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Tim Northover | AArch64: add backend option to reserve x18 (platform... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Tim Northover | DAGCombine: fold (or (and X, M), (and X, N)) -> (and... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Michael Kuperstein | [x32] Fast ISel should use LEA64_32r instead of LEA32r... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Alexander Potapenko | Use a smaller pragma unroll threshold to reduce test... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Evgeniy Stepanov | [msan] Update origin for the entire destination range... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Jozef Kolek | [mips][microMIPS] MicroMIPS 16-bit unconditional branch... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Jozef Kolek | [mips][microMIPS] Implement ADDIUPC instruction |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Chandler Carruth | [PM] Refactor the InstCombiner interface to use an... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Chandler Carruth | [PM] Simplify (ha! ha!) the way that instcombine calls the |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Vladimir Medic | [Mips][Disassembler]When disassembler meets load/store... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Craig Topper | [x86] Remove some unnecessary and slightly confusing... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Craig Topper | [X86] Convert all the i8imm used by AVX512 and MMX... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Craig Topper | [X86] Convert all the i8imm used by SSE and AVX instruc... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Craig Topper | [x86] Add assembly parser bounds checking to the immedi... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Chandler Carruth | [PM] Replace an abuse of inheritance to override a... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Adrian Prantl | Make DIExpression::Verify() stricter by checking that... |
commit | commitdiff | tree | snapshot |
next |