1. 75819ae [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. by Adrian Prantl · 10 years ago
  2. b5b2893 Revert "Make aliases explicit in the summary" by Mehdi Amini · 10 years ago
  3. ce744a9 Make aliases explicit in the summary by Mehdi Amini · 10 years ago
  4. 278199f Add the allocsize attribute to LLVM. by George Burgess IV · 10 years ago
  5. a1feff7 [GCC] Attribute ifunc support in llvm by Dmitry Polukhin · 10 years ago
  6. 800f87a NFC: make AtomicOrdering an enum class by JF Bastien · 10 years ago
  7. a3d5b0b [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar by Dmitry Polukhin · 10 years ago
  8. fb7c764 [ThinLTO] Refactor some common code into getGlobalValueInfo method (NFC) by Teresa Johnson · 10 years ago
  9. 916495d [ThinLTO] Add option to dump value name to GUID mapping by Teresa Johnson · 10 years ago
  10. 8742de9 BitcodeReader: Check for unresolved function metadata by Duncan P. N. Exon Smith · 10 years ago
  11. ad5741b Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC) by Mehdi Amini · 10 years ago
  12. 9bfd0d0 Swift Calling Convention: add swifterror attribute. by Manman Ren · 10 years ago
  13. d7ad221 Add a module Hash in the bitcode and the combined index, implementing a kind of "build-id" by Mehdi Amini · 10 years ago
  14. 85fb9e0 Revert "Add support for computing SHA1 in LLVM" by Mehdi Amini · 10 years ago
  15. 4c2ed33 Add a module Hash in the bitcode and the combined index, implementing a kind of "build-id" by Mehdi Amini · 10 years ago
  16. 7457ecb BitcodeReader: Fix weird whitespace, NFC by Duncan P. N. Exon Smith · 10 years ago
  17. b703c77 [ThinLTO] Remove post-pass metadata linking support by Teresa Johnson · 10 years ago
  18. f46262e Swift Calling Convention: add swiftself attribute. by Manman Ren · 10 years ago
  19. bb7ce3b BitcodeReader: Allow METADATA_STRINGS to only have !"" by Duncan P. N. Exon Smith · 10 years ago
  20. 6565a0d Reapply ~"Bitcode: Collect all MDString records into a single blob" by Duncan P. N. Exon Smith · 10 years ago
  21. fc81100 Revert "Bitcode: Collect all MDString records into a single blob" by Duncan P. N. Exon Smith · 10 years ago
  22. fdbf0a5 Bitcode: Collect all MDString records into a single blob by Duncan P. N. Exon Smith · 10 years ago
  23. 68f5624 Bitcode: Stop using MODULE_CODE_METADATA_VALUES by Duncan P. N. Exon Smith · 10 years ago
  24. efe16c8 IR: Stop upgrading !llvm.loop attachments via MDString by Duncan P. N. Exon Smith · 10 years ago
  25. ae341c6 Bitcode: Error out instead of crashing on corrupt metadata by Justin Bogner · 10 years ago
  26. 671d0dd Upgrade TBAA *before* upgrading intrinsics by Chris Bieneman · 10 years ago
  27. b43027d Move global ID computation from Function to GlobalValue (NFC) by Teresa Johnson · 10 years ago
  28. 26ab577 [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 10 years ago
  29. cec0cae Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" by Teresa Johnson · 10 years ago
  30. 892920b [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 10 years ago
  31. 76a1c1d [ThinLTO] Support for reference graph in per-module and combined summary. by Teresa Johnson · 10 years ago
  32. bbe0545 [ThinLTO] Add missing breaks when parsing summaries (NFC) by Teresa Johnson · 10 years ago
  33. e1164de Restore "[ThinLTO] Use MD5 hash in function index." with fix by Teresa Johnson · 10 years ago
  34. 89f38fb Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure by Teresa Johnson · 10 years ago
  35. 0919a84 [ThinLTO] Use MD5 hash in function index. by Teresa Johnson · 10 years ago
  36. 79d4e2f Fix VST_CODE_* bitcode id comments (NFC) by Teresa Johnson · 10 years ago
  37. 5e22e44 [ThinLTO] Include linkage type in function summary by Teresa Johnson · 10 years ago
  38. 6ac3f73 Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  39. 6f508af [ThinLTO] Avoid unnecesary hash lookups during metadata linking (NFC) by Teresa Johnson · 10 years ago
  40. 1030d68 Fix typo in an error string. NFC. by George Burgess IV · 10 years ago
  41. 257a353 Bring back "Assert that we have all use/users in the getters." by Rafael Espindola · 10 years ago
  42. 65c0120 Revert "Assert that we have all use/users in the getters." by Michael Zolotukhin · 10 years ago
  43. a43eacb Bitcode: Fix reading and writing of ConstantDataVectors of halfs by Justin Bogner · 10 years ago
  44. cc42857 Ensure MDNode used as key in metadata linking map cannot be RAUWed by Teresa Johnson · 10 years ago
  45. 26aa935 [ThinLTO] Check MDNode values saved for metadata linking (NFC) by Teresa Johnson · 10 years ago
  46. 61b406e Rename MDValue* to Metadata* (NFC) by Teresa Johnson · 10 years ago
  47. 3470295 Remove overly strict new assert in BitcodeReader. by Teresa Johnson · 10 years ago
  48. e01e363 Assert that we have all use/users in the getters. by Rafael Espindola · 10 years ago
  49. 79753a0 Remove redundant argument. NFC. by Rafael Espindola · 10 years ago
  50. c4a0348 Drop materializeAllPermanently. by Rafael Espindola · 10 years ago
  51. 18c63b0 Drop support for dematerializing. by Rafael Espindola · 10 years ago
  52. e5a6191 [ThinLTO] Metadata linking for imported functions by Teresa Johnson · 10 years ago
  53. fb3f490 Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes by Vaivaswatha Nagaraj · 10 years ago
  54. 9d2bfc4 Use diagnostic handler in the LLVMContext by Rafael Espindola · 10 years ago
  55. fa54ace add fast-math-flags to 'call' instructions (PR21290) by Sanjay Patel · 10 years ago
  56. bbfc721 [IR] Remove terminatepad by David Majnemer · 10 years ago
  57. 8a1c45d [IR] Reformulate LLVM's EH funclet IR by David Majnemer · 10 years ago
  58. a9bcf16 Macro debug info support in LLVM IR by Amjad Aboud · 10 years ago
  59. 9abe108 Remove "ExportingModule" from ThinLTO Index (NFC) by Mehdi Amini · 10 years ago
  60. 6290dbc [ThinLTO] Handle bitcode without function summary sections gracefully by Teresa Johnson · 10 years ago
  61. 16e2a9e Move new assert to correct location by Teresa Johnson · 10 years ago
  62. d4d3dfd [ThinLTO] Add MODULE_CODE_METADATA_VALUES record by Teresa Johnson · 10 years ago
  63. 354f520 Do not require a Context to extract the FunctionIndex from Bitcode (NFC) by Mehdi Amini · 10 years ago
  64. f79d344 [OperandBundles] Tighten OperandBundleDef's interface; NFC by Sanjoy Das · 10 years ago
  65. 1254507 Use a different block id for block of metadata kind records by Teresa Johnson · 10 years ago
  66. 3383ccc Add a method to the BitcodeReader to parse only the identification block by Mehdi Amini · 10 years ago
  67. 97cb397 [Bitcode] Add enums for call instruction markers and flags. NFC. by Akira Hatanaka · 10 years ago
  68. 5cfcce12 Add 'notail' marker for call instructions. by Akira Hatanaka · 10 years ago
  69. e6f87ca Add a new attribute: norecurse by James Molloy · 10 years ago
  70. d4bff30 DI: Reverse direction of subprogram -> function edge. by Peter Collingbourne · 10 years ago
  71. a2b0ac4 Error out when faced with value names containing '\0' by Filipe Cabecinhas · 10 years ago
  72. 7aae2f2 Don't assert if materializing before seeing any function bodies by Filipe Cabecinhas · 10 years ago
  73. f3e167a Don't use Twine objects after their lifetimes end. by Filipe Cabecinhas · 10 years ago
  74. c7ed52f Restore "Support for ThinLTO function importing and symbol linking." by Teresa Johnson · 10 years ago
  75. 227a923 Revert "Support for ThinLTO function importing and symbol linking." by Teresa Johnson · 10 years ago
  76. b1d4a39 Support for ThinLTO function importing and symbol linking. by Teresa Johnson · 10 years ago
  77. f72278f Clang format a few prior patches (NFC) by Teresa Johnson · 10 years ago
  78. 14323e0 Revert "Don't assert if materializing before seeing any function bodies" by Filipe Cabecinhas · 10 years ago
  79. bcfd1f0c Don't assert if materializing before seeing any function bodies by Filipe Cabecinhas · 10 years ago
  80. 128a976 Bitcode: Fix more unsigned integer overflow bugs. by Peter Collingbourne · 10 years ago
  81. ad6d6e7 [IR] Limit bits used for CallingConv::ID, update tests by Vedant Kumar · 10 years ago
  82. 6c2403f Use Twin instead of std::to_string. by Oleksiy Vyalov · 10 years ago
  83. 5d30328 Add an (optional) identification block in the bitcode by Mehdi Amini · 10 years ago
  84. c8a8a5e Silence Visual C++ warning in function summary parsing code (NFC) by Teresa Johnson · 10 years ago
  85. fb1743a3 BitcodeReader: Remove ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  86. 1493ad9 Fix PR25101 - Handle anonymous functions without VST entries by Teresa Johnson · 10 years ago
  87. b70fd87 Make sure the CastInst is valid before trying to create it by Filipe Cabecinhas · 10 years ago
  88. 19f517a Remove unused private field introduced by r249270. by Teresa Johnson · 10 years ago
  89. 403a787 Support for function summary index bitcode sections and files. by Teresa Johnson · 10 years ago
  90. b513a9f [Bitcode][Asm] Teach LLVM to read and write operand bundles. by Sanjoy Das · 10 years ago
  91. 2d0f38c Silencing a -Wsign-compare warning; NFC. by Aaron Ballman · 10 years ago
  92. 6a51dbd [opaque pointer types] Add an explicit pointee type to alias records in the IR by David Blaikie · 10 years ago
  93. ff642b9 Restore "Function bitcode index in Value Symbol Table and lazy reading support" by Teresa Johnson · 10 years ago
  94. 2e98d57 Revert "Function bitcode index in Value Symbol Table and lazy reading support" by Teresa Johnson · 10 years ago
  95. b77b1f8a0 Function bitcode index in Value Symbol Table and lazy reading support by Teresa Johnson · 10 years ago
  96. 16a2f3e Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposing it into pointee type + address space" by David Blaikie · 10 years ago
  97. 9ce71f7 [WinEH] Add cleanupendpad instruction by Joseph Tremoulet · 10 years ago
  98. 984fefd [BitcodeReader] Ensure we can read constant vector selects with an i1 condition by Filipe Cabecinhas · 10 years ago
  99. 3644008 Change comment to verify commit accesss. by Karl Schimpf · 10 years ago
  100. 814b8e9 DI: Require subprogram definitions to be distinct by Duncan P. N. Exon Smith · 10 years ago