summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* [ARM] Fix 8-bit immediate overflow in the instruction of segmented stack prol...HEADmainZhiyao Ma2022-03-10-54/+258
* [AArch64] Use correct calling convention for each varargPhilippe Valembois2022-03-10-76/+113
* [clang-format] Fix namespace format when the name is followed by a macroZequan Wu2022-03-10-35/+134
* [clang-tools-extra] Don't consider python below LLVM_MINIMUM_PYTHON_VERSION. NFCSam McCall2022-03-10-10/+2
* [lldb] Remove unused include in ScriptedProcessInterface.hDave Lee2022-03-10-1/+0
* [Sema][Windows] Don't special-case void* in __unaligned conversions.Eli Friedman2022-03-10-10/+30
* [mlir][Vector] Modernize default lowering of vector transposeDiego Caballero2022-03-10-68/+63
* [FunctionAttrs] Add tests for argmemonly inference.Florian Hahn2022-03-10-0/+192
* [clang-format][NFC] Group all C++ passes under isCpp()owenca2022-03-10-10/+9
* [clang-tools-extra] Remove unused lit features/substitutions. NFCISam McCall2022-03-10-25/+0
* Fix reference to execute_external leftover in 69924ccf7a328fSam McCall2022-03-10-1/+1
* Remove redundant lit config already handled in llvm_config. NFCISam McCall2022-03-10-28/+3
* [lldb] Call ThreadPlan::DiscardPlan from Thread::DiscardPlanDave Lee2022-03-10-1/+1
* llvm-ifs doc: Replace a utf-8 char by a more classic oneSylvestre Ledru2022-03-10-1/+1
* [ASan] Added back @PLT to __asan_report_* calls to avoid compile errors.Kirill Stoimenov2022-03-10-4/+4
* lldb/ObjectFile,Disassembler: read some state from the executableSaleem Abdulrasool2022-03-10-0/+51
* [libc][Obvious] Destroy the block store var in block store test.Siva Chandra Reddy2022-03-10-0/+2
* [clang-format] Handle "// clang-format off" for RemoveBracesLLVMowenca2022-03-10-1/+15
* [libc] Add a resizable container with constexpr constructor and destructor.Siva Chandra Reddy2022-03-10-13/+257
* Diagnose when `#pragma clang fp eval_method` doesn't have a supported value.Zahira Ammarguellat2022-03-10-1/+12
* [ASan] Moved optimized callbacks out of asan_static to avoid DSO size increase.Kirill Stoimenov2022-03-10-11/+5
* [FunctionAttrs] Add initial test for pass statistics.Florian Hahn2022-03-10-0/+27
* [X86] Add (u)comiss/sd tests showing eflags handling (PR38960)Simon Pilgrim2022-03-10-0/+637
* [libc++] Add tests for the content of <cstddef>Louis Dionne2022-03-10-0/+72
* [libc++] Remove operator-> from iterator archetypes that don't need itLouis Dionne2022-03-10-59/+63
* [lldb] Always listen for progress events in the default event handlerJonas Devlieghere2022-03-10-4/+2
* [LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD...Zequan Wu2022-03-10-20/+731
* [mlir][NVVM] Add ldmatrix op to NVVM dialectThomas Raoux2022-03-10-0/+148
* [AMDGPU] Updated some tests to run on gfx940. NFC.Stanislav Mekhanoshin2022-03-10-9/+18
* [cmake] Remove unused OUTPUT_MAPPING param to configure_lit_site_cfg(). NFCSam McCall2022-03-10-6/+1
* [lld-macho] Align cstrings less conservativelyJez Ng2022-03-10-38/+229
* [BOLT] Divide RegularPageSize for X86 and AArch64 casesElvina Yakubova2022-03-10-1/+4
* [lldb] Remove extra space in step logging messageDave Lee2022-03-10-1/+1
* [mlir][sparse] Improving error messages for openSparseTensorCOOwren romano2022-03-10-1/+6
* [RISCV] Remove performANY_EXTENDCombine.Craig Topper2022-03-10-87/+0
* [lldb/gdb-remote] Remove ancient debugserver workaroundPavel Labath2022-03-10-107/+1
* [flang] Lower pointer component in derived typeValentin Clement2022-03-10-17/+1258
* [lldb/crashlog] Reformat module loading logs (NFC)Med Ismail Bennani2022-03-10-2/+2
* [lldb/Plugin] Test that a scripted process blueprint can be loaded for the dSYMMed Ismail Bennani2022-03-10-10/+20
* [lldb/crashlog] Make interactive mode display more user-friendlyMed Ismail Bennani2022-03-10-5/+39
* [JMCInstrument] infer proper path style based on debug infoYuanfang Chen2022-03-10-61/+113
* [flang] Lower general forall statementValentin Clement2022-03-10-25/+1929
* [CMake] Include runtimes test suites in check-allPetr Hosek2022-03-10-4/+27
* [AMDGPU] Use subreg encoding instead of reassignJoe Nash2022-03-10-5/+5
* Fix the dates for the C and C++ language working groupAaron Ballman2022-03-10-1/+1
* [RISCV] Add isel patterns for masked RISCVISD::FMA_VL with RISCVISD::FNEG_VL.Craig Topper2022-03-10-10/+6410
* [InstCombine] replace negated operand in fcmp with 0.0Sanjay Patel2022-03-10-56/+52
* [InstCombine] add tests for fcmp with fneg common operand; NFCSanjay Patel2022-03-10-0/+357
* [VP] Strided loads/storesLorenzo Albano2022-03-10-18/+687
* [flang] Lower where statementValentin Clement2022-03-10-36/+761