1. 6881215 Pass a && to getLazyBitcodeModule. by Rafael Espindola · 11 years ago
  2. e2c1d77 Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule. by Rafael Espindola · 11 years ago
  3. d96d553 Pass a MemoryBufferRef when we can avoid taking ownership. by Rafael Espindola · 11 years ago
  4. db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  5. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  6. 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  7. 8f31e21 Make parseBitcodeFile return an ErrorOr<Module *>. by Rafael Espindola · 12 years ago
  8. 5b6c1e8 Update getLazyBitcodeModule to use ErrorOr for error handling. by Rafael Espindola · 12 years ago
  9. dec20e4 This patch breaks up Wrap.h so that it does not have to include all of by Filip Pizlo · 13 years ago
  10. 04d4e93 Move C++ code out of the C headers and into either C++ headers by Eric Christopher · 13 years ago
  11. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  12. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  13. 2ad8df2 Code Custodian: by Joe Abbey · 13 years ago
  14. ad0e0cb Add Module functions in place of module providers. by Erick Tryzelaar · 16 years ago
  15. 754946c Simplify. by Daniel Dunbar · 16 years ago
  16. 091217b Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  17. 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
  18. 70ede48 Change llvm-c's ordering of contexts to make it consistent. by Erick Tryzelaar · 16 years ago
  19. 2de0067 Ack, missed one incompatibility. by Owen Anderson · 16 years ago
  20. 31d44e4 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
  21. 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  22. 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  23. 579f071 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  24. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  25. 34eb6d8 Adding bindings for memory buffers and module providers. Switching by Gordon Henriksen · 18 years ago
  26. 2b0eed2 Adding Ocaml bindings for the bitreader as requested by Sarah by Gordon Henriksen · 18 years ago