cargo-llvm-lines

Count lines of LLVM IR per generic function

APACHE-2.0 License

Downloads
6
Stars
408
Committers
13
cargo-llvm-lines -

Published by dtolnay over 4 years ago

  • Show totals and percentages (#15, thanks @nnethercote)
cargo-llvm-lines -

Published by dtolnay over 4 years ago

  • Do not pre-populate LLVM pass manager (#13)
cargo-llvm-lines -

Published by dtolnay almost 5 years ago

  • Add a header to the output table (#11, thanks @Shadlock0133)

      Lines Copies  Function name
       3062    173  core::ptr::real_drop_in_place
        966      2  alloc::slice::merge_sort
        812      2  alloc::raw_vec::RawVec<T,A>::reserve_internal
        612      2  alloc::slice::insert_head
        586      1  cargo_llvm_lines::read_llvm_ir
    
cargo-llvm-lines -

Published by dtolnay about 6 years ago

  • Restore support for installing with stable compiler
cargo-llvm-lines -

Published by dtolnay about 6 years ago

  • Switch from deprecated isatty crate to atty
cargo-llvm-lines -

Published by dtolnay over 6 years ago

  • Add a flag -s copies to sort by number of instantiations, in addition to the previous and what continues to be the default of -s lines to sort by number of lines total across all instantiations (#10, thanks @hmvp)
cargo-llvm-lines -

Published by dtolnay over 6 years ago

  • Add Windows support (#9, thanks @Jokler)
cargo-llvm-lines -

Published by dtolnay almost 7 years ago

cargo-llvm-lines -

Published by dtolnay almost 7 years ago

cargo-llvm-lines -

Published by dtolnay almost 7 years ago