Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
524b4606f7de9c52b51bb50b4e6f29b27cec38f9
/
llvm
/
lib
/
Analysis
/
Analysis.cpp
25963c6
"In order to ease automatic bindings generation, it would be helpful if boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for."
by Chris Lattner
· 16 years ago
7c50c9b
Tidy #includes.
by Dan Gohman
· 16 years ago
4a0da98
Expose Function::viewCFG and Function::viewCFGOnly to bindings.
by Erick Tryzelaar
· 18 years ago
579f071
Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
by Anton Korobeynikov
· 18 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
34eb6d8
Adding bindings for memory buffers and module providers. Switching
by Gordon Henriksen
· 18 years ago
c3d661a
Bindings for the verifier.
by Gordon Henriksen
· 18 years ago