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
...
*
[Intrinsic] Signed Fixed Point Saturation Multiplication Intrinsic
Leonard Chan
2019-05-21
1
-6
/
+7
*
[Intrinsics] Merge lround.i32 and lround.i64 into a single intrinsic with ove...
Craig Topper
2019-05-20
1
-0
/
+8
*
[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...
Fangrui Song
2019-05-15
1
-7
/
+7
*
Add constrained fptrunc and fpext intrinsics.
Kevin P. Neal
2019-05-13
1
-0
/
+43
*
Debug Info: Support address space attributes on rvalue references.
Adrian Prantl
2019-05-07
1
-1
/
+2
*
Add LLVM IR debug info support for Fortran COMMON blocks
Adrian Prantl
2019-04-08
1
-1
/
+8
*
The IR verifier currently supports the constrained floating point intrinsics,
Kevin P. Neal
2019-03-27
1
-11
/
+62
*
[ConstantRange] Add getFull() + getEmpty() named constructors; NFC
Nikita Popov
2019-03-24
1
-1
/
+1
*
[WebAssembly] Make rethrow take an except_ref type argument
Heejin Ahn
2019-03-16
1
-1
/
+2
*
Verifier: Make sure masked load/store alignment is a power of 2
Matt Arsenault
2019-03-13
1
-2
/
+6
*
IR: Add immarg attribute
Matt Arsenault
2019-03-12
1
-67
/
+50
*
[NFC] Fix typos: preceeding -> preceding
Jordan Rupprecht
2019-02-23
1
-1
/
+1
*
[llvm] Fix typo: 's/ ot / to /' [NFC]
Mandeep Singh Grang
2019-02-21
1
-1
/
+1
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+21
*
[Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
Leonard Chan
2019-02-04
1
-7
/
+16
*
Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...
Julian Lettner
2019-01-24
1
-1
/
+0
*
[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...
Julian Lettner
2019-01-24
1
-0
/
+1
*
Reapply "IR: Add fp operations to atomicrmw"
Matt Arsenault
2019-01-22
1
-0
/
+5
*
Revert r351778: IR: Add fp operations to atomicrmw
Chandler Carruth
2019-01-22
1
-5
/
+0
*
IR: Add fp operations to atomicrmw
Matt Arsenault
2019-01-22
1
-0
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Allow FP types for atomicrmw xchg
Matt Arsenault
2019-01-17
1
-4
/
+11
*
[Verifier] Reject invalid type for DILocalVariable.
Davide Italiano
2019-01-07
1
-0
/
+2
*
[CallSite removal] Move the verifier to use `CallBase` instead of the
Chandler Carruth
2019-01-07
1
-284
/
+284
*
Implement -frecord-command-line (-frecord-gcc-switches)
Scott Linder
2018-12-14
1
-0
/
+20
*
[Intrinsic] Signed Fixed Point Multiplication Intrinsic
Leonard Chan
2018-12-12
1
-0
/
+18
*
[DWARFv5] Verify all-or-nothing constraint on DIFile source
Scott Linder
2018-11-30
1
-0
/
+18
*
[TI removal] Leverage the fact that TerminatorInst is gone to create
Chandler Carruth
2018-11-22
1
-6
/
+8
*
[IRVerifier] Allow StructRet in statepoint
Than McIntosh
2018-11-16
1
-2
/
+14
*
[IR] Add a dedicated FNeg IR Instruction
Cameron McInally
2018-11-13
1
-0
/
+23
*
[FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics
Cameron McInally
2018-11-05
1
-0
/
+4
*
[FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM and MINNUM
Cameron McInally
2018-10-30
1
-0
/
+2
*
[Intrinsic] Signed and Unsigned Saturation Subtraction Intirnsics
Leonard Chan
2018-10-29
1
-7
/
+9
*
[Intrinsic] Unigned Saturation Addition Intrinsic
Leonard Chan
2018-10-22
1
-5
/
+8
*
[Intrinsic] Signed Saturation Addition Intrinsic
Leonard Chan
2018-10-16
1
-0
/
+9
*
[TI removal] Rework `InstVisitor` to support visiting instructions that
Chandler Carruth
2018-10-15
1
-16
/
+16
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
Generalize an IR verifier check to work with non-zero program address spaces
Dylan McKay
2018-10-11
1
-1
/
+2
*
[InstCombine] Fix incongruous GEP type addrspace
Ewan Crawford
2018-10-08
1
-0
/
+6
*
[DebugInfo] Add support for DWARF5 call site-related attributes
Vedant Kumar
2018-10-05
1
-0
/
+4
*
Add atomicrmw operation to error messages
Matt Arsenault
2018-10-03
1
-3
/
+5
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-2
/
+2
*
Add some context to fatal verifier errors
Xin Tong
2018-09-11
1
-2
/
+3
*
Remove addBlockByrefAddress(), it is dead code as far as clang is concerned.
Adrian Prantl
2018-09-08
1
-0
/
+8
*
[x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative
Chandler Carruth
2018-09-04
1
-0
/
+1
*
Verifier: verify that a DILocation's scope is a DILocalScope.
Adrian Prantl
2018-08-24
1
-0
/
+4
*
[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
Adrian Prantl
2018-08-14
1
-0
/
+2
*
[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
Hsiangkai Wang
2018-08-06
1
-15
/
+12
*
Recommit r335794 "Add support for generating a call graph profile from Branch...
Michael J. Spencer
2018-07-16
1
-0
/
+23
*
Use Type::isIntOrPtrTy where possible, NFC
Vedant Kumar
2018-07-06
1
-7
/
+4
[prev]
[next]