summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix Windows build after UserIDResolver patch.Zachary Turner2019-03-044-3/+24
* [InstCombine] Add tests for add nsw + sadd.with.overflow; NFCNikita Popov2019-03-041-0/+96
* [Subtarget] Follow up to r355167, add another set of curly braces to FeatureB...Craig Topper2019-03-041-2/+2
* Re-commit r355104: "[AArch64][GlobalISel] Add support for 64 bit vector shuff...Amara Emerson2019-03-042-61/+202
* [MC] Teach ELFObjectWriter that parse-time variables do not appear inNirav Dave2019-03-042-0/+7
* [DAGCombiner][X86][SystemZ][AArch64] Combine some cases of (bitcast (build_ve...Craig Topper2019-03-0415-115/+72
* Refactor user/group name resolving codePavel Labath2019-03-0421-243/+338
* Enable _rotl, _lrotl, _rotr, _lrotr on all platforms.Erich Keane2019-03-043-15/+57
* [WebAssembly] Add support for data sections in the assembler.Wouter van Oortmerssen2019-03-045-12/+165
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-04146-9/+218
OpenPOWER on IntegriCloud