Use function pointers with just f(1,2) instead of (*f)(1,2).
[oota-llvm.git] / tools / llvm-jitlistener / Makefile
2013-03-26 Chandler CarruthManually update the dependencies in the Makefiles....
2013-01-28 Andrew KaylorAdd support for source and line information to IntelJIT...
2012-11-21 Andrew KaylorAdding tests for the Intel JIT event listener's MCJIT...