1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Support
Alkis Evlogimenos 0a88b596b1 Modularize implementation of LeakDetector into a typed template
implementation class. This makes the code simpler and allows for more
types to be added easily. It also implements caching for generic
objects (it was only available for llvm objects).

llvm-svn: 11452
2004-02-14 23:33:39 +00:00
..
Annotation.cpp Finegrainify namespacification 2003-12-14 21:35:53 +00:00
CommandLine.cpp Finegrainify namespacification 2003-12-14 21:35:53 +00:00
ConstantRange.cpp Remove use of ConstantHandling itf 2004-01-12 20:13:04 +00:00
Debug.cpp Finegrainify namespacification 2003-12-14 21:35:53 +00:00
DynamicLinker.cpp Finegrainify namespacification 2003-12-14 21:35:53 +00:00
FileUtilities.cpp Add new function 2003-12-31 06:15:37 +00:00
LeakDetector.cpp Modularize implementation of LeakDetector into a typed template 2004-02-14 23:33:39 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Mangler.cpp Fix the logic in the name mangler. If there are two symbols named 'X', and one 2004-02-14 00:30:23 +00:00
PluginLoader.cpp Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
Signals.cpp Finegrainify namespacification 2003-12-14 21:35:53 +00:00
SlowOperationInformer.cpp Not all platforms supports sighandler_t, so I changed it to use the older 2004-01-01 15:14:28 +00:00
Statistic.cpp Pass std::string to constructor as const reference to avoid multiple 2004-01-06 09:16:02 +00:00
StringExtras.cpp implement new getToken function 2003-12-29 05:07:02 +00:00
SystemUtils.cpp Remove config wrapper around <cerrno> 2004-01-10 19:15:14 +00:00
Timer.cpp Finegrainify namespacification 2003-12-14 21:27:33 +00:00
ToolRunner.cpp Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
ValueHolder.cpp Finegrainify namespacification 2003-12-14 21:35:53 +00:00