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
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-2
/
+2
*
Simplify some Verifier attribute checks with AttributeSet
Reid Kleckner
2017-04-14
1
-188
/
+175
*
[IR] Make getParamAttributes take argument numbers, not ArgNo+1
Reid Kleckner
2017-04-13
1
-3
/
+3
*
Remove unused functions. Remove static qualifier from functions in header fil...
Vassil Vassilev
2017-04-11
1
-22
/
+0
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-2
/
+3
*
Verifier: Check some amdgpu calling convention restrictions
Matt Arsenault
2017-04-04
1
-0
/
+12
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-45
/
+48
*
[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...
Konstantin Zhuravlyov
2017-03-08
1
-0
/
+7
*
Rephrase condition for better readability. NFC
Adrian Prantl
2017-03-07
1
-1
/
+1
*
Relax the conflicting function arg verifier to allow for inlined debug
Adrian Prantl
2017-03-07
1
-0
/
+10
*
Verfier: Move the reset of DebugFnArgs closer to other similar operations.
Adrian Prantl
2017-03-07
1
-2
/
+1
*
Verifier: Change Assert to AssertDI.
Adrian Prantl
2017-03-06
1
-3
/
+3
*
Teach the IR verifier to reject conflicting debug info for function arguments.
Adrian Prantl
2017-02-28
1
-0
/
+38
*
Add function importing info from samplepgo profile to the module summary.
Dehao Chen
2017-02-28
1
-2
/
+2
*
fix 80-column violation
Adrian Prantl
2017-02-23
1
-1
/
+2
*
Revert "Teach the IR verifier to reject conflicting debug info for function a...
Adrian Prantl
2017-02-23
1
-38
/
+0
*
Teach the IR verifier to reject conflicting debug info for function arguments.
Adrian Prantl
2017-02-21
1
-0
/
+38
*
[IR/Verifier] List the CU we weren't able to find in `llvm.dbg.cu`.
Davide Italiano
2017-02-20
1
-4
/
+2
*
[IR/Verifier] Don't visit DISubprograms more than needed.
Davide Italiano
2017-02-18
1
-2
/
+0
*
Verifier: Disallow a line number without a file in DISubprogram
Justin Bogner
2017-02-17
1
-0
/
+2
*
Add intrinsics for constrained floating point operations
Andrew Kaylor
2017-01-26
1
-0
/
+18
*
[TBAAVerifier] Be stricter around verifying scalar nodes
Sanjoy Das
2016-12-29
1
-24
/
+21
*
[TBAAVerifier] Make things const-consistent; NFC
Sanjoy Das
2016-12-29
1
-6
/
+6
*
[TBAAVerifier] Memoize validity of scalar tbaa nodes; NFCI
Sanjoy Das
2016-12-29
1
-5
/
+14
*
Introduce element-wise atomic memcpy intrinsic
Igor Laevsky
2016-12-29
1
-0
/
+26
*
[DebugInfo] Added support for Checksum debug info feature.
Amjad Aboud
2016-12-25
1
-0
/
+2
*
Refactor the DIExpression fragment query interface (NFC)
Adrian Prantl
2016-12-22
1
-3
/
+4
*
Reapply r289926: attempt to fix windows build
Adrian Prantl
2016-12-20
1
-1
/
+2
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-5
/
+20
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-21
/
+5
*
Move VerifierSupport into namespace llvm.
Daniel Jasper
2016-12-16
1
-1
/
+5
*
Extract a TBAAVerifier out of the verifier (NFC)
Mehdi Amini
2016-12-16
1
-268
/
+268
*
attempt to fix windows build
Nico Weber
2016-12-16
1
-1
/
+2
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-5
/
+20
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-21
/
+5
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-5
/
+21
*
[Verifier] Allow TBAA metadata on atomicrmw and atomiccmpxchg
Sanjoy Das
2016-12-15
1
-1
/
+2
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-1
/
+1
*
[Verifier] Add verification for TBAA metadata
Sanjoy Das
2016-12-11
1
-2
/
+265
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-9
/
+9
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
[Verifier] clang-format a section; NFC
Sanjoy Das
2016-11-09
1
-6
/
+4
*
[TBAA] Drop support for "old style" scalar TBAA tags
Sanjoy Das
2016-11-08
1
-0
/
+13
*
DebugInfo: make DW_TAG_atomic_type valid
Victor Leschuk
2016-10-31
1
-0
/
+1
*
Verifier: Reject any unknown named MD nodes in the llvm.dbg namespace.
Adrian Prantl
2016-10-05
1
-2
/
+7
*
Revert "Verifier: Reject any unknown named MD nodes in the llvm.dbg namespace."
Adrian Prantl
2016-10-05
1
-7
/
+2
*
Verifier: Reject any unknown named MD nodes in the llvm.dbg namespace.
Adrian Prantl
2016-10-05
1
-2
/
+7
*
Verifier: Mark orphaned DICompileUnits as a debug info failure.
Adrian Prantl
2016-09-14
1
-10
/
+10
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-6
/
+2
*
It should also be legal to pass a swifterror parameter to a call as a swifterror
Arnold Schwaighofer
2016-09-10
1
-4
/
+9
[next]