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
*
[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
*
[X86] Added support for nocf_check attribute for indirect Branch Tracking
Oren Ben Simhon
2018-03-17
1
-0
/
+1
*
Use branch funnels for virtual calls when retpoline mitigation is enabled.
Peter Collingbourne
2018-03-09
1
-7
/
+10
*
[DebugInfo] Add verifier for DICompositeType vector
Matt Davis
2018-03-08
1
-0
/
+8
*
Refactor check for dllimport in the Verifier.
Rafael Espindola
2018-03-06
1
-11
/
+6
*
[DebugInfo] Unify ChecksumKind and Checksum value in DIFile
Scott Linder
2018-02-12
1
-16
/
+16
*
Add DWARF for discriminated unions
Adrian Prantl
2018-02-06
1
-1
/
+7
*
Add IRBuilder API to create memcpy/memmove calls with differing source and de...
Daniel Neilson
2018-01-27
1
-4
/
+0
*
[Metadata] Extend 'count' field of DISubrange to take a metadata node
Sander de Smalen
2018-01-24
1
-1
/
+6
*
Verifier: fix bug treating debug info issue as non-debug info issue
Yaxun Liu
2018-01-23
1
-2
/
+2
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-7
/
+12
*
Make GlobalValues with non-default visibilility dso_local.
Rafael Espindola
2018-01-18
1
-0
/
+4
*
[NFC] Change MemIntrinsicInst::setAlignment() to take an unsigned instead of ...
Daniel Neilson
2018-01-12
1
-3
/
+7
*
Make internal/private GVs implicitly dso_local.
Rafael Espindola
2018-01-11
1
-0
/
+5
*
Tighten up DIFile verifier for checksums
Paul Robinson
2018-01-11
1
-2
/
+18
*
Add a pass to generate synthetic function entry counts.
Easwaran Raman
2018-01-09
1
-2
/
+5
*
Debug Info: Support DW_AT_calling_convention on composite types.
Adrian Prantl
2018-01-05
1
-2
/
+5
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-12
/
+11
*
[IR] Support the new TBAA metadata format in IR verifier
Ivan A. Kosarev
2017-12-18
1
-33
/
+109
*
[Verifier] Check that GEP indexes has correct types
Igor Laevsky
2017-12-14
1
-0
/
+4
*
Remove redundant includes from lib/IR.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Hardware-assisted AddressSanitizer (llvm part).
Evgeniy Stepanov
2017-12-09
1
-0
/
+1
*
Move getVariableSize from Verifier.cpp into DIVariable::getSize() (NFC)
Adrian Prantl
2017-11-28
1
-26
/
+3
*
[Verifier] Remove the -verify-debug-info cl::opt
Vedant Kumar
2017-11-02
1
-2
/
+0
*
Create instruction classes for identifying any atomicity of memory intrinsic....
Daniel Neilson
2017-10-30
1
-5
/
+3
[next]