1. e5a6191 [ThinLTO] Metadata linking for imported functions by Teresa Johnson · 10 years ago
  2. dcd1dca Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC. by Rafael Espindola · 10 years ago
  3. 89cb407 Remove unused variable. NFC. by Rafael Espindola · 11 years ago
  4. 6881215 Pass a && to getLazyBitcodeModule. by Rafael Espindola · 11 years ago
  5. e2c1d77 Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule. by Rafael Espindola · 11 years ago
  6. d96d553 Pass a MemoryBufferRef when we can avoid taking ownership. by Rafael Espindola · 11 years ago
  7. d233b06 Return a std::unique_ptr from the IRReader.h functions. NFC. by Rafael Espindola · 11 years ago
  8. 11c07d7 Modernize the .ll parsing interface. by Rafael Espindola · 11 years ago
  9. f7aed80 Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC. by Rafael Espindola · 11 years ago
  10. 2bb0c94 getLazyIRModule always takes ownership. Make that explicit. by Rafael Espindola · 11 years ago
  11. adf21f2 Update the MemoryBuffer API to use ErrorOr. by Rafael Espindola · 11 years ago
  12. 8286fbf Make a helper function static. No functionality change. by Rafael Espindola · 11 years ago
  13. de4c009 IRReader: don't mark MemoryBuffers const by Alp Toker · 11 years ago
  14. f6ae844 Propagate const-correctness into parseBitcodeFile() by Alp Toker · 11 years ago
  15. 5ebb7b3 ParseIR: don't take ownership of the MemoryBuffer by Alp Toker · 11 years ago
  16. e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
  17. 2251672 MSVC build fix following r211749 by Alp Toker · 11 years ago
  18. 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
  19. db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  20. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  21. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  22. 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
  23. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  24. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  25. 8f31e21 Make parseBitcodeFile return an ErrorOr<Module *>. by Rafael Espindola · 12 years ago
  26. 5b6c1e8 Update getLazyBitcodeModule to use ErrorOr for error handling. by Rafael Espindola · 12 years ago
  27. 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
  28. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  29. 285eed6 [llvm-c] Expose IRReader interface by Peter Zotov · 12 years ago
  30. d3a34f8 Add 'const' qualifiers to static const char* variables. by Craig Topper · 12 years ago
  31. 8c81172 keep only the StringRef version of getFileOrSTDIN. by Rafael Espindola · 12 years ago
  32. b35a211 Measure time that IR parsing took as part of the -time-passes measurement. by Eli Bendersky · 13 years ago
  33. e60fc2f Fix top-comment header and some indentation by Eli Bendersky · 13 years ago
  34. e60e57b Split out the IRReader header and the utility functions it provides into by Chandler Carruth · 13 years ago