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
/
GCOVProfiling.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[gcov] Fix ABI when calling llvm_gcov_... routines from instrumentation code
Ulrich Weigand
2018-07-10
1
-12
/
+55
*
[WebAssembly] Add Wasm personality and isScopedEHPersonality()
Heejin Ahn
2018-05-17
1
-6
/
+6
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+4
*
[gcov] Switch to an explicit if clunky array to satisfy some compilers
Chandler Carruth
2018-05-03
1
-9
/
+8
*
[GCOV] Emit the writeout function as nested loops of global data.
Chandler Carruth
2018-05-02
1
-35
/
+186
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-1
/
+1
*
Fix Layering, move instrumentation transform headers into Instrumentation sub...
David Blaikie
2018-03-23
1
-1
/
+1
*
Disable gcov instrumentation of functions using funclet-based exception handling
Marco Castelluccio
2017-10-13
1
-0
/
+13
*
Don't move llvm.localescape outside the entry block in the GCOV profiling pass
Sylvestre Ledru
2017-09-26
1
-1
/
+11
*
[gcov] Emit errors when opening the notes file fails
Reid Kleckner
2017-09-18
1
-0
/
+6
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Add cast to appease windows builder. Fixes build break introduced in r280306.
Nick Lewycky
2016-08-31
1
-1
/
+1
*
Add -fprofile-dir= to clang.
Nick Lewycky
2016-08-31
1
-13
/
+30
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
Rename StringMap::emplace_second to try_emplace.
Benjamin Kramer
2016-07-21
1
-1
/
+1
*
[GCOV] Remove a layer of indirection.
Benjamin Kramer
2016-07-21
1
-18
/
+10
*
Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...
Benjamin Kramer
2016-07-02
1
-5
/
+2
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-15
/
+10
*
Delete more dead code.
Rafael Espindola
2016-06-22
1
-12
/
+0
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-6
/
+6
*
[PM] Port GCOVProfiler pass to the new pass manager
Xinliang David Li
2016-06-05
1
-1
/
+13
*
[PM] code refactoring /NFC
Xinliang David Li
2016-06-05
1
-72
/
+82
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-36
/
+26
*
[GCOV] Avoid emitting profile arcs for module and skeleton CUs
Vedant Kumar
2016-01-21
1
-0
/
+10
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-2
/
+2
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-6
/
+12
*
Instrumentation: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-16
/
+15
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-20
/
+20
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-9
/
+9
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-8
/
+9
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+1
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-16
/
+16
*
Mark empty default constructors as =default if it makes the type POD
Benjamin Kramer
2015-04-11
1
-1
/
+1
*
DebugInfo: Remove DITypedArray<>, replace with typedefs
Duncan P. N. Exon Smith
2015-04-07
1
-11
/
+2
*
Transforms: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-10
/
+6
*
[opaque pointer type] More GEP IRBuilder API migrations...
David Blaikie
2015-04-03
1
-1
/
+2
*
[opaque pointer type] More GEP API migrations in IRBuilder uses
David Blaikie
2015-04-03
1
-1
/
+1
*
Transforms: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-3
/
+6
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-1
/
+1
*
GCOV: Make the exit block placement from r223193 optional
Justin Bogner
2015-03-16
1
-7
/
+13
*
Fold init() helpers into constructors. NFC.
Benjamin Kramer
2015-03-06
1
-12
/
+7
*
Remove dynamic allocation/indirection from GCOVBlocks owned by GCOVFunction
David Blaikie
2014-12-22
1
-22
/
+25
*
Emit the entry block first and the exit block second, then all the blocks in ...
Nick Lewycky
2014-12-03
1
-3
/
+7
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-4
/
+4
*
GCOV: Make sure that function idents in the .gcda and .gcno match
Justin Bogner
2014-11-06
1
-2
/
+3
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
1
-4
/
+4
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+2
[next]