1. c00d81e LLParser: add an argument for overriding data layout and do not check alloca addr space by Yaxun Liu · 8 years ago
  2. d8920b1 Remove redundant includes from various places. by Michael Zolotukhin · 8 years ago
  3. a8b2ddb Move the stripping of invalid debug info from the Verifier to AutoUpgrade. by Adrian Prantl · 8 years ago
  4. 9f15a79 Timer: Track name and description. by Matthias Braun · 9 years ago
  5. d9445c4 Bitcode: Change module reader functions to return an llvm::Expected. by Peter Collingbourne · 9 years ago
  6. ad17679 Split Bitcode/ReaderWriter.h into separate reader and writer headers by Teresa Johnson · 9 years ago
  7. e2dcf7c IR, Bitcode: Change bitcode reader to no longer own its memory buffer. by Peter Collingbourne · 9 years ago
  8. e5a6191 [ThinLTO] Metadata linking for imported functions by Teresa Johnson · 10 years ago
  9. dcd1dca Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC. by Rafael Espindola · 10 years ago
  10. 89cb407 Remove unused variable. NFC. by Rafael Espindola · 11 years ago
  11. 6881215 Pass a && to getLazyBitcodeModule. by Rafael Espindola · 11 years ago
  12. e2c1d77 Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule. by Rafael Espindola · 11 years ago
  13. d96d553 Pass a MemoryBufferRef when we can avoid taking ownership. by Rafael Espindola · 11 years ago
  14. d233b06 Return a std::unique_ptr from the IRReader.h functions. NFC. by Rafael Espindola · 11 years ago
  15. 11c07d7 Modernize the .ll parsing interface. by Rafael Espindola · 11 years ago
  16. f7aed80 Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC. by Rafael Espindola · 11 years ago
  17. 2bb0c94 getLazyIRModule always takes ownership. Make that explicit. by Rafael Espindola · 11 years ago
  18. adf21f2 Update the MemoryBuffer API to use ErrorOr. by Rafael Espindola · 11 years ago
  19. 8286fbf Make a helper function static. No functionality change. by Rafael Espindola · 11 years ago
  20. de4c009 IRReader: don't mark MemoryBuffers const by Alp Toker · 11 years ago
  21. f6ae844 Propagate const-correctness into parseBitcodeFile() by Alp Toker · 11 years ago
  22. 5ebb7b3 ParseIR: don't take ownership of the MemoryBuffer by Alp Toker · 11 years ago
  23. e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
  24. 2251672 MSVC build fix following r211749 by Alp Toker · 11 years ago
  25. 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
  26. db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  27. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  28. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  29. 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  30. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  31. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  32. 8f31e21 Make parseBitcodeFile return an ErrorOr<Module *>. by Rafael Espindola · 12 years ago
  33. 5b6c1e8 Update getLazyBitcodeModule to use ErrorOr for error handling. by Rafael Espindola · 12 years ago
  34. 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
  35. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  36. 285eed6 [llvm-c] Expose IRReader interface by Peter Zotov · 12 years ago
  37. d3a34f8 Add 'const' qualifiers to static const char* variables. by Craig Topper · 12 years ago
  38. 8c81172 keep only the StringRef version of getFileOrSTDIN. by Rafael Espindola · 12 years ago
  39. b35a211 Measure time that IR parsing took as part of the -time-passes measurement. by Eli Bendersky · 12 years ago
  40. e60fc2f Fix top-comment header and some indentation by Eli Bendersky · 12 years ago
  41. e60e57b Split out the IRReader header and the utility functions it provides into by Chandler Carruth · 13 years ago