summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] Regenerate test checks; NFCNikita Popov2018-12-161-117/+166
* [InstCombined] Add more tests for cttz/ctlz + icmp; NFCNikita Popov2018-12-161-11/+144
* [InstCombine] Add additional saturating add/sub + icmp tests; NFCNikita Popov2018-12-161-12/+133
* Thread safety analysis: Avoid intermediate copies [NFC]Aaron Puchert2018-12-161-21/+31
* [InstCombine] regenerate test checks; NFCSanjay Patel2018-12-162-448/+439
* [InstCombine] add tests for vector widening transforms (PR40032); NFCSanjay Patel2018-12-161-0/+32
* [test] [support] Use socket()+bind() to create unix sockets portablyMichal Gorny2018-12-161-2/+8
* [x86] increment/decrement constant vector with min/max in vsetcc lowering (PR...Sanjay Patel2018-12-164-58/+72
* [DAGCombiner] allow hoisting vector bitwise logic ahead of truncatesSanjay Patel2018-12-1612-211/+147
* Update the list of platforms & archsSylvestre Ledru2018-12-161-2/+2
* Use backquotes to avoid a sphinx unexpected error:Sylvestre Ledru2018-12-161-1/+1
* Thread safety analysis: Allow scoped releasing of capabilitiesAaron Puchert2018-12-162-39/+177
* Document the usage of BOOTSTRAP_XXX with stage2 buildsSylvestre Ledru2018-12-161-0/+9
* [SelectionDAG] Add FSHL/FSHR support to computeKnownBitsSimon Pilgrim2018-12-163-16/+41
* [X86] Add computeKnownBits tests for funnel shift intrinsicsSimon Pilgrim2018-12-161-0/+43
* Improve the comment in previousKamil Rytarowski2018-12-161-2/+2
* Expand TSan sysroot workaround to NetBSDKamil Rytarowski2018-12-161-5/+6
* [test] [ctime] Ignore -Wformat-zero-length warningsMichal Gorny2018-12-161-0/+4
* [regex] Use distinct __regex_word on NetBSDMichal Gorny2018-12-161-0/+4
* [gn build] Merge r349167Nico Weber2018-12-161-0/+1
* [gn build] Add build files for obj2yaml, yaml2obj, and lib/ObjectYAMLNico Weber2018-12-164-0/+58
* [gn build] Add build files for llvm-as, llvm-dis, llvm-dwarfdump, llvm-mc, Fi...Nico Weber2018-12-168-0/+79
* Fix a lit test failure after MallocChecker changesKristof Umann2018-12-161-1/+1
* [X86] Autogenerate complete checks. NFCCraig Topper2018-12-151-29/+39
* [X86] Begin cleaning up combineOr -> SHLD/SHRD. NFCI.Simon Pilgrim2018-12-151-5/+5
* [X86] Lower to SHLD/SHRD on slow machines for optsizeSimon Pilgrim2018-12-153-81/+31
* [X86] Add optsize SHLD/SHRD testsSimon Pilgrim2018-12-152-41/+131
* [analyzer][MallocChecker] Improve warning messages on double-delete errorsKristof Umann2018-12-156-19/+27
* Update the vFile:open: description to note that the flagsJason Molenda2018-12-152-1/+5
* [analyzer][MallocChecker][NFC] Document and reorganize some functionsKristof Umann2018-12-153-424/+725
* [analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistryKristof Umann2018-12-155-109/+86
* Link examples/clang-interpreter against clangSerializationKristof Umann2018-12-151-0/+1
* Fix a compilation error in examples/Kristof Umann2018-12-151-1/+1
* Add NetBSD support in needsRuntimeRegistrationOfSectionRange.Kamil Rytarowski2018-12-151-0/+1
* Register kASan shadow offset for NetBSD/amd64Kamil Rytarowski2018-12-151-3/+7
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-15105-156/+105
* [analyzer] Prefer returns values to out-params in CheckerRegistry.cppKristof Umann2018-12-156-101/+75
* [CodeGen] Enhance machine PHIs optimizationDinar Temirbulatov2018-12-154-13/+86
* Regenerate neon copy tests. NFCI.Simon Pilgrim2018-12-151-174/+589
* lldb-test: Improve newline handlingPavel Labath2018-12-153-43/+43
* ELF: more section creation cleanupPavel Labath2018-12-159-73/+230
* Remove /proc/pid/maps parsing code from NativeProcessLinuxPavel Labath2018-12-151-101/+18
* [analyzer] Assume that we always have a SubEngine availableGabor Horvath2018-12-158-53/+40
* Fix -Wunused-variable warning. NFCI.Simon Pilgrim2018-12-151-0/+4
* [TargetLowering] Add ISD::OR + ISD::XOR handling to SimplifyDemandedVectorEltsSimon Pilgrim2018-12-1531-2654/+2145
* Enable test/msan/pthread_getname_np.cc for NetBSDKamil Rytarowski2018-12-151-1/+5
* Enable SANITIZER_INTERCEPT_PTHREAD_GETNAME_NP for NetBSDKamil Rytarowski2018-12-151-1/+1
* [InstSimplify] Add tests for saturating add/sub + icmp; NFCNikita Popov2018-12-151-0/+165
* [OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev2018-12-1520-9/+41
* [libclang] Add dependency on clangSerialization to unbreak -DBUILD_SHARED_LIB...Fangrui Song2018-12-151-0/+1
OpenPOWER on IntegriCloud