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: 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
*
Verifier: Make the raw_ostream constructor argument required
Duncan P. N. Exon Smith
2015-03-15
1
-2
/
+2
*
IR: Make Metadata::print() reliable and useful
Duncan P. N. Exon Smith
2015-03-14
1
-1
/
+1
*
Recover the ability to 'b CheckFailed' after r231577
Duncan P. N. Exon Smith
2015-03-14
1
-6
/
+15
*
Fix an infinite recursion in the verifier caused by calling isSized on a recu...
Owen Anderson
2015-03-13
1
-1
/
+2
*
Fix another verifier crash where a GC intrinsic would look at the internals o...
Owen Anderson
2015-03-11
1
-0
/
+5
*
Fix an issue in the verifier where we could try to read information out of a ...
Owen Anderson
2015-03-10
1
-1
/
+5
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-2
/
+2
*
Make the assertion macros in Verifier and Linter truly variadic.
Benjamin Kramer
2015-03-07
1
-923
/
+888
*
Remove accidental errs() call in Verifier
Reid Kleckner
2015-03-05
1
-1
/
+0
*
Replace llvm.frameallocate with llvm.frameescape
Reid Kleckner
2015-03-05
1
-11
/
+44
*
Teach the verifier to enforce that the alignment argument of memory intrinsic...
Owen Anderson
2015-03-02
1
-2
/
+8
*
Verifier: Unused comdats might not have a corresponding GV
David Majnemer
2015-02-20
1
-8
/
+1
*
Implement invoke statepoint verification.
Igor Laevsky
2015-02-19
1
-9
/
+49
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
Verifier: Diagnose module flags which have null ID operands
David Majnemer
2015-02-16
1
-1
/
+1
*
IR: Add MDExpression::ExprOperand
Duncan P. N. Exon Smith
2015-02-13
1
-0
/
+1
*
Verifier: Check for null operands in !llvm.module.flags
David Majnemer
2015-02-11
1
-1
/
+1
*
Verifier: Make sure !llvm.ident's operand isn't null
David Majnemer
2015-02-11
1
-1
/
+1
*
Verifier: reuse getInlinedAt() result, NFC
Duncan P. N. Exon Smith
2015-02-10
1
-3
/
+2
*
Verifier: Check for valid tags in debug nodes
Duncan P. N. Exon Smith
2015-02-10
1
-21
/
+107
*
Verifier: Add simple checks for MDLocation
Duncan P. N. Exon Smith
2015-02-10
1
-1
/
+7
*
Verifier: Create stubs for specialized metadata nodes
Duncan P. N. Exon Smith
2015-02-10
1
-0
/
+37
*
Verifier: Const-qualify Metadata, NFC
Duncan P. N. Exon Smith
2015-02-09
1
-7
/
+7
*
Masked Gather and Scatter Intrinsics.
Elena Demikhovsky
2015-02-08
1
-0
/
+17
*
Use ImmutableCallSite for statepoint verification.
Philip Reames
2015-02-03
1
-17
/
+20
*
Factor out statepoint verification into separate function. (NFC)
Philip Reames
2015-01-30
1
-93
/
+102
*
Intrinsics: introduce llvm_any_ty aka ValueType Any
Ramkumar Ramachandra
2015-01-22
1
-1
/
+3
*
Make DIExpression::Verify() stricter by checking that the number of
Adrian Prantl
2015-01-21
1
-4
/
+12
*
[GC] Verify-pass void vararg functions in gc.statepoint
Ramkumar Ramachandra
2015-01-20
1
-5
/
+13
[prev]
[next]