Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
83505347724a3eeb42f66a0b58fb8ff5c4c9ea4c
/
llvm
/
lib
/
Bitcode
/
Reader
/
BitcodeReader.cpp
0011c58
Remove always-true comparison, NFC.
by Filipe Cabecinhas
· 10 years ago
d48e54c
Avoid a use after free.
by Rafael Espindola
· 10 years ago
4e72121
Fix for PR23310: llvm-dis crashes when trying to upgrade an intrinsic.
by Rafael Espindola
· 10 years ago
86e3340
Rangify some loops.
by Rafael Espindola
· 10 years ago
ab1243f
Add a DIModule metadata node to the IR.
by Adrian Prantl
· 10 years ago
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
1c863ca
Remove the IsStreamed member variable.
by Rafael Espindola
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
7fddecc
Move the personality function from LandingPadInst to Function
by David Majnemer
· 10 years ago
456baad
Handle forward referenced function when streaming bitcode.
by Rafael Espindola
· 10 years ago
728074b
Handle MaterializeAll in getLazyBitcodeModuleImpl. NFC.
by Rafael Espindola
· 10 years ago
1aabf98
Use std::unique_ptr to manage the DataStreamer in bitcode parsing.
by Rafael Espindola
· 10 years ago
dcd1dca
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
by Rafael Espindola
· 10 years ago
c6afe0d
Improve handling of end of file in the bitcode reader.
by Rafael Espindola
· 10 years ago
82437bf
Protection against stack-based memory corruption errors using SafeStack
by Peter Collingbourne
· 10 years ago
64a27fb
Don't indent inside a namespace. NFC.
by Rafael Espindola
· 10 years ago
6ace685
Replace @ with the more common \. NFC.
by Rafael Espindola
· 10 years ago
cbdcb50
Don't repeat names in comments and start functions with a lower case letter.
by Rafael Espindola
· 10 years ago
4223a1f
Cleanup the constructor of BitcodeReader. NFC.
by Rafael Espindola
· 10 years ago
ef5e7ad
Rangify two for loops in BitcodeReader.cpp.
by Yaron Keren
· 10 years ago
a911af0
Use early return idiom. NFC
by Filipe Cabecinhas
· 10 years ago
da86b6d
[BitcodeReader] Diagnose type mismatches with aliases
by Filipe Cabecinhas
· 10 years ago
8e42190
[BitcodeReader] Check vector size before trying to create a VectorType
by Filipe Cabecinhas
· 10 years ago
14e6867
[BitcodeReader] Change an assert to a call to a call to Error()
by Filipe Cabecinhas
· 10 years ago
f5e2fc4
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
by Benjamin Kramer
· 10 years ago
6a92a3f
[BitcodeReader] Change assert to report_fatal_error
by Filipe Cabecinhas
· 10 years ago
85fa7d5
Add initial support for the convergent attribute.
by Owen Anderson
· 10 years ago
0eb8a59
[BitcodeReader] Sanity check on Comdat ID
by Filipe Cabecinhas
· 10 years ago
1f599f9
IR / debug info: Add a DWOId field to DICompileUnit,
by Adrian Prantl
· 10 years ago
32af542
[BitcodeReader] Error out if we read an invalid function argument type
by Filipe Cabecinhas
· 10 years ago
4708a02
[BitcodeReader] Make sure the type of the inserted value matches the type of the aggregate at those indices
by Filipe Cabecinhas
· 10 years ago
11bb849
Extract the load/store type verification to a separate function.
by Filipe Cabecinhas
· 10 years ago
1c299d0
[BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with 0 indices
by Filipe Cabecinhas
· 10 years ago
1d9f642
Remove redundant checks. NFC
by Filipe Cabecinhas
· 10 years ago
97cb565
While in GlobalValue fix the function(s) that don't follow the
by Eric Christopher
· 10 years ago
60310f2
[opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr.
by David Blaikie
· 10 years ago
f8a16a9
Don't overflow GCTable
by Filipe Cabecinhas
· 10 years ago
9a19e56
Make sure Op->getType() is a PointerType before we cast<> it.
by Filipe Cabecinhas
· 10 years ago
bad0779
Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAX
by Filipe Cabecinhas
· 10 years ago
f64246b
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposing it into pointee type + address space
by David Blaikie
· 10 years ago
a9308c4
IR: Give 'DI' prefix to debug info metadata
by Duncan P. N. Exon Smith
· 10 years ago
6fe8aab
Use an "early return" idiom for the error case. NFC
by Filipe Cabecinhas
· 10 years ago
d8a1bcd
Check that we have a valid PointerType element type before calling get()
by Filipe Cabecinhas
· 10 years ago
52d42c7
Use the ArrayType member function for array element types.
by Filipe Cabecinhas
· 10 years ago
f15fb03
Make sure that isValidElementType(Type) before calling {Array,Struct}Type::get(Type)
by Filipe Cabecinhas
· 10 years ago
b435d0f
Relax an assert when there's a type mismatch in forward references
by Filipe Cabecinhas
· 10 years ago
bdb4910
[opaque pointer type] Encode the allocated type of an alloca rather than its pointer result type.
by David Blaikie
· 10 years ago
2a661cd
[opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'
by David Blaikie
· 10 years ago
1a848da
[opaque pointer type] encode the pointee type of global variables
by David Blaikie
· 10 years ago
3d4cd75
IR: Add assembly/bitcode support for function metadata attachments
by Duncan P. N. Exon Smith
· 11 years ago
5ea1f7b
[opaque pointer type] bitcode: add explicit callee type to invoke instructions
by David Blaikie
· 11 years ago
ff1e234
[BitcodeReader] Fix asserts when we read a non-vector type for insert/extract/shuffle
by Filipe Cabecinhas
· 11 years ago
348de69
Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementType for a few cases of CallInst
by David Blaikie
· 11 years ago
d2db881
Revert "[opaque pointer type] Avoid using PointerType::getElementType for a few cases of CallInst"
by David Blaikie
· 11 years ago
ea79c5b
Have more strict type checks when creating BinOp nodes in BitcodeReader
by Filipe Cabecinhas
· 11 years ago
50a0615
[opaque pointer types] Serialize the value type for atomic store instructions
by David Blaikie
· 11 years ago
612ddbf
[opaque pointer types] Serialize the value type for store instructions
by David Blaikie
· 11 years ago
5069936
[opaque pointer type] Avoid using PointerType::getElementType for a few cases of CallInst
by David Blaikie
· 11 years ago
b7a02987
[opaque pointer types] Use the pointee type loaded from bitcode when constructing a LoadInst
by David Blaikie
· 11 years ago
561a157
[opaque pointer type] Serialize the type of an llvm::Function as a function type rather than a function pointer type
by David Blaikie
· 11 years ago
dbe6e0f
[opaque pointer type] Explicit pointee type for call instruction
by David Blaikie
· 11 years ago
31ea6d1
[IR] Introduce a dereferenceable_or_null(N) attribute.
by Sanjoy Das
· 11 years ago
62e0f45
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
by Duncan P. N. Exon Smith
· 11 years ago
2255427
Error out of ParseBitcodeInto(Module*) if we haven't read a Module
by Filipe Cabecinhas
· 11 years ago
f817c1c
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 11 years ago
4a2e73b
[opaque pointer type] API migration for GEP constant factories
by David Blaikie
· 11 years ago
468b868
git-clang-format r233603.
by Rafael Espindola
· 11 years ago
0d68b4c
Fix PR23045.
by Rafael Espindola
· 11 years ago
2648998
Verifier: Check accessors of MDLocation
by Duncan P. N. Exon Smith
· 11 years ago
cced8be
Internalize BitcodeReader. Not used outside of BitcodeReader.cpp.
by Benjamin Kramer
· 11 years ago
12cf5d70
Add testing for mismatched explicit type on a gep operator when loading from bitcode
by David Blaikie
· 11 years ago
c695cc7
Add testing for mismatched explicit type on a load instruction when loading from bitcode
by David Blaikie
· 11 years ago
675e8cb
Test bitcode parsing error-handling for incorrect explicit type
by David Blaikie
· 11 years ago
096b1da
[opaque pointer type] more gep API migration
by David Blaikie
· 11 years ago
b926357
[opaque pointer type] Bitcode support for explicit type parameter on the gep operator
by David Blaikie
· 11 years ago
4a5c8c6
Turn assertion into bitcode reading error
by David Blaikie
· 11 years ago
4a9b0eb
Add a parameter for getLazyBitcodeModule to lazily load Metadata.
by Manman Ren
· 11 years ago
0a446fd
Add missing includes. make_unique proliferated everywhere.
by Benjamin Kramer
· 11 years ago
d602c35
Silence three more variable set but not used warnings, NFC.
by Yaron Keren
· 11 years ago
b5b5efd
[opaque pointer type] Bitcode support for explicit type parameter on GEP.
by David Blaikie
· 11 years ago
8503565
[opaque pointer type] bitcode support for explicit type parameter to the load instruction
by David Blaikie
· 11 years ago
30bf96b
Use common parse routine to read alignment values from bitcode
by JF Bastien
· 11 years ago
ad6eb127
Bitcode: Stop assuming non-null fields
by Duncan P. N. Exon Smith
· 11 years ago
3d62bba
IR: Drop scope from MDTemplateParameter
by Duncan P. N. Exon Smith
· 11 years ago
060ee62
Bitcode: Fix major regression: large files w/ debug info
by Duncan P. N. Exon Smith
· 11 years ago
ecf8f7f
[Bitcode reader] Fix a few assertions when reading invalid files
by Filipe Cabecinhas
· 11 years ago
f9a1897
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
by Aaron Ballman
· 11 years ago
1c93116
AsmWriter/Bitcode: MDImportedEntity
by Duncan P. N. Exon Smith
· 11 years ago
d45ce96
AsmWriter/Bitcode: MDObjCProperty
by Duncan P. N. Exon Smith
· 11 years ago
0c5c012
AsmWriter/Bitcode: MDExpression
by Duncan P. N. Exon Smith
· 11 years ago
72fe2d0
AsmWriter/Bitcode: MDLocalVariable
by Duncan P. N. Exon Smith
· 11 years ago
c8f810a
AsmWriter/Bitcode: MDGlobalVariable
by Duncan P. N. Exon Smith
· 11 years ago
2847f38
AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
by Duncan P. N. Exon Smith
· 11 years ago
e146000
AsmWriter/Bitcode: MDNamespace
by Duncan P. N. Exon Smith
· 11 years ago
06a0702
AsmWriter/Bitcode: MDLexicalBlockFile
by Duncan P. N. Exon Smith
· 11 years ago
a96d409
AsmWriter/Bitcode: MDLexicalBlock
by Duncan P. N. Exon Smith
· 11 years ago
19fc5ed
AsmWriter/Bitcode: MDSubprogram
by Duncan P. N. Exon Smith
· 11 years ago
c1f1acc
AsmWriter/Bitcode: MDCompileUnit
by Duncan P. N. Exon Smith
· 11 years ago
54e2bc6
AsmWriter/Bitcode: MDSubroutineType
by Duncan P. N. Exon Smith
· 11 years ago
171d077
AsmWriter/Bitcode: MDDerivedType and MDCompositeType
by Duncan P. N. Exon Smith
· 11 years ago
Next »