summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* [ELF] Change gnuHashTab/hashTab to unique_ptr. NFCHEADFangrui Song2022-01-12-6/+6
* Add llc to the list of build dependencies to test MLIR (Fix buildbot)Mehdi Amini2022-01-12-1/+1
* [clang-tidy] Improve modernize-redundant-void-arg to recognize macro usesRichard2022-01-12-62/+140
* [ELF] Refactor how .gnu.hash and .hash are discardedFangrui Song2022-01-12-10/+2
* [ELF][test] Improve discard-gnu-hash.s to check DT_HASH and DT_GNU_HASHFangrui Song2022-01-12-9/+18
* [CODE OWNERS] Add wallace as code ownerWalter Erquinigo2022-01-12-2/+7
* Add split-file to the MLIR test dependencies (Fix bot)Mehdi Amini2022-01-12-1/+1
* [mlir] Fix a warningKazu Hirata2022-01-12-1/+2
* Apply clang-tidy fixes for bugprone-macro-parentheses in Interop.h (NFC)Mehdi Amini2022-01-12-1/+2
* Add an example of integration test invoking MLIR source with Memref from CMehdi Amini2022-01-12-1/+176
* [RISCV] Remove stale references to experimental-b. NFCCraig Topper2022-01-12-45/+45
* [InstSimplify] use knownbits to fold more udiv/uremSanjay Patel2022-01-12-6/+16
* [mlir] Finish removing Identifier from the C++ APIRiver Riddle2022-01-12-52/+16
* Remove NaN constant from arith.minf, arith.maxf expansionChristian Sigg2022-01-12-24/+17
* [ELF] Support discarding .relr.dynFangrui Song2022-01-12-4/+5
* Fold arith.cmpf when at least one operand is known to be NaN.Christian Sigg2022-01-12-0/+20
* [mlir][vector] Add folding for extract + extract/insert_stridedThomas Raoux2022-01-12-3/+202
* [InstCombine] add tests for binop with phi operands; NFCSanjay Patel2022-01-12-0/+711
* [ELF][test] Temporarily remove .relr.dyn test which is not workingFangrui Song2022-01-12-2/+0
* Revert "[JITLink][AArch64] Add support for splitting eh-frames on AArch64."Nico Weber2022-01-12-108/+0
* [RISCV] Update recently ratified Zb{a,b,c,s} extensions to no longer be exper...Alex Bradbury2022-01-12-196/+210
* [llvm-ar] Enforce one-dash form for long optionsFangrui Song2022-01-12-6/+19
* [llvm-ar][test] Test that --plugin is ignoredFangrui Song2022-01-12-0/+9
* AMDGPU/GlobalISel: Regenerate mir test checksMatt Arsenault2022-01-12-6632/+7826
* AMDGPU/GlobalISel: Do not use terminator copy before waterfall loopsMatt Arsenault2022-01-12-307/+475
* GlobalISel: Fix insert point in localizerMatt Arsenault2022-01-12-3/+72
* [ELF] -Map --why-extract=: print despite errorsFangrui Song2022-01-12-6/+20
* [ELF] Support discarding .relr.dynFangrui Song2022-01-12-8/+9
* Add an assert in cpudispatch emit to try to track down an error.Erich Keane2022-01-12-1/+4
* [libc++] [ranges] SFINAE away ranges::cbegin(const T&&) for non-borrowed T.Arthur O'Dwyer2022-01-12-13/+18
* [mlir] Update BUILD rule for MathDialect.Chia-hung Duan2022-01-12-0/+1
* [ModuleInliner] Properly delete dead functionsArthur Eubanks2022-01-12-8/+1
* [Clang][Sema] Use VersionMap from SDKSettings for remapping tvOS and watchOS ...Egor Zhdan2022-01-12-43/+268
* [RISCV] Add RISCVProcFamilyEnum and add SiFive7.Craig Topper2022-01-12-9/+31
* [NFC][MLGO] The regalloc reward is float, not int64_tMircea Trofin2022-01-12-1/+1
* [AIX] demangle xcoff label symbol for llvm-nmzhijian2022-01-12-8/+65
* [BOLT][TEST] Move exceptions-instrumentation.test to X86Amir Ayupov2022-01-12-0/+0
* [clang][#51931] Enable `-Wdeclaration-after-statement` for all C versionsMarkus Böck2022-01-12-6/+40
* [MLIR][Math] Enable constant folding of opsWilliam S. Moses2022-01-12-0/+136
* [lldb] Disable one more watchpoint test on WindowsStella Stamenova2022-01-12-0/+1
* [NFC][MLGO] Prep a few files before the main ML Regalloc adviserMircea Trofin2022-01-12-8/+5
* Revert "[LLDB][NativePDB] Add support for inlined functions"Stella Stamenova2022-01-12-1178/+95
* GlobalIsel: Fix fma combine when one of the operands comes from unmergePetar Avramovic2022-01-12-159/+141
* GlobalIsel: Precommit fma combine tests with one operand from unmergePetar Avramovic2022-01-12-2000/+2807
* [Inline] Attempt to delete any discardable if unused functionsArthur Eubanks2022-01-12-17/+137
* [libc++] Start using `arc4random()` to implement `std::random_device` on AppleLouis Dionne2022-01-12-10/+52
* [lld-macho] Port CallGraphSort from COFF/ELFLeonard Grey2022-01-12-1/+481
* CGBuiltin - Use castAs<> instead of getAs<> to avoid dereference of nullptrSimon Pilgrim2022-01-12-1/+1
* [clang-tidy] UseDefaultMemberInitCheck::checkDefaultInit - Use cast<> instead...Simon Pilgrim2022-01-12-1/+1
* [clang] Fix crash for sizeof on VLAsPaulo Matos2022-01-12-0/+25