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] Add the llvm.umul.fix.sat intrinsic
Bjorn Pettersson
2019-09-07
1
-1
/
+2
*
[FPEnv] Add fptosi and fptoui constrained intrinsics.
Kevin P. Neal
2019-08-28
1
-0
/
+29
*
IR. Change strip* family of functions to not look through aliases.
Peter Collingbourne
2019-08-22
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Verifier: check prof branch_weights
Yevgeny Rouban
2019-08-13
1
-0
/
+43
*
IR: Disable verifier check for GlobalValues with private linkage named after ...
Peter Collingbourne
2019-08-06
1
-6
/
+9
*
[IR][Verifier] Allow IntToPtrInst to be !dereferenceable
Ryan Taylor
2019-07-23
1
-2
/
+2
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
1
-0
/
+1
*
[Attributor] Deduce "nosync" function attribute.
Stefan Stipanovic
2019-07-11
1
-0
/
+1
*
Teach the IRBuilder about fadd and friends.
Kevin P. Neal
2019-07-08
1
-2
/
+2
*
Add, and infer, a nofree function attribute
Brian Homerding
2019-07-08
1
-0
/
+1
*
Scalable Vector IR Type with further LTO fixes
Graham Hunter
2019-07-05
1
-0
/
+7
*
[Attr] Add "willreturn" function attribute
Johannes Doerfert
2019-06-27
1
-0
/
+1
*
Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"
Hans Wennborg
2019-06-27
1
-35
/
+0
*
[IR] Add DISuprogram and DIE for a func decl
Djordje Todorovic
2019-06-27
1
-2
/
+5
*
Dump what value failed byval attribute verification
Reid Kleckner
2019-06-25
1
-1
/
+1
*
Add debug location verification for !llvm.loop attachments.
Adrian Prantl
2019-06-18
1
-26
/
+34
*
Revert Add debug location verification for !llvm.loop attachments.
Adrian Prantl
2019-06-18
1
-34
/
+26
*
Add debug location verification for !llvm.loop attachments.
Adrian Prantl
2019-06-18
1
-26
/
+34
*
[SVE][IR] Scalable Vector IR Type with pr42210 fix
Graham Hunter
2019-06-18
1
-0
/
+35
*
[IntrinsicEmitter] Extend argument overloading with forward references.
Sander de Smalen
2019-06-13
1
-6
/
+6
*
Revert r361953 "[SVE][IR] Scalable Vector IR Type"
Nico Weber
2019-06-09
1
-66
/
+0
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-0
/
+5
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
1
-5
/
+0
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
1
-0
/
+5
*
[SVE][IR] Scalable Vector IR Type
Graham Hunter
2019-05-29
1
-0
/
+66
*
[CodeGen] Add lrint/llrint builtins
Adhemerval Zanella
2019-05-28
1
-1
/
+3
*
[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
[next]