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
*
[profile] Don't crash when forking in several threads
Calixte Denizet
2020-05-07
1
-35
/
+105
*
[msan] Instrument x86.pclmulqdq* intrinsics.
Evgenii Stepanov
2020-01-27
1
-0
/
+43
*
[PGO][CHR] Guard against 0-to-0 branch weight and avoid division by zero crash.
Hiroshi Yamauchi
2020-01-13
1
-0
/
+4
*
Don't use dyn_cast_or_null if we know the pointer is nonnull.
Simon Pilgrim
2020-01-10
1
-4
/
+2
*
Fix "use of uninitialized variable" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-07
1
-2
/
+2
*
Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-17
2
-37
/
+37
*
Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-16
2
-37
/
+37
*
[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove
Guillaume Chatelet
2019-12-16
2
-37
/
+37
*
hwasan: add tag_offset DWARF attribute to optimized debug info
Evgenii Stepanov
2019-12-12
1
-12
/
+17
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
Rollback assumeAligned in MemorySanitizer
Guillaume Chatelet
2019-12-11
1
-18
/
+22
*
[Alignment][NFC] CreateMemSet use MaybeAlign
Guillaume Chatelet
2019-12-10
2
-103
/
+109
*
Revert "[Coverage] Revise format to reduce binary size"
Vedant Kumar
2019-12-04
1
-1
/
+5
*
[Coverage] Revise format to reduce binary size
Vedant Kumar
2019-12-04
1
-5
/
+1
*
[asan] Remove debug locations from alloca prologue instrumentation
Johannes Altmanninger
2019-12-03
1
-6
/
+0
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov
2019-11-21
1
-1
/
+4
*
Revert "[Driver] Use VFS to check if sanitizer blacklists exist"
Ilya Biryukov
2019-11-21
1
-4
/
+1
*
[Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov
2019-11-21
1
-1
/
+4
*
[GCOV] Skip artificial functions from being emitted
Alexandre Ganea
2019-11-15
1
-1
/
+4
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
2
-1
/
+3
*
GCOVProfiling - fix uninitialized variable warnings + make getFuncChecksum() ...
Simon Pilgrim
2019-11-14
1
-3
/
+3
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
14
-4
/
+18
*
[hwasan] Remove lazy thread-initialisation
David Spickett
2019-11-04
1
-27
/
+2
*
[CHR] Fixed null check after dereferencing warning. NFCI.
Dávid Bolvanský
2019-11-03
1
-1
/
+1
*
[AddressSanitizer] Only instrument globals of default address space
Karl-Johan Karlsson
2019-10-30
1
-0
/
+2
*
[msan] Remove more attributes from sanitized functions.
Evgenii Stepanov
2019-10-28
1
-2
/
+8
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
5
-13
/
+15
*
[asan] Return true from instrumentModule
Vitaly Buka
2019-10-12
1
-3
/
+2
*
Insert module constructors in a module pass
Vitaly Buka
2019-10-11
2
-45
/
+57
*
Revert 374481 "[tsan,msan] Insert module constructors in a module pass"
Nico Weber
2019-10-11
2
-57
/
+45
*
[tsan,msan] Insert module constructors in a module pass
Vitaly Buka
2019-10-10
2
-45
/
+57
*
[msan, NFC] Move option parsing into constructor
Vitaly Buka
2019-10-10
1
-10
/
+12
*
Unify the two CRC implementations
Hans Wennborg
2019-10-09
1
-3
/
+3
*
[PGO] Refactor Value Profiling into a plugin based oracle and create a well d...
Bardia Mahjour
2019-10-03
5
-120
/
+280
*
Handle llvm.launder.invariant.group in msan.
Evgeniy Stepanov
2019-10-02
1
-0
/
+9
*
[ASan][NFC] Address remaining comments for https://reviews.llvm.org/D68287
Leonard Chan
2019-10-01
1
-8
/
+8
*
[ASan] Make GlobalsMD member a const reference.
Leonard Chan
2019-10-01
1
-2
/
+2
*
[PGO] Don't group COMDAT variables for compiler generated profile variables i...
Rong Xu
2019-09-30
1
-5
/
+1
*
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
2
-9
/
+10
*
[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+1
*
hwasan: Compatibility fixes for short granules.
Peter Collingbourne
2019-09-27
1
-5
/
+18
*
MemorySanitizer - silence static analyzer dyn_cast<> null dereference warning...
Simon Pilgrim
2019-09-26
1
-3
/
+3
*
PGOMemOPSizeOpt - silence static analyzer dyn_cast<MemIntrinsic> null derefer...
Simon Pilgrim
2019-09-26
1
-2
/
+2
*
[AddressSanitizer] Don't dereference dyn_cast<ConstantInt> results. NFCI.
Simon Pilgrim
2019-09-20
1
-2
/
+2
*
[PGO] Change hardcoded thresholds for cold/inlinehint to use summary
Teresa Johnson
2019-09-17
1
-18
/
+21
*
[PGO] Don't use comdat groups for counters & data on COFF
Reid Kleckner
2019-09-17
1
-12
/
+17
*
[PGO] Use linkonce_odr linkage for __profd_ variables in comdat groups
Reid Kleckner
2019-09-16
1
-7
/
+8
*
Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-11
1
-0
/
+4
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Dmitri Gribenko
2019-09-11
1
-4
/
+0
[next]