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
/
include
/
llvm
/
ADT
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in the densemap that was killing the local allocator, and probably
Chris Lattner
2004-02-26
2
-2
/
+2
*
Fix typeo. grow() cannot shrink storage. clear() should really nuke storage
Chris Lattner
2004-02-26
2
-6
/
+10
*
Add DenseMap template and actually use it for for mapping virtual regs
Alkis Evlogimenos
2004-02-25
2
-0
/
+122
*
Noone cares about similarity to boost
Chris Lattner
2004-02-24
1
-2
/
+0
*
Renamed to hash_set.in; move to using autoconf substitution tags.
Brian Gaeke
2004-02-23
1
-0
/
+67
*
Renamed to hash_map.in; move to using autoconf substitution tags.
Brian Gaeke
2004-02-23
1
-0
/
+66
*
Renamed from include/Support/iterator. Doxygenify comments; add autoconf subs...
Brian Gaeke
2004-02-23
1
-0
/
+66
*
Add next() and prior() iterator utility functions. Unlike std::advance
Alkis Evlogimenos
2004-02-14
1
-23
/
+37
*
Update the example here in the header file.
Brian Gaeke
2004-02-13
1
-2
/
+2
*
Add global methods that prevent us from using ilist::iterators as
Alkis Evlogimenos
2004-02-09
1
-0
/
+12
*
One of the 'annoying' things about ilists is that the iterators don't behave
Chris Lattner
2004-02-08
1
-6
/
+94
*
add support for -- for symmetry
Chris Lattner
2004-01-14
1
-0
/
+2
*
add new function
Chris Lattner
2003-12-29
1
-0
/
+10
*
Hrm, how could this compile?
Chris Lattner
2003-11-29
1
-1
/
+1
*
A better way to get std::pair into the compiler's little, walnut-sized brain.
Brian Gaeke
2003-11-23
1
-1
/
+1
*
This is a hack to make this file compile under g++-3.0.x;
Brian Gaeke
2003-11-23
1
-0
/
+1
*
Fix copy-and-pasteo
Chris Lattner
2003-11-17
1
-1
/
+1
*
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-16
2
-6
/
+8
*
Remove needless dependence on boost
Chris Lattner
2003-11-13
1
-3
/
+2
*
Add namespace qualifier
Chris Lattner
2003-11-13
1
-1
/
+1
*
Minor cleanups
Chris Lattner
2003-11-13
1
-43
/
+38
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
13
-1
/
+50
*
Add std::pair tier. This is a much simplified version of boost::tie
Alkis Evlogimenos
2003-11-05
1
-0
/
+48
*
Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm.
Brian Gaeke
2003-10-30
1
-1
/
+1
*
Add support for utostr(unsigned long)
Brian Gaeke
2003-10-29
1
-0
/
+4
*
This #include is no longer necessary
Chris Lattner
2003-10-20
1
-1
/
+0
*
Added LLVM notice.
John Criswell
2003-10-20
14
-0
/
+98
*
This file uses assert and doesn't include anything which already #includes <c...
Chris Lattner
2003-10-15
1
-0
/
+1
*
Add missing default argument
Chris Lattner
2003-10-13
1
-1
/
+1
*
add support for "external" depth first iterators, which store the 'visited' set
Chris Lattner
2003-10-13
1
-11
/
+99
*
Extricate the "reverse" support from the depth-first iterator. This is really
Chris Lattner
2003-10-13
1
-55
/
+38
*
Output a very high-precision number
Chris Lattner
2003-10-05
1
-1
/
+1
*
Standardize header file comments
Chris Lattner
2003-09-30
11
-28
/
+22
*
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
2003-08-31
1
-19
/
+18
*
ELIMINATE the SCC class completely. One less thing deriving from std::vector
Chris Lattner
2003-08-31
1
-25
/
+9
*
Move the HasLoop method from the SCC class to the iterator class
Chris Lattner
2003-08-31
1
-12
/
+13
*
* Cleanups
Chris Lattner
2003-08-31
1
-21
/
+14
*
Remove usage of unsigned long: unsigned should be enough!
Chris Lattner
2003-08-31
1
-23
/
+23
*
This file uses cerr without including <iostream>. Since it's just for debugg...
Chris Lattner
2003-08-31
1
-5
/
+5
*
Fix compilation problems with G++ 3.4
Chris Lattner
2003-08-29
1
-17
/
+17
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
Reordered includes to be consistent with the LLVM style.
Misha Brukman
2003-08-15
1
-1
/
+1
*
Move debugging support out of Statistic.h into Debug.h, implement the new DEB...
Chris Lattner
2003-08-01
1
-21
/
+0
*
Including statistics into an anonymous namespace that gets #included into
Chris Lattner
2003-08-01
1
-10
/
+1
*
Fix another accessibility problem illuminated by GCC 3.3
Chris Lattner
2003-07-25
1
-1
/
+1
*
Fix visibility problem exposed by GCC 3.3
Chris Lattner
2003-07-25
1
-1
/
+1
*
Fix accessibility problems GCC 3.3
Chris Lattner
2003-07-25
1
-1
/
+3
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
4
-4
/
+0
*
Get rid of WORDSIZE macro which can pollute untold numbers of translation units
Chris Lattner
2003-06-22
1
-18
/
+12
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
2
-5
/
+4
[next]