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
/
Transforms
/
Instrumentation
/
DataFlowSanitizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov
2019-11-21
1
-1
/
+4
*
Revert "[Driver] Use VFS to check if sanitizer blacklists exist"
Ilya Biryukov
2019-11-21
1
-4
/
+1
*
[Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov
2019-11-21
1
-1
/
+4
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+1
*
[DFSan] Add UnaryOperator visitor to DataFlowSanitizer
Cameron McInally
2019-06-19
1
-0
/
+5
*
Add "const" in GetUnderlyingObjects. NFC
Bjorn Pettersson
2019-04-24
1
-2
/
+2
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-1
/
+2
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-9
/
+14
*
[opaque pointer types] Pass function types to InvokeInst creation.
James Y Knight
2019-02-01
1
-2
/
+2
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-9
/
+12
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-44
/
+60
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-60
/
+44
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-44
/
+60
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[cxx2a] Fix warning triggered by r343285
Vitaly Buka
2018-09-29
1
-3
/
+3
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
Allow creating llvm::Function in non-zero address spaces
Alexander Richardson
2018-08-23
1
-3
/
+4
*
Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
Alexander Richardson
2018-06-25
1
-2
/
+1
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
DataFlowSanitizer: wrappers of functions with local linkage should have the s...
Peter Collingbourne
2018-03-30
1
-1
/
+9
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Fix DataFlowSanitizer instrumentation pass to take parameter position changes...
Peter Collingbourne
2018-02-22
1
-12
/
+89
*
[DSan] Update uses of memory intrinsic get/setAlignment to new API (NFC)
Daniel Neilson
2018-02-08
1
-4
/
+4
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-11
/
+10
*
[NFC] Change MemIntrinsicInst::setAlignment() to take an unsigned instead of ...
Daniel Neilson
2018-01-12
1
-2
/
+2
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-21
1
-47
/
+73
*
Add section headers to SpecialCaseLists
Vlad Tsyrklevich
2017-09-25
1
-5
/
+6
*
[dfsan] Add explicit zero extensions for shadow parameters in function wrappers.
Simon Dardis
2017-08-17
1
-0
/
+10
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Use explicit false instead of casted nullptr. NFC.
Serge Guelton
2017-05-10
1
-2
/
+2
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-5
/
+3
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-9
/
+9
*
Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of A...
Reid Kleckner
2017-05-02
1
-14
/
+7
*
Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of At...
Hans Wennborg
2017-04-28
1
-7
/
+14
*
[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList
Reid Kleckner
2017-04-28
1
-14
/
+7
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-4
/
+11
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-27
/
+29
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-4
/
+3
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-16
/
+10
*
[DFSan] Remove an overly aggressive assert reported in PR26068.
Chandler Carruth
2016-03-07
1
-4
/
+0
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-2
/
+2
*
[sanitizer] [dfsan] Unify aarch64 mapping
Adhemerval Zanella
2015-11-27
1
-16
/
+21
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-12
/
+11
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-11
/
+12
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-8
/
+0
*
Instrumentation: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-24
/
+25
*
[sanitizers] Add DFSan support for AArch64 42-bit VMA
Adhemerval Zanella
2015-08-24
1
-0
/
+14
*
Enable dfsan for aarch64
Adhemerval Zanella
2015-07-30
1
-0
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
[next]