summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [RISCV] Refactor FeatureRVCHints to make ProcessorModel more intuitiveZakk Chen2020-07-093-13/+11
* [clangd] Factor out some helper functions related to heuristic resolution in ...Nathan Ridge2020-07-101-29/+52
* [CodeMoverUtils] Move OrderedInstructions to CodeMoverUtilsSharmaRithik2020-07-108-188/+14
* [llvm-symbolizer][test] Fix options-from-env.testFangrui Song2020-07-091-3/+5
* [NFC] Separate bitcode reading for FUNC_CODE_INST_CMPXCHG(_OLD)Guillaume Chatelet2020-07-102-32/+91
* [demangler] More properly save and restore the template parameter stateRichard Smith2020-07-093-2/+31
* [CMake][Fuchsia] Move runtimes to outer scopePetr Hosek2020-07-091-1/+1
* Add Python bindings guide.Stella Laurenzo2020-07-091-0/+328
* [demangler] Don't allow the template parameters from the <encoding> in aRichard Smith2020-07-093-0/+14
* CrashTracer: clang at clang: llvm::BitstreamWriter::ExitBlockOliver Hunt2020-07-092-0/+28
* [SCEV][IndVarSimplify] insert point should not be block front.Chen Zheng2020-07-093-10/+36
* [lldb] Declare extern template instantiation to fix linking issues.Jordan Rupprecht2020-07-092-1/+14
* [StackSafety,NFC] Reduce FunctionSummary sizeVitaly Buka2020-07-091-11/+22
* [Sanitizer] Update macOS version checkingJulian Lettner2020-07-092-6/+20
* PR46648: Do not eagerly instantiate default arguments for a genericRichard Smith2020-07-096-11/+45
* Push parameters into the local instantiation scope before instantiatingRichard Smith2020-07-094-5/+30
* Move default argument instantiation to SemaTemplateInstantiateDecl.cpp.Richard Smith2020-07-093-77/+86
* [MLIR][SPIRV] Support two memory access attributes in OpCopyMemory.ergawy2020-07-096-21/+331
* [AArch64][GlobalISel] Add more specific debug info tests for 613f12dd8e2403f5...Amara Emerson2020-07-094-15/+205
* [NFC] Derive from PassInfoMixin for no-op/printing passesArthur Eubanks2020-07-093-115/+119
* [NFC] Change getEntryForPercentile to be a static function in ProfileSummaryB...Wei Mi2020-07-093-19/+24
* [NFC] Extract the code to write instr profile into function writeInstrProfileWei Mi2020-07-091-12/+17
* Initial boiler-plate for python bindings.Stella Laurenzo2020-07-0912-4/+180
* [AArch64][SVE] Add lowering for llvm.fma.Eli Friedman2020-07-094-0/+75
* [flang] ifdef to avoid warning about supposedly dead functionEric Schweitz2020-07-091-0/+2
* [flang] Fix frontend build with -DBUILD_SHARED_LIBS=Onpeter klausler2020-07-0920-67/+104
* Revert "[Lexer] Fix missing coverage line after #endif"Zequan Wu2020-07-092-14/+11
* [flang] Fix a crash when creating generics from a copyPete Steinfeld2020-07-093-8/+31
* Switch to using -debug-info-kind=constructor as default (from =limited)Amy Huang2020-07-0911-29/+32
* [Lexer] Fix missing coverage line after #endifZequan Wu2020-07-092-11/+14
* [PowerPC][Power10] Add Instruction definition/MC Tests for Load/Store Rightmo...Albion Fung2020-07-093-0/+66
* [FileCheck] Improve -dump-input documentationJoel E. Denny2020-07-092-12/+15
* Recommit "[X86] Merge the FEATURE_64BIT and FEATURE_EM64T bits in X86TargetPa...Craig Topper2020-07-093-17/+31
* [AMDGPU] Return restricted number of regs from TTIStanislav Mekhanoshin2020-07-092-2/+15
* [DAGCombiner] convert if-chain in store merging to switch; NFCSanjay Patel2020-07-091-11/+14
* [DAGCombiner] add helper function for store merging of loaded values; NFCSanjay Patel2020-07-091-258/+271
* [DAGCombiner] add helper function for store merging of extracts; NFCSanjay Patel2020-07-091-64/+79
* [DAGCombiner] add helper function for store merging of constants; NFCSanjay Patel2020-07-091-114/+131
* [DAGCombiner] add helper function to manage list of consecutive stores; NFCSanjay Patel2020-07-091-30/+53
* [PredicateInfo] Print RenamedOp (NFC)Nikita Popov2020-07-093-6/+9
* Revert "[CallGraph] Ignore callback uses"Roman Lebedev2020-07-104-69/+7
* Temporarily Revert "Fix [-Werror,-Wsign-compare] warnings arising from subsec...Eric Christopher2020-07-092-21/+21
* Temporarily Revert "[PowerPC] Split s34imm into two types"Eric Christopher2020-07-098-57/+11
* Revert D83013 "[LPM] Port CGProfilePass from NPM to LPM"Fangrui Song2020-07-0917-130/+50
* [CallGraph] Ignore callback usesGiorgis Georgakoudis2020-07-094-7/+69
* [llvm-reduce] Reducing attributesRoman Lebedev2020-07-0910-0/+390
* [NFC][llvm-reduce] Purify for_each usage in Operand Bundles into range-based ...Roman Lebedev2020-07-091-5/+3
* [NFCI][llvm-reduce] OperandBundleCounter: drop pointless constructorRoman Lebedev2020-07-091-2/+0
* [Docs] CodingStandards: for_each is discouragedRoman Lebedev2020-07-091-0/+3
* Revert "[InstCombine] Lower infinite combine loop detection thresholds"Roman Lebedev2020-07-091-5/+0