summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Breakpad: temporarily XFAIL line-table testsPavel Labath2019-02-074-0/+8
* Fix misspelled filenames in file headersFangrui Song2019-02-0715-15/+15
* tsan: add more benchmarksDmitry Vyukov2019-02-072-0/+100
* use_lldb_suite.py: Fix potential infinite loopPavel Labath2019-02-071-3/+4
* Fix some warnings introduced in r353324 (ReproducerInstrumentation patch)Pavel Labath2019-02-073-8/+4
* SymbolFileBreakpad: Add line table supportPavel Labath2019-02-0713-55/+504
* [LSR] Generate cross iteration indexesSam Parker2019-02-079-40/+1598
* [clang-cl] support /Oy- on aarch64Martin Storsjo2019-02-072-4/+8
* tsan: Optimize performance of Thread sanitizer memory access functionsDmitry Vyukov2019-02-074-18/+41
* docs: add missingkeyfunction to doctree, fix titleHans Wennborg2019-02-072-2/+3
* Typo: s/follwing/followingHans Wennborg2019-02-071-2/+2
* [ARM GlobalISel] Support G_ICMP for Thumb2Diana Picus2019-02-075-104/+461
* sanitizers: Introduce ThreadType enumDmitry Vyukov2019-02-0718-35/+44
* [clang-tidy] Fixed a std::bind() transformationJonas Toth2019-02-072-1/+45
* [ARM] Reformat isRedundantFlagInstr for D57833. NFCDavid Green2019-02-071-8/+4
* tsan: Implement pthread_exit() interceptor for Thread sanitizerDmitry Vyukov2019-02-072-0/+31
* [BPF] add code-gen support for JMP32 instructionsJiong Wang2019-02-0710-49/+179
* AArch64: implement copy for paired GPR registers.Tim Northover2019-02-073-0/+68
* [clang-tidy] Expand and clarify the NOLINT documentation a bit.Alexander Kornienko2019-02-071-11/+32
* Fix documentation formatting for ShellExpandArgumentsRaphael Isemann2019-02-072-6/+6
* [clangd] Suggest adding missing includes for typos (like include-fixer).Eric Liu2019-02-075-34/+329
* [LLD][ELF] - Set DF_STATIC_TLS flag for X64 targetGeorge Rimar2019-02-075-33/+54
* [sanitizer] Fix Android testsVitaly Buka2019-02-071-0/+2
* [CMake] Mark runtime library link libraries as privatePetr Hosek2019-02-071-1/+1
* [BranchFolding] Remove dead code for handling EHPad blocksCraig Topper2019-02-071-23/+0
* Bump minimum toolchain versionJF Bastien2019-02-074-40/+87
* Move the SMT API to LLVMMikhail R. Gadelha2019-02-0716-199/+227
* Moved the whole SMT API to a single file. NFC.Mikhail R. Gadelha2019-02-074-160/+108
* Got rid of the `Z3ConstraintManager` classMikhail R. Gadelha2019-02-072-20/+4
* Generalised the SMT state constraintsMikhail R. Gadelha2019-02-075-43/+59
* gn build: Merge the test part of r353237.Peter Collingbourne2019-02-071-0/+1
* [WebAssembly] Update test output after rL353357. NFC.Sam Clegg2019-02-071-5/+14
* Add OpenBSD support to be able to get the thread nameBrad Smith2019-02-071-0/+6
* [sanitizer] Re-enabled getpw_getgr.cc on AndroidVitaly Buka2019-02-071-1/+1
* [sanitizer] Remove unneeded pointer checkVitaly Buka2019-02-071-16/+16
* [WebAssembly] Honor WASM_SYMBOL_EXPORT symbol flagSam Clegg2019-02-072-2/+23
* [lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument valuesKuba Mracek2019-02-075-1/+49
* [Driver] Don't try to replay reproducer in the driver.Jonas Devlieghere2019-02-071-9/+0
* Fix my mistake adding SBReproducer the Xcode projectJonas Devlieghere2019-02-071-4/+8
* [WebAssembly] Add symbol flag to the binary format llvm.usedSam Clegg2019-02-078-0/+38
* Fix a minor grammar thinko.Eric Christopher2019-02-071-1/+1
* [WebAssembly] Update test expectations to match llvm-readobj change. NFC.Sam Clegg2019-02-071-1/+3
* [WebAssembly] Expand symbol flags shown by llvm-objdump --symbolsSam Clegg2019-02-074-14/+46
* [opaque pointer types] Make EmitCall pass Function Types toJames Y Knight2019-02-072-26/+33
* [opaque pointer types] Pass through function types for TLSJames Y Knight2019-02-078-44/+62
* [cmake] Drop clang-tools-extra from LLVM_ALL_PROJECTSShoaib Meenai2019-02-071-1/+1
* [analyzer] Canonicalize declarations within variable regions.Artem Dergachev2019-02-073-1/+18
* Remove reference to non-existent function. NFC.Sam Clegg2019-02-071-2/+1
* [sanitizer] Don't unpoison buffer in getpw/getgr functionsVitaly Buka2019-02-073-65/+148
* Revert "[analyzer] Remove the "postponed" hack, deal with derived symbols..."Artem Dergachev2019-02-064-43/+63
OpenPOWER on IntegriCloud