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
*
[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
*
Revert "Add support for generating a call graph profile from Branch Frequency...
Benjamin Kramer
2018-06-28
1
-20
/
+0
*
Add support for generating a call graph profile from Branch Frequency Info.
Michael J. Spencer
2018-06-27
1
-0
/
+20
*
Revert r335306 (and r335314) - the Call Graph Profile pass.
Chandler Carruth
2018-06-22
1
-20
/
+0
*
[Instrumentation] Add Call Graph Profile pass
Michael J. Spencer
2018-06-21
1
-0
/
+20
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-6
/
+55
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-7
/
+7
*
[Verifier] Refactor duplicate code for atomic mem intrinsic verification (NFC)
Daniel Neilson
2018-04-10
1
-75
/
+12
*
Tweak an assert message in the verifier
Hans Wennborg
2018-04-06
1
-1
/
+1
*
[IR] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-05
1
-2
/
+2
*
Add the ShadowCallStack attribute
Vlad Tsyrklevich
2018-04-03
1
-0
/
+1
*
[SimplifyCFG] Create attribute for fuzzing-specific optimizations.
Matt Morehouse
2018-03-22
1
-0
/
+1
[next]