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
/
EfficiencySanitizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
Alexander Richardson
2018-06-25
1
-1
/
+1
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-27
/
+22
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-10
/
+10
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-10
/
+10
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-10
/
+10
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-11
/
+13
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-13
/
+11
*
[coverity] Fix uninit variable.
Vassil Vassilev
2017-03-17
1
-1
/
+1
*
[esan] Remove global variable.
Benjamin Kramer
2016-10-18
1
-1
/
+2
*
[EfficiencySanitizer] Adds shadow memory parameters for 40-bit virtual memory...
Sagar Thakur
2016-10-06
1
-9
/
+27
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-2
/
+2
*
[EfficiencySanitizer] Using '$' instead of '#' for struct counter name
Sagar Thakur
2016-09-22
1
-6
/
+6
*
Revert "[EfficiencySanitizer] Adds shadow memory parameters for 40-bit virtua...
Renato Golin
2016-09-07
1
-34
/
+9
*
[EfficiencySanitizer] Adds shadow memory parameters for 40-bit virtual memory...
Sagar Thakur
2016-09-07
1
-9
/
+34
*
[esan:cfrag] Add option -esan-aux-field-info
Qin Zhao
2016-07-07
1
-44
/
+66
*
[esan|wset] Fix incorrect memory size assert
Derek Bruening
2016-07-06
1
-2
/
+2
*
[esan|cfrag] Add counters for struct array accesses
Qin Zhao
2016-07-02
1
-34
/
+87
*
[sanitizers] Disable target-specific lowering of string functions.
Marcin Koscielnicki
2016-06-18
1
-2
/
+18
*
[esan|cfrag] Add the struct field size array in StructInfo
Qin Zhao
2016-06-17
1
-2
/
+13
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
[esan|cfrag] Handle complex GEP instr in the cfrag tool
Qin Zhao
2016-06-10
1
-35
/
+42
*
[esan|cfrag] Add the struct field offset array in StructInfo
Qin Zhao
2016-06-10
1
-11
/
+29
*
[esan|cfrag] Disable load/store instrumentation for cfrag
Qin Zhao
2016-06-10
1
-3
/
+7
*
[esan|wset] Optionally assume intra-cache-line accesses
Derek Bruening
2016-06-03
1
-2
/
+16
*
[esan] Specify which tool via a global variable
Derek Bruening
2016-06-03
1
-0
/
+13
*
[esan|cfrag] Instrument GEP instr for struct field access.
Qin Zhao
2016-06-03
1
-0
/
+61
*
[esan|cfrag] Create the cfrag struct array for the runtime
Qin Zhao
2016-06-02
1
-5
/
+115
*
[esan|cfrag] Create the skeleton of cfrag variable for the runtime
Qin Zhao
2016-05-31
1
-19
/
+90
*
[esan|wset] EfficiencySanitizer working set tool fastpath
Derek Bruening
2016-05-25
1
-0
/
+104
*
[esan] Add calls from the ctor/dtor to the runtime library
Derek Bruening
2016-05-24
1
-5
/
+42
*
[esan] Use ModulePass for EfficiencySanitizerPass.
Derek Bruening
2016-05-20
1
-9
/
+17
*
[esan] EfficiencySanitizer instrumentation pass
Derek Bruening
2016-04-21
1
-0
/
+352