2015-01-22 |
Richard Smith | Fix test file names so they're picked up by lit. |
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 |
Enrico Granata | Add an API to ValueObject that iterates over the entire... |
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 |
Reid Kleckner | SEH: Emit the constant filter 1 as a catch-all |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Richard Smith | [modules] If we load two declarations with typedef... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Justin Bogner | InstrProf: Avoid creating profile names for symbols... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Chris Bieneman | Assigning and copying command line option objects shoul... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Richard Smith | [modules] It's possible to merge into the pattern of... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Reid Kleckner | Initial support for Win64 SEH IR emission |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Rafael Espindola | Revert "Try to fix -Asserts build bots." |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Rafael Espindola | Try to fix -Asserts build bots. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Reid Kleckner | Give the block inlining test a triple to determinise... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Richard Smith | Remove an out-of-date and incorrect comment. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Sanjoy Das | Make ScalarEvolution less aggressive with respect to... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Hans Wennborg | Fix compiler_builtins.m test to not rely on including... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Jason Molenda | File::Read(), when asked to read the contents of a... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Jason Molenda | Add Utility/UriParser.cpp to the lldb-core target so... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Rafael Espindola | Emit DeferredDeclsToEmit in a DFS order. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Paul Robinson | Explicitly describe '///' versus '//' comment delimiters. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Jonathan Roelofs | Fix lit config typo |
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 |
Kate Stone | Expression evaluation for functions with unknown signat... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Rafael Espindola | Use CHECK-LABEL when possible. NFC. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Zachary Turner | Implement ProcessWindows::GetMemoryRegionInfo. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Chris Bieneman | Adopt new cl::HideUnrelatedOptions API added r226729. |
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 |
Tobias Grosser | Drop an unused parameter |
commit | commitdiff | tree | snapshot |
2015-01-21 |
David Blaikie | DebugInfo: Remove forced column-info workaround for... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Jonathan Roelofs | Merge libc++abi's lit configuration with libc++'s |
commit | commitdiff | tree | snapshot |
2015-01-21 |
David Blaikie | DebugInfo: Use distinct inlinedAt MDLocations to avoid... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
David Blaikie | DebugInfo: Remove distinct-call-inlining test case... |
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 |
Greg Fitzgerald | Fix five of the shared library build targets |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Enrico Granata | Speed these tests up quite significantly by using the... |
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 |
Vince Harron | This patch gets remote-linux platform able to run processes |
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 |
Rafael Espindola | Use a CHECK-LABEL. NFC |
commit | commitdiff | tree | snapshot |
2015-01-21 |
David Majnemer | InstCombine: Don't strip bitcasts off of callsites... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Reid Kleckner | Add the "thunk" attribute to MS ABI virtual member... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Rui Ueyama | Fix runtime error on Windows. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Simon Pilgrim | [X86][SSE] movddup shuffle mask decodes |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Greg Clayton | Abstract the details from regex.h a bit more by not... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Francisco Lopes... | Add back a FIXME note to lit.cfg. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Greg Fitzgerald | add_lld_library -> add_llvm_library |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Adrian Prantl | simplify expression |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Daniel Jasper | clang-format: Fix crasher when splitting incomplete... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Saleem Abdulrasool | Fix isTriviallyCopyableType for arrays |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Kate Stone | Fixed a makefile rule used by several tests |
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 |
Rui Ueyama | Fix slow test. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Jonathan Roelofs | Rename all of the tests in preparation for merging... |
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 |
Rui Ueyama | Simplify. |
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 |
Daniel Jasper | clang-format: Fix crasher caused by incorrect resetting... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Adrian Prantl | Let subprograms with instructions without parent scopes... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Zachary Turner | Revert "Some fixes for linking Python on Windows." |
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 |
Daniel Jasper | clang-format: Fix bad memory access. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Zachary Turner | Some fixes for linking Python on Windows. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Daniel Jasper | clang-format: Fix use-heap-after-free bug. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Rafael Espindola | Used CHECK-DAG since the order is not important. |
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 |
Rafael Espindola | Used CHECK-DAG since the order is not important. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Evgeniy Stepanov | [msan] Fix origins in realloc. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Evgeniy Stepanov | [msan] Refactor shadow operations. |
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 |
Francisco Lopes... | Initial support for C++ parameter completion |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Yaron Keren | Add missing include guards to WindowsSupport.h. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Rafael Espindola | Don't assume variable name. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Rafael Espindola | Make the test a bit stricter. NFC. |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Rafael Espindola | Make the test a bit stricter. NFC. |
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 |
Rafael Espindola | clang-format function. NFC. |
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 |
Dmitry Vyukov | tsan: remove sleeps from tests |
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 |
next |