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: Verify that each inlinable callsite of a debug-info-bearing function
Adrian Prantl
2016-04-24
1
-0
/
+9
*
Revert "Verifier: Verify that each inlinable callsite of a debug-info-bearing...
Adrian Prantl
2016-04-24
1
-9
/
+0
*
Verifier: Verify that each inlinable callsite of a debug-info-bearing function
Adrian Prantl
2016-04-24
1
-0
/
+9
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
1
-144
/
+28
*
Verifier: Add ModuleSlotTracker to printAsOperand call
Duncan P. N. Exon Smith
2016-04-20
1
-1
/
+1
*
Verifier: Prefer early continue over if-nesting, NFC
Duncan P. N. Exon Smith
2016-04-20
1
-8
/
+9
*
IR: Use a single ModuleSlotTracker in the Verifier
Duncan P. N. Exon Smith
2016-04-20
1
-6
/
+17
*
IR: Don't use raw_null_ostream in Verifier
Duncan P. N. Exon Smith
2016-04-20
1
-27
/
+32
*
IR: Use default member initialization in Verifier, NFC
Duncan P. N. Exon Smith
2016-04-20
1
-5
/
+4
*
IR: Use getRawScope() when verifying
Duncan P. N. Exon Smith
2016-04-17
1
-2
/
+2
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-11
/
+17
*
Revert "[IR/Verifier] Each DISubprogram with isDefinition: true must belong t...
Davide Italiano
2016-04-13
1
-16
/
+0
*
[IR/Verifier] Each DISubprogram with isDefinition: true must belong to a CU.
Davide Italiano
2016-04-12
1
-0
/
+16
*
Introduce an GCRelocateInst class [NFC]
Philip Reames
2016-04-12
1
-2
/
+2
*
Add the allocsize attribute to LLVM.
George Burgess IV
2016-04-12
1
-1
/
+29
*
Reapply "ValueMapper: Treat LocalAsMetadata more like function-local Values"
Duncan P. N. Exon Smith
2016-04-08
1
-0
/
+4
*
Revert "ValueMapper: Treat LocalAsMetadata more like function-local Values"
Duncan P. N. Exon Smith
2016-04-08
1
-4
/
+0
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-1
/
+1
*
ValueMapper: Treat LocalAsMetadata more like function-local Values
Duncan P. N. Exon Smith
2016-04-08
1
-0
/
+4
*
[IR/Verifier] Fix (yet another) crash.
Davide Italiano
2016-04-08
1
-8
/
+14
*
[IR/Verifier] Merge two ifs into one. NFC.
Davide Italiano
2016-04-07
1
-3
/
+1
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-16
/
+21
*
[IRVerifier] Don't crash on invalid DIFile inside DISubprogram.
Davide Italiano
2016-04-06
1
-0
/
+2
*
[IRVerifier] Prefer dyn_cast<> over isa<> + cast<>.
Davide Italiano
2016-04-06
1
-9
/
+8
*
Revert "[IRVerifier] Don't crash on invalid DIFile inside DISubprogram."
Davide Italiano
2016-04-06
1
-2
/
+0
*
[IRVerifier] Don't crash on invalid DIFile inside DISubprogram.
Davide Italiano
2016-04-06
1
-0
/
+2
*
[IRVerifier] Avoid crashing on an invalid compile unit.
Davide Italiano
2016-04-06
1
-7
/
+8
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
1
-3
/
+80
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
1
-0
/
+3
*
Introduce a @llvm.experimental.guard intrinsic
Sanjoy Das
2016-03-31
1
-0
/
+8
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
1
-4
/
+12
*
Add an IR Verifier check for orphaned DICompileUnits.
Adrian Prantl
2016-03-28
1
-2
/
+23
*
[Verifier] Reject PHIs using defs from own block.
Michael Kruse
2016-03-26
1
-1
/
+7
*
Introduce @llvm.experimental.deoptimize
Sanjoy Das
2016-03-11
1
-0
/
+23
*
[Verifier] Don't abort on invalid cleanuprets
David Majnemer
2016-03-01
1
-1
/
+1
*
[Verifier] Diagnose when unwinding out of cycles of blocks
David Majnemer
2016-03-01
1
-1
/
+4
*
[Verifier] Handle more funclet edge cases
David Majnemer
2016-02-29
1
-6
/
+9
*
[Verifier] Minor fix to error message; NFC
Sanjoy Das
2016-02-29
1
-2
/
+2
*
rangify; NFCI
Sanjay Patel
2016-02-25
1
-54
/
+43
*
[IR] Extend cmpxchg to allow pointer type operands
Philip Reames
2016-02-19
1
-2
/
+3
*
[Verifier] Add checks for masked.load and masked.store intrinsics
Philip Reames
2016-02-09
1
-0
/
+38
*
clean up; NFC
Sanjay Patel
2016-01-31
1
-57
/
+60
*
Add a "gc-transition" operand bundle
Sanjoy Das
2016-01-20
1
-5
/
+9
*
[Verifier] Fix performance regression for LTO builds
Ivan Krasin
2016-01-20
1
-6
/
+7
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-1
/
+1
*
Bring back "Assert that we have all use/users in the getters."
Rafael Espindola
2016-01-15
1
-2
/
+4
*
Once again revert debug info verifier changes
Keno Fischer
2016-01-15
1
-63
/
+14
*
Reapply r257105 "[Verifier] Check that debug values have proper size"
Keno Fischer
2016-01-15
1
-14
/
+63
*
[Verifier] Check parentage of GVs in dbg metadata
Keno Fischer
2016-01-14
1
-2
/
+9
*
[Verifier] Verify that a GlobalValue is only used in this Module
Keno Fischer
2016-01-14
1
-0
/
+36
[next]