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
/
IR
/
Verifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer type] Access the pointee of the result type from the GEP rath...
David Blaikie
2015-04-17
1
-2
/
+1
*
[opaque pointer type] Query the GEP for its source element type directly rath...
David Blaikie
2015-04-17
1
-2
/
+1
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-9
/
+1
*
Verifier: Check that @llvm.dbg.* intrinsics have a !dbg attachment
Duncan P. N. Exon Smith
2015-04-15
1
-4
/
+38
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
Reapply "Verifier: Check for incompatible bit piece expressions"
Duncan P. N. Exon Smith
2015-04-13
1
-7
/
+92
*
Revert "Verifier: Check for incompatible bit piece expressions"
Duncan P. N. Exon Smith
2015-04-13
1
-89
/
+7
*
DebugInfo: Make MDSubprogram::getFunction() return Constant
Duncan P. N. Exon Smith
2015-04-11
1
-5
/
+1
*
Verifier: Check for incompatible bit piece expressions
Duncan P. N. Exon Smith
2015-04-11
1
-7
/
+89
*
IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
Duncan P. N. Exon Smith
2015-04-07
1
-0
/
+4
*
[opaque pointer type] Avoid using PointerType::getElementType when parsing IR
David Blaikie
2015-04-06
1
-3
/
+1
*
Metadata: Add typed array-like wrapper for MDTuple
Duncan P. N. Exon Smith
2015-04-06
1
-2
/
+2
*
Verifier: Check composite type template params
Duncan P. N. Exon Smith
2015-04-06
1
-11
/
+18
*
[WinEH] Sink UnwindHelp completely out of IR
David Majnemer
2015-04-03
1
-7
/
+0
*
Verifier: Check that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-0
/
+14
*
[WinEH] Make llvm.eh.actions use frameescape indices for catch params
Reid Kleckner
2015-04-02
1
-0
/
+2
*
[WinEH] Generate .xdata for catch handlers
David Majnemer
2015-03-31
1
-7
/
+0
*
Verifier: Don't return early from verifyTypeRefs()
Duncan P. N. Exon Smith
2015-03-31
1
-8
/
+2
*
Verifier: Explicitly verify type references
Duncan P. N. Exon Smith
2015-03-31
1
-83
/
+93
*
Verifier: Move over DISubprogram::Verify()
Duncan P. N. Exon Smith
2015-03-31
1
-0
/
+39
*
Verifier: Check reference flags in debug info
Duncan P. N. Exon Smith
2015-03-31
1
-0
/
+11
*
Verifier: Move more debug info checks away from Verify()
Duncan P. N. Exon Smith
2015-03-31
1
-0
/
+1
*
Verifier: Move checks over from DIDescriptor::Verify()
Duncan P. N. Exon Smith
2015-03-31
1
-0
/
+31
*
[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...
David Blaikie
2015-03-30
1
-1
/
+1
*
Verifier: Add operand checks for remaining debug info
Duncan P. N. Exon Smith
2015-03-30
1
-0
/
+27
*
Verifier: Loosen r233559 check for 'function:' field in MDSubprogram
Duncan P. N. Exon Smith
2015-03-30
1
-3
/
+2
*
Verifier: Add operand checks for MDLexicalBlock
Duncan P. N. Exon Smith
2015-03-30
1
-2
/
+12
*
Verifier: Check operands of MDSubprogram nodes
Duncan P. N. Exon Smith
2015-03-30
1
-0
/
+58
*
Verifier: Allow subroutine types to have no type array
Duncan P. N. Exon Smith
2015-03-28
1
-6
/
+5
*
Verifier: Check operands of MDType subclasses and MDCompileUnit
Duncan P. N. Exon Smith
2015-03-27
1
-0
/
+80
*
Verifier: Check fields of MDVariable subclasses
Duncan P. N. Exon Smith
2015-03-27
1
-0
/
+38
*
Require a GC strategy be specified for functions which use gc.statepoint
Philip Reames
2015-03-27
1
-0
/
+4
*
WinEH: Create a parent frame alloca for HandlerType xdata tables
David Majnemer
2015-03-27
1
-0
/
+7
*
Verifier: Check accessors of MDLocation
Duncan P. N. Exon Smith
2015-03-26
1
-2
/
+3
*
WinEH: Create an unwind help alloca for __CxxFrameHandler3 xdata tables
Reid Kleckner
2015-03-25
1
-0
/
+7
*
Verifier: Start recursing into !dbg attachments
Duncan P. N. Exon Smith
2015-03-24
1
-4
/
+2
*
Verifier: !llvm.dbg.cu must point at compile units
Duncan P. N. Exon Smith
2015-03-24
1
-0
/
+11
*
Verifier: Check that !dbg attachments have the right type
Duncan P. N. Exon Smith
2015-03-20
1
-0
/
+7
*
Verifier: Remove the separate DebugInfoVerifier class
Duncan P. N. Exon Smith
2015-03-20
1
-28
/
+14
*
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
2015-03-19
1
-32
/
+2
*
DebugInfo: Drop fake DW_TAG_expression
Duncan P. N. Exon Smith
2015-03-17
1
-1
/
+0
*
Verifier: Set --verify-debug-info=true by default
Duncan P. N. Exon Smith
2015-03-17
1
-1
/
+1
*
Verifier: Don't call debug info verifier if the module is broken
Duncan P. N. Exon Smith
2015-03-16
1
-1
/
+6
*
Verifier: Simplify logic in processCallInst(), NFC
Duncan P. N. Exon Smith
2015-03-16
1
-8
/
+4
*
IR: Take advantage of -verify checks for MDExpression
Duncan P. N. Exon Smith
2015-03-16
1
-4
/
+0
*
Verifier: Remove unnecessary double-checks
Duncan P. N. Exon Smith
2015-03-16
1
-4
/
+0
*
Fix doxygen comments from r232268
Duncan P. N. Exon Smith
2015-03-16
1
-8
/
+8
*
DbgIntrinsicInst: Downcast to specialized MDNodes in accessors
Duncan P. N. Exon Smith
2015-03-15
1
-2
/
+2
*
Verifier: Check debug info intrinsic arguments
Duncan P. N. Exon Smith
2015-03-15
1
-0
/
+24
*
Verifier: Remove unnecessary null check
Duncan P. N. Exon Smith
2015-03-15
1
-3
/
+3
[next]