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
/
test
/
Instrumentation
/
DataFlowSanitizer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
3
-7
/
+7
*
[DFSan] Add UnaryOperator visitor to DataFlowSanitizer
Cameron McInally
2019-06-19
1
-0
/
+10
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-1
/
+1
*
DataFlowSanitizer: wrappers of functions with local linkage should have the s...
Peter Collingbourne
2018-03-30
2
-0
/
+26
*
Fix DataFlowSanitizer instrumentation pass to take parameter position changes...
Peter Collingbourne
2018-02-22
2
-0
/
+64
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-2
/
+2
*
[dfsan] Add explicit zero extensions for shadow parameters in function wrappers.
Simon Dardis
2017-08-17
3
-5
/
+67
*
Add element-atomic mem intrinsic canary tests for Dataflow Sanitizer.
Daniel Neilson
2017-07-18
1
-0
/
+37
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-3
/
+2
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
1
-1
/
+1
*
[DFSan] Remove an overly aggressive assert reported in PR26068.
Chandler Carruth
2016-03-07
1
-3
/
+40
*
[sanitizer] [dfsan] Unify aarch64 mapping
Adhemerval Zanella
2015-11-27
1
-0
/
+14
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-2
/
+2
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-2
/
+2
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-3
/
+4
*
[opaque pointer type] Add textual IR support for explicit type parameter for ...
David Blaikie
2015-09-11
2
-4
/
+4
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
1
-1
/
+1
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-8
/
+8
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-4
/
+4
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
1
-8
/
+8
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
4
-41
/
+41
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
3
-22
/
+22
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
1
-1
/
+1
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-13
/
+13
*
Add target triples to all dfsan tests.
Peter Collingbourne
2014-12-05
11
-0
/
+11
*
[dfsan] Abort at runtime on indirect calls to uninstrumented vararg functions.
Peter Collingbourne
2014-11-05
1
-2
/
+5
*
[dfsan] New calling convention for custom functions with variadic arguments.
Peter Collingbourne
2014-10-30
1
-21
/
+30
*
DebugInfo+DFSan: Ensure that debug info references to llvm::Functions remain ...
David Blaikie
2014-10-07
2
-0
/
+38
*
Introduce support for custom wrappers for vararg functions.
Lorenzo Martignoni
2014-09-30
1
-4
/
+10
*
[dfsan] Fix non-determinism bug in non-zero label check annotator.
Peter Collingbourne
2014-08-22
1
-5
/
+8
*
[dfsan] Treat vararg custom functions like unimplemented functions.
Peter Collingbourne
2014-08-20
1
-0
/
+6
*
[dfsan] Try not to create too many additional basic blocks in functions which
Peter Collingbourne
2014-08-06
1
-0
/
+3013
*
[dfsan] Correctly handle loads and stores of zero size.
Peter Collingbourne
2014-08-01
2
-1
/
+26
*
[dfsan] Introduce further optimization to reduce the number of union queries.
Peter Collingbourne
2014-07-15
1
-4
/
+15
*
[dfsan] Introduce an optimization to reduce the number of union queries.
Peter Collingbourne
2014-07-15
1
-0
/
+41
*
[dfsan] Handle bitcast aliases.
Peter Collingbourne
2014-07-10
1
-0
/
+8
*
Introduce two command-line flags for the instrumentation pass to control whet...
Peter Collingbourne
2013-11-21
2
-111
/
+256
*
DataFlowSanitizer: Implement trampolines for function pointers passed to cust...
Peter Collingbourne
2013-08-27
2
-5
/
+17
*
DataFlowSanitizer: correctly combine labels in the case where they are equal.
Peter Collingbourne
2013-08-23
1
-4
/
+5
*
DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...
Peter Collingbourne
2013-08-22
2
-3
/
+16
*
DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".
Peter Collingbourne
2013-08-22
9
-22
/
+36
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.
Peter Collingbourne
2013-08-15
1
-0
/
+23
*
DataFlowSanitizer: move abilist input file to Inputs.
Peter Collingbourne
2013-08-14
2
-1
/
+1
*
DataFlowSanitizer: Instrumentation for memset.
Peter Collingbourne
2013-08-14
1
-0
/
+11
*
DataFlowSanitizer: greylist is now ABI list.
Peter Collingbourne
2013-08-14
2
-0
/
+58
*
Reapply r188119 now that the bug it exposed is fixed.
Peter Collingbourne
2013-08-12
1
-2
/
+12
*
Revert r188119 "Kill some duplicated code for removing unreachable BBs."
Arnold Schwaighofer
2013-08-10
1
-12
/
+2
[next]