summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Apply first pass at diag handler structurediagnostic-handler-devAsher Mancinelli2021-04-054-16/+145
* Clang-format list input testAsher Mancinelli2021-03-301-3/+3
* Remove legacy list-input testAsher Mancinelli2021-03-302-72/+0
* Add list input test to GTest suiteAsher Mancinelli2021-03-302-0/+77
* [IPO][SampleContextTracker] Use SmallVector to track context profiles to prev...Huihui Zhang2021-03-292-7/+7
* [AArch64][GlobalISel] NFC: Replace IR regbankselect test with MIR testJessica Paquette2021-03-292-16/+26
* [dsymutil] Relocate DW_TAG_labelJonas Devlieghere2021-03-294-2/+24
* [lldb] Prints error using WithColor::error in lldb-platformJonas Devlieghere2021-03-291-14/+18
* Fix .debug_aranges parsing issues.Greg Clayton2021-03-298-67/+245
* [gn build] Port 5178ffc7cf92LLVM GN Syncbot2021-03-291-0/+1
* [Passes] Add relative lookup table converter passGulfem Savrun Yeniceri2021-03-2926-16/+743
* [AArch64] Remove custom zext/sext legalization code.Florian Hahn2021-03-292-72/+65
* [lldb] Print stack trace when lldb-vscode crashesJonas Devlieghere2021-03-292-2/+5
* [X86][FastISel] Fix with.overflow eflags clobber (PR49587)Nikita Popov2021-03-292-2/+11
* [NFC] clang-formatting zos-alignment.cFanbo Meng2021-03-291-42/+42
* [lsan] realloc: don't deallocate if requested size is too largeFangrui Song2021-03-292-6/+28
* Revert "[CMake] Use write_basic_package_version_file for LLVM"Petr Hosek2021-03-292-7/+18
* Fix broken build for commit 9b0517035faee275ce1feabb03d0c7606ea7f819MaheshRavishankar2021-03-291-0/+1
* fix comment typo to cycle botsNico Weber2021-03-291-1/+1
* [AMDGPU] Fix "Sequence" spelling. NFC.Stanislav Mekhanoshin2021-03-291-4/+4
* [llvm-reduce] Remove dso_local when possibleSamuel2021-03-296-0/+101
* [libcxx] Use integer divisionPetr Hosek2021-03-291-1/+1
* Revert "[AMDGPU] Mark additional VOP3 as commutable"Joe Nash2021-03-298-143/+67
* fix comment typo to cycle botsNico Weber2021-03-291-1/+1
* [lsan][test] Add malloc(0) and realloc(p, 0) testsFangrui Song2021-03-292-0/+28
* [mlir] Enhance InferShapedTypeOpInterface and move LinalgOps to use them.MaheshRavishankar2021-03-2915-209/+395
* fix comment typo to cycle botsNico Weber2021-03-291-3/+3
* NFC: Update MLIR python bindings docs to install deps via requirements.txt.Stella Laurenzo2021-03-292-4/+15
* [AMDGPU] Mark additional VOP3 as commutableJoe Nash2021-03-298-67/+143
* [lld-macho] Implement -segprotJez Ng2021-03-295-2/+99
* [AArch64] Add a few more vector extension tests.Florian Hahn2021-03-291-0/+57
* [lldb][NFC] Fix -Wdocumentation issue in ModuleSpec.h/ThreadTrace.hRaphael Isemann2021-03-292-3/+3
* [lldb][NFC] Fix -Wdocumentation issue in ProcessMinidumpRaphael Isemann2021-03-291-2/+2
* [PrologEpilogInserter][AMDGPU] Only adjust offset for emergency spill slots i...Roger Ferrer Ibanez2021-03-292-5/+10
* [RISCV] When custom iseling masked loads/stores, copy the mask into V0 instea...Craig Topper2021-03-295-95/+209
* [flang] Fix CHECK() calls on erroneous procedure declarationsPeter Steinfeld2021-03-292-11/+84
* [X86] Always use rip-relative addressing on 64-bit when rematerializing all z...Craig Topper2021-03-293-13/+14
* [RISCV] Fix offset computation for RVVRoger Ferrer Ibanez2021-03-299-76/+122
* [NFC][RISCV] Add test showing wrong stack slot for GPR and RVV spilled registersRoger Ferrer Ibanez2021-03-292-0/+100
* [NFC][RISCV] Pass file through update_llc_tests to fix whitespace issuesRoger Ferrer Ibanez2021-03-291-88/+89
* [CSSPGO][llvm-profgen] Context-sensitive global pre-inlinerWenlei He2021-03-2910-24/+544
* [Clang] Fix line numbers in CHECK lines.Florian Hahn2021-03-291-2/+2
* [SampleFDO] Do not scale the magic number NOMORE_ICP_MAGICNUM in value profileWei Mi2021-03-294-8/+93
* [Clang] Only run test when X86 backend is built.Florian Hahn2021-03-291-0/+1
* [lldb] Move UpdateISAToDescriptorMap into ClassInfoExtractor (NFC)Jonas Devlieghere2021-03-292-39/+26
* [OpenMP] Trim error messages in CUDA pluginJoseph Huber2021-03-292-17/+15
* [mlir][Linalg] Rewrite SubTensors that take a slice out of a unit-extend dime...MaheshRavishankar2021-03-292-19/+152
* [flang] Update output format test to use GTestAsher Mancinelli2021-03-294-531/+697
* [mlir][Linalg] Drop spurious error messageMaheshRavishankar2021-03-292-8/+20
* [libcxx] adds std::identity to <functional>Christopher Di Bella2021-03-292-0/+92