2021-01-20 |
Dávid Bolvanský | [BuildLibcalls, Attrs] Support more variants of C+...
|
commit | commitdiff | tree |
2021-01-20 |
Dávid Bolvanský | [BuildLibcalls] Mark some libcalls with inaccessiblememonly...
|
commit | commitdiff | tree |
2021-01-17 |
Dávid Bolvanský | [InstCombine] Transform abs pattern using multiplication...
|
commit | commitdiff | tree |
2021-01-17 |
Dávid Bolvanský | [Tests] Add test for PR45691
|
commit | commitdiff | tree |
2021-01-16 |
Dávid Bolvanský | [NFC] Removed extra text in comments
|
commit | commitdiff | tree |
2021-01-16 |
Dávid Bolvanský | [InstSimplify] Handle commutativity for 'and' and ...
|
commit | commitdiff | tree |
2021-01-16 |
Dávid Bolvanský | [InstSimplify] Precommit new testcases; NFC
|
commit | commitdiff | tree |
2021-01-16 |
Dávid Bolvanský | [InstSimplify] Update comments, remove redundant tests
|
commit | commitdiff | tree |
2021-01-16 |
Dávid Bolvanský | [InstSimplify] Add (~A & B) | ~(A | B) --> ~A
|
commit | commitdiff | tree |
2021-01-16 |
Dávid Bolvanský | [Tests] Added tests for new instcombine or simplification...
|
commit | commitdiff | tree |
2021-01-15 |
Dávid Bolvanský | [SimplifyCFG] Optimize CFG when null is passed to a...
|
commit | commitdiff | tree |
2021-01-13 |
Dávid Bolvanský | [Tests] Added test for memcpy loop idiom recognization
|
commit | commitdiff | tree |
2021-01-12 |
Dávid Bolvanský | [instCombine] Add (A ^ B) | ~(A | B) -> ~(A & B)
|
commit | commitdiff | tree |
2021-01-12 |
Dávid Bolvanský | [Tests] Add tests for new InstCombine OR transformation...
|
commit | commitdiff | tree |
2020-12-31 |
Dávid Bolvanský | [InstCombine] Transform (A + B) - (A & B) to A | B...
|
commit | commitdiff | tree |
2020-12-31 |
Dávid Bolvanský | [NFC] Added/adjusted tests for PR48604; second pattern
|
commit | commitdiff | tree |
2020-12-31 |
Dávid Bolvanský | [InstCombine] Transform (A + B) - (A | B) to A & B...
|
commit | commitdiff | tree |
2020-12-31 |
Dávid Bolvanský | [NFC] Added tests for PR48604
|
commit | commitdiff | tree |
2020-12-09 |
Dávid Bolvanský | [NFC] Added test for PR33549
|
commit | commitdiff | tree |
2020-11-02 |
Dávid Bolvanský | [SLP] Added testcase for PR47623
|
commit | commitdiff | tree |
2020-10-29 |
Dávid Bolvanský | [InferAttrs] Add nocapture/writeonly to string/mem...
|
commit | commitdiff | tree |
2020-10-28 |
Dávid Bolvanský | [MemLoc] Adjust memccpy support in MemoryLocation...
|
commit | commitdiff | tree |
2020-10-19 |
Dávid Bolvanský | [Intrinsics] Added writeonly attribute to the first...
|
commit | commitdiff | tree |
2020-10-18 |
Dávid Bolvanský | [ASAN] Restore and adjust tests
|
commit | commitdiff | tree |
2020-10-18 |
Dávid Bolvanský | [LoopIdiom] Regenerate test checks; NFC
|
commit | commitdiff | tree |
2020-10-18 |
Dávid Bolvanský | [Tests] Added tests for D88328
|
commit | commitdiff | tree |
2020-10-17 |
Dávid Bolvanský | [InferAttrs] Add argmemonly attribute to string libcalls
|
commit | commitdiff | tree |
2020-10-17 |
Dávid Bolvanský | Revert "[InferAttrs] Add argmemonly attribute to string...
|
commit | commitdiff | tree |
2020-10-17 |
Dávid Bolvanský | [InferAttrs] Add argmemonly attribute to string libcalls
|
commit | commitdiff | tree |
2020-10-16 |
Dávid Bolvanský | [MemLoc] Support memchr/memccpy in MemoryLocation:...
|
commit | commitdiff | tree |
2020-10-12 |
Dávid Bolvanský | [Tests] Regenerate test checks; NFC
|
commit | commitdiff | tree |
2020-10-09 |
Dávid Bolvanský | [Diagnostics] Diagnose -Wsizeof-array-div for array...
|
commit | commitdiff | tree |
2020-10-06 |
Dávid Bolvanský | [SimplifyLibCalls] Optimize mempcpy_chk to mempcpy
|
commit | commitdiff | tree |
2020-10-05 |
Dávid Bolvanský | Revert "[SLC] Optimize mempcpy_chk to mempcpy"
|
commit | commitdiff | tree |
2020-10-05 |
Dávid Bolvanský | [SLC] Optimize mempcpy_chk to mempcpy
|
commit | commitdiff | tree |
2020-09-27 |
Dávid Bolvanský | [BuildLibCalls] Add noalias for strcat and stpcpy
|
commit | commitdiff | tree |
2020-09-25 |
Dávid Bolvanský | [SystemZ] Optimize bcmp calls (PR47420)
|
commit | commitdiff | tree |
2020-09-20 |
Dávid Bolvanský | [Diagnostics] Fixed -Wsizeof-array-div false positive...
|
commit | commitdiff | tree |
2020-09-20 |
Dávid Bolvanský | [MemLoc] Support lllvm.memcpy.inline in MemoryLocation...
|
commit | commitdiff | tree |
2020-09-19 |
Dávid Bolvanský | [BasicAA] Regenerate test checks
|
commit | commitdiff | tree |
2020-09-19 |
Dávid Bolvanský | [MemLoc] Support bcmp in MemoryLocation::getForArgument
|
commit | commitdiff | tree |
2020-08-17 |
Dávid Bolvanský | Revert "[BPI] Improve static heuristics for integer...
|
commit | commitdiff | tree |
2020-08-15 |
Dávid Bolvanský | Reland "[SLC] sprintf(dst, "%s", str) -> strcpy(dst...
|
commit | commitdiff | tree |
2020-08-14 |
Dávid Bolvanský | [SLC] Transform strncpy(dst, "text", C) to memcpy(dst...
|
commit | commitdiff | tree |
2020-08-14 |
Dávid Bolvanský | [SLC] sprintf(dst, "%s", str) -> strcpy(dst, str)
|
commit | commitdiff | tree |
2020-08-13 |
Dávid Bolvanský | [SLC] sprintf(dst, "%s", str) -> strcpy(dst, str)
|
commit | commitdiff | tree |
2020-08-13 |
Dávid Bolvanský | [Tests] Update strncpy tests
|
commit | commitdiff | tree |
2020-08-13 |
Dávid Bolvanský | [SLC] Optimize strncpy(a, a, C) to memcpy(a, a000, C)
|
commit | commitdiff | tree |
2020-08-13 |
Dávid Bolvanský | [Tests] Removed debug copy command
|
commit | commitdiff | tree |
2020-08-13 |
Dávid Bolvanský | [Diagnostics] Skip var decl of structs for -Wstring...
|
commit | commitdiff | tree |
2020-08-13 |
Dávid Bolvanský | [BPI] Improve static heuristics for integer comparisons
|
commit | commitdiff | tree |
2020-08-13 |
Dávid Bolvanský | Revert "[BPI] Improve static heuristics for integer...
|
commit | commitdiff | tree |
2020-08-13 |
Dávid Bolvanský | [BPI] Improve static heuristics for integer comparisons
|
commit | commitdiff | tree |
2020-08-13 |
Dávid Bolvanský | Revert "[BPI] Improve static heuristics for integer...
|
commit | commitdiff | tree |
2020-08-13 |
Dávid Bolvanský | [BPI] Improve static heuristics for integer comparisons
|
commit | commitdiff | tree |
2020-08-12 |
Dávid Bolvanský | [Driver] Change -fnostack-clash-protection to -fno...
|
commit | commitdiff | tree |
2020-08-12 |
Dávid Bolvanský | [Diagnostics] Reworked -Wstring-concatenation
|
commit | commitdiff | tree |
2020-08-11 |
Dávid Bolvanský | [BPI] Teach BPI about bcmp function
|
commit | commitdiff | tree |
2020-08-11 |
Dávid Bolvanský | [Docs] Fixed missing closing quote character
|
commit | commitdiff | tree |
2020-08-11 |
Florian Hahn | [SLP] Make sure instructions are ordered when computing...
|
commit | commitdiff | tree |
2020-08-11 |
Dávid Bolvanský | [InstCombine] ~(~X + Y) -> X - Y
|
commit | commitdiff | tree |
2020-08-10 |
Dávid Bolvanský | [Diagnostics] Ignore structs and long text for -Wstring...
|
commit | commitdiff | tree |
2020-08-10 |
Dávid Bolvanský | [Diagnostics] Move -Wstring-concatenation to -Wextra
|
commit | commitdiff | tree |
2020-08-10 |
Dávid Bolvanský | [Diagnostics] Avoid false positives with -Wstring-concatenation
|
commit | commitdiff | tree |
2020-08-09 |
Dávid Bolvanský | [AST] Fixed string list in test
|
commit | commitdiff | tree |
2020-08-09 |
Dávid Bolvanský | [AST] Fixed string concatenation warnings
|
commit | commitdiff | tree |
2020-08-09 |
Dávid Bolvanský | [X86] Added testcases for PR47024 and PR46315
|
commit | commitdiff | tree |
2020-08-09 |
Gousemoodhin Nadaf | [clang] Fix typo in comment
|
commit | commitdiff | tree |
2020-08-09 |
Dávid Bolvanský | [Tests] Precommit tests for D85593
|
commit | commitdiff | tree |
2020-08-09 |
Dávid Bolvanský | [Diagnostics] Handle string concat pattern and avoid...
|
commit | commitdiff | tree |
2020-08-09 |
Dávid Bolvanský | [Diagnostics] Turn string concat warning to avoid false...
|
commit | commitdiff | tree |
2020-08-08 |
Dávid Bolvanský | [libcxx-fuzzing] Fixed bug found by -Wstring-concatenation
|
commit | commitdiff | tree |
2020-08-08 |
Dávid Bolvanský | [AArch64RegisterInfo] Supress new warning
|
commit | commitdiff | tree |
2020-08-08 |
Dávid Bolvanský | [FileCheckTest] Supress new warning
|
commit | commitdiff | tree |
2020-08-08 |
Dávid Bolvanský | [Clang] Fixed buildboit failure; bot defaults to older...
|
commit | commitdiff | tree |
2020-08-08 |
Dávid Bolvanský | [Clang] Avoid whitespace in fixit note
|
commit | commitdiff | tree |
2020-08-08 |
Dávid Bolvanský | [Diagnostics] Diagnose missing comma in string array...
|
commit | commitdiff | tree |
2020-05-19 |
Dávid Bolvanský | Revert "[clang-misexpect] Fixed typo which causes that...
|
commit | commitdiff | tree |
2020-05-19 |
Dávid Bolvanský | [clang-misexpect] Fixed typo which causes that --pgo...
|
commit | commitdiff | tree |
2019-12-09 |
Dávid Bolvanský | [Codegen][X86] Modernize/regenerate old tests. NFCI.
|
commit | commitdiff | tree |
2019-11-27 |
Dávid Bolvanský | [ADT] Fixed -Wdeprecated-copy warning. NFCI
|
commit | commitdiff | tree |
2019-11-27 |
Dávid Bolvanský | Revert "[Attributor] Move pass after InstCombine to...
|
commit | commitdiff | tree |
2019-11-27 |
Dávid Bolvanský | Try to reenable -Wdeprecated-copy under -Wextra
|
commit | commitdiff | tree |
2019-11-27 |
Dávid Bolvanský | [Attributor] Move pass after InstCombine to futher...
|
commit | commitdiff | tree |
2019-11-26 |
Dávid Bolvanský | Partially reland "[Diagnostics] Put "deprecated copy...
|
commit | commitdiff | tree |
2019-11-26 |
Dávid Bolvanský | [InstCombine] Fixed std::min on some bots. NFCI
|
commit | commitdiff | tree |
2019-11-26 |
Dávid Bolvanský | [InstCombine] Optimize some memccpy calls to memcpy...
|
commit | commitdiff | tree |
2019-11-24 |
Dávid Bolvanský | [TableGen] Fixed 'unused but set variable' warning...
|
commit | commitdiff | tree |
2019-11-24 |
Dávid Bolvanský | [Diagnostics] Warn for comparison with string literals...
|
commit | commitdiff | tree |
2019-11-24 |
Dávid Bolvanský | Fixed -Wdeprecated-copy warnings in gtest. NFCI.
|
commit | commitdiff | tree |
2019-11-23 |
Dávid Bolvanský | [Diagnostics] Make behaviour of Clang's -Wdeprecated...
|
commit | commitdiff | tree |
2019-11-23 |
Dávid Bolvanský | [pdbutil] Fixed -Wdeprecated-copy in DbiModuleDescriptor
|
commit | commitdiff | tree |
2019-11-23 |
Dávid Bolvanský | Reland 'Fixed -Wdeprecated-copy warnings. NFCI.'
|
commit | commitdiff | tree |
2019-11-23 |
Dávid Bolvanský | Revert 'Fixed -Wdeprecated-copy warnings. NFCI.'
|
commit | commitdiff | tree |
2019-11-23 |
Dávid Bolvanský | Fixed typo introduced before commiting previous patch...
|
commit | commitdiff | tree |
2019-11-23 |
Dávid Bolvanský | Fixed -Wdeprecated-copy warnings. NFCI.
|
commit | commitdiff | tree |
2019-11-23 |
Dávid Bolvanský | [FileCheck] Fixed -Wdeprecated-copy warning. NFCI.
|
commit | commitdiff | tree |
2019-11-22 |
Dávid Bolvanský | [Diagnostics] Put "deprecated copy" warnings into ...
|
commit | commitdiff | tree |
2019-11-15 |
Dávid Bolvanský | [LoadStoreVectorize] Use '||' instead of '|' between...
|
commit | commitdiff | tree |
2019-11-09 |
Dávid Bolvanský | Fixed dia file
|
commit | commitdiff | tree |
next |