summaryrefslogtreecommitdiff
path: root/libiberty/splay-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Fix splay tree KEY leak detected in GDB test gdb.base/macscp.expPhilippe Waroquiers2019-02-121-3/+10
* Fix leak in splay-treeTom Tromey2019-01-211-0/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* splay-tree.h (splay_tree_compare_strings, [...]): Declare new utility functions.Bernd Edlinger2018-05-281-0/+19
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-041-2/+1
* libiberty: documentation markup and order fixes.Ralf Wildenhues2011-02-031-8/+8
* splay-tree.c (splay_tree_foreach_helper): Remove arg `sp', all callers updated.Doug Evans2010-12-081-13/+39
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-7/+48
* re PR other/33768 (splay-tree.c typo)Manuel López-Ibáñez2008-01-191-2/+2
* 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