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
*
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
*
[ASan] Allow disabling init-order checks for globals by source file name.
Alexey Samsonov
2013-04-11
1
-1
/
+2
*
Minor simplification.
Bill Wendling
2013-03-28
1
-8
/
+4
*
[tsan] make sure memset/memcpy/memmove are not inlined in tsan mode
Kostya Serebryany
2013-03-28
1
-0
/
+52
*
Use the full path when outputting the `.gcda' file.
Bill Wendling
2013-03-26
1
-5
/
+14
*
[ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...
Alexey Samsonov
2013-03-26
1
-17
/
+13
*
[asan] Change the way we report the alloca frame on stack-buff-overflow.
Kostya Serebryany
2013-03-22
1
-8
/
+15
*
tsan: handle vptr loads specially
Dmitry Vyukov
2013-03-22
1
-0
/
+10
*
[msan] Add an option to disable poisoning of shadow for undef values.
Evgeniy Stepanov
2013-03-21
1
-2
/
+13
*
Call the new llvm_gcov_init function to register the environment.
Bill Wendling
2013-03-20
1
-29
/
+10
*
Register the GCOV writeout functions so that they're emitted serially.
Bill Wendling
2013-03-19
1
-10
/
+31
*
Emit the linkage name instead of the function name, when available. This means
Nick Lewycky
2013-03-19
1
-8
/
+14
*
Register the flush function for each compile unit.
Bill Wendling
2013-03-18
1
-31
/
+54
*
[asan] when creating string constants, set unnamed_attr and align 1 so that e...
Kostya Serebryany
2013-03-18
1
-1
/
+4
*
[asan] while generating the description of a global variable, emit the module...
Kostya Serebryany
2013-03-18
1
-7
/
+8
*
[asan] don't instrument functions with available_externally linkage. This sav...
Kostya Serebryany
2013-03-18
1
-0
/
+1
*
[ASan] emit instrumentation for initialization order checking by default
Alexey Samsonov
2013-03-14
1
-2
/
+2
*
Remove accidentally committed debug line.
Nick Lewycky
2013-03-14
1
-1
/
+0
*
Refactor GCOV's six constructor arguments into a struct with a getter that
Nick Lewycky
2013-03-14
1
-42
/
+59
*
No functionality change. Rename emitGCNO() to the more sensible
Nick Lewycky
2013-03-13
1
-7
/
+7
*
Use the correct index variable. This is the meat of what was supposed to be in
Nick Lewycky
2013-03-09
1
-1
/
+1
*
Fix bug introduced in r176616 when making function identifier numbers stable.
Nick Lewycky
2013-03-09
1
-5
/
+3
[next]