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] Use CmpInst::isFPPredicate/isIntPredicate in a few other places. NFC
Craig Topper
2017-07-05
1
-4
/
+2
*
[Atomics] Rename and change prototype for atomic memcpy intrinsic
Daniel Neilson
2017-06-16
1
-10
/
+21
*
IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...
Peter Collingbourne
2017-06-12
1
-0
/
+8
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Add constrained intrinsics for some libm-equivalent operations
Andrew Kaylor
2017-05-25
1
-1
/
+18
*
[IR] Switch AttributeList to use an array for O(1) access
Reid Kleckner
2017-05-23
1
-11
/
+3
*
Support for taking the max of module flags when linking, use for PIE/PIC
Teresa Johnson
2017-05-23
1
-0
/
+7
*
Fix breakage after r303461
Matthias Braun
2017-05-20
1
-3
/
+0
*
Verifier: Check wchar_size module flag.
Matthias Braun
2017-05-19
1
-0
/
+9
*
Make it illegal for two Functions to point to the same DISubprogram
Adrian Prantl
2017-05-09
1
-2
/
+11
*
Revert r302469 "Make it illegal for two Functions to point to the same DISubp...
Hans Wennborg
2017-05-09
1
-11
/
+2
*
Make it illegal for two Functions to point to the same DISubprogram
Adrian Prantl
2017-05-08
1
-2
/
+11
*
AMDGPU: Add AMDGPU_HS calling convention
Marek Olsak
2017-05-02
1
-0
/
+1
*
Make getParamAlignment use argument numbers
Reid Kleckner
2017-04-28
1
-3
/
+3
*
Add speculatable function attribute
Matt Arsenault
2017-04-28
1
-11
/
+21
*
Add support for DW_TAG_thrown_type.
Adrian Prantl
2017-04-26
1
-0
/
+8
*
[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
[next]