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
*
DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.
Peter Collingbourne
2013-08-15
1
-2
/
+48
*
DataFlowSanitizer: Instrumentation for memset.
Peter Collingbourne
2013-08-14
1
-1
/
+22
*
DataFlowSanitizer: greylist is now ABI list.
Peter Collingbourne
2013-08-14
1
-96
/
+271
*
dfsan: fix lint warnings
Dmitry Vyukov
2013-08-13
1
-2
/
+2
*
DataFlowSanitizer: fix a use-after-free. Spotted by libgmalloc.
Peter Collingbourne
2013-08-12
1
-1
/
+4
*
Add SpecialCaseList::createOrDie() factory and use it in sanitizer passes
Alexey Samsonov
2013-08-12
4
-7
/
+7
*
DataFlowSanitizer: Remove unreachable BBs so IR continues to verify
Peter Collingbourne
2013-08-09
1
-0
/
+3
*
Mark obviously const methods. Also use reference for parameters when possible.
Jakub Staszak
2013-08-09
1
-8
/
+8
*
Fix ARM build.
Peter Collingbourne
2013-08-08
1
-1
/
+1
*
DataFlowSanitizer; LLVM changes.
Peter Collingbourne
2013-08-07
3
-0
/
+1008
*
Change the linkage of these global values to 'internal'.
Bill Wendling
2013-08-06
1
-4
/
+7
*
80-cols
Alexey Samsonov
2013-08-05
1
-1
/
+2
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-1
/
+2
*
Remove DIBuilder cache of variable TheCU and change the few
Eric Christopher
2013-07-19
1
-3
/
+3
*
Revert "Remove DIBuilder cache of variable TheCU and change the few"
Eric Christopher
2013-07-18
1
-3
/
+3
*
Remove DIBuilder cache of variable TheCU and change the few
Eric Christopher
2013-07-18
1
-3
/
+3
*
Add comparison operators for DIDescriptors to fix c++98 fallout
Eric Christopher
2013-07-17
1
-1
/
+1
*
Mark a method 'const' and another 'static'.
Craig Topper
2013-07-17
1
-2
/
+2
*
Make a few more static string pointers constant.
Craig Topper
2013-07-17
1
-8
/
+8
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-19
/
+20
*
Implement categories for special case lists.
Peter Collingbourne
2013-07-09
1
-1
/
+1
*
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
Peter Collingbourne
2013-07-09
5
-138
/
+11
*
Use sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-2
/
+1
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
2
-2
/
+2
*
[msan] Unpoison stack allocations and undef values in blacklisted functions.
Evgeniy Stepanov
2013-07-03
1
-10
/
+14
*
Debug Info: cleanup
Manman Ren
2013-07-02
1
-2
/
+2
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-07-01
1
-1
/
+1
*
Remove needless include (unistd.h) in DebugIR pass
Daniel Malea
2013-06-28
1
-2
/
+0
*
Add missing header for DebugIR
Daniel Malea
2013-06-28
1
-0
/
+99
*
Remove limitation on DebugIR that made it require existing debug metadata.
Daniel Malea
2013-06-28
1
-153
/
+463
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
1
-2
/
+8
*
Revert "Debug Info: clean up usage of Verify." as it's breaking bots.
Eric Christopher
2013-06-26
1
-2
/
+2
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-26
1
-2
/
+2
*
[asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...
Kostya Serebryany
2013-06-26
1
-1
/
+2
*
[asan] add option -asan-keep-uninstrumented-functions
Kostya Serebryany
2013-06-26
1
-4
/
+47
*
Fix nondeterminism in .gcno file generation.
Nick Lewycky
2013-06-18
1
-9
/
+25
*
Move PathV2.h to Path.h
Rafael Espindola
2013-06-11
1
-1
/
+1
*
[asan] ASan Linux MIPS32 support (llvm part), patch by Jyun-Yan Y
Kostya Serebryany
2013-06-03
1
-1
/
+10
*
[msan] Handle mixed track-origins and keep-going settings (llvm part).
Evgeniy Stepanov
2013-05-31
1
-4
/
+6
*
[msan] Fix argument shadow alignment.
Evgeniy Stepanov
2013-05-28
1
-4
/
+11
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
2
-2
/
+2
*
Re-implement DebugIR in a way that does not subclass AssemblyWriter:
Daniel Malea
2013-05-23
1
-102
/
+166
*
[msan] A no-op implementation of VarArg handling.
Evgeniy Stepanov
2013-05-21
1
-2
/
+23
*
Remove unused #include.
Bill Wendling
2013-05-20
1
-1
/
+0
*
[msan] Switch TLS globals to initial-exec model.
Evgeniy Stepanov
2013-05-16
1
-7
/
+7
*
Fix a documentation warning: \bried -> \brief
Dmitri Gribenko
2013-05-09
1
-1
/
+1
*
Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD
Daniel Malea
2013-05-08
2
-0
/
+247
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+1
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+1
[next]