summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Remove extra config.h includesIvan Donchevskii2018-12-142-2/+0
* [clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii2018-12-143-185/+116
* [llvm-xray] Use correct variable namePetr Hosek2018-12-141-2/+2
* [llvm-xray] Store offset pointers in temporariesPetr Hosek2018-12-141-2/+4
* Remove unused variable.Richard Trieu2018-12-141-1/+0
* Update google benchmark againEric Fiselier2018-12-143-12/+31
* Update google benchmark versionEric Fiselier2018-12-1417-100/+194
* Fix up diagnostics.Richard Trieu2018-12-1414-80/+89
* [gn build] Merge r348963 and r349076Nico Weber2018-12-142-0/+2
* [clang-tidy] Improve google-objc-function-naming diagnostics 📙Stephane Moore2018-12-143-17/+33
* Fix test failures that depended on module orderGreg Clayton2018-12-142-24/+24
* Revert "[clang-tidy] Share the forced linking code between clang-tidy tool an...Douglas Yung2018-12-143-110/+185
* [llvm-xray] Support for PIEPetr Hosek2018-12-143-2/+52
* [macho] save the SDK version stored in module metadata into the version min andAlex Lorenz2018-12-1419-53/+297
* Revert "Try to update the test to fix the breakage With the new warning, we a...Adam Nemet2018-12-141-1/+1
* Revert "Make -Wstring-plus-int warns even if when the result is not out of bo...Adam Nemet2018-12-142-11/+22
* Windows ASan: Instrument _msize_base()Vlad Tsyrklevich2018-12-142-0/+7
* [Builltins][X86] Provide implementations of __lzcnt16, __lzcnt, __lzcnt64 for...Craig Topper2018-12-145-18/+77
* Silence CMP0048 warning in the benchmark utility libraryReid Kleckner2018-12-141-0/+6
* [gn build] Add infrastructure to create symlinks and use it to create lld's s...Nico Weber2018-12-144-2/+122
* [DAGCombiner] clean up visitEXTRACT_VECTOR_ELTSanjay Patel2018-12-141-138/+129
* [X86] Demote EmitTest to a helper function of EmitCmp. Route all callers exce...Craig Topper2018-12-132-14/+9
* Revert "Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)"Evgeniy Stepanov2018-12-131-5/+5
* Revert "[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)"Evgeniy Stepanov2018-12-132-5/+3
* [AArch64] Fix Exynos predicates (NFC)Evandro Menezes2018-12-131-14/+23
* [OpenMP] Fix transient divide by zero bug in 32-bit codeJonathan Peyton2018-12-131-4/+11
* [OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton2018-12-1323-129/+1024
* [SampleFDO] handle ProfileSampleAccurate when initializing function entry countWei Mi2018-12-136-98/+103
* [CUDA] Make all host-side shadows of device-side variables undef.Artem Belevich2018-12-132-85/+129
* Attempt to fix code completion test to handle LLP64 platformsReid Kleckner2018-12-131-1/+3
* Fix test after -Wstring-plus-int warning was enabledReid Kleckner2018-12-131-1/+1
* Revert r348971: [AMDGPU] Support for "uniform-work-group-size" attributeAakanksha Patil2018-12-139-263/+31
* Fix debug-info-abspath.c on Windows by removing /tmp/t.o lineReid Kleckner2018-12-131-2/+0
* Update the scan-build to generate SARIF.Aaron Ballman2018-12-132-4/+19
* AMDGPU/GlobalISel: Legalize/regbankselect block_addrMatt Arsenault2018-12-134-1/+63
* [libc++] Fix _LIBCPP_EXPORTED_FROM_ABI when visibility annotations are disabledThomas Anderson2018-12-131-1/+5
* Reapply "[MemCpyOpt] memset->memcpy forwarding with undef tail"Nikita Popov2018-12-132-20/+99
* Implement a small subset of the C++ `type_traits` header inside sanitizer_com...Dan Liew2018-12-133-0/+73
* [ThinLTO] Compute synthetic function entry countEaswaran Raman2018-12-1324-34/+293
* [llvm] Address base discriminator overflow in X86DiscriminateMemOpsMircea Trofin2018-12-131-3/+14
* [llvm-size][libobject] Add explicit "inTextSegment" methods similar to "isTex...Jordan Rupprecht2018-12-136-4/+105
* [clang-tidy] Add the abseil-duration-subtraction checkHyrum Wright2018-12-1311-116/+322
* [CostModel][X86] Don't count 2 shuffles on the last level of a pairwise arith...Craig Topper2018-12-132-55/+55
* [libcxx] Fix pop_back() tests to make sure they don't always just passLouis Dionne2018-12-132-0/+2
* [CMake] llvm_codesign workaround for Xcode double-signing errorsStefan Granitz2018-12-131-12/+13
* [LoopUtils] Use i32 instead of `void`.Davide Italiano2018-12-133-2/+33
* Don't add unnecessary compiler flags to llvm-config outputTom Stellard2018-12-131-3/+11
* [NativePDB] Add support for local variables.Zachary Turner2018-12-138-71/+1104
* Correctly handle skewed streams in drop_front() method.Zachary Turner2018-12-132-2/+5
* Reinstate DW_AT_comp_dir support after D55519.Adrian Prantl2018-12-132-9/+30
OpenPOWER on IntegriCloud