aboutsummaryrefslogtreecommitdiff
path: root/libiberty/splay-tree.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-05* splay-tree.c (splay_tree_remove): New.Richard Henderson1-0/+41
1999-12-05splay-tree.h (struct splay_tree_node): Rename to ...Mark Mitchell1-2/+2
1999-08-02* splay-tree.h (splay_tree_insert): Return the new node.Mark Mitchell1-2/+4
1999-07-26splay-tree.c (splay_tree_insert): Add initialization to avoid warning.Ian Lance Taylor1-2/+2
1999-04-02splay-tree.h (splay_tree_compare_pointers): Declare.Mark Mitchell1-0/+15
1999-03-30alias.c (alias_set_compare): Remove.Mark Mitchell1-0/+15
1999-01-12More address fixesJeff Law1-1/+2
1999-01-11More address fixes.Jeff Law1-13/+13
1998-12-14choose-temp.c: Don't check IN_GCC anymore.Kaveh R. Ghazi1-1/+1
1998-11-27choose-temp.c: Always include libiberty.h.Kaveh R. Ghazi1-4/+0
1998-10-26splay-tree.c: Tweak include directives to make sure declarations of xmalloc a...Mark Mitchell1-0/+10
1998-10-22splay-tree.c (splay_tree_foreach_helper): Make definition static to match pro...Kaveh R. Ghazi1-1/+1
1998-10-21splay-tree.c: New file.Mark Mitchell1-0/+331