aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-09[clang] WIP: Improved Context Declaration trackingusers/mizvekov/clang-fix-lambda-contextMatheus Izvekov80-989/+1600
2024-09-08[MC] Make MCRegisterInfo::getLLVMRegNum return std::optional<MCRegister>. NFC...Craig Topper9-17/+17
2024-09-08[RISCV] Fix crashes with Zfhmin+Zfa.Craig Topper2-5/+101
2024-09-09[LLVM]Fix symbol visibility macros not being define for AIX (#107705)Thomas Fransham1-1/+1
2024-09-09[C++20] [Modules] Treat constexpr/consteval member function as implicitly inlineChuanqi Xu2-0/+13
2024-09-09[gn build] Port fef84c56dcd9LLVM GN Syncbot1-0/+1
2024-09-09[RISCV] Support the large code model. (#70308)Jim Lin10-2/+1774
2024-09-09[mlir] 'dyn_cast' is deprecated: Use mlir::dyn_cast<U>() instead (NFC)Jie Fu1-1/+1
2024-09-08[libc] Add proxy header for the jmp_buf type (#107712)wldfngrs18-33/+57
2024-09-08Revert "[NFCI][LTO][lld] Optimize away symbol copies within LTO global resolu...Mingming Liu5-52/+6
2024-09-09[mlir] Fix crash in `InsertOpConstantFolder` when vector.insert operand is fr...Rajveer Singh Bharadwaj2-4/+35
2024-09-08[NFCI][LTO][lld] Optimize away symbol copies within LTO global resolution in ...Mingming Liu5-6/+52
2024-09-08[SandboxIR][Bench] Fix missing includeJustin Bogner1-0/+1
2024-09-08[TableGen] Migrate CTags/DFA/Directive Emitters to const RecordKeeper (#107693)Rahul Joshi4-47/+47
2024-09-08[NFC][TableGen] Replace DefInit::get() with Record::getDefInit() (#107762)Rahul Joshi4-62/+52
2024-09-08[clang][bytecode] Fix a variable scope problem with continue/break jumps (#10...Timm Baeder3-17/+37
2024-09-08[Hexagon] Avoid repeated hash lookups (NFC) (#107760)Kazu Hirata2-10/+2
2024-09-08[APINotes] Avoid repeated hash lookups (NFC) (#107758)Kazu Hirata1-8/+2
2024-09-08[Frontend] Use range-based for loops (NFC) (#107757)Kazu Hirata1-60/+48
2024-09-08[Pass] Avoid repeated hash lookups (NFC) (#107761)Kazu Hirata1-5/+3
2024-09-08[CodeGen] Avoid repeated hash lookups (NFC) (#107759)Kazu Hirata1-6/+1
2024-09-08[mlir][linalg] Update name of linalg ods-gen target in docs (NFC) (#107742)Felix Schneider1-2/+2
2024-09-08[FrontEnd] Use SetVector (NFC) (#107743)Kazu Hirata1-47/+31
2024-09-08Reapply "[Clang][CWG1815] Support lifetime extension of temporary created by ...yronglin20-87/+251
2024-09-08[LLD][COFF] Always locate the IAT at the beginning of the .rdata section and ...Jacek Caban2-5/+39
2024-09-08[NFC][TableGen] Migrate LLVM RISCVTarget/VT Emitters to const RecordKeeper (#...Rahul Joshi2-18/+16
2024-09-08Fix GCC Wimplicit-fallthrough warnings. NFC.Simon Pilgrim1-0/+3
2024-09-08Fix GCC Wparentheses warning. NFC.Simon Pilgrim1-4/+4
2024-09-08[X86] LowerSELECTWithCmpZero - without CMOV, fold "SELECT (AND(X,1) == 0), C1...Simon Pilgrim4-139/+117
2024-09-08[X86] LowerSELECTWithCmpZero - move "select (X != 0), -1, Y --> 0 - X; or (sb...Simon Pilgrim2-35/+34
2024-09-08[bazel] Update deps (#107339) for AMDGPU/InstCombineTableGenNAKAMURA Takumi1-4/+2
2024-09-08[libc++][NFC] Use std::isinf in non-constexpr functions (#107690)Nikolas Klauser1-28/+28
2024-09-08[X86] LowerSELECTWithCmpZero - fold "SELECT (AND(X,1) == 0), 0, -1 -> NEG(AND...Simon Pilgrim8-174/+153
2024-09-08[X86] LowerSELECTWithCmpZero - move !canUseCMOV check inside fold and update ...Simon Pilgrim1-8/+9
2024-09-08[CodeGen] Avoid repeated hash lookups (NFC) (#107736)Kazu Hirata1-10/+4
2024-09-08[AMDGPU] Remove unnecessary untieRegOperand (#107695)Jay Foad1-1/+0
2024-09-08[Vectorize] Avoid repeated hash lookups (NFC) (#107729)Kazu Hirata1-2/+1
2024-09-08[Frontend] Avoid repeated hash lookups (NFC) (#107728)Kazu Hirata1-12/+4
2024-09-08[IROutliner] Avoid repeated hash lookups (NFC) (#107726)Kazu Hirata1-2/+1
2024-09-08[clang][bytecode] Implement logical operators for vector type (#107678)yronglin2-2/+110
2024-09-08[Sanitizer] Create DiagnosticInfoInstrumentation for IR Instrumentation repor...Chaitanya3-13/+21
2024-09-07[Transforms] Avoid repeated hash looksup (NFC) (#107727)Kazu Hirata1-3/+1
2024-09-07[ThinLTO] Use DenseMap for OidGuidMap (#107725)Kazu Hirata1-1/+1
2024-09-08[gn build] Port bb343468ffa8LLVM GN Syncbot1-1/+0
2024-09-07Revert "[LLDB] Reappply SBSaveCore AddMemoryList" (#107731)Jonas Devlieghere25-496/+67
2024-09-07[lldb] Update ScriptInterpreterLua for Status changes (NFC)Jonas Devlieghere1-10/+10
2024-09-07[clang-format] Fix a bug in annotating CastRParen (#107675)Owen Pan2-12/+23
2024-09-07[libc][TableGen] Migrate libc-hdrgen backend to use const RecordKeeper (#107542)Rahul Joshi12-73/+76
2024-09-07[MLIR][TableGen] Migrate MLIR backends to use const RecordKeeper (#107505)Rahul Joshi18-152/+146
2024-09-07[TableGen] Eliminate static CodeGenIntrinsicMap in PatternParser (#107339)Rahul Joshi6-26/+23