summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused member variable from hexagon pass.Eric Christopher2014-05-211-4/+3
* DebugInfo: Ensure concrete out of line variables from inlined functions refer...David Blaikie2014-05-213-21/+30
* [X86] Fix a bug in the lowering of BLENDI introduced in r209043.Quentin Colombet2014-05-213-12/+48
* [PECOFF] Fix unsafe memory access.Rui Ueyama2014-05-211-3/+5
* Provide an aka for the C++ operator name macro diagnosticAlp Toker2014-05-213-5/+5
* Move MCOptions that aren't shared between programs into their specificEric Christopher2014-05-215-27/+20
* Make a couple of command lines static and remove an unnecessaryEric Christopher2014-05-211-6/+4
* Sema: Implement DR244David Majnemer2014-05-214-22/+21
* Added tests for q{f,s}ThreadInfo for attached processes.Todd Fiala2014-05-211-28/+115
* [PECOFF] Check for a Characteristics field of a .debug section.Rui Ueyama2014-05-211-1/+3
* cindex/test_cursor.py: no need to skip implicit decls in testsAlp Toker2014-05-211-8/+1
* [Mips] Simplify handling of R_MIPS_LO16 / R_MIPS_HI16 relocationsSimon Atanasyan2014-05-211-8/+8
* Added gdb-remote tests for q{f,s}ThreadInfo.Todd Fiala2014-05-212-3/+134
* Fix clang-query on Windows: flush llvm::outs() after each command.Manuel Klimek2014-05-211-0/+1
* Implement Host::GetThreadName for FreeBSDEd Maste2014-05-211-0/+29
* DebugInfo: Simplify subprogram declaration creation/references and accidental...David Blaikie2014-05-215-38/+36
* Use cast<> instead of unchecked dyn_castMatt Arsenault2014-05-211-1/+1
* MC: loosen an overzealous assertionSaleem Abdulrasool2014-05-212-1/+12
* Use llvm-lit if LLVM source tree is unavailable.Greg Fitzgerald2014-05-211-5/+6
* Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*'Marshall Clow2014-05-212-0/+19
* Test comment commit.Dave Estes2014-05-211-3/+2
* Fix bug 19740; round-tripping a pointer through a stream doesn't workMarshall Clow2014-05-212-3/+21
* Remove outdated diagnostic.Benjamin Kramer2014-05-211-2/+0
* Update for llvm api change in r209266.Rafael Espindola2014-05-211-3/+6
* Improved recovery of switch statementSerge Pavlov2014-05-214-30/+89
* [sanitizer] Attempt to fix test.Sergey Matveev2014-05-211-1/+0
* Move virtual methods out of line.Rafael Espindola2014-05-212-21/+44
* Correct comment for thread name log optionEd Maste2014-05-211-1/+1
* [sanitizer] Add __sanitizer_maybe_open_cov_file().Sergey Matveev2014-05-213-22/+77
* Make the parent-map use significantly less memory.Manuel Klimek2014-05-212-4/+41
* clang-format: Fix corner case working around one-per-line dict literals.Daniel Jasper2014-05-212-2/+9
* [asan] add a test which ensures that we dump coverage after SEGVKostya Serebryany2014-05-211-1/+9
* clang-format: Fix incorrect macro call detection.Daniel Jasper2014-05-212-1/+5
* Update for llvm's r209253.Rafael Espindola2014-05-211-2/+2
* [mips][mips64r6] Add bc[12](eq|ne)zDaniel Sanders2014-05-215-4/+91
* clang-format: [JS] Support different function literal style.Daniel Jasper2014-05-214-5/+60
* tsan: deflake testDmitry Vyukov2014-05-211-0/+2
* Make global named registers internal variablesRenato Golin2014-05-212-0/+4
* [asm matcher] Fix incorrect assertion when there are exactly 32 SubtargetFeat...Daniel Sanders2014-05-211-13/+27
* [msan] Implement MSAN_OPTIONS=print_stats=1.Evgeniy Stepanov2014-05-216-12/+71
* [tsan] Fix gotsan build.Evgeniy Stepanov2014-05-212-1/+2
* DeclVisitor is not used here.Yaron Keren2014-05-211-1/+0
* [msan] Chained origins re-design.Evgeniy Stepanov2014-05-2122-291/+753
* [lsan] disable lsan if wordsize is not 64Kostya Serebryany2014-05-211-1/+1
* [asan] Fix x86 asm instrumentation to preserve flags.Evgeniy Stepanov2014-05-214-24/+67
* [sanitizer] fix linux_dirent for SANITIZER_X32; based on patch by H.J. LuKostya Serebryany2014-05-211-0/+5
* [asan] Fix x86-32 asm instrumentation to preserve flags.Evgeniy Stepanov2014-05-211-2/+1
* [sanitizer] define SANITIZER_X32 and use it in ThreadDescriptorSize; partiall...Kostya Serebryany2014-05-212-1/+9
* Cast pointers to uptr when calling internal_syscallKostya Serebryany2014-05-211-2/+3
* Use 64-bit pointer to unwind stack for x86-64Kostya Serebryany2014-05-212-7/+14
OpenPOWER on IntegriCloud