1. 5a7056f [ThinLTO] Compute synthetic function entry count by Easwaran Raman · 7 years ago
  2. a0082af [ModuleSummary] use StringRefs to avoid a redundant copy; NFC by George Burgess IV · 7 years ago
  3. adcdc1b [DebugInfo] IR/Bitcode changes for DISubprogram flags. by Paul Robinson · 7 years ago
  4. cda5421 [DebugInfo] DISubprogram flags get their own flags word. NFC. by Paul Robinson · 7 years ago
  5. 7570932 Use llvm::copy. NFC by Fangrui Song · 7 years ago
  6. bf46e74 [ThinLTO] Internalize readonly globals by Eugene Leviant · 7 years ago
  7. f3d2453d Remove unused getMDNodeFwdRefOrNull interfaces (NFC) by Teresa Johnson · 7 years ago
  8. f61a563 [ThinLTO] Fix a crash in lazy loading of Metadata by Teresa Johnson · 7 years ago
  9. bb27911 DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address specifiers by David Blaikie · 7 years ago
  10. cbde0d9 [IR] Add a dedicated FNeg IR Instruction by Cameron McInally · 7 years ago
  11. fa43892 Revert "[ThinLTO] Internalize readonly globals" by Steven Wu · 7 years ago
  12. be8d199 [ThinLTO] Internalize readonly globals by Eugene Leviant · 7 years ago
  13. cb39746 [ThinLTO] Split NotEligibleToImport into legality and inlinability flags by Teresa Johnson · 7 years ago
  14. 7c6344a Revert "[ThinLTO] Fix a crash in lazy loading of Metadata" by Teresa Johnson · 7 years ago
  15. 3513dc2 [ThinLTO] Fix a crash in lazy loading of Metadata by Teresa Johnson · 7 years ago
  16. f8ab35a Emit template type and value parameter DIEs for template variables. by Matthew Voss · 7 years ago
  17. 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  18. 7fb39df [ThinLTO] Efficiency fix for writing type id records in per-module indexes by Teresa Johnson · 7 years ago
  19. a0c9cb1 Ensure that variant part discriminator is read by MetadataLoader by Jonas Devlieghere · 7 years ago
  20. 386ad01 [Bitcode] Address backwards compat bug in r342631 by Vedant Kumar · 7 years ago
  21. eb7f602 [IR] Add a boolean field in DILocation to know if a line must covered or not by Calixte Denizet · 7 years ago
  22. 84d912b [ThinLTO] Write TYPE_IDs for types used in functions imported by aliases by Vitaly Buka · 7 years ago
  23. 7e880a4 [ThinLTO] Extract getReferencedTypeIds from [NFC] by Vitaly Buka · 7 years ago
  24. 664aa86 [x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative by Chandler Carruth · 7 years ago
  25. 9ae926b [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. by Chandler Carruth · 7 years ago
  26. 6bcf2ba Allow creating llvm::Function in non-zero address spaces by Alexander Richardson · 7 years ago
  27. 66cf14d DebugInfo: Add metadata support for disabling DWARF pub sections by David Blaikie · 7 years ago
  28. 55f4262 [DebugInfoMetadata] Added DIFlags interface in DIBasicType. by Adrian Prantl · 7 years ago
  29. 77931ca [NFC] Fix typo by Xin Tong · 7 years ago
  30. f78650a Remove trailing space by Fangrui Song · 7 years ago
  31. 0c432b1 [ThinLTO] Only emit referenced type id records in index files by Teresa Johnson · 7 years ago
  32. e1f7c5f [BitcodeReader] Infer the correct runtime preemption for GlobalValue by Steven Wu · 7 years ago
  33. 63ee0e7 [ThinLTO] Parse module summary index from assembly by Teresa Johnson · 7 years ago
  34. 5190553 [ThinLTO] Add string saver onto index for value names by Teresa Johnson · 7 years ago
  35. 9766fd6 [ThinLTO] Add per-module indexes to combined index consistently by Teresa Johnson · 7 years ago
  36. 7bea1aa [ThinLTO] Compute GUID directly from GV when building per-module index by Teresa Johnson · 7 years ago
  37. 4ffc3e7 [ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC) by Teresa Johnson · 7 years ago
  38. adbd27a [Debugify] Don't apply DI before the bitcode writer pass by Vedant Kumar · 7 years ago
  39. e0b5f86 [STLExtras] Add distance() for ranges, pred_size(), and succ_size() by Vedant Kumar · 7 years ago
  40. 2c86455 [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. by Shiva Chen · 7 years ago
  41. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  42. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  43. 1c3a078 [IR] Upgrade comment token in objc retain release marker for asm call by Gerolf Hoflehner · 7 years ago
  44. 176c3ef [Bitcode] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  45. f41aa4f [IR] Upgrade comment token in objc retain release marker by Gerolf Hoflehner · 7 years ago
  46. d17f61e Add the ShadowCallStack attribute by Vlad Tsyrklevich · 7 years ago
  47. db83ace [ThinLTO] Add an option to force summary call edges cold for debugging by Teresa Johnson · 7 years ago
  48. 236cdaf [SimplifyCFG] Create attribute for fuzzing-specific optimizations. by Matt Morehouse · 8 years ago
  49. fdd72fd [X86] Added support for nocf_check attribute for indirect Branch Tracking by Oren Ben Simhon · 8 years ago
  50. 16c7bda [DebugInfo] Support DWARF v5 source code embedding extension by Scott Linder · 8 years ago
  51. 545d34a bitcode support change for fast flags compatibility by Steven Wu · 8 years ago
  52. 769134d [ThinLTO] Allow indexing to request backend to ignore the module by Vitaly Buka · 8 years ago
  53. 44396fa [ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_SUMMARY_BLOCK by Vitaly Buka · 8 years ago
  54. 6a86e25 Pass a reference to a module to the bitcode writer. by Rafael Espindola · 8 years ago
  55. 7160384 [DebugInfo] Unify ChecksumKind and Checksum value in DIFile by Scott Linder · 8 years ago
  56. 08dc66e Re-commit r324489: [DebugInfo] Improvements to representation of enumeration types (PR36168) by Momchil Velikov · 8 years ago
  57. 74906a4 Revert "[DebugInfo] Improvements to representation of enumeration types (PR36168)" by Momchil Velikov · 8 years ago
  58. c502027 [DebugInfo] Improvements to representation of enumeration types (PR36168) by Momchil Velikov · 8 years ago
  59. f368101 [ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed backends by Teresa Johnson · 8 years ago
  60. 8c59921 Add DWARF for discriminated unions by Adrian Prantl · 8 years ago
  61. c73cec8 Re-land "[ThinLTO] Add call edges' relative block frequency to per-module summary." by Easwaran Raman · 8 years ago
  62. bf38dee Revert "[ThinLTO] Add call edges' relative block frequency to per-module summary." by Easwaran Raman · 8 years ago
  63. 5f7aff9 [ThinLTO] Add call edges' relative block frequency to per-module summary. by Easwaran Raman · 8 years ago
  64. fdf4091 [Metadata] Extend 'count' field of DISubrange to take a metadata node by Sander de Smalen · 8 years ago
  65. 28d8a49 [ThinLTO] Re-commit of dot dumper after test fix by Eugene Leviant · 8 years ago
  66. 72b9bdb Temporarily revert r323062 to investigate buildbot failures by Eugene Leviant · 8 years ago
  67. 453c976 [ThinLTO] Implement summary visualizer by Eugene Leviant · 8 years ago
  68. 8f976ba [NFC] fix trivial typos in comments by Hiroshi Inoue · 8 years ago
  69. 3b9843f Allow dso_local on ifunc. by Rafael Espindola · 8 years ago
  70. a17f220 Add hasProfileData() to check if a function has profile data. NFC. by Easwaran Raman · 8 years ago
  71. 81bbf74 [ThinLTO] Enable importing of aliases as copy of aliasee by Teresa Johnson · 8 years ago
  72. bda7dd5 Remove redundant includes from lib/Bitcode. by Michael Zolotukhin · 8 years ago
  73. c667c1f Hardware-assisted AddressSanitizer (llvm part). by Evgeniy Stepanov · 8 years ago
  74. 9996607 [WebAssembly] Explicily disable comdat support for wasm output by Sam Clegg · 8 years ago
  75. 629c411 [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fast-math-flag by Sanjay Patel · 8 years ago
  76. 4595a91 [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local. by Sean Fertile · 8 years ago
  77. 39770ca Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..." by Sean Fertile · 8 years ago
  78. 36528c2 [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local. by Sean Fertile · 8 years ago
  79. 526f30b Modularize: Include some required headers by David Blaikie · 8 years ago
  80. c70d28b Represent runtime preemption in the IR. by Sean Fertile · 8 years ago
  81. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  82. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  83. 46a59fd Bitcode: add an auto-upgrade for LTO section name by Saleem Abdulrasool · 8 years ago
  84. 1be19e6 [llvm] Fix some typos. NFC. by Mandeep Singh Grang · 8 years ago
  85. cbdc5ff [ThinLTO] AliasSummary should not have any references by Teresa Johnson · 8 years ago
  86. b52e236 IR: Represent -ggnu-pubnames with a flag on the DICompileUnit. by Peter Collingbourne · 8 years ago
  87. 975293f [Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  88. 0578221 Canonicalize the representation of empty an expression in DIGlobalVariableExpression by Adrian Prantl · 8 years ago
  89. 49a49fe Move helper classes into anonymous namespaces. by Benjamin Kramer · 8 years ago
  90. 5a57b84 Add more comment by Xinliang David Li · 8 years ago
  91. 71ecaa1 [PGO] Fix ThinLTO crash by Xinliang David Li · 8 years ago
  92. 53a5fbb Add strictfp attribute to prevent unwanted optimizations of libm calls by Andrew Kaylor · 8 years ago
  93. 75da10d [ThinLTO] Add FunctionAttrs to ThinLTO index by Charles Saternos · 8 years ago
  94. 1dec57d ThinLTO Minimized Bitcode File Size Reduction by Haojie Wang · 8 years ago
  95. d63bfd2 Debug Info: Add a file: field to DIImportedEntity. by Adrian Prantl · 8 years ago
  96. bb80d3e Enhance synchscope representation by Konstantin Zhuravlyov · 8 years ago
  97. c855615 Bitcode: Include any strings added to the string table in the module hash. by Peter Collingbourne · 8 years ago
  98. 2d67e37 Add missing library dependency. by Peter Collingbourne · 8 years ago
  99. 99b98c2 Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk. by Peter Collingbourne · 8 years ago
  100. 92648c2 Bitcode: Write the irsymtab to disk. by Peter Collingbourne · 8 years ago