Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
13ba2f9714185cf93531ab51addebf63ee256e81
/
runtime
/
libprofile
630b58b
Delete a blank line.
by Dan Gohman
· 15 years ago
7c52f2e
Make the export files absolute paths, and change Makefile.rules
by Dan Gohman
· 15 years ago
51faa37
Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the new
by Daniel Dunbar
· 15 years ago
7cfbe25
Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}
by Daniel Dunbar
· 15 years ago
5fadf17
remove the random sampling framework, which is not maintained anymore.
by Chris Lattner
· 15 years ago
f771dae
OptimalEdgeProfiling: Creation of profiles.
by Andreas Neustifter
· 15 years ago
1c29357
Read Makefile.config before using LLVMGCC.
by Andreas Neustifter
· 15 years ago
ade1a22
Add llvm_start_edge_profiling to exported symbols for libprofile_rt.
by Andreas Neustifter
· 15 years ago
a4b62c4
Don't try to build .bc version of libprofile if LLVMGCC isn't available.
by Daniel Dunbar
· 15 years ago
7dadba3
Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;
by Daniel Dunbar
· 15 years ago
234d529
remove attribution from a variety of miscellaneous files.
by Chris Lattner
· 17 years ago
57360d1
remove attributions from the rest of the llvm makefiles.
by Chris Lattner
· 17 years ago
8b2e141
Undo removal of the runtime libraries. While this may have been a bit
by Reid Spencer
· 18 years ago
ac90d5e
In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will
by Reid Spencer
· 18 years ago
162e209
Remove unused variable.
by Reid Spencer
· 18 years ago
a1fa8f1
This was never updated for the project makefile changes
by Chris Lattner
· 19 years ago
fd93908
Remove trailing whitespace
by Misha Brukman
· 20 years ago
41c56c0
Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by the JIT.
by Reid Spencer
· 20 years ago
e676067
For PR432: * Variable name change: cferuntime_libdir -> CFERuntimeLibDir
by Reid Spencer
· 20 years ago
b8e7df3
Use the new BYTECODE_DESTINATION to override the default bytecode install
by Reid Spencer
· 20 years ago
0108346
Standardize the makefiles with space around = to match the rest of LLVM.
by Reid Spencer
· 20 years ago
8aa9a8c
Standardize the format of the runtime libraries makefiles.
by Reid Spencer
· 20 years ago
3298f87
Remove this left-over crud from the automake experiment.
by Reid Spencer
· 20 years ago
20ac4e3
Add EXTRA_DIST for additional files to be distributed.
by Reid Spencer
· 20 years ago
cac731e
We won't use automake
by Reid Spencer
· 20 years ago
86d341b
Initial automake generated Makefile template
by Reid Spencer
· 20 years ago
da0a22b
Initial Makefile.am for building with automake
by Reid Spencer
· 20 years ago
ada3c4f
Share the profile info type enum with the C++ analysis libraries.
by Brian Gaeke
· 21 years ago
9fa49c8
Constants for profile info type changed names to match the C++ ones.
by Brian Gaeke
· 21 years ago
40114b7
Constants for profile info type changed names to match the C++ ones.
by Brian Gaeke
· 21 years ago
ca1a697
Add initial implementation of basic block tracing runtime
by Brian Gaeke
· 21 years ago
86329b3
Add basic block tracing functions as exported symbols.
by Brian Gaeke
· 21 years ago
273595f
Add basic block tracing information as a type of "profiling" information.
by Brian Gaeke
· 21 years ago
127cab2
Add edge profiling support to the runtime library
by Chris Lattner
· 21 years ago
f472935
Make sure to copy the null terminator at the end of the argv list. Some
by Chris Lattner
· 21 years ago
ebd02a8
Allow the program to take a '-llvmprof-output filename' option to specify
by Chris Lattner
· 21 years ago
affce4f
Make the initialization calls return argc.
by Chris Lattner
· 21 years ago
d09bef4
Actually save and pass in argument information
by Chris Lattner
· 21 years ago
98b1d81
We need to output the number of records we have, so we know how many to read in! Doh.
by Chris Lattner
· 21 years ago
a9a3028
Initial checkin of function and block profiling runtime library
by Chris Lattner
· 21 years ago