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
*
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
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-2
/
+1
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-1
/
+2
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-2
/
+1
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-21
1
-1
/
+0
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-8
/
+7
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-2
/
+3
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-1
/
+1
[next]