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 |
Evgeniy Stepanov | [sanitizer] Move sched_getparam test under Linux/. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Timur Iskhodzhanov | [ASan/Win] Fix PR20944 -- run ASan gtests as part of... |
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 |
Dmitry Vyukov | tsan: use hacky call only on x86_64 |
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 |
Evgeniy Stepanov | [sanitizer] Intercept sched_getparam. |
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 |
Evgeniy Stepanov | [sanitizer] Fix windows build. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Logan Chien | Enable backtrace_test for ARM. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Logan Chien | Add -funwind-tables to CMAKE_C_FLAGS. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Logan Chien | Force unwind frame with user-defined personality. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Evgeniy Stepanov | [msan] Better use-after-free reports. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Logan Chien | Fix _Unwind_Backtrace for libc++abi built with libgcc. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Logan Chien | Allow libc++abi to be built without unwinder. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Logan Chien | Remove _Unwind_{Get,Set}{GR,IP} from ARM EHABI build. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Alexander Kornienko | Replace size call with empty call where appripriate... |
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 |
Francisco Lopes... | Sema: Add FIXME note |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Alexander Kornienko | [clang-tidy] Use actual LangOptions. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Michael Kuperstein | [DAGCombine] Produce better code for constant splats |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Alexander Kornienko | [clang-tidy] Minor cleanups in readability-container... |
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 |
Timur Iskhodzhanov | [ASan] Print out the shadow memory range on shadow... |
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 |
Evgeniy Stepanov | [msan] Relax CHECK conditions in 2 tests. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Craig Topper | Revert r226798. Guess I missed the patterns. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Viktor Kutuzov | [Msan] Fix the readv and preadv unit tests to pass... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Viktor Kutuzov | [Msan] Fix the strerror_r unit test to build on FreeBSD |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Viktor Kutuzov | [Msan] Fix the DynRet unit test to build on FreeBSD |
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 |
Viktor Kutuzov | [Sanitizers] Fix inet_aton() and inet_pton() intercepto... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Alexander Musman | Support ‘omp for’ with static chunked schedule kind. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Viktor Kutuzov | [Sanitizers] Intercept preadv() on FreeBSD |
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 |
Mohit K. Bhakkad | [MSan][Clang][MIPS] Enabled memory and dataflow options... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Jason Molenda | Update ExpressionSourceCode::GetText() to match the |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Alexey Bataev | [OPENMP] CodeGen for "omp atomic read [seq_cst]" directive. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Alexey Bataev | Revert commit revision 226786 |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Alexey Bataev | [OPENMP] CodeGen for "omp atomic read [seq_cst]" directive. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Alexey Bataev | Revert commit r226784. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Alexey Bataev | [OPENMP] CodeGen for "omp atomic read [seq_cst]" directive. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Chandler Carruth | [PM] Rename InstCombine.h to InstCombineInternal.h... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Greg Fitzgerald | Add ARM backend to the autotools build |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Chandler Carruth | [canonicalize] Teach InstCombine to canonicalize loads... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Francisco Lopes... | Makes a simple member function static. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Saleem Abdulrasool | ARM: fail less catastrophically on invalid Windows... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Richard Smith | [modules] If we add an implicit special member to a... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Chandler Carruth | [canonicalize] Move a helper function further up the... |
commit | commitdiff | tree | snapshot |
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 |
next |