Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
AsmParser
/
LLParser.cpp
5a7056f
[ThinLTO] Compute synthetic function entry count
by Easwaran Raman
· 7 years ago
adcdc1b
[DebugInfo] IR/Bitcode changes for DISubprogram flags.
by Paul Robinson
· 7 years ago
972e348
Attempt to fix buildbot after r347489
by Eugene Leviant
· 7 years ago
009d833
[ThinLTO] Assembly representation of ReadOnly attribute
by Eugene Leviant
· 7 years ago
cda5421
[DebugInfo] DISubprogram flags get their own flags word. NFC.
by Paul Robinson
· 7 years ago
bf46e74
[ThinLTO] Internalize readonly globals
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
cbde0d9
[IR] Add a dedicated FNeg IR Instruction
by Cameron McInally
· 7 years ago
fa43892
Revert "[ThinLTO] Internalize readonly globals"
by Steven Wu
· 7 years ago
be8d199
[ThinLTO] Internalize readonly globals
by Eugene Leviant
· 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
0f83d66
Add atomicrmw operation to error messages
by Matt Arsenault
· 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
664aa86
[x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative
by Chandler Carruth
· 7 years ago
9ae926b
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
by Chandler Carruth
· 7 years ago
6bcf2ba
Allow creating llvm::Function in non-zero address spaces
by Alexander Richardson
· 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
f78650a
Remove trailing space
by Fangrui Song
· 7 years ago
63ee0e7
[ThinLTO] Parse module summary index from assembly
by Teresa Johnson
· 7 years ago
08d5b4e
[ThinLTO] Print module summary index to assembly
by Teresa Johnson
· 7 years ago
e0b5f86
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
by Vedant Kumar
· 7 years ago
2c86455
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
by Shiva Chen
· 7 years ago
d17f61e
Add the ShadowCallStack attribute
by Vlad Tsyrklevich
· 7 years ago
236cdaf
[SimplifyCFG] Create attribute for fuzzing-specific optimizations.
by Matt Morehouse
· 8 years ago
fdd72fd
[X86] Added support for nocf_check attribute for indirect Branch Tracking
by Oren Ben Simhon
· 8 years ago
c11ae18
Make the LLParser accept call instructions of variables in the program AS
by Alexander Richardson
· 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
c00d81e
LLParser: add an argument for overriding data layout and do not check alloca addr space
by Yaxun Liu
· 8 years ago
fdf4091
[Metadata] Extend 'count' field of DISubrange to take a metadata node
by Sander de Smalen
· 8 years ago
3b9843f
Allow dso_local on ifunc.
by Rafael Espindola
· 8 years ago
e4b0231
Make internal/private GVs implicitly dso_local.
by Rafael Espindola
· 8 years ago
c667c1f
Hardware-assisted AddressSanitizer (llvm part).
by Evgeniy Stepanov
· 8 years ago
c70d28b
Represent runtime preemption in the IR.
by Sean Fertile
· 8 years ago
adde4e4
Fix assembler for alloca of multiple elements in non-zero addr space
by Yaxun Liu
· 8 years ago
1661002
Remove unused variables. No functionality change.
by Benjamin Kramer
· 8 years ago
46a59fd
Bitcode: add an auto-upgrade for LTO section name
by Saleem Abdulrasool
· 8 years ago
a8b2ddb
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
by Adrian Prantl
· 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
0578221
Canonicalize the representation of empty an expression in DIGlobalVariableExpression
by Adrian Prantl
· 8 years ago
6d35334
Parse and print DIExpressions inline to ease IR and MIR testing
by Reid Kleckner
· 8 years ago
53a5fbb
Add strictfp attribute to prevent unwanted optimizations of libm calls
by Andrew Kaylor
· 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
95d2347
[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy to shorten code. NFC
by Craig Topper
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
96ab872
[IR] De-virtualize ~Value to save a vptr
by Reid Kleckner
· 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
b19b57e
Add speculatable function attribute
by Matt Arsenault
· 8 years ago
1d12b88
Add support for DW_TAG_thrown_type.
by Adrian Prantl
· 8 years ago
9d16fa0
Prefer addAttr(Attribute::AttrKind) over the AttributeList overload
by Reid Kleckner
· 8 years ago
7f72033
[IR] Take func, ret, and arg attrs separately in AttributeList::get
by Reid Kleckner
· 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
b9c56d1
getPristineRegs is not accurately considering shrink wrapping puts
by Eric Christopher
· 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
1799567
ASMParser: use range-based for loops (NFC)
by Saleem Abdulrasool
· 9 years ago
7faeecc
[DebugInfo] Added support for Checksum debug info feature.
by Amjad Aboud
· 9 years ago
58c1910
[LLParser] Make the line field of DIMacro(File) optional.
by Adrian Prantl
· 9 years ago
88f15ee
[LLParser] Parse vector GEP constant expression correctly
by Michael Kuperstein
· 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
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
197aa31
DebugInfo: change alignment type from uint64_t to uint32_t to save space.
by Victor Leschuk
· 9 years ago
92ccbf2
[X86] Basic additions to support RegCall Calling Convention.
by Oren Ben Simhon
· 9 years ago
fcee2d8
[AsmParser] Remove unused partial template specialization.
by Davide Italiano
· 9 years ago
a53d49e
Don't create a SymbolTable in Function when the LLVMContext discards value names (NFC)
by Mehdi Amini
· 9 years ago
e470927
Fix auto-upgrade of TBAA tags in Bitcode Reader
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
f4e1661
[AsmParser] Placate a -Wmisleading-indentantion warning (GCC7).
by Davide Italiano
· 9 years ago
1804a77
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes.
by Eugene Zelenko
· 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
84c9f99
Add writeonly IR attribute
by Nicolai Haehnle
· 9 years ago
Next »