1. 40be1e8 This patch breaks up Wrap.h so that it does not have to include all of by Filip Pizlo · 12 years ago
  2. 3e39731 Move C++ code out of the C headers and into either C++ headers by Eric Christopher · 12 years ago
  3. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  4. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  5. 170a15e Code Custodian: by Joe Abbey · 13 years ago
  6. df7df07 Add Module functions in place of module providers. by Erick Tryzelaar · 16 years ago
  7. e44fc85 Simplify. by Daniel Dunbar · 16 years ago
  8. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  9. d686c8e "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
  10. ccf9f2b Change llvm-c's ordering of contexts to make it consistent. by Erick Tryzelaar · 16 years ago
  11. d0265aa Ack, missed one incompatibility. by Owen Anderson · 16 years ago
  12. c8897d9 Restore other bits of the C API that I tore up. All pre-existing APIs default to using the by Owen Anderson · 16 years ago
  13. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  14. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  15. ae9f3a3 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  16. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  17. da1435f Adding bindings for memory buffers and module providers. Switching by Gordon Henriksen · 18 years ago
  18. bbc6597 Adding Ocaml bindings for the bitreader as requested by Sarah by Gordon Henriksen · 18 years ago