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
...
*
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
*
IR: Remove MDNodeFwdDecl
Duncan P. N. Exon Smith
2015-01-19
1
-1
/
+1
*
Standardize {pred,succ,use,user}_empty()
Ramkumar Ramachandra
2015-01-13
1
-1
/
+1
*
Rename llvm.recoverframeallocation to llvm.framerecover
Reid Kleckner
2015-01-13
1
-2
/
+2
*
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
2015-01-13
1
-2
/
+27
*
[GC] improve testing around gc.relocate and fix a test
Philip Reames
2015-01-07
1
-9
/
+32
*
[PM] Switch the new pass manager to use a reference-based API for IR
Chandler Carruth
2015-01-05
1
-4
/
+4
*
Masked Load/Store - Changed the order of parameters in intrinsics.
Elena Demikhovsky
2014-12-25
1
-0
/
+7
*
Use CastInst::castIsValid to simplify the verifier.
Rafael Espindola
2014-12-16
1
-47
/
+9
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-42
/
+99
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
1
-0
/
+13
*
A few more checks for gc.statepoints in the Verifier
Philip Reames
2014-12-04
1
-0
/
+11
[prev]
[next]