summaryrefslogtreecommitdiff
path: root/libiberty/splay-tree.c
Commit message (Expand)AuthorAgeFilesLines
* splay-tree.c (rotate_left): New function.Richard Guenther2005-11-071-111/+80
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-101-2/+2
* partition.h: Remove use of PARAMS.Gabriel Dos Reis2005-03-281-78/+35
* splay-tree.c (splay_tree_delete_helper): Redesign the logic so that recursion...DJ Delorie2004-12-071-7/+48
* splay-tree.c (splay_tree_predecessor): Fix comment.Josef Zlomek2003-05-071-2/+2
* cp-demangle.c (demangling_new): Cast 0 to enum.John David Anglin2002-09-201-1/+1
* * splay-tree.c (splay_tree_successor): Fix comments.Mike Stump2002-09-121-2/+2
* splay-tree.c (splay_tree_xmalloc_allocate, [...]): Use K&R-style definitions,...Jim Blandy2002-03-071-2/+6
* Allow the user to specify functions for allocating memory for splay tree root...Jim Blandy2002-02-221-6/+48
* splay-tree.h (splay_tree_max): New function.Mark Mitchell2001-05-071-1/+35
* c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell2000-10-011-2/+2
* splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell2000-09-171-1/+1
* * splay-tree.c: #include <stdio.h>.Michael Sokolov2000-09-151-0/+2
* splay-tree.h (splay_tree_predecessor): Declare.Mark Mitchell2000-09-101-1/+67
* * splay-tree.c (splay_tree_remove): New.Richard Henderson2000-04-051-0/+41
* splay-tree.h (struct splay_tree_node): Rename to ...Mark Mitchell1999-12-051-2/+2
* * splay-tree.h (splay_tree_insert): Return the new node.Mark Mitchell1999-08-021-2/+4
* splay-tree.c (splay_tree_insert): Add initialization to avoid warning.Ian Lance Taylor1999-07-261-2/+2
* splay-tree.h (splay_tree_compare_pointers): Declare.Mark Mitchell1999-04-021-0/+15
* alias.c (alias_set_compare): Remove.Mark Mitchell1999-03-301-0/+15
* More address fixesJeff Law1999-01-121-1/+2
* More address fixes.Jeff Law1999-01-111-13/+13
* choose-temp.c: Don't check IN_GCC anymore.Kaveh R. Ghazi1998-12-141-1/+1
* choose-temp.c: Always include libiberty.h.Kaveh R. Ghazi1998-11-271-4/+0
* splay-tree.c: Tweak include directives to make sure declarations of xmalloc a...Mark Mitchell1998-10-261-0/+10
* splay-tree.c (splay_tree_foreach_helper): Make definition static to match pro...Kaveh R. Ghazi1998-10-221-1/+1
* splay-tree.c: New file.Mark Mitchell1998-10-211-0/+331