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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] Assign a low branch weight to ASan's slow path, patch by Jonas Wagner...
Kostya Serebryany
2014-09-02
2
-2
/
+5
*
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
4
-10
/
+8
*
Fix some cases were ArrayRefs were being passed by reference. Also remove 'co...
Craig Topper
2014-08-27
1
-4
/
+4
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
2
-5
/
+4
*
[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
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
Revert r215415 which causse MSan to crash on a great deal of C++ code.
Chandler Carruth
2014-08-13
1
-10
/
+0
*
msan: Handle musttail calls
Reid Kleckner
2014-08-12
1
-0
/
+10
*
[dfsan] Try not to create too many additional basic blocks in functions which
Peter Collingbourne
2014-08-06
1
-20
/
+46
*
[ASan] Use metadata to pass source-level information from Clang to ASan.
Alexey Samsonov
2014-08-02
1
-43
/
+56
*
[dfsan] Correctly handle loads and stores of zero size.
Peter Collingbourne
2014-08-01
1
-0
/
+8
*
[msan] Fix handling of array types.
Evgeniy Stepanov
2014-07-31
1
-5
/
+16
*
[Debug Info] add DISubroutineType and its creation takes DITypeArray.
Manman Ren
2014-07-28
1
-1
/
+1
*
[Debug Info] rename getTypeArray to getElements, setTypeArray to setArrays.
Manman Ren
2014-07-28
1
-1
/
+1
*
[ASan] Fix comments about __sanitizer_cov function
Alexey Samsonov
2014-07-22
1
-3
/
+2
*
[ASan] Don't instrument load/stores with !nosanitize metadata.
Alexey Samsonov
2014-07-17
1
-0
/
+3
*
[msan] Avoid redundant origin stores.
Evgeniy Stepanov
2014-07-17
1
-1
/
+4
*
[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
*
[ASan] Collect unmangled names of global variables in Clang to print them in ...
Alexey Samsonov
2014-07-12
1
-9
/
+20
*
[ASan] Introduce a struct representing the layout of metadata entry in llvm.a...
Alexey Samsonov
2014-07-11
1
-47
/
+37
*
[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
*
[ASan/Win] Don't instrument COMDAT globals. Properly fixes PR20244.
Timur Iskhodzhanov
2014-07-09
1
-8
/
+4
*
[ASan/Win] Don't instrument private COMDAT globals until PR20244 is properly ...
Timur Iskhodzhanov
2014-07-08
1
-0
/
+7
*
[ASan] Completely remove sanitizer blacklist file from instrumentation pass.
Alexey Samsonov
2014-07-08
1
-17
/
+5
*
Kill unnecessary include
Alexey Samsonov
2014-07-08
1
-1
/
+0
*
[msan] Fix handling of phi in blacklisted functions.
Evgeniy Stepanov
2014-07-07
1
-2
/
+5
*
[msan] Stop propagating shadow in blacklisted functions.
Evgeniy Stepanov
2014-07-03
1
-9
/
+11
*
Revert of r212265.
Evgeniy Stepanov
2014-07-03
1
-11
/
+9
*
[msan] Stop propagating shadow in blacklisted functions.
Evgeniy Stepanov
2014-07-03
1
-9
/
+11
*
Remove non-static field initializer to appease MSVC
Alexey Samsonov
2014-07-02
1
-1
/
+2
*
[ASan] Print exact source location of global variables in error reports.
Alexey Samsonov
2014-07-02
1
-31
/
+95
*
msan: Stop stripping the 'tail' modifier off of calls
Reid Kleckner
2014-06-30
1
-6
/
+0
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
3
-11
/
+17
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
3
-17
/
+11
*
[msan] Fix bad interaction between with-calls mode and chained origin tracking.
Evgeniy Stepanov
2014-06-25
1
-1
/
+1
*
Add back functionality removed in r210497.
Richard Trieu
2014-06-21
1
-2
/
+4
*
[msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.
Evgeniy Stepanov
2014-06-18
1
-0
/
+55
*
[msan] Fix a comment.
Evgeniy Stepanov
2014-06-17
1
-2
/
+2
*
[msan] Fix handling of multiplication by a constant with a number of trailing...
Evgeniy Stepanov
2014-06-17
1
-1
/
+49
*
Remove top-level Clang -fsanitize= flags for optional ASan features.
Alexey Samsonov
2014-06-13
1
-33
/
+15
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-2
/
+8
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Removing an "if (!this)" check from two print methods. The condition will
Richard Trieu
2014-06-09
1
-0
/
+1
*
[msan] Workaround for invalid origins in shufflevector.
Evgeniy Stepanov
2014-06-09
1
-4
/
+8
[next]