index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
libprofile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementation of path profiling.
Andrew Trick
2011-01-29
4
-23
/
+310
*
Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'.
Mikhail Glushenkov
2010-09-03
2
-4
/
+4
*
Delete a blank line.
Dan Gohman
2010-04-16
1
-1
/
+0
*
Make the export files absolute paths, and change Makefile.rules
Dan Gohman
2010-04-15
1
-1
/
+1
*
Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the new
Daniel Dunbar
2010-04-15
1
-1
/
+1
*
Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}
Daniel Dunbar
2010-02-23
1
-1
/
+1
*
remove the random sampling framework, which is not maintained anymore.
Chris Lattner
2010-01-02
3
-89
/
+0
*
OptimalEdgeProfiling: Creation of profiles.
Andreas Neustifter
2009-09-01
2
-0
/
+46
*
Read Makefile.config before using LLVMGCC.
Andreas Neustifter
2009-08-28
1
-0
/
+2
*
Add llvm_start_edge_profiling to exported symbols for libprofile_rt.
Andreas Neustifter
2009-08-24
1
-0
/
+1
*
Don't try to build .bc version of libprofile if LLVMGCC isn't available.
Daniel Dunbar
2009-08-20
1
-0
/
+2
*
Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;
Daniel Dunbar
2009-08-20
1
-1
/
+0
*
remove attribution from a variety of miscellaneous files.
Chris Lattner
2007-12-29
6
-12
/
+12
*
remove attributions from the rest of the llvm makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Undo removal of the runtime libraries. While this may have been a bit
Reid Spencer
2006-11-17
8
-0
/
+371
*
In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will
Reid Spencer
2006-11-16
8
-371
/
+0
*
Remove unused variable.
Reid Spencer
2006-11-03
1
-1
/
+0
*
This was never updated for the project makefile changes
Chris Lattner
2005-10-18
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-2
/
+2
*
Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by
Reid Spencer
2005-01-13
1
-0
/
+1
*
For PR432:
Reid Spencer
2004-12-22
1
-1
/
+1
*
Use the new BYTECODE_DESTINATION to override the default bytecode install
Reid Spencer
2004-12-13
1
-0
/
+1
*
Standardize the makefiles with space around = to match the rest of LLVM.
Reid Spencer
2004-12-02
1
-3
/
+3
*
Standardize the format of the runtime libraries makefiles.
Reid Spencer
2004-12-02
1
-2
/
+1
*
Remove this left-over crud from the automake experiment.
Reid Spencer
2004-12-02
1
-665
/
+0
*
Add EXTRA_DIST for additional files to be distributed.
Reid Spencer
2004-10-26
1
-1
/
+2
*
We won't use automake
Reid Spencer
2004-10-22
1
-16
/
+0
*
Initial automake generated Makefile template
Reid Spencer
2004-10-18
1
-0
/
+665
*
Initial Makefile.am for building with automake
Reid Spencer
2004-10-17
1
-0
/
+16
*
Share the profile info type enum with the C++ analysis libraries.
Brian Gaeke
2004-05-04
1
-9
/
+5
*
Constants for profile info type changed names to match the C++ ones.
Brian Gaeke
2004-05-04
3
-3
/
+3
*
Constants for profile info type changed names to match the C++ ones.
Brian Gaeke
2004-05-04
2
-11
/
+12
*
Add initial implementation of basic block tracing runtime
Brian Gaeke
2004-05-03
1
-0
/
+67
*
Add basic block tracing functions as exported symbols.
Brian Gaeke
2004-05-03
1
-0
/
+2
*
Add basic block tracing information as a type of "profiling" information.
Brian Gaeke
2004-05-03
1
-1
/
+2
*
Add edge profiling support to the runtime library
Chris Lattner
2004-03-08
1
-0
/
+45
*
Make sure to copy the null terminator at the end of the argv list. Some
Chris Lattner
2004-02-10
1
-2
/
+2
*
Allow the program to take a '-llvmprof-output filename' option to specify
Chris Lattner
2004-02-10
1
-2
/
+30
*
Make the initialization calls return argc.
Chris Lattner
2004-02-10
4
-9
/
+13
*
Actually save and pass in argument information
Chris Lattner
2003-10-28
1
-15
/
+20
*
We need to output the number of records we have, so we know how many to read ...
Chris Lattner
2003-10-28
1
-0
/
+1
*
Initial checkin of function and block profiling runtime library
Chris Lattner
2003-10-28
6
-0
/
+220