- 323d48f Support LLVM <14 by Andy Yankovsky · 2 years, 4 months ago upstream/master
- 3269fe7 Update build instructions by Andy Yankovsky · 2 years, 4 months ago
- bbd98e8 Support LLVM 16+ by Andy Yankovsky · 2 years, 4 months ago
- e87123a Fixes required for targeting wasm32 (#199) by Philip Pfaffe · 2 years, 8 months ago
- 64112d5 Fix failing presubmits (#200) by Andy Hippo · 2 years, 9 months ago
- 04a7361 Use $result name for temporary values (#195) by Tonko Sabolčec · 3 years, 1 month ago
- d34d0e7 Support LLDB 14 headers. (#193) by Levon Ter-Grigoryan · 3 years, 3 months ago
- 1141d56 Add special support for string-literals (#192) by Tonko Sabolčec · 3 years, 3 months ago
- a1b2682 Add character parsing capabilities (#191) by Shyamli Agrawal · 3 years, 5 months ago
- 09360b5 Forward declare `AstNode` and `SourceManager` in API (#190) by Tonko Sabolčec · 3 years, 5 months ago
- 73d1efa Support looking up registers (#189) by Andy Hippo · 3 years, 5 months ago
- 153b75d Split parsing and evaluation in API (#186) by Tonko Sabolčec · 3 years, 6 months ago
- 56a5858 Temporarily use windows-2019 in CI workflow (#187) by Tonko Sabolčec · 3 years, 6 months ago
- 8905892 Make interpreter independent of parsing context (#185) by Tonko Sabolčec · 3 years, 6 months ago
- f3915e2 Add talks from LLVM Developers' Meeting 2021 by Andy Hippo · 3 years, 7 months ago
- 8c78d49 Fix evaluation in the reference value context (#183) by Tonko Sabolčec · 3 years, 9 months ago
- 8050594 Fix type resolution in ParseTypeId (#179) by Tonko Sabolčec · 3 years, 9 months ago
- 55ebcd4 Use the overload with `llvm::SmallVector` for printing `llvm::APint` (#180) by Andy Hippo · 3 years, 9 months ago
- bff3fe1 Fix accessing enum's integer type (#181) by Tonko Sabolčec · 3 years, 9 months ago
- 7a67440 Fix lookup in value context of alias type (#178) by Tonko Sabolčec · 3 years, 9 months ago
- fb47c48 Introduce abstractions for reusable parser (#176) by Jaroslav Sevcik · 3 years, 9 months ago
- b2da148 Simplify parsing of simple types specifiers (#177) by Andy Hippo · 3 years, 9 months ago
- 3ff4b85 Implement `static_cast` (#170) by Tonko Sabolčec · 3 years, 11 months ago
- a94b108 Fix comparison between 'char' and 'signed char' (#173) by Tonko Sabolčec · 3 years, 11 months ago
- b0f07f1 Fix some typos in README (#175) by Henry Lee · 3 years, 11 months ago
- ee1c7bd Detect UB division by minus one (#174) by Tonko Sabolčec · 3 years, 11 months ago
- ccf5f74 fix spelling by Andy Hippo · 4 years ago upstream/oss-fuzz-ubuntu-20.04
- a387f09 Add reference to the blog post about lldb-eval by Andy Hippo · 4 years ago
- 4d453d2 Compare types in tests (#169) by Tonko Sabolčec · 4 years ago
- 4a36424 Improve type description in error messages (#168) by Tonko Sabolčec · 4 years ago
- a876679 Implement `reinterpret_cast` (#167) by Tonko Sabolčec · 4 years ago
- a7b788d Disable man-db triggers by Andy Hippo · 4 years ago
- fc4d149 Handle invalid pointer difference (#165) by Tonko Sabolčec · 4 years ago
- 7b9c729 Support dereferencing smart pointers (#164) by Andy Hippo · 4 years ago
- cacf22a Fix casting arrays to scalars (#163) by Tonko Sabolčec · 4 years ago
- bf94337 Drop support for llvm-10 (#162) by Andy Hippo · 4 years ago
- cae4050 Support comparing smart pointers as regular pointers (#161) by Andy Hippo · 4 years ago
- 2bc1b44 Add `libc++` to the list of deps by Andy Hippo · 4 years ago
- d9afb37 Fix lookup for static members in value context (#160) by Tonko Sabolčec · 4 years ago
- 1357a29 Disable using synthetic values for resolving members (#158) by Andy Hippo · 4 years ago
- af24916 [fuzzer] Tool for filtering libfuzzer logs (#157) by Tonko Sabolčec · 4 years, 1 month ago
- e5648ef Handle promotion of bitfields (#156) by Tonko Sabolčec · 4 years, 1 month ago
- 481656e [fuzzer] Suppress unwanted LSAN reports and improve logging (#155) by Tonko Sabolčec · 4 years, 1 month ago
- 938f660 Update log of mismatches (#154) by Tonko Sabolčec · 4 years, 1 month ago
- ce0e944 Support field access on anonymous structs/unions (#152) by Tonko Sabolčec · 4 years, 1 month ago
- a9098dd [fuzzer] Fix float constant formatting (#153) by Tonko Sabolčec · 4 years, 1 month ago
- 01bb9c5 Compare typenames when comparing lldb::SBType objects by Andy Yankovsky · 4 years, 1 month ago
- 66d154a Add docs about building LLVM for OSS-Fuzz by Andy Yankovsky · 4 years, 1 month ago
- f72137c Implement `__findnonnull` intrinsic #130 (#151) by Andy Hippo · 4 years, 1 month ago
- 3a2521c Faster array-to-pointer cast (#150) by Andy Hippo · 4 years, 1 month ago
- 3a97395 Do not apply usual arithmetic conversions in shifts (<<, >>) (#147) by Tonko Sabolčec · 4 years, 2 months ago
- dcfb37c [fuzzer] Cut-off invalid GenNodes (#148) by Tonko Sabolčec · 4 years, 2 months ago
- 16dead3 Handle implicit cast to pointers (#149) by Tonko Sabolčec · 4 years, 2 months ago
- 528a22b Add bug for enum integral promotions by Andy Hippo · 4 years, 2 months ago
- 73d6d69 [fuzzer] Add lldb vs lldb-eval libfuzzer target (#146) by Tonko Sabolčec · 4 years, 2 months ago
- fc28312 [fuzzer] Integrate new byte reader/writer (#144) by Tonko Sabolčec · 4 years, 2 months ago
- b38ab4e Fix right shift and detect UB in shift operations (#145) by Tonko Sabolčec · 4 years, 2 months ago
- c6dba01 Use ptrdiff_t from target, fix size_t (#143) by Tonko Sabolčec · 4 years, 2 months ago
- 87860f4 [fuzzer] Fix Linux specific issues (#142) by Tonko Sabolčec · 4 years, 2 months ago upstream/oss-fuzz-llvm-12
- d96cefe [fuzzer] Improve memory constraints (#141) by Tonko Sabolčec · 4 years, 2 months ago
- cf27bdd Add a note about https://reviews.llvm.org/D103532 by Andy Hippo · 4 years, 2 months ago
- fb84fb2 Update lldb-patches.md by Andy Hippo · 4 years, 2 months ago
- cf7703c Update lldb-patches.md by Andy Hippo · 4 years, 2 months ago
- e4dffeb Use size_t from the target (#140) by Tonko Sabolčec · 4 years, 2 months ago
- b92cf7a Implement basic undefined behaviour detection (#138) by Tonko Sabolčec · 4 years, 2 months ago
- bc49399 [fuzzer] Implement better libfuzzer reader/writer (#136) by Tonko Sabolčec · 4 years, 2 months ago
- 8a366dc Get pointer size from the pointer type object (#137) by Andy Hippo · 4 years, 3 months ago
- 01bcdbf Fix casting and comparing with enums (#134) by Tonko Sabolčec · 4 years, 3 months ago
- a408b44 Fix casting to bool (#133) by Tonko Sabolčec · 4 years, 3 months ago
- cc5958e [fuzzer] Do not generate void expressions in sizeof (#132) by Tonko Sabolčec · 4 years, 3 months ago upstream/oss-fuzz-llvm-11
- 4317381 [fuzzer] Avoid infinite loop in weighted_pick (#131) by Tonko Sabolčec · 4 years, 3 months ago
- a311bc2 [fuzzer] Add libfuzzer target (#126) by Tonko Sabolčec · 4 years, 3 months ago
- a607530 Prohibit void* subscripting (#128) by Levon Ter-Grigoryan · 4 years, 3 months ago
- c8ceacc [fuzzer] Avoid array-to-pointer cast for L-value constraint (#129) by Tonko Sabolčec · 4 years, 3 months ago
- 4a4f97e Cache basic types in the context (#127) by Andy Hippo · 4 years, 3 months ago
- 5472613 Always use type size from the target (#125) by Andy Hippo · 4 years, 3 months ago
- 818f972 Introduce benchmark for C-style cast (#124) by Andy Hippo · 4 years, 3 months ago
- f202321 Support looking up enum values in symbol table test (#123) by Andy Hippo · 4 years, 3 months ago
- d6b7b78 Add a workflow to run benchmarks for pull requests (#121) by Andy Hippo · 4 years, 3 months ago
- 7737065 Fix benchmark on Linux by Andy Yankovsky · 4 years, 3 months ago
- 93a97cd Fix 'kind' may be used uninitialized (#122) by Andy Hippo · 4 years, 3 months ago
- cedeb1d Create basic benchmark (#120) by Andy Hippo · 4 years, 3 months ago
- 3b1fef2 Move array-to-pointer conversion to InsertArrayToPointerConversion (#118) by Andy Hippo · 4 years, 3 months ago
- 0a35660 [fuzzer] Improve type satisfiability checks (#119) by Tonko Sabolčec · 4 years, 3 months ago
- 6101e10 [fuzzer] Simplify type constraints (#117) by Tonko Sabolčec · 4 years, 3 months ago
- 906e4c8 [fuzzer] Implement mutation operator for expressions (#112) by Tonko Sabolčec · 4 years, 3 months ago
- 9db1c92 Support member access on struct arrays (#116) by Tonko Sabolčec · 4 years, 3 months ago
- 03ec766 Use enums in array subscript context (#115) by Tonko Sabolčec · 4 years, 4 months ago
- 898c936 Fix bitwise assignment in tests by Andy Yankovsky · 4 years, 4 months ago
- 49255b9 Allow enabling/disabling side effects (#114) by Andy Hippo · 4 years, 4 months ago
- 61a8d5b [fuzzer] Populate arrays and enums (#113) by Tonko Sabolčec · 4 years, 4 months ago
- f54a93e Document list of recommended patches and known bugs in LLDB (#111) by Andy Hippo · 4 years, 4 months ago
- 5add7ab Report `kNotImplemented` when the expression has unsupported side-effects by Andy Yankovsky · 4 years, 4 months ago
- 06dd01d [docs] Add log of mismatches (#97) by Tonko Sabolčec · 4 years, 4 months ago
- 011644c [fuzzer] Support evaluations in value context (#96) by Tonko Sabolčec · 4 years, 4 months ago
- 79cc0ca Implement assignment and composite assignment (#95) by Andy Hippo · 4 years, 4 months ago
- 0b40b55 Implement inc/dec for pointers (#94) by Andy Hippo · 4 years, 4 months ago
- 1cd08be [fuzzer] Improve literal zero handling in pointer context (#89) by Tonko Sabolčec · 4 years, 4 months ago
- c6e6623 [fuzzer] Disable auto fix-its (#93) by Tonko Sabolčec · 4 years, 4 months ago
- c29682d Improve type checking in ternary expression (#92) by Tonko Sabolčec · 4 years, 4 months ago