Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
AsmParser
/
LLLexer.cpp
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
cbde0d9
[IR] Add a dedicated FNeg IR Instruction
by Cameron McInally
· 7 years ago
cb39746
[ThinLTO] Split NotEligibleToImport into legality and inlinability flags
by Teresa Johnson
· 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
66cf14d
DebugInfo: Add metadata support for disabling DWARF pub sections
by David Blaikie
· 7 years ago
d4dd721
[DEBUGINFO] Disable emission of the dwarf sections, but allow directives.
by Alexey Bataev
· 7 years ago
28f69c7
[AsmParser] Fix inconsistent declaration parameter name
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
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
c667c1f
Hardware-assisted AddressSanitizer (llvm part).
by Evgeniy Stepanov
· 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
ef1ae8f
[AMDGPU] calling conventions for AMDPAL OS type
by Tim Renouf
· 8 years ago
53a5fbb
Add strictfp attribute to prevent unwanted optimizations of libm calls
by Andrew Kaylor
· 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
a302a736
AMDGPU: Add AMDGPU_HS calling convention
by Marek Olsak
· 8 years ago
b19b57e
Add speculatable function attribute
by Matt Arsenault
· 8 years ago
cd847a8
[IR] Add AllowContract to FastMathFlags
by Adam Nemet
· 8 years ago
7faeecc
[DebugInfo] Added support for Checksum debug info feature.
by Amjad Aboud
· 9 years ago
17c7f70
Replace APFloatBase static fltSemantics data members with getter functions
by Stephan Bergmann
· 9 years ago
f33f91a
[AsmParser] Avoid recursing when lexing ';'. NFC.
by Ahmed Bougacha
· 9 years ago
d93620b
IR: Introduce inrange attribute on getelementptr indices.
by Peter Collingbourne
· 9 years ago
92ccbf2
[X86] Basic additions to support RegCall Calling Convention.
by Oren Ben Simhon
· 9 years ago
61a72d8
[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings
by Eugene Zelenko
· 9 years ago
0a16c22
Use range algorithms instead of unpacking begin/end
by David Majnemer
· 9 years ago
f72c663
LLLexer.cpp: Avoid using BitsToDouble() to preserve SNaN like "double 0x7FF4000000000000".
by NAKAMURA Takumi
· 9 years ago
2b8c774
Reformat.
by NAKAMURA Takumi
· 9 years ago
84c9f99
Add writeonly IR attribute
by Nicolai Haehnle
· 9 years ago
96efdd6
IR: Introduce local_unnamed_addr attribute.
by Peter Collingbourne
· 9 years ago
de3d8b5
[DebugInfo] Add calling convention support for DWARF and CodeView
by Reid Kleckner
· 9 years ago
a86df9b
[ASMParser] Parse FP constants in non-C locales
by Meador Inge
· 9 years ago
1f7732a
AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.
by Nikolay Haustov
· 9 years ago
278199f
Add the allocsize attribute to LLVM.
by George Burgess IV
· 9 years ago
a1feff7
[GCC] Attribute ifunc support in llvm
by Dmitry Polukhin
· 9 years ago
df3a20c
AMDGPU: Add a shader calling convention
by Nicolai Haehnle
· 9 years ago
f8bdd88
Swift Calling Convention: add swiftcc.
by Manman Ren
· 9 years ago
9bfd0d0
Swift Calling Convention: add swifterror attribute.
by Manman Ren
· 9 years ago
b939a25
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
by Adrian Prantl
· 9 years ago
83c517c
Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"
by Teresa Johnson
· 9 years ago
20beeea
Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"
by Teresa Johnson
· 9 years ago
832a679
[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly
by Teresa Johnson
· 9 years ago
f46262e
Swift Calling Convention: add swiftself attribute.
by Manman Ren
· 9 years ago
4fd0d4a
[AVR] Add calling convention parser tokens
by Dylan McKay
· 10 years ago
60b5e1b
Implemented Support of IA interrupt and exception handlers:
by Amjad Aboud
· 10 years ago
fb3f490
Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes
by Vaivaswatha Nagaraj
· 10 years ago
bbfc721
[IR] Remove terminatepad
by David Majnemer
· 10 years ago
8a1c45d
[IR] Reformulate LLVM's EH funclet IR
by David Majnemer
· 10 years ago
a9bcf16
Macro debug info support in LLVM IR
by Amjad Aboud
· 10 years ago
19c7bbe
[CXX TLS calling convention] Add CXX TLS calling convention.
by Manman Ren
· 10 years ago
f0f224d
[IR] Add support for empty tokens
by David Majnemer
· 10 years ago
5cfcce12
Add 'notail' marker for call instructions.
by Akira Hatanaka
· 10 years ago
e6f87ca
Add a new attribute: norecurse
by James Molloy
· 10 years ago
cce239c
HHVM calling conventions.
by Maksim Panchenko
· 10 years ago
9ce71f7
[WinEH] Add cleanupendpad instruction
by Joseph Tremoulet
· 10 years ago
4da0e12
Fix bug in method LLLexer::FP80HexToIntPair
by Karl Schimpf
· 10 years ago
b611e3f
[IR] Add token types
by David Majnemer
· 10 years ago
654e130
New EH representation for MSVC compatibility
by David Majnemer
· 10 years ago
39d662f
Add argmemonly attribute.
by Igor Laevsky
· 10 years ago
db82d2f
Revert the new EH instructions
by David Majnemer
· 10 years ago
ae2ffc8
New EH representation for MSVC compatibility
by David Majnemer
· 10 years ago
6f8a6be
ADT: Add a string APSInt constructor.
by Alex Lorenz
· 10 years ago
82437bf
Protection against stack-based memory corruption errors using SafeStack
by Peter Collingbourne
· 10 years ago
a0cb17c
Fix doxygen comments. NFC
by Filipe Cabecinhas
· 10 years ago
85fa7d5
Add initial support for the convergent attribute.
by Owen Anderson
· 10 years ago
31ea6d1
[IR] Introduce a dereferenceable_or_null(N) attribute.
by Sanjoy Das
· 10 years ago
70ab3d2
AsmParser/Writer: Handle symbolic constants in DI 'flags:'
by Duncan P. N. Exon Smith
· 11 years ago
5f989ab
AsmParser: Use StringRef for keyword comparisons, NFC
by Duncan P. N. Exon Smith
· 11 years ago
96d21d6
AsmParser: Use do{}while(false) in macros, NFC
by Duncan P. N. Exon Smith
· 11 years ago
0c5c012
AsmWriter/Bitcode: MDExpression
by Duncan P. N. Exon Smith
· 11 years ago
890533e
AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'
by Duncan P. N. Exon Smith
· 11 years ago
aece2dc
AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'
by Duncan P. N. Exon Smith
· 11 years ago
cd6636c
AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
by Duncan P. N. Exon Smith
· 11 years ago
9748607
AsmParser: Recognize DW_TAG_* constants
by Duncan P. N. Exon Smith
· 11 years ago
ba516a1
Remove unused tokens in the ll lexer.
by Sean Silva
· 11 years ago
090a19b
IR: Add 'distinct' MDNodes to bitcode and assembly
by Duncan P. N. Exon Smith
· 11 years ago
6f3be2e
AsmParser: Don't allow null bytes in BB labels
by David Majnemer
· 11 years ago
1d681aa
AsmParser: Don't crash if a null byte is inside a quoted string
by David Majnemer
· 11 years ago
aa5d707
AsmParser: Verifier that the contents of a hex integer are hex
by David Majnemer
· 11 years ago
2defbad
AsmParser: Don't crash on short hex constants for fp128 types
by David Majnemer
· 11 years ago
51d2de7
Prologue support
by Peter Collingbourne
· 11 years ago
35fc363
Parse 'ghccc' in .ll files as the GHC convention (cc 10)
by Reid Kleckner
· 11 years ago
9ccce99
X86: Implement the vectorcall calling convention
by Reid Kleckner
· 11 years ago
0a448fb
IR: Implement uselistorder assembly directives
by Duncan P. N. Exon Smith
· 11 years ago
43d22b8
These classes only need a StringRef, not a MemoryBuffer.
by Rafael Espindola
· 11 years ago
7342ca4
Delete unused method.
by Rafael Espindola
· 11 years ago
df2c3e8
AsmParser: remove deprecated LLIR support
by Saleem Abdulrasool
· 11 years ago
b0407ba
Add a dereferenceable attribute
by Hal Finkel
· 11 years ago
dad0a64
IR: Add COMDATs to the IR
by David Majnemer
· 11 years ago
420a216
IR: add "cmpxchg weak" variant to support permitted failure.
by Tim Northover
· 11 years ago
44cb65f
Add a new attribute called 'jumptable' that creates jump-instruction tables for functions marked with this attribute.
by Tom Roeder
· 11 years ago
d52b152
Add 'nonnull', a new parameter and return attribute which indicates that the pointer is not null. Instcombine will elide comparisons between these and null. Patch by Luqman Aden!
by Nick Lewycky
· 11 years ago
c487d73
Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"
by Reid Kleckner
· 11 years ago
5772b77
Add 'musttail' marker to call instructions
by Reid Kleckner
· 11 years ago
2617dcc
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 11 years ago
Next »