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
*
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
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-15
/
+16
*
Change typeIncompatible to return an AttrBuilder instead of new-ing an Attrib...
Pete Cooper
2015-05-06
1
-8
/
+7
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-1
/
+1
*
DebugInfo: Remove DIDescriptor from the DebugInfo API
Duncan P. N. Exon Smith
2015-04-17
1
-1
/
+1
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
clang-format my last commit
David Blaikie
2015-04-05
1
-1
/
+2
*
[opaque pointer type] The last of the GEP IRBuilder API migrations
David Blaikie
2015-04-05
1
-6
/
+5
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-04
1
-3
/
+4
*
[opaque pointer type] More GEP IRBuilder API migrations
David Blaikie
2015-04-03
1
-2
/
+4
*
[opaque pointer type] More GEP API migrations in IRBuilder uses
David Blaikie
2015-04-03
1
-3
/
+4
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-9
/
+9
*
Try to satisfy sanitizer lint check
Reid Kleckner
2015-03-04
1
-1
/
+0
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-6
/
+1
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-7
/
+4
*
SpecialCaseList: Add support for parsing multiple input files.
Alexey Samsonov
2015-02-04
1
-16
/
+21
*
[PM] Replace the Pass argument to SplitEdge with specific analyses used
Chandler Carruth
2015-01-19
1
-1
/
+1
*
[DFSAN][MIPS][LLVM] Defining ShadowPtrMask variable for MIPS64
Peter Collingbourne
2014-12-05
1
-1
/
+12
*
[dfsan] Abort at runtime on indirect calls to uninstrumented vararg functions.
Peter Collingbourne
2014-11-05
1
-10
/
+33
*
[dfsan] New calling convention for custom functions with variadic arguments.
Peter Collingbourne
2014-10-30
1
-9
/
+22
*
DebugInfo+DFSan: Ensure that debug info references to llvm::Functions remain ...
David Blaikie
2014-10-07
1
-0
/
+10
*
Introduce support for custom wrappers for vararg functions.
Lorenzo Martignoni
2014-09-30
1
-9
/
+18
*
[asan] Assign a low branch weight to ASan's slow path, patch by Jonas Wagner...
Kostya Serebryany
2014-09-02
1
-1
/
+1
*
unique_ptrify the result of SpecialCaseList::create
David Blaikie
2014-09-02
1
-1
/
+1
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-3
/
+3
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
[dfsan] Fix non-determinism bug in non-zero label check annotator.
Peter Collingbourne
2014-08-22
1
-10
/
+8
*
[dfsan] Treat vararg custom functions like unimplemented functions.
Peter Collingbourne
2014-08-20
1
-1
/
+1
*
[dfsan] Try not to create too many additional basic blocks in functions which
Peter Collingbourne
2014-08-06
1
-20
/
+46
*
[dfsan] Correctly handle loads and stores of zero size.
Peter Collingbourne
2014-08-01
1
-0
/
+8
*
[dfsan] Introduce further optimization to reduce the number of union queries.
Peter Collingbourne
2014-07-15
1
-0
/
+36
*
[dfsan] Introduce an optimization to reduce the number of union queries.
Peter Collingbourne
2014-07-15
1
-1
/
+34
*
[dfsan] Move combineShadows to DFSanFunction in preparation for it to use a d...
Peter Collingbourne
2014-07-15
1
-18
/
+16
*
[dfsan] Handle bitcast aliases.
Peter Collingbourne
2014-07-10
1
-2
/
+2
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
1
-8
/
+53
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-10
/
+13
*
Fix handling of missing DataLayout in sanitizers.
Evgeniy Stepanov
2014-04-23
1
-1
/
+1
*
Implement depth_first and inverse_depth_first range factory functions.
David Blaikie
2014-04-11
1
-3
/
+2
[next]