aboutsummaryrefslogtreecommitdiff
path: root/libiberty/splay-tree.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-02-12Fix splay tree KEY leak detected in GDB test gdb.base/macscp.expPhilippe Waroquiers1-3/+10
2019-01-21Fix leak in splay-treeTom Tromey1-0/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-28splay-tree.h (splay_tree_compare_strings, [...]): Declare new utility functions.Bernd Edlinger1-0/+19
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-04Update copyright years.Jakub Jelinek1-2/+1
2011-02-03libiberty: documentation markup and order fixes.Ralf Wildenhues1-8/+8
2010-12-08splay-tree.c (splay_tree_foreach_helper): Remove arg `sp', all callers updated.Doug Evans1-13/+39
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-7/+48
2008-01-19re PR other/33768 (splay-tree.c typo)Manuel López-Ibáñez1-2/+2
2005-11-07splay-tree.c (rotate_left): New function.Richard Guenther1-111/+80
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton1-2/+2
2005-03-28partition.h: Remove use of PARAMS.Gabriel Dos Reis1-78/+35
2004-12-07splay-tree.c (splay_tree_delete_helper): Redesign the logic so that recursion...DJ Delorie1-7/+48
2003-05-07splay-tree.c (splay_tree_predecessor): Fix comment.Josef Zlomek1-2/+2
2002-09-20cp-demangle.c (demangling_new): Cast 0 to enum.John David Anglin1-1/+1
2002-09-12* splay-tree.c (splay_tree_successor): Fix comments.Mike Stump1-2/+2
2002-03-07splay-tree.c (splay_tree_xmalloc_allocate, [...]): Use K&R-style definitions,...Jim Blandy1-2/+6
2002-02-22Allow the user to specify functions for allocating memory for splay tree root...Jim Blandy1-6/+48
2001-05-07splay-tree.h (splay_tree_max): New function.Mark Mitchell1-1/+35
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-2/+2
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-1/+1
2000-09-15* splay-tree.c: #include <stdio.h>.Michael Sokolov1-0/+2
2000-09-10splay-tree.h (splay_tree_predecessor): Declare.Mark Mitchell1-1/+67
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