Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llvm-experiments

Personal collection of experiments on the LLVM toolchain.

  • ptr-reflect: Query the size, type (e.g stack/heap), and allocation type (e.g malloc, new) of any pointer at runtime.
  • ptr-tracer: Trace the origin of any pointer at compile time to the possible definition site.
  • lambda-reflect: Partial reflection for lambda members

About

Personal collection of experiments on the LLVM toolchain.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages