0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update the Byfl version number from 1.7.0 to 1.8.0 More... almost 3 years ago
Eliminate (intended) switch fall-through to reduce compiler warnings More... almost 3 years ago
Merge pull request #33 from ltang85/master More... almost 3 years ago
Fixed warnings of getNumElements on llvm 12 More... almost 3 years ago
Declare destructors in certain classes to address compiler warnings More... almost 3 years ago
Clean up a number of unused variables More... almost 3 years ago
Specify C++ overrides to pacify the compiler More... almost 3 years ago
Address Travis CI warning messages More... almost 3 years ago
Regression test against Clang/LLVM 6, 7, 8, 9, 10, 11, and 12 More... almost 3 years ago
Test LLVM_VERSION_MAJOR with ">=" instead of ">" More... almost 3 years ago
Merge pull request #32 from ltang85/master More... almost 3 years ago
Support of newer LLVMs More... almost 3 years ago
Support of newer LLVMs More... almost 3 years ago
Hoist the initialization of start_time to the top level More... about 3 years ago
Work around pkg-config stupidity More... over 4 years ago
Pass the pkg-config file the Byfl include and library directories More... over 4 years ago
:bug: Correct various problems with the generated pkg-config file More... over 4 years ago
Increase Byfl's version number from 1.6.1 to 1.7.0 in preparation for a release More... over 4 years ago
Unconditionally define LLVM version numbers and opcode counts More... over 4 years ago
Rewrote the INSTALL.md file to present the latest installation procedures More... over 4 years ago
Localize the HDF5 compiler flags and libraries to bfbin2hdf5 More... over 4 years ago
Prevent LLVM from unloading the Byfl plugin until exit More... over 4 years ago
Don't instrument certain string methods from the C++ STL More... over 4 years ago
Revert "Don't explicitly pass -Wl,-znodelete to the linker" More... over 4 years ago
Don't explicitly pass -Wl,-znodelete to the linker More... over 4 years ago
Rely on HandleLLVMOptions to set various LLVM-related variables More... over 4 years ago
Use the C compiler, not the C++ compiler, with gen_opcode2name More... over 4 years ago
Use separate_arguments in CMake to pass compiler flags to tests More... over 4 years ago
Improve some of the regression tests More... over 4 years ago
Use LLVM_PLUGIN_EXT instead of hard-wiring ".so" as the plugin extension More... over 4 years ago