summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo.Mike Stump2013-07-221-1/+1
* Fix.Mike Stump2013-07-211-1/+1
* makefile.vms (OBJS): Add dwarfnames.objTristan Gingold2013-07-092-1/+6
* re PR other/56780 (--disable-install-libiberty still installs libiberty.a)Matt Burgess2013-06-014-58/+80
* hashtab.c (hash_pointer): Remove conditional and avoid unexecuted shift equal...David Edelsohn2013-05-062-11/+10
* Improve pointer hash function to include all bitsAndi Kleen2013-04-232-8/+29
* cp-demangle.c (cplus_demangle_type): Fix function quals.Jason Merrill2013-04-033-44/+34
* Demangle C++11 ref-qualifier.Jason Merrill2013-04-033-13/+150
* configure: Regenerated.Kai Tietz2013-03-272-1/+7
* make-obstacks-texi.pl: New.Tobias Burnus2013-03-063-28/+31
* re PR middle-end/56526 (false positive for maybe-uninitialized)Jakub Jelinek2013-03-052-1/+7
* extended.texi (C Extensions): Change order in @menu to match @node.Tobias Burnus2013-03-013-3/+11
* re PR c++/55223 ([C++11] Default lambda expression of a templated class member)Jason Merrill2013-02-143-1/+28
* re PR other/56245 (-fsanitize=address miscompiles GCC)Jakub Jelinek2013-02-092-4/+12
* Correct ChangeLog's mentioned PR-number.Kai Tietz2013-01-311-1/+1
* re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8)Kai Tietz2013-01-311-2/+1
* re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8)Kai Tietz2013-01-311-0/+4
* 2013-01-31 Kai Tietz <ktietz@redhat.com>Kai Tietz2013-01-312-2/+7
* re PR other/54800 (libiberty/simple-object-mach-o.c:704: possible optimisatio...Ian Lance Taylor2013-01-042-2/+9
* simple-object-xcoff.c: New file.David Edelsohn2013-01-015-2/+919
* cp-demangle.c (d_unqualified_name): Handle abi tags here.Jason Merrill2012-11-103-22/+24
* Add C++ attribute abi_tag and -Wabi-tag option.Jason Merrill2012-11-092-5/+50
* Allow dynamic initialization of thread_locals.Jason Merrill2012-10-082-0/+31
* strnlen.c: New file.Ian Lance Taylor2012-09-188-22/+141
* PR other/54411: integer overflow in objalloc_allocFlorian Weimer2012-09-182-2/+15
* Replace malloc with xmallocH.J. Lu2012-08-282-38/+16
* Replace alloca with xmalloc/freeH.J. Lu2012-08-282-1/+8
* floatformat.c (floatformat_to_double): Correctly handle numbers between 1 and 2.Andreas Schwab2012-08-172-24/+20
* md5.c (md5_finish_ctx): Declare swap_bytes.Mike Frysinger2012-07-312-4/+13
* pex-win32.c (pex_win32_exec_child): Only close original file descriptors if c...Kazu Hirata2012-07-262-8/+23
* cp-demangle.c (cplus_demangle_operators): Add *_cast.Jason Merrill2012-07-183-1/+40
* filenames.h: #include "hashtab.h".Doug Evans2012-07-132-0/+53
* copying-lib.texi (Library Copying): Don't use @heading inside @enumerate.Andreas Schwab2012-06-292-5/+5
* demangle-expected: Add regression test.Tom Tromey2012-05-223-0/+12
* dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name.Tom Tromey2012-04-273-3/+116
* pex-unix.c (to_ptr32): Fix style.Tristan Gingold2012-04-042-2/+8
* stack-limit.c: Includes ansidecl.h.Tristan Gingold2012-04-022-1/+7
* mangle.c (write_type): Handle 'auto'.Jason Merrill2012-03-213-0/+15
* cp-demangle.c (cplus_demangle_operators): Add li.Jason Merrill2012-03-073-1/+15
* make-relative-prefix.c (make_relative_prefix_1): Avoid warning about using pr...Jakub Jelinek2012-01-262-3/+9
* Interix resurrectionDouglas Rupp2012-01-232-1/+5
* cp-demangle.c (d_print_comp): Omit a trailing space in the operator name.Jason Merrill2012-01-103-5/+16
* re PR c++/6057 (expression mangling doesn't work for operator new)Jason Merrill2012-01-063-77/+253
* cp-demangle.c (cplus_demangle_type): decltype, pack expansion and vector are ...Jason Merrill2012-01-063-3/+25
* re PR bootstrap/51734 (Bootstrap fails in libada)Andreas Krebbel2012-01-042-3/+4
* re PR driver/48306 (presence of gcc subdir with . in PATH causes breakdown)Jakub Jelinek2012-01-022-5/+29
* warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in expr call.Andreas Schwab2011-12-202-1/+5
* aclocal.m4: Assume strncmp works in cross case.Tristan Gingold2011-12-203-2/+7
* Check for warning flags without no- prefixAndreas Schwab2011-12-192-2/+14
* Merge from transactional-memory branch.Aldy Hernandez2011-11-082-2/+59