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
/
compiler-rt
/
lib
/
profile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't override 'mode' and cleanup some variable names.
Bill Wendling
2013-05-23
1
-22
/
+21
*
Add 'mode' parameter when using 'O_CREAT'. Thanks to Evgeniy for pointing thi...
Bill Wendling
2013-05-23
1
-2
/
+3
*
Performance improvement.
Bill Wendling
2013-05-23
1
-59
/
+70
*
Try to improve performance by using a read/write buffer instead of I/O.
Bill Wendling
2013-05-15
1
-52
/
+108
*
I was wrong in my testing.
Bill Wendling
2013-05-03
1
-3
/
+0
*
Use unbuffered I/O. This reduces the runtime by about half. Our implementatio...
Bill Wendling
2013-05-03
1
-0
/
+3
*
Improve performance of file I/O.
Bill Wendling
2013-04-22
1
-17
/
+21
*
Add basic support for building profile compiler-rt library in CMake build on ...
Alexey Samsonov
2013-03-25
1
-2
/
+6
*
Create a coverage initialization function.
Bill Wendling
2013-03-20
1
-1
/
+20
*
Add a way to register and execute "writeout" functions.
Bill Wendling
2013-03-19
1
-0
/
+45
*
Don't use --sysroot to linux SDK when building libprofile - SDK on Linux seem...
Alexey Samsonov
2013-03-19
1
-2
/
+1
*
Support CMake build of profile runtime library on Linux
Alexey Samsonov
2013-03-19
1
-0
/
+13
*
Add some GCOV functions that register all of the __llvm_gcov_flush() functions.
Bill Wendling
2013-03-18
1
-0
/
+48
*
Don't emit the extra checksum into the .gcda file if the user hasn't asked for
Nick Lewycky
2013-03-09
1
-3
/
+7
*
Take the GCDA version string as an input to llvm_gcda_start_file.
Nick Lewycky
2013-03-07
1
-8
/
+5
*
Holy macaroons, somebody made a copy of llvm/runtime/profile/GCDAProfiling.c,
Nick Lewycky
2013-02-28
1
-4
/
+9
*
Remove debugging code.
Bill Wendling
2012-09-17
1
-5
/
+1
*
Remove unused variable.
Bill Wendling
2012-09-14
1
-1
/
+0
*
Add support for reading the GCDA file and merging the arc information.
Bill Wendling
2012-09-14
1
-16
/
+80
*
Free the allocated filename. Found by clang static analyzer.
Bill Wendling
2012-06-15
1
-0
/
+1
*
Add support for the GCOV_PREFIX_STRIP env variable which tries to strip off t...
Bill Wendling
2012-05-28
1
-3
/
+22
*
Simplify the logic that tries to open the GCDA file at all costs. Basically, if
Bill Wendling
2012-05-28
1
-13
/
+2
*
* A bit of cleanup of the 'recursive_mkdir'. No functionality change.
Bill Wendling
2012-05-28
1
-19
/
+16
*
Don't use 'strrchr', which isn't implemented here yet.
Bill Wendling
2012-05-28
1
-6
/
+15
*
Sync with old GCOV runtime library's file.
Bill Wendling
2012-05-28
1
-18
/
+28
*
build: Add ModuleName per-subdir variable as a way to organize the different
Daniel Dunbar
2011-12-02
1
-0
/
+1
*
lib: Import GCDA profiling support from LLVM.
Daniel Dunbar
2011-11-17
2
-0
/
+217