1. 5a7056f [ThinLTO] Compute synthetic function entry count by Easwaran Raman · 7 years ago
  2. adcdc1b [DebugInfo] IR/Bitcode changes for DISubprogram flags. by Paul Robinson · 7 years ago
  3. 972e348 Attempt to fix buildbot after r347489 by Eugene Leviant · 7 years ago
  4. 009d833 [ThinLTO] Assembly representation of ReadOnly attribute by Eugene Leviant · 7 years ago
  5. cda5421 [DebugInfo] DISubprogram flags get their own flags word. NFC. by Paul Robinson · 7 years ago
  6. bf46e74 [ThinLTO] Internalize readonly globals by Eugene Leviant · 7 years ago
  7. bb27911 DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address specifiers by David Blaikie · 7 years ago
  8. cbde0d9 [IR] Add a dedicated FNeg IR Instruction by Cameron McInally · 7 years ago
  9. fa43892 Revert "[ThinLTO] Internalize readonly globals" by Steven Wu · 7 years ago
  10. be8d199 [ThinLTO] Internalize readonly globals by Eugene Leviant · 7 years ago
  11. cb39746 [ThinLTO] Split NotEligibleToImport into legality and inlinability flags by Teresa Johnson · 7 years ago
  12. f8ab35a Emit template type and value parameter DIEs for template variables. by Matthew Voss · 7 years ago
  13. 0f83d66 Add atomicrmw operation to error messages by Matt Arsenault · 7 years ago
  14. eb7f602 [IR] Add a boolean field in DILocation to know if a line must covered or not by Calixte Denizet · 7 years ago
  15. 4dbc512 [AArch64] Add parsing of aarch64_vector_pcs attribute. by Sander de Smalen · 7 years ago
  16. 664aa86 [x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative by Chandler Carruth · 7 years ago
  17. 9ae926b [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. by Chandler Carruth · 7 years ago
  18. 6bcf2ba Allow creating llvm::Function in non-zero address spaces by Alexander Richardson · 7 years ago
  19. 66cf14d DebugInfo: Add metadata support for disabling DWARF pub sections by David Blaikie · 7 years ago
  20. 55f4262 [DebugInfoMetadata] Added DIFlags interface in DIBasicType. by Adrian Prantl · 7 years ago
  21. c781680 [ThinLTO] Handle optional args in assembly format for ConstVCalls by Teresa Johnson · 7 years ago
  22. f78650a Remove trailing space by Fangrui Song · 7 years ago
  23. 63ee0e7 [ThinLTO] Parse module summary index from assembly by Teresa Johnson · 7 years ago
  24. 08d5b4e [ThinLTO] Print module summary index to assembly by Teresa Johnson · 7 years ago
  25. e0b5f86 [STLExtras] Add distance() for ranges, pred_size(), and succ_size() by Vedant Kumar · 7 years ago
  26. 2c86455 [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. by Shiva Chen · 7 years ago
  27. d17f61e Add the ShadowCallStack attribute by Vlad Tsyrklevich · 7 years ago
  28. 236cdaf [SimplifyCFG] Create attribute for fuzzing-specific optimizations. by Matt Morehouse · 8 years ago
  29. fdd72fd [X86] Added support for nocf_check attribute for indirect Branch Tracking by Oren Ben Simhon · 8 years ago
  30. c11ae18 Make the LLParser accept call instructions of variables in the program AS by Alexander Richardson · 8 years ago
  31. 16c7bda [DebugInfo] Support DWARF v5 source code embedding extension by Scott Linder · 8 years ago
  32. 7160384 [DebugInfo] Unify ChecksumKind and Checksum value in DIFile by Scott Linder · 8 years ago
  33. 08dc66e Re-commit r324489: [DebugInfo] Improvements to representation of enumeration types (PR36168) by Momchil Velikov · 8 years ago
  34. 74906a4 Revert "[DebugInfo] Improvements to representation of enumeration types (PR36168)" by Momchil Velikov · 8 years ago
  35. c502027 [DebugInfo] Improvements to representation of enumeration types (PR36168) by Momchil Velikov · 8 years ago
  36. 8c59921 Add DWARF for discriminated unions by Adrian Prantl · 8 years ago
  37. c00d81e LLParser: add an argument for overriding data layout and do not check alloca addr space by Yaxun Liu · 8 years ago
  38. fdf4091 [Metadata] Extend 'count' field of DISubrange to take a metadata node by Sander de Smalen · 8 years ago
  39. 3b9843f Allow dso_local on ifunc. by Rafael Espindola · 8 years ago
  40. e4b0231 Make internal/private GVs implicitly dso_local. by Rafael Espindola · 8 years ago
  41. c667c1f Hardware-assisted AddressSanitizer (llvm part). by Evgeniy Stepanov · 8 years ago
  42. c70d28b Represent runtime preemption in the IR. by Sean Fertile · 8 years ago
  43. adde4e4 Fix assembler for alloca of multiple elements in non-zero addr space by Yaxun Liu · 8 years ago
  44. 1661002 Remove unused variables. No functionality change. by Benjamin Kramer · 8 years ago
  45. 46a59fd Bitcode: add an auto-upgrade for LTO section name by Saleem Abdulrasool · 8 years ago
  46. a8b2ddb Move the stripping of invalid debug info from the Verifier to AutoUpgrade. by Adrian Prantl · 8 years ago
  47. ef1ae8f [AMDGPU] calling conventions for AMDPAL OS type by Tim Renouf · 8 years ago
  48. b52e236 IR: Represent -ggnu-pubnames with a flag on the DICompileUnit. by Peter Collingbourne · 8 years ago
  49. 0578221 Canonicalize the representation of empty an expression in DIGlobalVariableExpression by Adrian Prantl · 8 years ago
  50. 6d35334 Parse and print DIExpressions inline to ease IR and MIR testing by Reid Kleckner · 8 years ago
  51. 53a5fbb Add strictfp attribute to prevent unwanted optimizations of libm calls by Andrew Kaylor · 8 years ago
  52. d63bfd2 Debug Info: Add a file: field to DIImportedEntity. by Adrian Prantl · 8 years ago
  53. 2f24e93 [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well by Martin Storsjo · 8 years ago
  54. bb80d3e Enhance synchscope representation by Konstantin Zhuravlyov · 8 years ago
  55. 95d2347 [IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy to shorten code. NFC by Craig Topper · 8 years ago
  56. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  57. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  58. 96ab872 [IR] De-virtualize ~Value to save a vptr by Reid Kleckner · 8 years ago
  59. f3d7904 [IR] Allow attributes with global variables by Javed Absar · 8 years ago
  60. a302a736 AMDGPU: Add AMDGPU_HS calling convention by Marek Olsak · 8 years ago
  61. fed4f39 Remove line and file from DINamespace. by Adrian Prantl · 8 years ago
  62. b19b57e Add speculatable function attribute by Matt Arsenault · 8 years ago
  63. 1d12b88 Add support for DW_TAG_thrown_type. by Adrian Prantl · 8 years ago
  64. 9d16fa0 Prefer addAttr(Attribute::AttrKind) over the AttributeList overload by Reid Kleckner · 8 years ago
  65. 7f72033 [IR] Take func, ret, and arg attrs separately in AttributeList::get by Reid Kleckner · 8 years ago
  66. c2cb560 [IR] Add AttributeSet to hide AttributeSetNode* again, NFC by Reid Kleckner · 8 years ago
  67. eb9dd5b Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies" by Reid Kleckner · 8 years ago
  68. 3c1fc76 Allow DataLayout to specify addrspace for allocas. by Matt Arsenault · 8 years ago
  69. 211b1f3 Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies" by Reid Kleckner · 8 years ago
  70. 324c99d [IR] Make AttributeSetNode public, avoid temporary AttributeList copies by Reid Kleckner · 8 years ago
  71. b9c56d1 getPristineRegs is not accurately considering shrink wrapping puts by Eric Christopher · 8 years ago
  72. b518054 Rename AttributeSet to AttributeList by Reid Kleckner · 9 years ago
  73. d5561e0 [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer and reference types by Konstantin Zhuravlyov · 9 years ago
  74. 0944a8c Change debug-info-for-profiling from a TargetOption to a function attribute. by Dehao Chen · 9 years ago
  75. 1799567 ASMParser: use range-based for loops (NFC) by Saleem Abdulrasool · 9 years ago
  76. 7faeecc [DebugInfo] Added support for Checksum debug info feature. by Amjad Aboud · 9 years ago
  77. 58c1910 [LLParser] Make the line field of DIMacro(File) optional. by Adrian Prantl · 9 years ago
  78. 88f15ee [LLParser] Parse vector GEP constant expression correctly by Michael Kuperstein · 9 years ago
  79. bceaaa9 [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
  80. 73ec065 Revert "[IR] Remove the DIExpression field from DIGlobalVariable." by Adrian Prantl · 9 years ago
  81. 74a835c [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
  82. 03c6d31 Revert "[IR] Remove the DIExpression field from DIGlobalVariable." by Adrian Prantl · 9 years ago
  83. ce13935 [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
  84. 17c7f70 Replace APFloatBase static fltSemantics data members with getter functions by Stephan Bergmann · 9 years ago
  85. d93620b IR: Introduce inrange attribute on getelementptr indices. by Peter Collingbourne · 9 years ago
  86. dbfda63 Add DWARF debug info support for C++11 inline namespaces. by Adrian Prantl · 9 years ago
  87. 2ede126 DebugInfo: preparation to implement DW_AT_alignment by Victor Leschuk · 9 years ago
  88. 197aa31 DebugInfo: change alignment type from uint64_t to uint32_t to save space. by Victor Leschuk · 9 years ago
  89. 92ccbf2 [X86] Basic additions to support RegCall Calling Convention. by Oren Ben Simhon · 9 years ago
  90. fcee2d8 [AsmParser] Remove unused partial template specialization. by Davide Italiano · 9 years ago
  91. a53d49e Don't create a SymbolTable in Function when the LLVMContext discards value names (NFC) by Mehdi Amini · 9 years ago
  92. e470927 Fix auto-upgrade of TBAA tags in Bitcode Reader by Mehdi Amini · 9 years ago
  93. d4135bb DebugInfo: New metadata representation for global variables. by Peter Collingbourne · 9 years ago
  94. 5fcc418 DebugInfo: use strongly typed enum for debug info flags by Leny Kholodov · 9 years ago
  95. 3821b53 Revert "DebugInfo: use strongly typed enum for debug info flags" by Mehdi Amini · 9 years ago
  96. 356d6b6 DebugInfo: use strongly typed enum for debug info flags by Mehdi Amini · 9 years ago
  97. f4e1661 [AsmParser] Placate a -Wmisleading-indentantion warning (GCC7). by Davide Italiano · 9 years ago
  98. 1804a77 Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. by Eugene Zelenko · 9 years ago
  99. a01f295 DebugInfo: Add flag to CU to disable emission of inline debug info into the skeleton CU by David Blaikie · 9 years ago
  100. 84c9f99 Add writeonly IR attribute by Nicolai Haehnle · 9 years ago