summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Move isUnwinding check into ScopedUnwindingVitaly Buka2019-03-051-6/+19
* [LangRef] Add 'callbr' instruction to the 'blockaddress' section.Craig Topper2019-03-051-6/+6
* [PowerPC] fix killed/dead flag after convert x-form to d-form tranformation.Chen Zheng2019-03-054-22/+343
* [NFC] Move ScopedUnwinding from .h to .ccVitaly Buka2019-03-052-12/+14
* [NFC] Reorder ifs in BufferedStackTrace::UnwindImplVitaly Buka2019-03-051-12/+16
* [Expression] Remove unused parameter from EvaluateAlex Langford2019-03-054-13/+7
* [ARM][MC] Update one test case in 'test/MC/Disassembler/ARM/invalid-armv7.txt'Xing GUO2019-03-051-3/+3
* [AMDGPU] Implement AMDGPUMCInstrAnalysisScott Linder2019-03-053-0/+75
* [NFC] Return on SANITIZER_MIPS && !IsValidFrameVitaly Buka2019-03-051-6/+6
* [NFC] Put bp into Unwind(.. false) for consistencyVitaly Buka2019-03-051-2/+2
* [NFC] Move asan_inited and size reset on top of ::UnwindImplVitaly Buka2019-03-051-16/+16
* Revert "[NFC][Sanitizer] Cleanup ASan's GetStackTrace implementation"Vitaly Buka2019-03-052-19/+19
* Replace clang::FileData with llvm::vfs::StatusHarlan Haskins2019-03-056-102/+65
* Fix -fsanitize=vptr badness in <__debug>Eric Fiselier2019-03-058-16/+52
* Make VCRuntime ABI configuration a first-class option.Eric Fiselier2019-03-058-24/+24
* [clang-format][docs][NFC] Fix example for Allman brace breaking styleJan Korous2019-03-051-6/+15
* Revert "[testsuite] Port crashlog and dependencies to Python 3."Davide Italiano2019-03-053-130/+117
* Revert compiler-rt diffs for order file instrumentation to get bot green!Manman Ren2019-03-0510-169/+0
* PHI nodes are not `FPMathOperator` sSanjoy Das2019-03-053-2/+11
* [X86] Reduce some patterns by using FP instructions for integer types even wh...Craig Topper2019-03-051-61/+9
* [BPF] Do not generate BTF sections unnecessarilyYonghong Song2019-03-0532-331/+30
* [testsuite] Port crashlog and dependencies to Python 3.Davide Italiano2019-03-053-117/+130
* Fix the Xcode project for UserIDResolver.Jim Ingham2019-03-051-5/+11
* Attemp to fix windows profile-rt build breakage.Manman Ren2019-03-051-0/+1
* [lldbtest] Check against the correct name for libcxxabi (macOS).Davide Italiano2019-03-051-1/+1
* [NFC][Sanitizer] Cleanup ASan's GetStackTrace implementationJulian Lettner2019-03-052-19/+19
* [cmake] Create exports for umbrella library targetsShoaib Meenai2019-03-052-0/+3
* [Host] Fix the build (and the modules build).Davide Italiano2019-03-052-0/+4
* Revert "[DataFormatters] Fix regression in libc++ std::atomic formatter cause...Shafik Yaghmour2019-03-051-27/+5
* [DataFormatters] Fix regression in libc++ std::atomic formatter caused by htt...Shafik Yaghmour2019-03-051-5/+27
* Attemp to fix build brokage due to D57530.Manman Ren2019-03-043-0/+11
* Fix invalid target triples in tests. (NFC)Florian Hahn2019-03-046-8/+8
* [msan] Instrument x86 BMI intrinsics.Evgeniy Stepanov2019-03-043-1/+325
* [sanitizer] Intercept bzero.Evgeniy Stepanov2019-03-044-2/+44
* [NFC] Fix PGO link error in shared libs buildJordan Rupprecht2019-03-042-7/+9
* [CodeGenPrepare] avoid crashing on non-canonical/degenerate codeSanjay Patel2019-03-042-0/+30
* [GlobalISel][AArch64] Add selection support for G_EXTRACT_VECTOR_ELTJessica Paquette2019-03-045-18/+332
* Order File Instrumentation: dump the data in compiler-rtManman Ren2019-03-047-0/+157
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-0432-579/+621
* [build.py] Allow clang-cl to build files starting with '/U'Alex Langford2019-03-041-0/+2
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-0423-37/+48
* [GlobalISel][AArch64] Legalize vector G_SELECTJessica Paquette2019-03-042-1/+73
* Fix wrong enum value in switch.Evgeniy Stepanov2019-03-041-1/+1
* [ConstantHoisting] avoid hang/crash from unreachable blocks (PR40930)Sanjay Patel2019-03-042-7/+92
* [libc++] Remove old CMake workaroundLouis Dionne2019-03-041-20/+14
* Install GCC 5 on buildbots to replace GCC 4.9.Eric Fiselier2019-03-041-3/+3
* Order File Instrumentation: add clang support for -forder-file-instrumentationManman Ren2019-03-044-1/+22
* [ASTImporter] Handle built-in when importing SourceLocation and FileIDShafik Yaghmour2019-03-042-23/+28
* [PGO] Clang part of change for context-sensitive PGO (part1)Rong Xu2019-03-048-22/+191
* [PGO] Context sensitive PGO (part 3)Rong Xu2019-03-048-66/+203
OpenPOWER on IntegriCloud