1. cd21a64 [ThinLTO] Perform profile-guided indirect call promotion by Teresa Johnson · 9 years ago
  2. 84c9f99 Add writeonly IR attribute by Nicolai Haehnle · 9 years ago
  3. b5af11d [codeview] Add DISubprogram::ThisAdjustment by Reid Kleckner · 9 years ago
  4. b19924a BitcodeWriter: Remove redundant (and incorrect) check for whether to emit module summary. by Peter Collingbourne · 9 years ago
  5. 2152189 IR: Allow metadata attachments on declarations, and fix lazy loaded metadata issue with globals. by Peter Collingbourne · 9 years ago
  6. 96efdd6 IR: Introduce local_unnamed_addr attribute. by Peter Collingbourne · 9 years ago
  7. de3d8b5 [DebugInfo] Add calling convention support for DWARF and CodeView by Reid Kleckner · 9 years ago
  8. cceae7f Add support for metadata attachments for global variables. by Peter Collingbourne · 9 years ago
  9. fdbb8f4 Avoid temporary vector for sorting in BitcodeWriter by Mehdi Amini · 9 years ago
  10. 367577a ThinLTO: fix non-determinism in bitcode writing by Mehdi Amini · 9 years ago
  11. fe97408 Revert "ThinLTO: fix non-determinism in bitcode writing" by Mehdi Amini · 9 years ago
  12. f606c8d ThinLTO: fix another non-determinism in bitcode writing by Mehdi Amini · 9 years ago
  13. 564c49a ThinLTO: fix non-determinism in bitcode writing by Mehdi Amini · 9 years ago
  14. 7c9ceb5 ThinLTO: fix non-determinism in bitcode writing by Mehdi Amini · 9 years ago
  15. a65b610 Move helper classes into anonymous namespaces. NFC. by Benjamin Kramer · 9 years ago
  16. e518c80 [ThinLTO] Fix Windows debug failure in new iterator by Teresa Johnson · 9 years ago
  17. 84174c3 Restore "[ThinLTO] Emit individual index files for distributed backends" by Teresa Johnson · 9 years ago
  18. 85338cb Implement a safer bitcode upgrade for DISubprogram. by Adrian Prantl · 9 years ago
  19. 832e7fa BitcodeWriter: Simplify. NFC. by Peter Collingbourne · 9 years ago
  20. 1df2338 Revert "[ThinLTO] Emit individual index files for distributed backends" by Vitaly Buka · 9 years ago
  21. 9254ebe [ThinLTO] Emit individual index files for distributed backends by Teresa Johnson · 9 years ago
  22. 41beee6 Clean up to avoid compiler warnings for casting away const qualifiers. by Sjoerd Meijer · 9 years ago
  23. 02e9833 [ThinLTO] Use valueid instead of bitcode offsets in combined index file by Teresa Johnson · 9 years ago
  24. 28e457b [ThinLTO] Remove GlobalValueInfo class from index by Teresa Johnson · 9 years ago
  25. c79c2be Silence two C4806 warnings ('|': unsafe operation: no value of type 'bool' promoted to type 'const unsigned int' can equal the given constant). The fact that they trigger with this code seems like it may be a bug, but the warning itself is still generally useful enough to retain it for now. by Aaron Ballman · 9 years ago
  26. ca2c54e Add "hasSection" flag in the Summary by Mehdi Amini · 9 years ago
  27. c3ed48c Reorganize GlobalValueSummary with a "Flags" bitfield. by Mehdi Amini · 9 years ago
  28. 8fe6936 Add a version field in the bitcode for the summary by Mehdi Amini · 9 years ago
  29. ae64eaf Store and emit original name in combined index by Mehdi Amini · 9 years ago
  30. a59d3e5 DebugInfo: Remove MDString-based type references by Duncan P. N. Exon Smith · 9 years ago
  31. c814e0c Address comments. by Teresa Johnson · 9 years ago
  32. 37687f3 Refactor bitcode writer into classes (NFC) by Teresa Johnson · 9 years ago
  33. b35cc69 [ThinLTO] Prevent importing of "llvm.used" values by Teresa Johnson · 9 years ago
  34. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  35. 2d28f7a ThinLTO: Make aliases explicit in the summary by Mehdi Amini · 10 years ago
  36. 75819ae [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. by Adrian Prantl · 10 years ago
  37. b5b2893 Revert "Make aliases explicit in the summary" by Mehdi Amini · 10 years ago
  38. ce744a9 Make aliases explicit in the summary by Mehdi Amini · 10 years ago
  39. 278199f Add the allocsize attribute to LLVM. by George Burgess IV · 10 years ago
  40. 2d5487c [ThinLTO] Move summary computation from BitcodeWriter to new pass by Teresa Johnson · 10 years ago
  41. 4a9a181 Rename parameter I to Index for WriteCombinedGlobalValueSummary() (NFC) by Mehdi Amini · 10 years ago
  42. a1feff7 [GCC] Attribute ifunc support in llvm by Dmitry Polukhin · 10 years ago
  43. 800f87a NFC: make AtomicOrdering an enum class by JF Bastien · 10 years ago
  44. 1de3c7e IR: Introduce ConstantAggregate, NFC by Duncan P. N. Exon Smith · 10 years ago
  45. 8958c40 Rename FunctionIndex into GlobalValueIndex to reflect the recent changes (NFC) by Mehdi Amini · 10 years ago
  46. 520f854 Bitcode: Try to emit metadata in function blocks by Duncan P. N. Exon Smith · 10 years ago
  47. 9342911 BitcodeWriter: Further unify function metadata, NFC by Duncan P. N. Exon Smith · 10 years ago
  48. 1e5fddd Reverts r265219. by Mehdi Amini · 10 years ago
  49. 5921a3a wip by Mehdi Amini · 10 years ago
  50. ad5741b Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC) by Mehdi Amini · 10 years ago
  51. 9bfd0d0 Swift Calling Convention: add swifterror attribute. by Manman Ren · 10 years ago
  52. d7ad221 Add a module Hash in the bitcode and the combined index, implementing a kind of "build-id" by Mehdi Amini · 10 years ago
  53. 85fb9e0 Revert "Add support for computing SHA1 in LLVM" by Mehdi Amini · 10 years ago
  54. 4c2ed33 Add a module Hash in the bitcode and the combined index, implementing a kind of "build-id" by Mehdi Amini · 10 years ago
  55. f46262e Swift Calling Convention: add swiftself attribute. by Manman Ren · 10 years ago
  56. b42fa2e BitcodeWriter: Reuse writeMetadataRecords, NFC by Duncan P. N. Exon Smith · 10 years ago
  57. cffd8cb BitcodeWriter: Rename some functions for consistency, NFC by Duncan P. N. Exon Smith · 10 years ago
  58. 80d153f BitcodeWriter: Split out writeMetadataRecords, NFC by Duncan P. N. Exon Smith · 10 years ago
  59. 5465f0a BitcodeWriter: Restructure WriteFunctionLocalMetadata, NFC by Duncan P. N. Exon Smith · 10 years ago
  60. 2766e4d BitcodeWriter: Simplify tracking of function-local metadata, NFC by Duncan P. N. Exon Smith · 10 years ago
  61. 6565a0d Reapply ~"Bitcode: Collect all MDString records into a single blob" by Duncan P. N. Exon Smith · 10 years ago
  62. 385cf28 Rename ModuleSummaryIndex::modPathStringEntries() into modulePaths() by Mehdi Amini · 10 years ago
  63. aae2610 [ThinLTO] Rename edges() to calls() for clarity (NFC) by Teresa Johnson · 10 years ago
  64. fc81100 Revert "Bitcode: Collect all MDString records into a single blob" by Duncan P. N. Exon Smith · 10 years ago
  65. fdbf0a5 Bitcode: Collect all MDString records into a single blob by Duncan P. N. Exon Smith · 10 years ago
  66. 68f5624 Bitcode: Stop using MODULE_CODE_METADATA_VALUES by Duncan P. N. Exon Smith · 10 years ago
  67. a5e25a5 BitcodeWriter: Move abbreviation for GenericDINode; almost NFC by Duncan P. N. Exon Smith · 10 years ago
  68. 625fda2 BitcodeWriter: Move abbreviation for DILocation; almost NFC by Duncan P. N. Exon Smith · 10 years ago
  69. f8ecdf5 BitcodeWriter: Split out named metadata; almost NFC by Duncan P. N. Exon Smith · 10 years ago
  70. 0b7243e Bitcode: Module* -> Module&, NFC by Duncan P. N. Exon Smith · 10 years ago
  71. 12b79aa Add getBlockProfileCount method to BlockFrequencyInfo by Easwaran Raman · 10 years ago
  72. 1396809 [ThinLTO] Record all global variable defs in the summary by Teresa Johnson · 10 years ago
  73. 2794f71 BitcodeWriter dyn_cast cleanup for r263275 (NFC) by Teresa Johnson · 10 years ago
  74. 26ab577 [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 10 years ago
  75. cec0cae Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" by Teresa Johnson · 10 years ago
  76. 892920b [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 10 years ago
  77. 90a021f [Bitcode] Make writeComdats less strange by David Majnemer · 10 years ago
  78. 76a1c1d [ThinLTO] Support for reference graph in per-module and combined summary. by Teresa Johnson · 10 years ago
  79. 83efea8 Bitcode writer: fix a typo, using getName() instead of getSourceFileName() by Mehdi Amini · 10 years ago
  80. e1164de Restore "[ThinLTO] Use MD5 hash in function index." with fix by Teresa Johnson · 10 years ago
  81. 89f38fb Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure by Teresa Johnson · 10 years ago
  82. 0919a84 [ThinLTO] Use MD5 hash in function index. by Teresa Johnson · 10 years ago
  83. 79d4e2f Fix VST_CODE_* bitcode id comments (NFC) by Teresa Johnson · 10 years ago
  84. 5e22e44 [ThinLTO] Include linkage type in function summary by Teresa Johnson · 10 years ago
  85. 2d9da4dc [ThinLTO] Ensure function summary output order is stable by Teresa Johnson · 10 years ago
  86. 4f472a88 [llvm-bcanalyzer] Dump bitcode wrapper header by Akira Hatanaka · 10 years ago
  87. 1235d28 [Bitcode] Insert the darwin wrapper at the beginning of a file when the by Akira Hatanaka · 10 years ago
  88. b541a34 NFC Test Commit whitespace change in a comment by Chris Ray · 10 years ago
  89. a43eacb Bitcode: Fix reading and writing of ConstantDataVectors of halfs by Justin Bogner · 10 years ago
  90. fb3f490 Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes by Vaivaswatha Nagaraj · 10 years ago
  91. fa54ace add fast-math-flags to 'call' instructions (PR21290) by Sanjay Patel · 10 years ago
  92. bbfc721 [IR] Remove terminatepad by David Majnemer · 10 years ago
  93. 8a1c45d [IR] Reformulate LLVM's EH funclet IR by David Majnemer · 10 years ago
  94. a9bcf16 Macro debug info support in LLVM IR by Amjad Aboud · 10 years ago
  95. d4d3dfd [ThinLTO] Add MODULE_CODE_METADATA_VALUES record by Teresa Johnson · 10 years ago
  96. 1254507 Use a different block id for block of metadata kind records by Teresa Johnson · 10 years ago
  97. 225d65f use range-based for loop; NFCI by Sanjay Patel · 10 years ago
  98. b9ca6dc [OperandBundles] Identify operand bundles with both their names and IDs by Sanjoy Das · 10 years ago
  99. 97cb397 [Bitcode] Add enums for call instruction markers and flags. NFC. by Akira Hatanaka · 10 years ago
  100. 54c3ca6 [OperandBundles] Rename accessor, NFC by Sanjoy Das · 10 years ago