about summary refs log tree commit diff
path: root/instrumentation/cmplog-switches-pass.cc
AgeCommit message (Collapse)Author
2024-04-07fix llvm modulesvanhauser-thc
2024-02-032024 v4.10c releasevanhauser-thc
2023-11-06clang-format 16->17vanhauser-thc
2023-04-28llvm 17 changesvH
2023-03-06Revert "Merge pull request #1665 from devnexen/llvm_inst_mem_leaks"vanhauser-thc
This reverts commit e5f8c7a6129e42d1798fac1131c912b2eca8159c, reversing changes made to e6a05382b83817b245da51bcba16be5df56eb283.
2023-03-04llvm instrumentation trying to delete all static dataDavid CARLIER
at module end of pass with llvm_shutdown and is concurrent safe.
2023-02-20Revert "LLVM cmplog factoring custom Instruction iterator with added ↵vanhauser-thc
restriction" This reverts commit 8bc3fa1df286aac46a0a724f64e2e07010d2497e.
2023-02-13LLVM cmplog factoring custom Instruction iterator with added restrictionDavid CARLIER
2023-01-03welcome 2023vanhauser-thc
2022-07-12clang format 14vanhauser-thc
2022-03-03port cmplog-switches-passvanhauser-thc
2022-03-03ported cmplog-instructions-passvanhauser-thc
2022-01-01welcome 2022vanhauser-thc
2021-12-14better instrumentlist filename detectionvanhauser-thc
2021-12-09make llvm 14-dev working. again.vanhauser-thc
2021-12-01unify LLVM_VERSION_... usagevanhauser-thc
2021-11-06http->httpsvanhauser-thc
2021-06-28Inline cmplog (#996)van Hauser
* inline cmplog check * better switch support * add cmplog-switches-pass.cc