Commit Graph

158 Commits (dc8b3e78c795f7e683236d3080088c9e31eb10b1)

Author SHA1 Message Date
Micah Snyder 6eebecc303 Bump copyright for 2023 3 years ago
ragusaa 6ea6ee5690
Fix crash loading bugged bytecode signature 3 years ago
Micah Snyder 0bd2ae26bc Scanners: Remove allmatch checks + significant code cleanup 3 years ago
Micah Snyder 57886cee52 Code cleanup: More accurate variable types in bytecode modules 3 years ago
Micah Snyder 15eef50656 Code cleanup: Refactor to clean up formatting issues 4 years ago
Micah Snyder ddf7224837 Remove compatibility layer for llvm versions before 3 4 years ago
Andy Ragusa c92227e051 Removed dead code support for llvm versions before 8. 4 years ago
Micah Snyder b07b1a65cb Fix linker issues with global variable used in tests 4 years ago
Andy Ragusa 90904d5a7a CMake: Make BYTECODE_RUNTIME parameter case-insensitive 4 years ago
Andy Ragusa 4b83bcf0c5 Updated llvm runtime to support llvm versions 8, 9, 10, 11, 12 4 years ago
mko-x a21cc6dcd7
Add explicit log level parameter to application logging API 4 years ago
micasnyd 140c88aa4e Bump copyright for 2022 4 years ago
Mickey Sola e8d78c9627 Add logging interface via the log crate for libclamav_rust modules 4 years ago
Micah Snyder b0fc4c1346 clang-format: c++ bytecode source 5 years ago
Micah Snyder da23b1ceab CMake: Fix support for external LLVM (3.6) 5 years ago
Micah Snyder (micasnyd) b9ca6ea103 Update copyright dates for 2021 5 years ago
Micah Snyder (micasnyd) 9e20cdf6ea Add CMake build tooling 5 years ago
Micah Snyder 206dbaefe8 Update copyright dates for 2020 6 years ago
Micah Snyder 52cddcbcfd Updating and cleaning up copyright notices. 6 years ago
Micah Snyder dd2ed14ddb adding a few minor changes to eliminate warnings, the most interesting of which was a missing function prototype for cache_get_MD5. 8 years ago
Steven Morgan 22cb38ed24 pull request #53(2/4): Spelling fix by klemens(ka7). 9 years ago
Kevin Lin d6699b050a fix make check issue with llvm builds with assertion 10 years ago
Kevin Lin 2c859ec754 bb#11414 - integrate patch for LLVM 3.6 support 10 years ago
Mickey Sola 46a35abe56 mass update of copyright headers 10 years ago
Kevin Lin 99aeada848 bb#11147 - reverted change overwritten with branch merging 11 years ago
Kevin Lin 4a40b53a1c bb#11146 - applied patch for system LLVM 3.5.0 support 11 years ago
Kevin Lin deafd8fa94 bb#11112 - fixed custom pass initialization when using LLVM 2.9 11 years ago
Kevin Lin ccc94d9003 added kfreebsd* to target OS 12 years ago
Kevin Lin b331b610bf added bytecode2llvm conversion for OP_BC_ICMP_SLE instruction 12 years ago
Kevin Lin 9f8df4ae4b unified bytecode version macros into LLVM_VERSION macro 12 years ago
Kevin Lin fb2b05cb4a bytecode: merged in changes since 0.98.1 12 years ago
Kevin Lin 34d8b8cfc7 bb#10981 - applied LLVM 3.1-3.4 patch for testing 12 years ago
Shawn Webb 60d8d2c352 Move all the crypto API to clamav.h 12 years ago
Kevin Lin 09317562d9 rolled back changes from bb#8352 - fixes ppc unit tests 12 years ago
Shawn Webb b2e7c931d0 Use OpenSSL for hashing. 12 years ago
Kevin Lin 51abf545de bb#8352 - converted serveral llvm intrinsics functions to 64-bit from 32-bit to correct type mismatch with bytecode compiler 12 years ago
David Raynor 3609e2d7b8 bytecode: cid #10622 13 years ago
David Raynor 9e1f0d90ad bytecode: refactored cleanup on error exit paths, cid #10509 & #10510 13 years ago
David Raynor 3aca6c4afe JIT: some better cleanup on error returns (also cid #10509 & #10510 & #10512), though these paths should lead to exit anyway 13 years ago
David Raynor bebd86a60b bb#5343 14 years ago
Török Edvin 872d0a90d6 more LLVM 3.0 API changes 14 years ago
Török Edvin 59f1b78b51 Support LLVM 3.0 API 14 years ago
Török Edvin fec927bcb2 bytecode_watchdog: fix use of unaddressable data 15 years ago
Török Edvin bb5572cbe1 bytecode_watchdog: fix use of unaddressable data 15 years ago
Török Edvin b6187b6330 attempt to fix win32 build 15 years ago
Török Edvin 0c79cc5529 Support building with external LLVM 2.9, and drop support for building with external 2.8 15 years ago
Török Edvin e51fc0581e bytecode: reuse watchdog thread 15 years ago
Török Edvin ab402e6aae Speed up bytecode load. 15 years ago
aCaB 26b86d8d8e add missing EOL 15 years ago
Török Edvin ce2386732a Fix build with external LLVM28. 15 years ago