index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Bitcode
/
Reader
/
BitcodeReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[BitcodeReader] Make sure the type of the inserted value matches the type of ...
Filipe Cabecinhas
2015-05-18
1
-0
/
+3
*
Extract the load/store type verification to a separate function.
Filipe Cabecinhas
2015-05-18
1
-9
/
+38
*
[BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with 0 indices
Filipe Cabecinhas
2015-05-16
1
-4
/
+10
*
Remove redundant checks. NFC
Filipe Cabecinhas
2015-05-15
1
-2
/
+0
*
While in GlobalValue fix the function(s) that don't follow the
Eric Christopher
2015-05-15
1
-4
/
+4
*
[opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr.
David Blaikie
2015-05-08
1
-4
/
+6
*
Don't overflow GCTable
Filipe Cabecinhas
2015-04-30
1
-1
/
+1
*
Make sure Op->getType() is a PointerType before we cast<> it.
Filipe Cabecinhas
2015-04-30
1
-0
/
+2
*
Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAX
Filipe Cabecinhas
2015-04-30
1
-0
/
+4
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
1
-2
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-21
/
+21
*
Use an "early return" idiom for the error case. NFC
Filipe Cabecinhas
2015-04-29
1
-8
/
+6
*
Check that we have a valid PointerType element type before calling get()
Filipe Cabecinhas
2015-04-29
1
-1
/
+2
*
Use the ArrayType member function for array element types.
Filipe Cabecinhas
2015-04-29
1
-1
/
+1
*
Make sure that isValidElementType(Type) before calling {Array,Struct}Type::ge...
Filipe Cabecinhas
2015-04-29
1
-2
/
+4
*
Relax an assert when there's a type mismatch in forward references
Filipe Cabecinhas
2015-04-28
1
-1
/
+3
*
[opaque pointer type] Encode the allocated type of an alloca rather than its ...
David Blaikie
2015-04-28
1
-6
/
+13
*
[opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'
David Blaikie
2015-04-28
1
-5
/
+8
*
[opaque pointer type] encode the pointee type of global variables
David Blaikie
2015-04-27
1
-5
/
+11
*
IR: Add assembly/bitcode support for function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-4
/
+17
*
[opaque pointer type] bitcode: add explicit callee type to invoke instructions
David Blaikie
2015-04-24
1
-14
/
+23
*
[BitcodeReader] Fix asserts when we read a non-vector type for insert/extract...
Filipe Cabecinhas
2015-04-24
1
-2
/
+9
*
Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...
David Blaikie
2015-04-23
1
-7
/
+6
*
Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...
David Blaikie
2015-04-22
1
-6
/
+7
*
Have more strict type checks when creating BinOp nodes in BitcodeReader
Filipe Cabecinhas
2015-04-22
1
-14
/
+29
*
[opaque pointer types] Serialize the value type for atomic store instructions
David Blaikie
2015-04-22
1
-4
/
+8
*
[opaque pointer types] Serialize the value type for store instructions
David Blaikie
2015-04-22
1
-4
/
+8
*
[opaque pointer type] Avoid using PointerType::getElementType for a few cases...
David Blaikie
2015-04-21
1
-7
/
+6
*
[opaque pointer types] Use the pointee type loaded from bitcode when construc...
David Blaikie
2015-04-17
1
-5
/
+6
*
[opaque pointer type] Serialize the type of an llvm::Function as a function t...
David Blaikie
2015-04-17
1
-4
/
+3
*
[opaque pointer type] Explicit pointee type for call instruction
David Blaikie
2015-04-17
1
-9
/
+22
*
[IR] Introduce a dereferenceable_or_null(N) attribute.
Sanjoy Das
2015-04-16
1
-0
/
+4
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+3
*
Error out of ParseBitcodeInto(Module*) if we haven't read a Module
Filipe Cabecinhas
2015-04-14
1
-2
/
+6
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-5
/
+8
*
git-clang-format r233603.
Rafael Espindola
2015-04-01
1
-3
/
+1
*
Fix PR23045.
Rafael Espindola
2015-03-30
1
-0
/
+12
*
Verifier: Check accessors of MDLocation
Duncan P. N. Exon Smith
2015-03-26
1
-3
/
+4
*
Internalize BitcodeReader. Not used outside of BitcodeReader.cpp.
Benjamin Kramer
2015-03-17
1
-2
/
+342
*
Add testing for mismatched explicit type on a gep operator when loading from ...
David Blaikie
2015-03-16
1
-1
/
+2
*
Add testing for mismatched explicit type on a load instruction when loading f...
David Blaikie
2015-03-16
1
-3
/
+3
*
Test bitcode parsing error-handling for incorrect explicit type
David Blaikie
2015-03-16
1
-2
/
+8
*
[opaque pointer type] more gep API migration
David Blaikie
2015-03-14
1
-1
/
+1
*
[opaque pointer type] Bitcode support for explicit type parameter on the gep ...
David Blaikie
2015-03-13
1
-5
/
+11
*
Turn assertion into bitcode reading error
David Blaikie
2015-03-13
1
-2
/
+2
*
Add a parameter for getLazyBitcodeModule to lazily load Metadata.
Manman Ren
2015-03-13
1
-9
/
+52
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
Silence three more variable set but not used warnings, NFC.
Yaron Keren
2015-02-28
1
-0
/
+3
*
[opaque pointer type] Bitcode support for explicit type parameter on GEP.
David Blaikie
2015-02-25
1
-3
/
+17
[prev]
[next]