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