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
...
*
Use std::unique_ptr to manage the DataStreamer in bitcode parsing.
Rafael Espindola
2015-06-16
1
-26
/
+31
*
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
Rafael Espindola
2015-06-16
1
-17
/
+13
*
Improve handling of end of file in the bitcode reader.
Rafael Espindola
2015-06-16
1
-40
/
+5
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
1
-0
/
+2
*
Don't indent inside a namespace. NFC.
Rafael Espindola
2015-06-15
1
-21
/
+19
*
Replace @ with the more common \. NFC.
Rafael Espindola
2015-06-15
1
-6
/
+6
*
Don't repeat names in comments and start functions with a lower case letter.
Rafael Espindola
2015-06-15
1
-537
/
+527
*
Cleanup the constructor of BitcodeReader. NFC.
Rafael Espindola
2015-06-15
1
-30
/
+28
*
Rangify two for loops in BitcodeReader.cpp.
Yaron Keren
2015-06-12
1
-10
/
+5
*
Use early return idiom. NFC
Filipe Cabecinhas
2015-06-06
1
-6
/
+6
*
[BitcodeReader] Diagnose type mismatches with aliases
Filipe Cabecinhas
2015-06-03
1
-3
/
+6
*
[BitcodeReader] Check vector size before trying to create a VectorType
Filipe Cabecinhas
2015-06-03
1
-0
/
+2
*
[BitcodeReader] Change an assert to a call to a call to Error()
Filipe Cabecinhas
2015-05-30
1
-2
/
+2
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-3
/
+1
*
[BitcodeReader] Change assert to report_fatal_error
Filipe Cabecinhas
2015-05-27
1
-1
/
+2
*
Add initial support for the convergent attribute.
Owen Anderson
2015-05-26
1
-0
/
+2
*
[BitcodeReader] Sanity check on Comdat ID
Filipe Cabecinhas
2015-05-26
1
-2
/
+4
*
IR / debug info: Add a DWOId field to DICompileUnit,
Adrian Prantl
2015-05-21
1
-2
/
+3
*
[BitcodeReader] Error out if we read an invalid function argument type
Filipe Cabecinhas
2015-05-19
1
-1
/
+4
*
[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
[prev]
[next]