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
...
*
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
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-3
/
+2
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-6
/
+9
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-9
/
+6
*
Fix coverage for files with global constructors again. Adds a testcase to the...
Nick Lewycky
2014-06-05
1
-0
/
+10
*
Explain why we skip DbgInfoIntrinsics when looking at line numbers in .gcno f...
Nick Lewycky
2014-06-04
1
-0
/
+4
*
Ignore line numbers on debug intrinsics. Add an assert to ensure that we aren...
Nick Lewycky
2014-06-03
1
-2
/
+4
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Use unique_ptr to handle ownership of GCOVFunctions in GCOVProfiler.
David Blaikie
2014-04-21
1
-14
/
+10
*
Check whether functions have any lines associated before emitting coverage in...
Nick Lewycky
2014-04-18
1
-0
/
+17
*
Cleanup whitespace
Duncan P. N. Exon Smith
2014-03-11
1
-9
/
+9
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DebugLoc.h into the IR library. The implementation
Chandler Carruth
2014-03-05
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-10
/
+5
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Fix a bug in gcov instrumentation introduced by r195513. <rdar://15930350>
Bob Wilson
2014-01-31
1
-1
/
+8
*
llvm-cov: Replace size() with empty() in bool check.
Yuchen Wu
2013-12-04
1
-2
/
+2
*
Un-revert r196358: "llvm-cov: Added support for function checksums."
Daniel Jasper
2013-12-04
1
-3
/
+17
*
Revert r196358: "llvm-cov: Added support for function checksums."
Daniel Jasper
2013-12-04
1
-16
/
+3
*
llvm-cov: Added support for function checksums.
Yuchen Wu
2013-12-04
1
-3
/
+16
*
llvm-cov: Split entry blocks in GCNOProfiling.cpp.
Yuchen Wu
2013-11-22
1
-0
/
+3
*
llvm-cov: Don't assume FileChecksum was generated.
Yuchen Wu
2013-11-21
1
-2
/
+3
[prev]
[next]