- Jan 09, 2010
-
-
Chris Lattner authored
"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." Patch by James Y Knight! llvm-svn: 93079
-
- Jul 13, 2009
-
-
Daniel Dunbar authored
llvm-svn: 75440
-
- Jun 24, 2009
-
-
Bob Wilson authored
libraries instead of relinked objects, the interpreter, JIT, and native target libraries were not being linked in to an ocaml program using the ExecutionEngine. llvm-svn: 74117
-
- Apr 29, 2009
-
-
Bill Wendling authored
an optimization level instead of a simple boolean telling it to generate code "fast" or the other type of "fast". llvm-svn: 70347
-
- Jan 21, 2009
-
-
Chris Lattner authored
PR3364 llvm-svn: 62697
-
- Aug 08, 2008
-
-
Gordon Henriksen authored
Evan broke it in r54523 by adding a parameter in the implementation without updating the header correspondingly. llvm-svn: 54555
-
- Jun 20, 2008
-
-
Gordon Henriksen authored
llvm-svn: 52523
-
- Mar 27, 2008
-
-
Erick Tryzelaar authored
llvm-svn: 48851
-
- Dec 29, 2007
-
-
Chris Lattner authored
discussion of this change. Boy are my fingers tired. ;-) llvm-svn: 45411
-
- Dec 23, 2007
-
-
Gordon Henriksen authored
llvm-svn: 45335
-