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
...
*
[Verifier] Assert gc_relocate always return a pointer type
Chen Li
2015-05-18
1
-2
/
+12
*
[Safepoints][Verifier] Fix a tautological Assert.
Sanjoy Das
2015-05-13
1
-1
/
+1
*
Add function entry count metadata.
Diego Novillo
2015-05-13
1
-0
/
+33
*
[Statepoints] Support for "patchable" statepoints.
Sanjoy Das
2015-05-12
1
-13
/
+36
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+2
*
Rename variables in gc_relocate related functions to follow LLVM's naming con...
Sanjoy Das
2015-05-11
1
-8
/
+8
*
Simplify a return expression and an access to an alloca's allocated type
David Blaikie
2015-05-11
1
-3
/
+3
*
[RewriteStatepointsForGC] Fix a bug on creating gc_relocate for pointer to ve...
Sanjoy Das
2015-05-11
1
-4
/
+2
*
Revert r236912.
Quentin Colombet
2015-05-09
1
-4
/
+4
*
[opaque pointer type] Cleanup a few references to pointee types using nearby ...
David Blaikie
2015-05-08
1
-4
/
+4
*
Extend the statepoint intrinsic to allow statepoints to be marked as transiti...
Pat Gavlin
2015-05-08
1
-7
/
+30
*
[opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr.
David Blaikie
2015-05-08
1
-2
/
+2
*
Change typeIncompatible to return an AttrBuilder instead of new-ing an Attrib...
Pete Cooper
2015-05-06
1
-2
/
+3
*
[Statepoint] Clean up Statepoint.h: accessor names.
Sanjoy Das
2015-05-06
1
-2
/
+2
*
Temporarily relax a check in the debug info verifier.
Adrian Prantl
2015-04-29
1
-0
/
+9
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-103
/
+103
*
Verifier: Function metadata attachments require a body
Duncan P. N. Exon Smith
2015-04-24
1
-0
/
+13
*
[opaque pointer type] Verifier/AutoUpgrade: Remove a few uses of PointerType:...
David Blaikie
2015-04-24
1
-7
/
+3
*
Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...
David Blaikie
2015-04-23
1
-1
/
+5
*
Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...
David Blaikie
2015-04-22
1
-5
/
+1
*
[opaque pointer type] Avoid using PointerType::getElementType for a few cases...
David Blaikie
2015-04-21
1
-1
/
+5
*
[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
[prev]
[next]