projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Enhance loop rotation with existence of profile data in MachineBlockPlacement pass.
[oota-llvm.git]
/
test
/
Instrumentation
/
2015-10-19
Xinliang David Li
[PGO] Eliminate prof data register calls on FreeBSD...
tree
|
commitdiff
2015-10-14
Xinliang David Li
Add a instrumentation test for Linux
tree
|
commitdiff
2015-10-14
Evgeniy Stepanov
[msan] Fix crash on multiplication by a non-integer...
tree
|
commitdiff
2015-10-13
Xinliang David Li
[PGO]: Eliminate calls to __llvm_profile_register_funct...
tree
|
commitdiff
2015-10-08
Evgeniy Stepanov
New MSan mapping layout (llvm part).
tree
|
commitdiff
2015-09-23
Wei Mi
Put profile variables of COMDAT functions to it's own...
tree
|
commitdiff
2015-09-15
Alexey Samsonov
[ASan] Don't instrument globals in .preinit_array/...
tree
|
commitdiff
2015-09-11
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-09-03
Reid Kleckner
[sancov] Disable sanitizer coverage on functions using SEH
tree
|
commitdiff
2015-08-28
Duncan P. N. Exon...
DI: Require subprogram definitions to be distinct
tree
|
commitdiff
2015-08-25
Evgeniy Stepanov
[msan] Precise instrumentation for icmp sgt %x, -1.
tree
|
commitdiff
2015-08-25
Evgeniy Stepanov
Use CHECK-LABEL in MSan IR tests.
tree
|
commitdiff
2015-08-14
Evgeniy Stepanov
[msan] Fix handling of musttail calls.
tree
|
commitdiff
2015-08-14
Reid Kleckner
[sancov] Leave llvm.localescape in the entry block
tree
|
commitdiff
2015-08-11
Kostya Serebryany
[libFuzzer] don't crash if the condition in a switch...
tree
|
commitdiff
2015-08-03
Duncan P. N. Exon...
DI: Disallow uniquable DICompileUnits
tree
|
commitdiff
2015-07-31
Duncan P. N. Exon...
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
tree
|
commitdiff
2015-07-31
Kostya Serebryany
[libFuzzer] trace switch statements and apply mutations...
tree
|
commitdiff
2015-07-29
Alexey Samsonov
[ASan] Disable dynamic alloca and UAR detection in...
tree
|
commitdiff
2015-07-23
Kuba Brecka
[asan] Rename the ABI versioning symbol to '__asan_vers...
tree
|
commitdiff
2015-07-22
Kuba Brecka
[asan] Improve moving of non-instrumented allocas
tree
|
commitdiff
2015-07-21
Reid Kleckner
Re-land 242726 to use RAII to do cleanup
tree
|
commitdiff
2015-07-21
Nico Weber
Revert 242726, it broke ASan on OS X.
tree
|
commitdiff
2015-07-20
Reid Kleckner
Don't try to instrument allocas used by outlined SEH...
tree
|
commitdiff
2015-07-17
Kuba Brecka
[asan] Fix invalid debug info for promotable allocas
tree
|
commitdiff
2015-06-30
Alexey Samsonov
[SanitizerCoverage] Don't add instrumentation to unreac...
tree
|
commitdiff
2015-06-25
Anna Zaks
[asan] Do not instrument special purpose LLVM sections.
tree
|
commitdiff
2015-06-25
Anna Zaks
[asan] Don't run stack malloc on functions containing...
tree
|
commitdiff
2015-06-23
Alexey Samsonov
Let llvm::ReplaceInstWithInst copy debug location from...
tree
|
commitdiff
2015-06-17
David Majnemer
Move the personality function from LandingPadInst to...
tree
|
commitdiff
2015-06-09
Anna Zaks
[asan] Prevent __attribute__((annotate)) triggering...
tree
|
commitdiff
2015-05-28
Yury Gribov
[ASan] New approach to dynamic allocas unpoisoning...
tree
|
commitdiff
2015-05-27
Diego Novillo
Final fix for PR 23499 and IR test case.
tree
|
commitdiff
2015-05-15
Akira Hatanaka
Fix the check strings in a test case committed in r212455.
tree
|
commitdiff
2015-05-12
Sunil Srivastava
Changed renaming of local symbols by inserting a dot...
tree
|
commitdiff
2015-05-07
Ismail Pazarbasi
When checking msan.module_ctor, use CHECK-LABEL instead...
tree
|
commitdiff
2015-05-07
Ismail Pazarbasi
MSan: Use `createSanitizerCtor` to create ctor, and...
tree
|
commitdiff
2015-05-07
Ismail Pazarbasi
TSan: Use `createSanitizerCtor` to create ctor, and...
tree
|
commitdiff
2015-05-07
Ismail Pazarbasi
ASan: Use `createSanitizerCtor` to create ctor, and...
tree
|
commitdiff
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
tree
|
commitdiff
2015-04-16
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-04-02
Reid Kleckner
[ASan] Don't use stack malloc for 32-bit functions...
tree
|
commitdiff
2015-03-27
Duncan P. N. Exon...
DebugInfo: Fix bad debug info for compile units and...
tree
|
commitdiff
2015-03-21
Kostya Serebryany
[sanitizer] experimental tracing for cmp instructions
tree
|
commitdiff
2015-03-17
Dmitry Vyukov
asan: optimization experiments
tree
|
commitdiff
2015-03-14
Ahmed Bougacha
Add a bunch of CHECK missing colons in tests. NFC.
tree
|
commitdiff
2015-03-13
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-03-10
Kostya Serebryany
[sanitizer] fix instrumentation with -mllvm -sanitizer...
tree
|
commitdiff
2015-03-05
Kostya Serebryany
[sanitizer] add nosanitize metadata to more coverage...
tree
|
commitdiff
2015-03-04
Dmitry Vyukov
asan: do not instrument direct inbounds accesses to...
tree
|
commitdiff
2015-03-03
Kostya Serebryany
[sanitizer/coverage] Add AFL-style coverage counters...
tree
|
commitdiff
2015-03-03
Duncan P. N. Exon...
DebugInfo: Move new hierarchy into place
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-27
Anna Zaks
[asan] Skip promotable allocas to improve performance...
tree
|
commitdiff
2015-02-25
Justin Bogner
InstrProf: Make the __llvm_profile_runtime_user symbol...
tree
|
commitdiff
2015-02-24
Justin Bogner
InstrProf: Test for appropriate linkage of the profilin...
tree
|
commitdiff
2015-02-20
Kostya Serebryany
[sanitizer] fix a test broken by r229940
tree
|
commitdiff
2015-02-12
Dmitry Vyukov
tsan: do not instrument not captured values
tree
|
commitdiff
2015-02-06
Evgeniy Stepanov
[msan] Fix "missing origin" in atomic store.
tree
|
commitdiff
2015-02-04
Kostya Serebryany
[sanitizer] add another workaround for PR 17409: when...
tree
|
commitdiff
2015-01-27
Dmitry Vyukov
tsan: properly instrument unaligned accesses
tree
|
commitdiff
2015-01-27
Evgeniy Stepanov
[sancov] Fix unspecified constructor order between...
tree
|
commitdiff
2015-01-21
Evgeniy Stepanov
[msan] Update origin for the entire destination range...
tree
|
commitdiff
2015-01-20
Evgeniy Stepanov
[msan] Optimize -msan-check-constant-shadow.
tree
|
commitdiff
2015-01-14
Duncan P. N. Exon...
IR: Move MDLocation into place
tree
|
commitdiff
2015-01-06
Rafael Espindola
Change the .ll syntax for comdats and add a syntactic...
tree
|
commitdiff
2015-01-03
Kostya Serebryany
[asan] simplify the tracing code, make it use the same...
tree
|
commitdiff
2014-12-30
Kostya Serebryany
[asan] change _sanitizer_cov_module_init to accept...
tree
|
commitdiff
2014-12-23
Kostya Serebryany
[asan] change the coverage collection scheme so that...
tree
|
commitdiff
2014-12-16
Kostya Serebryany
[sanitizer] prevent function call merging for sanitizer...
tree
|
commitdiff
2014-12-15
Duncan P. N. Exon...
IR: Make metadata typeless in assembly
tree
|
commitdiff
2014-12-11
Alexey Samsonov
[ASan] Change fake stack and local variables handling.
tree
|
commitdiff
2014-12-08
Justin Bogner
InstrProf: An intrinsic and lowering for instrumentatio...
tree
|
commitdiff
2014-12-05
Peter Collingbourne
Add target triples to all dfsan tests.
tree
|
commitdiff
2014-12-05
Kuba Brecka
Recommit of r223513 and r223514.
tree
|
commitdiff
2014-12-05
Evgeniy Stepanov
[msan] Avoid extra origin address realignment.
tree
|
commitdiff
2014-12-03
Kostya Serebryany
[msan] allow -fsanitize-coverage=N together with -fsani...
tree
|
commitdiff
2014-12-01
Yury Gribov
[asan] Change dynamic alloca instrumentation to only...
tree
|
commitdiff
2014-11-28
Evgeniy Stepanov
[msan] Fix origin propagation for select of floats.
tree
|
commitdiff
2014-11-27
Evgeniy Stepanov
[msan] Remove indirect call wrapping code.
tree
|
commitdiff
2014-11-24
Kostya Serebryany
[asan/coverage] change the way asan coverage instrument...
tree
|
commitdiff
2014-11-21
Kostya Serebryany
[asan] remove old experimental code
tree
|
commitdiff
2014-11-21
Yury Gribov
[asan] Add new hidden compile-time flag asan-instrument...
tree
|
commitdiff
2014-11-19
Kostya Serebryany
[asan] add experimental basic-block tracing to asan...
tree
|
commitdiff
2014-11-11
Kostya Serebryany
Move asan-coverage into a separate phase.
tree
|
commitdiff
2014-11-06
Rafael Espindola
Base check on the section name, not the variable name.
tree
|
commitdiff
2014-11-05
Peter Collingbourne
[dfsan] Abort at runtime on indirect calls to uninstrum...
tree
|
commitdiff
2014-10-31
Kostya Serebryany
[asan] do not treat inline asm calls as indirect calls
tree
|
commitdiff
2014-10-31
Kostya Serebryany
[asan] fix caller-calee instrumentation to emit new...
tree
|
commitdiff
2014-10-30
Peter Collingbourne
[dfsan] New calling convention for custom functions...
tree
|
commitdiff
2014-10-27
Kostya Serebryany
[asan] experimental tracing for indirect calls, llvm...
tree
|
commitdiff
2014-10-24
Evgeniy Stepanov
[msan] Make -msan-check-constant-shadow a bit stronger.
tree
|
commitdiff
2014-10-21
Yuri Gorshenin
[asan-asm-instrumentation] Fixed memory accesses with...
tree
|
commitdiff
2014-10-17
Evgeniy Stepanov
[msan] Fix handling of byval arguments with large align...
tree
|
commitdiff
2014-10-13
Yuri Gorshenin
[asan-asm-instrumentation] Fixed memory references...
tree
|
commitdiff
2014-10-07
David Blaikie
DebugInfo+DFSan: Ensure that debug info references...
tree
|
commitdiff
2014-10-07
Yuri Gorshenin
[asan-asm-instrumentation] CFI directives are generated...
tree
|
commitdiff
2014-10-03
Duncan P. N. Exon...
Revert "Revert "DI: Fold constant arguments into a...
tree
|
commitdiff
2014-10-02
Duncan P. N. Exon...
Revert "DI: Fold constant arguments into a single MDString"
tree
|
commitdiff
next