summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [x86] exclude "X==0 ? Y :-1" from math/logic transformSanjay Patel2022-01-092-21/+45
* [SCEVExpander] Only check overflow if it is needed.Florian Hahn2022-01-098-40/+37
* [InstCombine] (~A | B) & (A ^ B) -> ~A & BSanjay Patel2022-01-092-32/+41
* [InstCombine] add tests for and(orn, xor); NFCSanjay Patel2022-01-091-0/+152
* [x86] use SETCC_CARRY instead of SBB node for select loweringSanjay Patel2022-01-096-102/+151
* [clang] Remove redundant member initialization (NFC)Kazu Hirata2022-01-0911-16/+12
* [clang] Fix bugprone argument comments (NFC)Kazu Hirata2022-01-0926-58/+58
* [clang] Use true/false instead of 1/0 (NFC)Kazu Hirata2022-01-0941-95/+95
* [libcxx][test] `_VSTD` doesn't belong in test codeCasey Carter2022-01-082-8/+8
* [OpenMP][FIX] Emit debug declares only if debug info is availableJohannes Doerfert2022-01-083-4/+14
* [Attributor][FIX] Ensure order for multiple references into mapJohannes Doerfert2022-01-081-9/+16
* [RISCV] Add i8/i16 fptosi/fptoui and fptosi_sat/fptoui_sat tests. NFCCraig Topper2022-01-083-0/+2169
* [fir] Correct and reenable test that was removed by MLIR.Eric Schweitz2022-01-081-27/+21
* [libc++] [test] Remove `UNSUPPORTED: stdlib=msvc` from lock.pass.cpp.Arthur O'Dwyer2022-01-081-4/+8
* [RISCV] Add nounwind to remove some cfi directives from test CHECKs. NFCCraig Topper2022-01-082-47/+6
* [LV] Improve check lines in existing tests.Florian Hahn2022-01-082-27/+32
* [RISCV] Add nounwind to remove some cfi directives from test CHECKs. NFCCraig Topper2022-01-083-70/+9
* [docs] Fix documentation of -fno-strict-float-cast-overflow after D115804.Craig Topper2022-01-082-2/+5
* Fix clang-tidy readability-redundant-smartptr-get in MLIR ModuleTranslation.c...Mehdi Amini2022-01-081-1/+1
* Enable readability-redundant-smartptr-get in MLIR local clang-tidy configMehdi Amini2022-01-081-0/+1
* [llvm] Remove redundant member initialization (NFC)Kazu Hirata2022-01-0853-103/+70
* Remove duplicate forward declarations (NFC)Kazu Hirata2022-01-082-2/+0
* [clang] Remove unused forward declarations (NFC)Kazu Hirata2022-01-0825-70/+0
* [llvm] Fix bugprone argument comments (NFC)Kazu Hirata2022-01-0816-23/+24
* [instcombine] Key deref vs deref_or_null annotation of allocation sites off n...Philip Reames2022-01-083-6/+11
* [libc++] [ranges] Add namespace __cpo to ranges::{advance,next,prev}.Arthur O'Dwyer2022-01-083-13/+33
* Revert "[lldb] Set result error state in 'frame variable'"Dave Lee2022-01-081-14/+16
* [lldb] Set result error state in 'frame variable'Dave Lee2022-01-081-16/+14
* [CGObjCMac] Use castAs<> instead of getAs<> to avoid dereference of nullptr i...Simon Pilgrim2022-01-081-1/+1
* [LSR] Auto-generate check lines for test.Florian Hahn2022-01-081-5/+22
* [LoopUnroll] Make test more robust by removing undef.Florian Hahn2022-01-081-15/+16
* [LV] Make tests more robust by removing undef.Florian Hahn2022-01-082-110/+135
* [X86] LowerRotate - enable ROTL vXi16 rotate-by-splat-amount on pre-AVX targetsSimon Pilgrim2022-01-083-58/+59
* [DivergenceAnalysis] Simplify inRegion test based on whether the RegionLoop p...Simon Pilgrim2022-01-081-2/+1
* [CGExpr] Use castAs<> instead of getAs<> to avoid dereference of nullptrSimon Pilgrim2022-01-081-2/+2
* [DivergenceAnalysis] Fix static analyzer warning about dereference of nullptrSimon Pilgrim2022-01-081-1/+2
* [OpenMPOpt] Use cast<> instead of dyn_cast<> to avoid dereference of nullptr....Simon Pilgrim2022-01-081-1/+1
* [X86][SSE] Add initial FSHL/FSHR vXi8 lowering supportSimon Pilgrim2022-01-087-1336/+1050
* Multiple fixes to affine loop tiling return status and checksUday Bondhugula2022-01-086-59/+109
* [SCEVExpander] Skip creating <u 0 check, which is always false.Florian Hahn2022-01-084-48/+44
* [MLIR][NFC] Move PresburgerSet to Presburger/ directoryGroverkss2022-01-089-193/+190
* [GlobalISel] Use getPreferredShiftAmountTy in one more G_UBFX combineJay Foad2022-01-083-15/+14
* [GlobalISel] Fix legality checks for G_UBFX combinesJay Foad2022-01-084-3/+124
* Fix GDB printers testChristian Sigg2022-01-084-57/+71
* [ORC-RT] Add missing headers from 1d82e19f37d.Lang Hames2022-01-081-0/+3
* [ORC-RT] Add debug logging macros.Lang Hames2022-01-083-0/+137
* [ORC] Add missing header from 089acf25223.Lang Hames2022-01-081-0/+74
* [ORC][JITLink] Merge JITLink AllocActionCall and ORC WrapperFunctionCall.Lang Hames2022-01-0829-388/+329
* [Target] use range-based for loops (NFC)Kazu Hirata2022-01-0710-64/+54
* [clang-format][NFC] Fix a bug in getPreviousToken() in the parserowenca2022-01-071-3/+2