..
.cvsignore
Ignore configure produced files
2004-04-02 20:34:30 +00:00
Annotation.h
Get rid of Annotable's vtable. If anyone deletes an object through an Annotable*,
2004-06-27 18:36:39 +00:00
BitSetVector.h
Declare iterator as public since it is defined as such (gcc-3.4 fix)
2004-04-21 16:10:40 +00:00
Casting.h
Fixes for PR114: Thanks to Reid Spencer!
2003-11-16 20:21:15 +00:00
CommandLine.h
Allow any cl::opt to use the method getPosition() to retrieve the option's
2004-08-13 19:47:30 +00:00
DataTypes.h.in
Added support for stdint.h. It is now automatically included by
2004-07-19 16:12:29 +00:00
Debug.h
Include <iostream> here, because most people using DEBUG() want to use std::cerr too.
2004-07-21 20:50:22 +00:00
DenseMap.h
Add default index functor (an identity functor). You could use a
2004-08-26 03:37:28 +00:00
DepthFirstIterator.h
Put all LLVM code into the llvm namespace, as per bug 109.
2003-11-11 22:41:34 +00:00
DOTGraphTraits.h
Move the stuff that fixes the size, orientation & fonts of graphs to
2004-05-05 06:10:06 +00:00
DynamicLinker.h
Put all LLVM code into the llvm namespace, as per bug 109.
2003-11-11 22:41:34 +00:00
ELF.h
Update comment at head of file. Also fix C 'typedef struct' nonsense I
2004-02-29 06:33:28 +00:00
EquivalenceClasses.h
Remember the set of leaders. Also compute on demand and cache the equiv
2004-05-23 08:05:14 +00:00
FileUtilities.h
Add a new CopyFile function
2004-06-02 00:51:20 +00:00
GraphTraits.h
Put all LLVM code into the llvm namespace, as per bug 109.
2003-11-11 22:41:34 +00:00
GraphWriter.h
If a node has more than 64 outgoing edges, make the edges go from the 'truncated' block,
2004-02-11 20:44:17 +00:00
hash_map.in
Renamed to hash_map.in; move to using autoconf substitution tags.
2004-02-23 18:56:35 +00:00
hash_set.in
Renamed to hash_set.in; move to using autoconf substitution tags.
2004-02-23 18:56:36 +00:00
HashExtras.h
Fixes for PR114: Thanks to Reid Spencer!
2003-11-16 20:21:15 +00:00
ilist
Silence a warning
2004-06-04 20:10:17 +00:00
iterator.in
Renamed from include/Support/iterator. Doxygenify comments; add autoconf substitution tags.
2004-02-23 18:16:10 +00:00
LeakDetector.h
Put all LLVM code into the llvm namespace, as per bug 109.
2003-11-11 22:41:34 +00:00
MallocAllocator.h
Fixes for PR114: Thanks to Reid Spencer!
2003-11-16 20:21:15 +00:00
MathExtras.h
Add an overload
2004-08-17 19:17:10 +00:00
PluginLoader.h
Add a new header
2004-07-11 01:03:57 +00:00
PostOrderIterator.h
Put all LLVM code into the llvm namespace, as per bug 109.
2003-11-11 22:41:34 +00:00
SCCIterator.h
Add namespace qualifier
2003-11-13 02:30:22 +00:00
SetOperations.h
Put all LLVM code into the llvm namespace, as per bug 109.
2003-11-11 22:41:34 +00:00
SetVector.h
Fix typo in comment.
2004-07-29 04:22:30 +00:00
SlowOperationInformer.h
* Add a new helper progress method
2003-12-31 10:20:38 +00:00
Statistic.h
Add more operators.
2004-07-04 01:30:54 +00:00
STLExtras.h
Add greater_ptr functor.
2004-07-21 08:38:06 +00:00
StringExtras.h
Instead of int64_t, overload itostr with `long long' parameter.
2004-08-18 22:56:12 +00:00
SystemUtils.h
Add support for killing the program if it executes for too long.
2004-07-24 07:41:31 +00:00
ThreadSupport-NoSupport.h
Revision of Brian's threading support library to be a bit more generic and
2004-01-17 19:54:29 +00:00
ThreadSupport-PThreads.h
Revision of Brian's threading support library to be a bit more generic and
2004-01-17 19:54:29 +00:00
ThreadSupport.h.in
ThreadSupport.h is now output from configure.
2004-02-23 21:30:29 +00:00
Timer.h
Put all LLVM code into the llvm namespace, as per bug 109.
2003-11-11 22:41:34 +00:00
Tree.h
Hrm, how could this compile?
2003-11-29 19:55:02 +00:00
type_traits.h
Check in a new type_traits header which provides the mysterious is_class
2004-02-24 03:49:29 +00:00
TypeInfo.h
Fix a *really* dumb warning on VC
2004-06-04 20:47:19 +00:00
VectorExtras.h
Put all LLVM code into the llvm namespace, as per bug 109.
2003-11-11 22:41:34 +00:00