summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [X86] Support function attribute "patchable-function-entry"Fangrui Song2020-01-102-3/+73
* [AArch64] Add function attribute "patchable-function-entry" to add NOPs at fu...Fangrui Song2020-01-107-2/+139
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-101-1/+1
* [AIX] Allow vararg calls when all arguments reside in registersjasonliu2020-01-103-24/+376
* [examples] Add missing dependency in llvm examplesHiroshi Inoue2020-01-113-0/+3
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-101-1/+1
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-101-1/+1
* [X86][AVX] lowerShuffleAsLanePermuteAndShuffle - consistently normalize multi...Simon Pilgrim2020-01-101-2/+2
* [gn build] Port 5e7beb0a414LLVM GN Syncbot2020-01-101-0/+1
* [clangd] Fix targetDecl() on certain usage of ObjC properties.Sam McCall2020-01-102-6/+12
* [BPF] extend BTF_KIND_FUNC to cover global, static and extern funcsYonghong Song2020-01-1036-142/+381
* [InstCombine] add tests for fsub; NFCSanjay Patel2020-01-101-0/+135
* [mlir][spirv] Fix typos related to (de)serialization.Denis Khalikov2020-01-102-5/+5
* [analyzer] Add PlacementNewCheckerGabor Marton2020-01-106-0/+303
* Add missing nullptr checks.Adrian Prantl2020-01-108-29/+42
* Add support for __declspec(guard(nocf))Andrew Paverd2020-01-1011-28/+252
* [PowerPC] Handle constant zero bits in BitPermutationSelectorNemanja Ivanovic2020-01-102-4/+148
* [NFC] format unittest for ExprMutAnalyzerJonas Toth2020-01-101-29/+24
* [DebugInfo][NFC] Remove unused variable/fix variable namingJames Henderson2020-01-101-1181/+1179
* [DebugInfo] Improve error message textJames Henderson2020-01-104-766/+770
* [LIBOMPTARGET]Ignore empty target descriptors.Alexey Bataev2020-01-102-0/+21
* AMDGPU/GlobalISel: Clamp G_ZEXT source sizesMatt Arsenault2020-01-108-240/+970
* [lldb][tests] Make it possible to expect failure for a whole categoryTatyana Krasnukha2020-01-104-4/+24
* [lldb][tests][NFC] Unify variable naming conventionTatyana Krasnukha2020-01-105-45/+45
* [FPEnv] Invert sense of MIFlag::FPExcept flagUlrich Weigand2020-01-1013-106/+130
* [ARM][MVE] Tail predicate VMAX,VMAXA,VMIN,VMINASam Parker2020-01-102-0/+20
* RangeDataVector: Support custom sorting for D63540Jan Kratochvil2020-01-102-23/+54
* ARMLowOverheadLoops: a few more dbg msgs to better trace rejected TP loops. NFC.Sjoerd Meijer2020-01-101-7/+16
* Sprinkle some constexpr on default ctors so the compiler can diagnose unused ...Benjamin Kramer2020-01-105-5/+3
* Reverting, broke some bots. Need further investigation.Diogo Sampaio2020-01-1024-698/+147
* [lldb][tests] Cleanup '.categories'Tatyana Krasnukha2020-01-106-5/+1
* [FPEnv] Generate constrained FP comparisons from clangUlrich Weigand2020-01-104-11/+360
* [lldb][test] NFC, re-use _getTestPath() functionTatyana Krasnukha2020-01-101-21/+14
* [lldb][tests] Take into account all parent's categories when traverse folders...Tatyana Krasnukha2020-01-102-12/+13
* [Support] ThreadPoolExecutor fixes for Windows/MinGWAndrew Ng2020-01-102-21/+68
* [lldb] Surpress "bitfield too small" gcc warningPavel Labath2020-01-101-3/+3
* [CodeComplete] Suggest 'return nullptr' in functions returning pointersIlya Biryukov2020-01-102-0/+31
* [lldb/DWARF] Don't automatically search dwo unit attributesPavel Labath2020-01-104-23/+7
* [lldb/lua] Make convenience_variables.test compatible with lua-5.1Pavel Labath2020-01-101-5/+5
* [ARM][Thumb2] Fix ADD/SUB invalid writes to SPDiogo Sampaio2020-01-1024-147/+698
* [ARM,MVE] Make `vqrshrun` generate the right instruction.Simon Tatham2020-01-102-9/+9
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-101-0/+1
* Data formatters: Look through array element typedefsJaroslav Sevcik2020-01-106-6/+54
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2020-01-101-2/+0
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2020-01-101-2/+0
* [X86][AVX] Add tests for v8f32/v8i32 089abcde and 0189abcd shufflesSimon Pilgrim2020-01-101-0/+118
* Don't use dyn_cast_or_null if we know the pointer is nonnull.Simon Pilgrim2020-01-101-4/+2
* [LV] Silence unused variable warning in Release builds. NFC.Benjamin Kramer2020-01-101-0/+1
* [MIR] Fix cyclic dependency of MIR formatterPeng Guo2020-01-109-33/+27
* XFAIL load_extension.ll test on macOS onlySerge Guelton2020-01-101-1/+1
OpenPOWER on IntegriCloud