1. 6b54768 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  2. 0818e78 Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  3. 26b584c Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  4. 0b9d56a Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
  5. 06d6207 Pass a reference to a module to the bitcode writer. by Rafael Espindola · 7 years ago
  6. fae8230 [CMake] verify-uselistorder depends on intrinsics_gen by Chris Bieneman · 8 years ago
  7. dead081 Bitcode: Change module reader functions to return an llvm::Expected. by Peter Collingbourne · 8 years ago
  8. a547919 Split Bitcode/ReaderWriter.h into separate reader and writer headers by Teresa Johnson · 8 years ago
  9. 0eeb3d4 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
  10. fea3ecb [GlobalDCE, Misc] Don't remove functions referenced by ifuncs by David Majnemer · 9 years ago
  11. 8be7707 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  12. caeade4 Remove autoconf support by Chris Bieneman · 9 years ago
  13. 337f9bb [uselistorder] Insert blank line, NFC by Vedant Kumar · 9 years ago
  14. cc714e2 Move the personality function from LandingPadInst to Function by David Majnemer · 10 years ago
  15. 20a6785 Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC. by Rafael Espindola · 10 years ago
  16. 8b376eb uselistorder: Pull the assembly bit up out of the printer by Duncan P. N. Exon Smith · 10 years ago
  17. 657aad6 uselistorder: Pull the bit through WriteToBitcodFile() by Duncan P. N. Exon Smith · 10 years ago
  18. 448d937 verify-uselistorder: More outs() and errs(), less dbgs() by Duncan P. N. Exon Smith · 10 years ago
  19. 8922be3 IR: Rename 'use-list-order' options to 'uselistorder' by Duncan P. N. Exon Smith · 10 years ago
  20. 4e5fdbf tools: Unify how verifyModule() is called by Duncan P. N. Exon Smith · 10 years ago
  21. df93f4b Purge unused includes throughout libSupport. by Benjamin Kramer · 10 years ago
  22. bb660fc Prologue support by Peter Collingbourne · 10 years ago
  23. 2292996 Pass a MemoryBufferRef when we can avoid taking ownership. by Rafael Espindola · 11 years ago
  24. 81e4992 Return a std::unique_ptr from the IRReader.h functions. NFC. by Rafael Espindola · 11 years ago
  25. 8c96862 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  26. 7838818 IR: Implement uselistorder assembly directives by Duncan P. N. Exon Smith · 11 years ago
  27. 13f5c58 verify-uselistorder: Force -preserve-bc-use-list-order by Duncan P. N. Exon Smith · 11 years ago
  28. 9b29ff9 Modernize the .ll parsing interface. by Rafael Espindola · 11 years ago
  29. 36c1508 verify-uselistorder: Call verifyModule() and improve output by Duncan P. N. Exon Smith · 11 years ago
  30. 1d31691 verify-uselistorder: Reverse use-lists at every verification by Duncan P. N. Exon Smith · 11 years ago
  31. 4277019 verify-uselistorder: Add missing `static` by Duncan P. N. Exon Smith · 11 years ago
  32. b2b0ad4 verify-uselistorder: Move shuffleUseLists() out of lib/IR by Duncan P. N. Exon Smith · 11 years ago
  33. 236c1ac verify-uselistorder: Make the verification logic easier to reuse by Duncan P. N. Exon Smith · 11 years ago
  34. 9aa0b5e Remove some calls to std::move. by Rafael Espindola · 11 years ago
  35. 94f7c7a verify-uselistorder: Change the default -num-shuffles=5 by Duncan P. N. Exon Smith · 11 years ago
  36. 89c4197 Rename llvm-uselistorder => verify-uselistorder by Duncan P. N. Exon Smith · 11 years ago