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
*
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
*
Revert "Assert that we have all use/users in the getters."
Michael Zolotukhin
2016-01-14
1
-3
/
+1
*
Re-Revert r257105 (Verifier debug info changes)
Keno Fischer
2016-01-13
1
-50
/
+14
*
Use utostr rather than std::to_string
Keno Fischer
2016-01-13
1
-2
/
+2
*
Reapply r257105 "[Verifier] Check that debug values have proper size"
Keno Fischer
2016-01-13
1
-14
/
+50
*
[WinEH] Fix catchpad pred verification
Joseph Tremoulet
2016-01-10
1
-0
/
+3
*
[WinEH] Disallow cyclic unwinds
Joseph Tremoulet
2016-01-10
1
-4
/
+78
*
[WinEH] Verify consistent funclet unwind exits
Joseph Tremoulet
2016-01-10
1
-22
/
+146
*
[WinEH] Verify unwind edges against EH pad tree
Joseph Tremoulet
2016-01-10
1
-3
/
+36
*
Temporarily revert r257105 "[Verifier] Check that debug values have proper size"
Keno Fischer
2016-01-07
1
-50
/
+14
*
[Verifier] Check that debug values have proper size
Keno Fischer
2016-01-07
1
-14
/
+50
*
Added support for macro emission in dwarf (supporting DWARF version 4).
Amjad Aboud
2016-01-07
1
-0
/
+3
*
[Statepoints] Initial support for relocating vectors of pointers
Philip Reames
2016-01-07
1
-8
/
+14
*
[Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.
Manuel Jacob
2016-01-05
1
-7
/
+7
*
[Verifier] Add braces to satisfy buildbots. NFC
Joseph Tremoulet
2016-01-02
1
-1
/
+2
*
[WinEH] Verify catchswitch handlers
Joseph Tremoulet
2016-01-02
1
-0
/
+7
*
[WinEH] Tighten parentPad verifier checks
Joseph Tremoulet
2016-01-02
1
-4
/
+2
*
[gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...
Chen Li
2015-12-26
1
-7
/
+4
*
Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics.
Manuel Jacob
2015-12-22
1
-3
/
+0
*
Assert that we have all use/users in the getters.
Rafael Espindola
2015-12-19
1
-1
/
+3
*
Polish atomic pointers
JF Bastien
2015-12-17
1
-25
/
+24
*
Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes
Vaivaswatha Nagaraj
2015-12-16
1
-1
/
+15
*
[IR] Add support for floating pointer atomic loads and stores
Philip Reames
2015-12-16
1
-3
/
+5
*
[WinEH] Use operand bundles to describe call sites
David Majnemer
2015-12-15
1
-3
/
+17
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-36
/
+2
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-85
/
+70
*
Verifier: Avoid quadratic checking of aggregates for bad bitcasts
Duncan P. N. Exon Smith
2015-12-10
1
-38
/
+37
*
Macro debug info support in LLVM IR
Amjad Aboud
2015-12-10
1
-2
/
+27
*
[Verifier] Fix !dbg validation if Scope is the Subprogram
Keno Fischer
2015-12-06
1
-1
/
+4
*
[Verifier] Improve error for cross-module refs
Keno Fischer
2015-12-01
1
-3
/
+10
*
Disallow aliases to available_externally.
Rafael Espindola
2015-11-26
1
-1
/
+2
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-1
/
+1
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-1
/
+1
*
Also map the personality function in CloneFunctionInto
Keno Fischer
2015-11-16
1
-0
/
+8
*
Introduce deoptimization operand bundles
Sanjoy Das
2015-11-11
1
-0
/
+9
*
Add a new attribute: norecurse
James Molloy
2015-11-06
1
-1
/
+2
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-42
/
+35
*
[Verifier] Minor comment update, NFC
Vedant Kumar
2015-10-21
1
-2
/
+1
*
Add verification for align, dereferenceable, dereferenceable_or_null load met...
Artur Pilipenko
2015-10-09
1
-0
/
+36
*
IR: Remove implicit iterator conversions from lib/IR, NFC
Duncan P. N. Exon Smith
2015-10-08
1
-0
/
+4
*
[SEH] Add llvm.eh.exceptioncode intrinsic
Reid Kleckner
2015-10-07
1
-0
/
+1
*
[WinEH] Add llvm.eh.exceptionpointer intrinsic
Joseph Tremoulet
2015-09-03
1
-0
/
+5
[next]