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
/
test
/
Bitcode
/
invalid.test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for multi-module bitcode files to llvm-dis
Matthew Voss
2019-11-14
1
-5
/
+0
*
Recommit "[BitcodeReader] Validate OpNum, before accessing Record array."
Florian Hahn
2019-07-14
1
-0
/
+5
*
Revert [BitcodeReader] Validate OpNum, before accessing Record array.
Florian Hahn
2019-07-11
1
-5
/
+0
*
[BitcodeReader] Validate OpNum, before accessing Record array.
Florian Hahn
2019-07-11
1
-0
/
+5
*
Bitcode: derive all types used from records instead of Values.
Tim Northover
2019-06-27
1
-1
/
+1
*
Fix Bitcode/invalid.test
JF Bastien
2019-06-26
1
-6
/
+6
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-7
/
+7
*
Bitcode: Introduce initial multi-module reader API.
Peter Collingbourne
2016-11-16
1
-11
/
+11
*
Bitcode: Change the BitcodeReader to use llvm::Error internally.
Peter Collingbourne
2016-11-09
1
-1
/
+1
*
Bitcode: Check file size before reading bitcode header.
Peter Collingbourne
2016-11-02
1
-0
/
+3
*
[BitCode] Make sure atomicrmw's argument is an actual PointerType
Filipe Cabecinhas
2016-06-05
1
-0
/
+5
*
[BitCode] Make sure storeatomic's argument is an actual PointerType
Filipe Cabecinhas
2016-06-05
1
-0
/
+5
*
[BitCode] Diagnose GEPs with no indices
Filipe Cabecinhas
2016-06-05
1
-0
/
+5
*
[BitCode] Don't allow constants of void type.
Filipe Cabecinhas
2016-06-05
1
-0
/
+5
*
Support: Implement StreamingMemoryObject::getPointer
Duncan P. N. Exon Smith
2016-03-27
1
-5
/
+0
*
Revert "Bitcode: Collect all MDString records into a single blob"
Duncan P. N. Exon Smith
2016-03-25
1
-0
/
+5
*
Bitcode: Collect all MDString records into a single blob
Duncan P. N. Exon Smith
2016-03-25
1
-5
/
+0
*
Error out when faced with value names containing '\0'
Filipe Cabecinhas
2015-11-04
1
-0
/
+5
*
Don't assert if materializing before seeing any function bodies
Filipe Cabecinhas
2015-11-03
1
-0
/
+5
*
Revert "Don't assert if materializing before seeing any function bodies"
Filipe Cabecinhas
2015-10-30
1
-5
/
+0
*
Don't assert if materializing before seeing any function bodies
Filipe Cabecinhas
2015-10-29
1
-0
/
+5
*
Make sure the CastInst is valid before trying to create it
Filipe Cabecinhas
2015-10-06
1
-0
/
+5
*
[BitcodeReader] Diagnose type mismatches with aliases
Filipe Cabecinhas
2015-06-03
1
-0
/
+5
*
[BitcodeReader] Check vector size before trying to create a VectorType
Filipe Cabecinhas
2015-06-03
1
-0
/
+5
*
[BitcodeReader] Change an assert to a call to a call to Error()
Filipe Cabecinhas
2015-05-30
1
-0
/
+5
*
[BitcodeReader] Change assert to report_fatal_error
Filipe Cabecinhas
2015-05-27
1
-0
/
+5
*
[BitstreamReader] Make sure the Array operand type is an encoding
Filipe Cabecinhas
2015-05-27
1
-0
/
+5
*
[BitcodeReader] Make sure abbrev records have at least one operand (record code)
Filipe Cabecinhas
2015-05-26
1
-0
/
+5
*
[BitcodeReader] Sanity check on Comdat ID
Filipe Cabecinhas
2015-05-26
1
-0
/
+10
*
Change a reachable unreachable to a fatal error.
Filipe Cabecinhas
2015-05-19
1
-0
/
+5
*
[BitcodeReader] Error out if we read an invalid function argument type
Filipe Cabecinhas
2015-05-19
1
-0
/
+5
*
[BitcodeReader] It's a malformed block if CodeLenWidth is too big
Filipe Cabecinhas
2015-05-19
1
-0
/
+5
*
[BitcodeReader] Make sure the type of the inserted value matches the type of ...
Filipe Cabecinhas
2015-05-18
1
-0
/
+5
*
Extract the load/store type verification to a separate function.
Filipe Cabecinhas
2015-05-18
1
-2
/
+7
*
[BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with 0 indices
Filipe Cabecinhas
2015-05-16
1
-0
/
+10
*
Don't overflow GCTable
Filipe Cabecinhas
2015-04-30
1
-0
/
+5
*
Make sure Op->getType() is a PointerType before we cast<> it.
Filipe Cabecinhas
2015-04-30
1
-0
/
+5
*
Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAX
Filipe Cabecinhas
2015-04-30
1
-0
/
+5
*
Check that we have a valid PointerType element type before calling get()
Filipe Cabecinhas
2015-04-29
1
-0
/
+2
*
Turn an assert into report_fatal_error since it's reachable based on user input
Filipe Cabecinhas
2015-04-29
1
-0
/
+5
*
Make sure that isValidElementType(Type) before calling {Array,Struct}Type::ge...
Filipe Cabecinhas
2015-04-29
1
-0
/
+7
*
Relax an assert when there's a type mismatch in forward references
Filipe Cabecinhas
2015-04-28
1
-0
/
+5
*
[opaque pointer type] bitcode: add explicit callee type to invoke instructions
David Blaikie
2015-04-24
1
-0
/
+6
*
[BitcodeReader] Fix asserts when we read a non-vector type for insert/extract...
Filipe Cabecinhas
2015-04-24
1
-0
/
+9
*
Be more strict about the operand for the array type in BitcodeReader
Filipe Cabecinhas
2015-04-23
1
-0
/
+5
*
Verify sizes when trying to read a BitcodeAbbrevOp
Filipe Cabecinhas
2015-04-23
1
-0
/
+7
*
Have more strict type checks when creating BinOp nodes in BitcodeReader
Filipe Cabecinhas
2015-04-22
1
-0
/
+5
*
[opaque pointer type] Explicit pointee type for call instruction
David Blaikie
2015-04-17
1
-0
/
+6
*
Revert "Verify sizes when trying to read a VBR"
Filipe Cabecinhas
2015-04-15
1
-5
/
+0
*
Verify sizes when trying to read a VBR
Filipe Cabecinhas
2015-04-15
1
-0
/
+5
[next]