- 90c0923 [CallSite removal] Move the rest of IR implementation code away from `CallSite`. by Chandler Carruth · 7 years ago
- 9f3cf55 [mir] Serialize DILocation inline when not possible to use a metadata reference by Daniel Sanders · 7 years ago
- adcdc1b [DebugInfo] IR/Bitcode changes for DISubprogram flags. by Paul Robinson · 7 years ago
- 009d833 [ThinLTO] Assembly representation of ReadOnly attribute by Eugene Leviant · 7 years ago
- bb27911 DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address specifiers by David Blaikie · 7 years ago
- cb39746 [ThinLTO] Split NotEligibleToImport into legality and inlinability flags by Teresa Johnson · 7 years ago
- f8ab35a Emit template type and value parameter DIEs for template variables. by Matthew Voss · 7 years ago
- b02ba99 IR: Move AtomicRMW string names into class by Matt Arsenault · 7 years ago
- 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
- 7fb39df [ThinLTO] Efficiency fix for writing type id records in per-module indexes by Teresa Johnson · 7 years ago
- eb7f602 [IR] Add a boolean field in DILocation to know if a line must covered or not by Calixte Denizet · 7 years ago
- 4dbc512 [AArch64] Add parsing of aarch64_vector_pcs attribute. by Sander de Smalen · 7 years ago
- 6bcf2ba Allow creating llvm::Function in non-zero address spaces by Alexander Richardson · 7 years ago
- cb9a82f [ThinLTO] Add option for printing import failure reasons by Teresa Johnson · 7 years ago
- 66cf14d DebugInfo: Add metadata support for disabling DWARF pub sections by David Blaikie · 7 years ago
- 55f4262 [DebugInfoMetadata] Added DIFlags interface in DIBasicType. by Adrian Prantl · 7 years ago
- c781680 [ThinLTO] Handle optional args in assembly format for ConstVCalls by Teresa Johnson · 7 years ago
- ac305e1 [ThinLTO] Escape module paths when printing by Andrew Ng · 7 years ago
- 3c1b5db [IR] Fix inconsistent declaration parameter name by Fangrui Song · 7 years ago
- fc801f5 Rename lazy initialization functions to reflect behavior (NFC) by Teresa Johnson · 7 years ago
- f8182f1 [ThinLTO] Fix printing of aliases for distributed backend indexes by Teresa Johnson · 7 years ago
- 8fc7666 [ThinLTO] Fix printing of module paths for distributed backend indexes by Teresa Johnson · 7 years ago
- 745918ff [ADT] Make escaping fn conform to coding guidelines by Jonas Devlieghere · 7 years ago
- 724e7a1 [ThinLTO] Fix bot failures from r333335 by Teresa Johnson · 7 years ago
- 08d5b4e [ThinLTO] Print module summary index to assembly by Teresa Johnson · 7 years ago
- c80c873 [NFC] Restructure linkage name printing in AsmWriter by Teresa Johnson · 7 years ago
- 2c86455 [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. by Shiva Chen · 7 years ago
- 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
- 3b59a8a Update stale comment in AsmWriter.cpp by Vlad Tsyrklevich · 7 years ago
- f355565 [IR] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
- d96de6f [MIR] Making MIR Printing, opt -dot-cfg, and -debug printing faster by Roman Tereshin · 8 years ago
- 16c7bda [DebugInfo] Support DWARF v5 source code embedding extension by Scott Linder · 8 years ago
- 7160384 [DebugInfo] Unify ChecksumKind and Checksum value in DIFile by Scott Linder · 8 years ago
- 08dc66e Re-commit r324489: [DebugInfo] Improvements to representation of enumeration types (PR36168) by Momchil Velikov · 8 years ago
- 74906a4 Revert "[DebugInfo] Improvements to representation of enumeration types (PR36168)" by Momchil Velikov · 8 years ago
- c502027 [DebugInfo] Improvements to representation of enumeration types (PR36168) by Momchil Velikov · 8 years ago
- 8c59921 Add DWARF for discriminated unions by Adrian Prantl · 8 years ago
- d15b289 [Support] Move PrintEscapedString into the library its declaration is in by Benjamin Kramer · 8 years ago
- fdf4091 [Metadata] Extend 'count' field of DISubrange to take a metadata node by Sander de Smalen · 8 years ago
- 9fbc040 Make GlobalValues with non-default visibilility dso_local. by Rafael Espindola · 8 years ago
- e4b0231 Make internal/private GVs implicitly dso_local. by Rafael Espindola · 8 years ago
- 629c411 [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fast-math-flag by Sanjay Patel · 8 years ago
- c70d28b Represent runtime preemption in the IR. by Sean Fertile · 8 years ago
- 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
- 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
- ef1ae8f [AMDGPU] calling conventions for AMDPAL OS type by Tim Renouf · 8 years ago
- b52e236 IR: Represent -ggnu-pubnames with a flag on the DICompileUnit. by Peter Collingbourne · 8 years ago
- b95b427 [IR] Don't print "!DIExpression() = !DIExpression()" when dumping by Reid Kleckner · 8 years ago
- 6d35334 Parse and print DIExpressions inline to ease IR and MIR testing by Reid Kleckner · 8 years ago
- d63bfd2 Debug Info: Add a file: field to DIImportedEntity. by Adrian Prantl · 8 years ago
- 2f24e93 [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well by Martin Storsjo · 8 years ago
- bb80d3e Enhance synchscope representation by Konstantin Zhuravlyov · 8 years ago
- de6cce2 [IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
- f3d7904 [IR] Allow attributes with global variables by Javed Absar · 8 years ago
- a302a736 AMDGPU: Add AMDGPU_HS calling convention by Marek Olsak · 8 years ago
- fed4f39 Remove line and file from DINamespace. by Adrian Prantl · 8 years ago
- 6652a52 Use Argument::hasAttribute and AttributeList::ReturnIndex more by Reid Kleckner · 8 years ago
- 1d12b88 Add support for DW_TAG_thrown_type. by Adrian Prantl · 8 years ago
- c9a752c [AsmWriter] Eliminate warning. NFC by Serguei Katkov · 8 years ago
- 3a46eb4 [AsmWriter/APFloat] FP constant printing: Avoid usage of locale dependent snprinf by Serguei Katkov · 8 years ago
- 927d8e6 [IR] Redesign the case iterator in SwitchInst to actually be an iterator by Chandler Carruth · 8 years ago
- c2cb560 [IR] Add AttributeSet to hide AttributeSetNode* again, NFC by Reid Kleckner · 8 years ago
- eb9dd5b Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies" by Reid Kleckner · 8 years ago
- 3c1fc76 Allow DataLayout to specify addrspace for allocas. by Matt Arsenault · 8 years ago
- 211b1f3 Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies" by Reid Kleckner · 8 years ago
- 324c99d [IR] Make AttributeSetNode public, avoid temporary AttributeList copies by Reid Kleckner · 8 years ago
- cd847a8 [IR] Add AllowContract to FastMathFlags by Adam Nemet · 8 years ago
- b518054 Rename AttributeSet to AttributeList by Reid Kleckner · 9 years ago
- d5561e0 [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer and reference types by Konstantin Zhuravlyov · 9 years ago
- 0944a8c Change debug-info-for-profiling from a TargetOption to a function attribute. by Dehao Chen · 9 years ago
- 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
- 7faeecc [DebugInfo] Added support for Checksum debug info feature. by Amjad Aboud · 9 years ago
- aa9fe53 [AsmWriter] Remove redundant cast<>s. NFC. by Ahmed Bougacha · 9 years ago
- bceaaa9 [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
- 73ec065 Revert "[IR] Remove the DIExpression field from DIGlobalVariable." by Adrian Prantl · 9 years ago
- 74a835c [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
- 03c6d31 Revert "[IR] Remove the DIExpression field from DIGlobalVariable." by Adrian Prantl · 9 years ago
- ce13935 [IR] Remove the DIExpression field from DIGlobalVariable. by Adrian Prantl · 9 years ago
- 17c7f70 Replace APFloatBase static fltSemantics data members with getter functions by Stephan Bergmann · 9 years ago
- 804d502 Fix -Werror build with clang-cl. by Zachary Turner · 9 years ago
- d93620b IR: Introduce inrange attribute on getelementptr indices. by Peter Collingbourne · 9 years ago
- dbfda63 Add DWARF debug info support for C++11 inline namespaces. by Adrian Prantl · 9 years ago
- 2ede126 DebugInfo: preparation to implement DW_AT_alignment by Victor Leschuk · 9 years ago
- 92ccbf2 [X86] Basic additions to support RegCall Calling Convention. by Oren Ben Simhon · 9 years ago
- 149f6ea Re-commit "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
- 2bcac0f Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)"" by Mehdi Amini · 9 years ago
- 32b297a Re-commit "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
- 78b04ae Revert "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
- e0327be Use StringRef in Support/Darf APIs (NFC) by Mehdi Amini · 9 years ago
- f42ec79 DIFlags: use StringRef instead of raw pointer (NFC) by Mehdi Amini · 9 years ago
- d4135bb DebugInfo: New metadata representation for global variables. by Peter Collingbourne · 9 years ago
- 5fcc418 DebugInfo: use strongly typed enum for debug info flags by Leny Kholodov · 9 years ago
- 3821b53 Revert "DebugInfo: use strongly typed enum for debug info flags" by Mehdi Amini · 9 years ago
- 356d6b6 DebugInfo: use strongly typed enum for debug info flags by Mehdi Amini · 9 years ago
- 9eb6a10 [IR] Properly handle escape characters in Attribute::getAsString() by Honggyu Kim · 9 years ago
- a01f295 DebugInfo: Add flag to CU to disable emission of inline debug info into the skeleton CU by David Blaikie · 9 years ago
- de3aea041 GlobalISel: support irtranslation of icmp instructions. by Tim Northover · 9 years ago
- 9cbc301 Revert "Don't invoke getName() from Function::isIntrinsic().", rL276942. by Justin Lebar · 9 years ago