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
*
[GCOV] Skip artificial functions from being emitted
Alexandre Ganea
2019-11-15
1
-1
/
+4
*
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
1
-0
/
+1
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-17
/
+27
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+2
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-29
/
+43
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-17
/
+27
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-1
/
+1
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-36
/
+33
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-33
/
+36
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-36
/
+33
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Give helper classes/functions local linkage. NFC.
Benjamin Kramer
2019-01-12
1
-1
/
+1
*
Reapply "Adapt gcov to changes in CFE."
Adrian Prantl
2018-12-06
1
-6
/
+23
*
Revert "Adapt gcov to changes in CFE."
Ilya Biryukov
2018-12-04
1
-15
/
+7
*
Adapt gcov to changes in CFE.
Adrian Prantl
2018-12-03
1
-7
/
+15
*
[GCOV] Add options to filter files which must be instrumented.
Calixte Denizet
2018-11-12
1
-2
/
+82
*
[GCOV] Flush counters before to avoid counting the execution before fork twic...
Calixte Denizet
2018-11-07
1
-0
/
+36
*
[GCOV] Function counters are wrong when on one line
Calixte Denizet
2018-10-30
1
-4
/
+3
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-3
/
+3
*
[gcov] Display the hit counter for the line of a function definition
Calixte Denizet
2018-10-11
1
-0
/
+6
*
Use the container form llvm::sort(C, ...)
Fangrui Song
2018-09-30
1
-5
/
+4
*
[IR] Add a boolean field in DILocation to know if a line must covered or not
Calixte Denizet
2018-09-20
1
-1
/
+2
*
[gcov] Fix branch counters with switch statements (fix PR38821)
Vedant Kumar
2018-09-11
1
-196
/
+40
*
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
[next]