summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [ARM] Add MemOperand to LDRcp to enable DCE.Eli Friedman2018-11-092-1/+62
* [JumpThreading] Fix exponential time algorithm computing known values.Eli Friedman2018-11-093-34/+90
* Work with a gdb-remote target that doesn't handle theJason Molenda2018-11-093-2/+77
* Re-land r343606 "[winasan] Unpoison the stack in NtTerminateThread"Reid Kleckner2018-11-092-1/+12
* Revert "Exclude wasm target from Windows packaging due to PR39448"Thomas Lively2018-11-091-2/+2
* [WebAssembly] Disable custom NaN payload testsThomas Lively2018-11-091-15/+19
* [hwasan] Add entire report to abort message on Android.Evgeniy Stepanov2018-11-096-9/+82
* Revert "Revert rL346454: Fix a use-after-free introduced by r344915."Adrian Prantl2018-11-092-1/+11
* [clang-tidy] fix PR39583 - ignoring ParenCast for string-literals in pro-boun...Jonas Toth2018-11-092-4/+9
* [ASTMatchers] overload ignoringParens for ExprJonas Toth2018-11-094-3/+39
* Remove llvm include from debugserver, change Jason Molenda2018-11-092-5/+3
* [X86] Move the promotion of v16i16->v16i8 for avx512f but not avx512bw from l...Craig Topper2018-11-0914-146/+156
* [OPENMP][NVPTX]Extend number of constructs executed in SPMD mode.Alexey Bataev2018-11-098-57/+88
* Branch/tag all projects with a single commit in release-tagging script.James Y Knight2018-11-091-15/+31
* Revert rL346454: Fix a use-after-free introduced by r344915.Simon Pilgrim2018-11-092-11/+1
* Use the correct address space when bitcasting func pointer to int pointerDylan McKay2018-11-091-1/+5
* Allow a double-underscore spelling of Clang attributes using double square br...Aaron Ballman2018-11-093-7/+25
* [AArch64] Support HiSilicon's TSV110 processorBryan Chan2018-11-0914-4/+82
* [llvm-mca] Account for buffered resources when analyzing "Super" resources.Andrea Di Biagio2018-11-091-1/+28
* [MS demangler] Use a slightly shorter unmangling for mangled strings.Nico Weber2018-11-093-377/+376
* [Hexagon] Fix some -Wunused-function with LLVM_DUMP_METHOD and -Wunused-variableFangrui Song2018-11-092-4/+9
* Fix a nondeterminism in the debug info for VLA size expressions.Adrian Prantl2018-11-094-8/+17
* [SystemZ] Add a couple of missing testsUlrich Weigand2018-11-091-10/+55
* [DWARFv5] Emit normal type units in .debug_info comdats.Paul Robinson2018-11-095-39/+52
* [X86] Turn X86ISD::VSEXT into X86ISD::VZEXT if the upper bits aren't demanded.Craig Topper2018-11-0922-222/+235
* [CostModel][X86] SK_ExtractSubvector is free if the subvector is at the start...Simon Pilgrim2018-11-0913-697/+751
* [Hexagon] Fix unused variable warning in release buildsJordan Rupprecht2018-11-091-0/+1
* [HIP] Remove useless sections in linked filesYaxun Liu2018-11-091-0/+4
* [WebAssembly] Hotfix of WebAssemblyInstructionTableSize after rL346465Fangrui Song2018-11-091-0/+2
* [TTI] Flip vector types in getShuffleCost SK_ExtractSubvector callSimon Pilgrim2018-11-091-1/+1
* [AMDGPU] Cleanup optimize-if-exec-masking.mir test. NFC.Stanislav Mekhanoshin2018-11-091-272/+42
* [Hexagon] Implement noreturn optimizationBrendon Cahoon2018-11-095-1/+133
* Add total function byte size and inline function byte size to "llvm-dwarfdump...Greg Clayton2018-11-092-11/+38
* [DAGCombiner][X86][Mips] Enable combineShuffleOfScalars to run between vector...Craig Topper2018-11-097-151/+116
* [llvm-strings] Fix whitespaces to match strings output.Jordan Rupprecht2018-11-096-35/+72
* [AMDGPU] Always pass TRI into findRegister[Use/Def]OperandIdxStanislav Mekhanoshin2018-11-094-7/+10
* Add missing includeAdrian Prantl2018-11-091-0/+1
* Driver: Make -fsanitize=shadow-call-stack compatible with -fsanitize-minimal-...Peter Collingbourne2018-11-092-1/+5
* Add missing includeAdrian Prantl2018-11-091-0/+1
* [clangd] Fix clang-tidy warnings.Kadir Cetinkaya2018-11-091-5/+5
* [Hexagon] Place globals with explicit .sdata section in small dataKrzysztof Parzyszek2018-11-092-5/+16
* Type safe version of MachinePassRegistrySerge Guelton2018-11-098-85/+81
* Introduce the _Clang scoped attribute token.Aaron Ballman2018-11-098-38/+100
* Use the correct address space when emitting the ctor function listDylan McKay2018-11-091-2/+3
* Annotate switch with LLVM_FALLTHROUGHAdrian Prantl2018-11-092-2/+3
* [docs][statepoints] Reformulate open issues listPhilip Reames2018-11-091-45/+63
* [NativePDB] Fix completion of enum types.Zachary Turner2018-11-092-1/+3
* [WebAssembly] Respect `--no-mangle` in more locationsSam Clegg2018-11-095-14/+17
* Fix -Wsign-compare warningFangrui Song2018-11-091-1/+1
* [llvm-cov] Remove "default:" label in the switch covering all enum values.Max Moroz2018-11-091-2/+0
OpenPOWER on IntegriCloud