summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Enhance mlir-opt show-dialects test case9eb3e564d3bLewuathe2021-01-091-14/+27
* [clang] Add llvm-strip to test dependenciesShoaib Meenai2021-01-091-0/+1
* [NFC] Disallow unused prefixes in CodeGen/X86 tests.Mircea Trofin2021-01-094-6/+14
* [mlir][vector] modified scatter/gather syntax, pass_thru mandatoryAart Bik2021-01-0910-81/+87
* [SimplifyCFG] Keep !dgb metadata of moved instruction, if they match.Florian Hahn2021-01-093-4/+49
* [gn build] Make an explicit `use_lld = true` on mac use lld.darwinnewNico Weber2021-01-091-1/+5
* [OpenMP] Remove copy constructor of `RTLInfoTy`Shilei Tian2021-01-092-61/+37
* [lld-macho] Remove unnecessary llvm:: namespace prefixesJez Ng2021-01-095-15/+15
* [llvm] Drop unnecessary make_range (NFC)Kazu Hirata2021-01-098-18/+16
* [Transforms] Use llvm::find_if (NFC)Kazu Hirata2021-01-093-8/+5
* [SCEV] Remove unused getOrInsertCanonicalInductionVariable (NFC)Kazu Hirata2021-01-092-28/+0
* [SelectionDAG] Extend immAll(Ones|Zeros)V to handle ISD::SPLAT_VECTORFraser Cormack2021-01-097-50/+84
* [OpenMP] Added the support for cache line size 256 for A64FXShilei Tian2021-01-095-1/+35
* [RISCV] Do not grow the stack a second time when we need to realign the stackRoger Ferrer Ibanez2021-01-093-154/+138
* [VPlan] Keep start value of VPWidenPHIRecipe as VPValue.Florian Hahn2021-01-092-7/+14
* [clang][Sema] Compare SourceLocations directly [NFCI]Mikhail Maltsev2021-01-092-5/+2
* [mlir][spirv] Replace SPIRVOpLowering with OpConversionPatternLei Zhang2021-01-0910-152/+203
* [WebAssembly] Remove unreachable EH padsHeejin Ahn2021-01-092-9/+56
* [RISCV] Add tests for scalable constant-folding (NFC)Fraser Cormack2021-01-093-0/+77
* [Test][FileCheck] Fix use of undef varThomas Preud'homme2021-01-091-4/+6
* [WebAssembly] Update InstPrinter support for EHHeejin Ahn2021-01-094-65/+58
* [mlir] AsyncRuntime: use LLVM ThreadPool to run async tasksEugene Zhulenev2021-01-091-1/+7
* [WebAssembly] Remove exnref and br_on_exnHeejin Ahn2021-01-0927-187/+50
* [WebAssembly] Update basic EH instructions for the new specHeejin Ahn2021-01-0917-808/+214
* Fix CodeGenCXX/difile_entry.cpp on WindowsFangrui Song2021-01-091-1/+1
* Make -fno-pic respect -fno-direct-access-external-dataFangrui Song2021-01-092-2/+19
* Add -f[no-]direct-access-external-data to supersede -mpie-copy-relocationsFangrui Song2021-01-097-15/+47
* [WebAssembly] Update WasmEHPrepare for the new specHeejin Ahn2021-01-0810-31/+50
* [IR] Delete unused ReplaceLast in DebugLoc::appendInlineAtFangrui Song2021-01-082-7/+2
* Revert "This adds a new test checking llvm-symbolizer with an object built wi...Sriraman Tallam2021-01-081-594/+0
* This adds a new test checking llvm-symbolizer with an object built with basic...Sriraman Tallam2021-01-081-0/+594
* PR47391: Canonicalize DIFilesUmesh Kalappa2021-01-083-15/+29
* [DWARFLinker] Link against BinaryFormatJonas Devlieghere2021-01-081-0/+1
* [debugserver] Various plist changesJonas Devlieghere2021-01-0812-142/+17
* [DWARFLinker] Print the unsupport DWARF form as part of the warningJonas Devlieghere2021-01-081-3/+4
* [SCEV] Remove unused getExactExistingExpansion (NFC)Kazu Hirata2021-01-082-13/+0
* [Tablegen] Use llvm::find_if (NFC)Kazu Hirata2021-01-084-20/+18
* [Target, Transforms] Use *Set::contains (NFC)Kazu Hirata2021-01-089-18/+18
* [RISCV] Optimize multiplication with constantBen Shi2021-01-092-211/+227
* [clangd][NFC] Remove unnecessary copy in CodeCompleteNathan James2021-01-091-2/+2
* [X86] Remove IntrArgMemOnly from ldmxcsr intrinsic.Craig Topper2021-01-081-1/+1
* [AMDGPU] Add volatile support to SIMemoryLegalizerTony2021-01-0987-1093/+3559
* Never call a destroying operator delete when cleaning up from anRichard Smith2021-01-083-12/+83
* [libc][NFC] add includes for internal headers to all libc functionsMichael Jones2021-01-0994-3/+95
* [libc] Switch to use a macro which does not insert a section for every libc f...Michael Jones2021-01-08147-222/+210
* [lld-macho] Fix TLV data initializationJez Ng2021-01-086-59/+189
* [NewPM] Run ObjC ARC passesArthur Eubanks2021-01-085-24/+32
* Update the maximum integer bitwidth in MLIR.Andrew Lenharth2021-01-082-3/+3
* Attempt to complete an incomplete expression type when considering aRichard Smith2021-01-085-21/+60
* [InitLLVM] Ensure SIGPIPE handler installed before sigaction()Vedant Kumar2021-01-083-3/+20