index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Instrumentation
Commit message (
Expand
)
Author
Age
Files
Lines
*
[msan] Change va_start/va_copy shadow memset alignment to 8.
Peter Collingbourne
2013-01-10
1
-2
/
+2
*
Actually update the CMake and Makefile builds correctly, and update the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
11
-53
/
+53
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-1
/
+2
*
Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.
Alexey Samsonov
2012-12-28
2
-18
/
+24
*
[ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if i...
Alexey Samsonov
2012-12-27
1
-69
/
+91
*
[msan] Raise alignment of origin stores/loads when possible.
Evgeniy Stepanov
2012-12-26
1
-5
/
+11
*
[msan] Expand the file comment with track-origins info.
Evgeniy Stepanov
2012-12-26
1
-5
/
+27
*
[msan] Fix handling of vectors of pointers.
Evgeniy Stepanov
2012-12-25
1
-2
/
+7
*
[msan] Fix handling of select with vector condition.
Evgeniy Stepanov
2012-12-25
1
-2
/
+11
*
ASan: initialize callbacks from ASan module pass in a separate function for c...
Alexey Samsonov
2012-12-25
1
-21
/
+28
*
ASan: move stack poisoning logic into FunctionStackPoisoner struct
Alexey Samsonov
2012-12-25
1
-190
/
+220
*
Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>
Bob Wilson
2012-12-24
3
-6
/
+8
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
[msan] Remove unreachable blocks before instrumenting a function.
Evgeniy Stepanov
2012-12-21
1
-0
/
+8
*
[msan] Add track-origins argument to the pass constructor.
Evgeniy Stepanov
2012-12-19
1
-24
/
+31
*
[msan] Heuristically instrument unknown intrinsics.
Evgeniy Stepanov
2012-12-19
1
-1
/
+143
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
3
-16
/
+16
*
Initialize NoRedZone and remove unused default values.
Rafael Espindola
2012-12-18
1
-3
/
+4
*
[msan] Fix lint warning.
Evgeniy Stepanov
2012-12-17
1
-1
/
+2
*
Fix lint warnings in MemorySanitizer.cpp.
Evgeniy Stepanov
2012-12-14
1
-9
/
+12
*
[msan] Origin stores and loads do not need explicit alignment.
Evgeniy Stepanov
2012-12-14
1
-9
/
+8
*
[msan] Refactor default shadow propagation and origin tracking.
Evgeniy Stepanov
2012-12-14
1
-52
/
+117
*
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-12
1
-0
/
+4
*
[msan] Use explicitely aligned stores and loads with function argument shadow.
Evgeniy Stepanov
2012-12-11
1
-8
/
+13
*
Don't use a red zone for code coverage if the user specified `-mno-red-zone'.
Bill Wendling
2012-12-10
1
-4
/
+17
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-2
/
+2
*
[msan] Remove readonly/readnone attributes from all called functions.
Evgeniy Stepanov
2012-12-07
1
-0
/
+13
*
MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-12-06
1
-0
/
+1
*
[msan] Fix a typo in a comment.
Evgeniy Stepanov
2012-12-06
1
-1
/
+1
*
[msan] Do not store origin for clean values.
Evgeniy Stepanov
2012-12-06
1
-17
/
+57
*
[msan] Instrument bswap intrinsic.
Evgeniy Stepanov
2012-12-05
1
-6
/
+21
*
[msan] Initialize callbacks in runOnFunction as opposed to doInitialization.
Evgeniy Stepanov
2012-12-05
1
-37
/
+49
*
[msan] Change linkage type of __msan_track_origins.
Evgeniy Stepanov
2012-12-05
1
-1
/
+1
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-2
/
+2
*
[asan] add experimental -asan-realign-stack option (true by default, which do...
Kostya Serebryany
2012-12-04
1
-2
/
+7
*
ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emi...
Alexey Samsonov
2012-12-04
1
-3
/
+108
*
ASan: add blacklist file to ASan pass options. Clang patch for this will follow.
Alexey Samsonov
2012-12-03
1
-13
/
+22
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
9
-56
/
+51
*
fix stats for added checks
Nuno Lopes
2012-12-03
1
-1
/
+1
*
[asan] simplify the code around doesNotReturn call. It now magically works.
Kostya Serebryany
2012-11-30
1
-8
/
+1
*
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-30
1
-1
/
+1
*
[ASan] Simplify check added in r168861. Bail out from module pass early if th...
Alexey Samsonov
2012-11-29
1
-2
/
+2
*
Apply Takumi's patch to suppress unused-variable warnings in -Asserts builds.
Matt Beaumont-Gay
2012-11-29
1
-2
/
+7
*
Add options to AddressSanitizer passes to make them configurable by frontend.
Alexey Samsonov
2012-11-29
1
-11
/
+28
*
[msan] Handle vector manipulation instructions.
Evgeniy Stepanov
2012-11-29
1
-0
/
+25
*
[msan] Fix getOriginForNaryOp.
Evgeniy Stepanov
2012-11-29
1
-2
/
+3
*
[msan] Basic handling of inline asm.
Evgeniy Stepanov
2012-11-29
1
-1
/
+10
*
[msan] Propagate shadow through (x<0) and (x>=0) comparisons.
Evgeniy Stepanov
2012-11-29
1
-0
/
+30
[next]