1. a302a736 AMDGPU: Add AMDGPU_HS calling convention by Marek Olsak · 9 years ago
  2. fed4f39 Remove line and file from DINamespace. by Adrian Prantl · 9 years ago
  3. 6652a52 Use Argument::hasAttribute and AttributeList::ReturnIndex more by Reid Kleckner · 9 years ago
  4. 1d12b88 Add support for DW_TAG_thrown_type. by Adrian Prantl · 9 years ago
  5. c9a752c [AsmWriter] Eliminate warning. NFC by Serguei Katkov · 9 years ago
  6. 3a46eb4 [AsmWriter/APFloat] FP constant printing: Avoid usage of locale dependent snprinf by Serguei Katkov · 9 years ago
  7. 927d8e6 [IR] Redesign the case iterator in SwitchInst to actually be an iterator by Chandler Carruth · 9 years ago
  8. c2cb560 [IR] Add AttributeSet to hide AttributeSetNode* again, NFC by Reid Kleckner · 9 years ago
  9. eb9dd5b Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies" by Reid Kleckner · 9 years ago
  10. 3c1fc76 Allow DataLayout to specify addrspace for allocas. by Matt Arsenault · 9 years ago
  11. 211b1f3 Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies" by Reid Kleckner · 9 years ago
  12. 324c99d [IR] Make AttributeSetNode public, avoid temporary AttributeList copies by Reid Kleckner · 9 years ago
  13. cd847a8 [IR] Add AllowContract to FastMathFlags by Adam Nemet · 9 years ago
  14. b518054 Rename AttributeSet to AttributeList by Reid Kleckner · 9 years ago
  15. d5561e0 [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer and reference types by Konstantin Zhuravlyov · 9 years ago
  16. 0944a8c Change debug-info-for-profiling from a TargetOption to a function attribute. by Dehao Chen · 9 years ago
  17. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  18. 7faeecc [DebugInfo] Added support for Checksum debug info feature. by Amjad Aboud · 9 years ago
  19. aa9fe53 [AsmWriter] Remove redundant cast<>s. NFC. by Ahmed Bougacha · 9 years ago
  20. bceaaa9 [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
  21. 73ec065 Revert "[IR] Remove the DIExpression field from DIGlobalVariable." by Adrian Prantl · 9 years ago
  22. 74a835c [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
  23. 03c6d31 Revert "[IR] Remove the DIExpression field from DIGlobalVariable." by Adrian Prantl · 9 years ago
  24. ce13935 [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
  25. 17c7f70 Replace APFloatBase static fltSemantics data members with getter functions by Stephan Bergmann · 9 years ago
  26. 804d502 Fix -Werror build with clang-cl. by Zachary Turner · 9 years ago
  27. d93620b IR: Introduce inrange attribute on getelementptr indices. by Peter Collingbourne · 9 years ago
  28. dbfda63 Add DWARF debug info support for C++11 inline namespaces. by Adrian Prantl · 9 years ago
  29. 2ede126 DebugInfo: preparation to implement DW_AT_alignment by Victor Leschuk · 9 years ago
  30. 92ccbf2 [X86] Basic additions to support RegCall Calling Convention. by Oren Ben Simhon · 9 years ago
  31. 149f6ea Re-commit "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
  32. 2bcac0f Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)"" by Mehdi Amini · 9 years ago
  33. 32b297a Re-commit "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
  34. 78b04ae Revert "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
  35. e0327be Use StringRef in Support/Darf APIs (NFC) by Mehdi Amini · 9 years ago
  36. f42ec79 DIFlags: use StringRef instead of raw pointer (NFC) by Mehdi Amini · 9 years ago
  37. d4135bb DebugInfo: New metadata representation for global variables. by Peter Collingbourne · 9 years ago
  38. 5fcc418 DebugInfo: use strongly typed enum for debug info flags by Leny Kholodov · 9 years ago
  39. 3821b53 Revert "DebugInfo: use strongly typed enum for debug info flags" by Mehdi Amini · 9 years ago
  40. 356d6b6 DebugInfo: use strongly typed enum for debug info flags by Mehdi Amini · 9 years ago
  41. 9eb6a10 [IR] Properly handle escape characters in Attribute::getAsString() by Honggyu Kim · 9 years ago
  42. a01f295 DebugInfo: Add flag to CU to disable emission of inline debug info into the skeleton CU by David Blaikie · 9 years ago
  43. de3aea041 GlobalISel: support irtranslation of icmp instructions. by Tim Northover · 9 years ago
  44. 9cbc301 Revert "Don't invoke getName() from Function::isIntrinsic().", rL276942. by Justin Lebar · 9 years ago
  45. 45bcdcb Don't invoke getName() from Function::isIntrinsic(). by Justin Lebar · 9 years ago
  46. b5af11d [codeview] Add DISubprogram::ThisAdjustment by Reid Kleckner · 9 years ago
  47. af28e7d Apply clang-tidy's modernize-loop-convert to most of lib/IR. by Benjamin Kramer · 9 years ago
  48. 6d88fde IR: Introduce Module::global_objects(). by Peter Collingbourne · 9 years ago
  49. 2152189 IR: Allow metadata attachments on declarations, and fix lazy loaded metadata issue with globals. by Peter Collingbourne · 9 years ago
  50. 2b9fa3f Add llvm_unreachable to silence a "not all control paths" false positive warning from MSVC. by Aaron Ballman · 9 years ago
  51. 96efdd6 IR: Introduce local_unnamed_addr attribute. by Peter Collingbourne · 9 years ago
  52. de3d8b5 [DebugInfo] Add calling convention support for DWARF and CodeView by Reid Kleckner · 9 years ago
  53. cceae7f Add support for metadata attachments for global variables. by Peter Collingbourne · 10 years ago
  54. 8b4b8c2 Try to fix a msvc warning. by Rafael Espindola · 10 years ago
  55. 9cb9818 Replace PrintLinkage with getLinkagePrintName. NFC. by Rafael Espindola · 10 years ago
  56. 1f7732a AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1. by Nikolay Haustov · 10 years ago
  57. af0fdc2 IR: Avoid mallocs in constructor of ModuleSlotTracker by Duncan P. N. Exon Smith · 10 years ago
  58. 0ecff95 IR: Use a single ModuleSlotTracker in the Verifier by Duncan P. N. Exon Smith · 10 years ago
  59. 75819ae [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. by Adrian Prantl · 10 years ago
  60. a1feff7 [GCC] Attribute ifunc support in llvm by Dmitry Polukhin · 10 years ago
  61. 800f87a NFC: make AtomicOrdering an enum class by JF Bastien · 10 years ago
  62. df3a20c AMDGPU: Add a shader calling convention by Nicolai Haehnle · 10 years ago
  63. f8bdd88 Swift Calling Convention: add swiftcc. by Manman Ren · 10 years ago
  64. a3d5b0b [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar by Dmitry Polukhin · 10 years ago
  65. 9bfd0d0 Swift Calling Convention: add swifterror attribute. by Manman Ren · 10 years ago
  66. b939a25 Move the DebugEmissionKind enum from DIBuilder into DICompileUnit. by Adrian Prantl · 10 years ago
  67. d8d9465 Use existing PrintEscapedString in AssemblyWriter by Teresa Johnson · 10 years ago
  68. 83c517c Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly" by Teresa Johnson · 10 years ago
  69. 20beeea Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly" by Teresa Johnson · 10 years ago
  70. 832a679 [ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly by Teresa Johnson · 10 years ago
  71. a1f8625 DebugInfo: Add ability to not emit DW_AT_vtable_elem_location for virtual functions. by Peter Collingbourne · 10 years ago
  72. 774b1ef [IR] Provide an API to skip the details of a structured type when printed. by Quentin Colombet · 10 years ago
  73. 4fd0d4a [AVR] Add calling convention parser tokens by Dylan McKay · 10 years ago
  74. e1100f5 This patch adds MemorySSA to LLVM. by George Burgess IV · 10 years ago
  75. e257f0f Tweak unnamed label syntax in textual IR for easier matching in tests. by Evgeniy Stepanov · 10 years ago
  76. 5f6eaac GlobalValue: use getValueType() instead of getType()->getPointerElementType(). by Manuel Jacob · 10 years ago
  77. b9b50aa Fix crash when printing instructions that have a metadata attached but no parent. by Mehdi Amini · 10 years ago
  78. 83eefa6 [Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC. by Manuel Jacob · 10 years ago
  79. 60b5e1b Implemented Support of IA interrupt and exception handlers: by Amjad Aboud · 10 years ago
  80. 3a63fb3 Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist" by Vedant Kumar · 10 years ago
  81. 44dd987 Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"" by Vedant Kumar · 10 years ago
  82. d481752 Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist" by Vedant Kumar · 10 years ago
  83. e069c4b Revert "[IR] Move optional data in llvm::Function into a hungoff uselist" by Vedant Kumar · 10 years ago
  84. be7525d [IR] Move optional data in llvm::Function into a hungoff uselist by Vedant Kumar · 10 years ago
  85. bbfc721 [IR] Remove terminatepad by David Majnemer · 10 years ago
  86. 8a1c45d [IR] Reformulate LLVM's EH funclet IR by David Majnemer · 10 years ago
  87. a9bcf16 Macro debug info support in LLVM IR by Amjad Aboud · 10 years ago
  88. 19c7bbe [CXX TLS calling convention] Add CXX TLS calling convention. by Manman Ren · 10 years ago
  89. 9328957 IR: Use format_hex instead of handrolling the conversion. NFC by Justin Bogner · 10 years ago
  90. b609b6b IR: Update a comment and a bool that've been out of date since 2012 by Justin Bogner · 10 years ago
  91. f0f224d [IR] Add support for empty tokens by David Majnemer · 10 years ago
  92. b9ca6dc [OperandBundles] Identify operand bundles with both their names and IDs by Sanjoy Das · 10 years ago
  93. 54c3ca6 [OperandBundles] Rename accessor, NFC by Sanjoy Das · 10 years ago
  94. 5cfcce12 Add 'notail' marker for call instructions. by Akira Hatanaka · 10 years ago
  95. d4bff30 DI: Reverse direction of subprogram -> function edge. by Peter Collingbourne · 10 years ago
  96. 52888a6 IR: Remove implicit iterator conversions from lib/IR, NFC by Duncan P. N. Exon Smith · 10 years ago
  97. cce239c HHVM calling conventions. by Maksim Panchenko · 10 years ago
  98. d7d1a72 AsmWriter: Print the argument names in declarations while debugging by Justin Bogner · 10 years ago
  99. b513a9f [Bitcode][Asm] Teach LLVM to read and write operand bundles. by Sanjoy Das · 10 years ago
  100. 5dbee7b [IR] Print the label operands of a catchpad like an invoke by Reid Kleckner · 10 years ago