| Commit message (Expand) | Author | Age | Files | Lines |
* | 2003-12-09 Michael Koch <konqueror@gmx.de> | mkoch | 2003-12-09 | 4 | -33/+42 |
* | 2003-12-09 Michael Koch <konqueror@gmx.de> | mkoch | 2003-12-09 | 2 | -1/+9 |
* | * include/ext/algorithm, include/ext/debug_allocator.h, | bernie | 2003-12-09 | 22 | -462/+475 |
* | * include/debug/bitset, include/debug/debug.h, include/debug/deque, | bernie | 2003-12-09 | 21 | -1147/+1159 |
* | PR c++/11971 | jason | 2003-12-09 | 5 | -22/+85 |
* | PR c++/11929 | jason | 2003-12-09 | 1 | -0/+12 |
* | * include/c_compatibility/iso646.h, include/c_compatibility/limits.h, | bernie | 2003-12-09 | 9 | -11/+19 |
* | 2003-12-08 Kim Ho <kho@redhat.com> | tromey | 2003-12-09 | 3 | -8/+38 |
* | * include/c_std/cmath.tcc, include/c_std/std_cassert.h, | bernie | 2003-12-09 | 11 | -120/+129 |
* | * include/c/std_cctype.h, include/c/std_cmath.h, | bernie | 2003-12-09 | 6 | -14/+20 |
* | * defaults.h (LOCAL_REGNO): Give the default definition. | kazu | 2003-12-09 | 4 | -7/+10 |
* | * include/backward/algo.h, include/backward/algobase.h, | bernie | 2003-12-09 | 18 | -174/+186 |
* | PR target/11848 | geoffk | 2003-12-09 | 7 | -304/+156 |
* | 2003-12-08 Stuart Hastings <stuart@apple.com> | stuart | 2003-12-09 | 2 | -1/+5 |
* | Daily bump. | gccadmin | 2003-12-09 | 2 | -2/+2 |
* | 2003-12-08 Fernando Nasser <fnasser@redhat.com> | fnasser | 2003-12-08 | 2 | -2/+15 |
* | 2003-12-08 Fernando Nasser <fnasser@redhat.com> | fnasser | 2003-12-08 | 2 | -1/+6 |
* | * name-lookup.c, init.c, except.c: Revert Giovanni's patch from | jason | 2003-12-08 | 4 | -27/+11 |
* | 2003-12-08 Olga Rodimina <rodimina@redhat.com> | tromey | 2003-12-08 | 3 | -5/+16 |
* | Fix IA-64 glibc ICE | wilson | 2003-12-08 | 2 | -4/+15 |
* | * doc/install.texi: Revert change of Dec 7; gcc is still a 2.13 | neroden | 2003-12-08 | 2 | -2/+6 |
* | 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com> | fitzsim | 2003-12-08 | 3 | -2/+7 |
* | * config/frv/frv.md (subdi2): Merge with _internal insn_and_split, | aoliva | 2003-12-08 | 2 | -13/+33 |
* | add bugzilla reference | jason | 2003-12-08 | 1 | -0/+1 |
* | Support namespaces in DWARF 2 output. | jason | 2003-12-08 | 2 | -15/+153 |
* | Give the anonymous namespace a null DECL_NAME. | jason | 2003-12-08 | 8 | -24/+38 |
* | Fix formatting. | bryce | 2003-12-08 | 1 | -1/+2 |
* | * unwind-pe.h (read_uleb128): Fix handling of large values | hubicka | 2003-12-08 | 2 | -3/+8 |
* | 2003-12-08 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2003-12-08 | 2 | -12/+62 |
* | 2003-12-08 Paolo Carlini <pcarlini@suse.de> | paolo | 2003-12-08 | 7 | -395/+290 |
* | * nmake.adb: Removed. | charlet | 2003-12-08 | 2 | -2862/+2 |
* | 2003-12-08 Michael Koch <konqueror@gmx.de> | mkoch | 2003-12-08 | 2 | -53/+162 |
* | * arm.md: New split to transform ((X << y) - 1) into ~(~(X-1) << y) | rearnsha | 2003-12-08 | 2 | -0/+19 |
* | * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads, | charlet | 2003-12-08 | 2 | -5/+5 |
* | * calls.c (expand_call): Don't try using tail or recursive calls | rsandifo | 2003-12-08 | 2 | -1/+10 |
* | 2003-12-08 Jerome Guitton <guitton@act-europe.fr> | charlet | 2003-12-08 | 37 | -1436/+2135 |
* | * i386.md (cmpstr expander): Obey TARGET_INLINE_ALL_STRINGOPS | hubicka | 2003-12-08 | 2 | -1/+5 |
* | PR ada/13324, PR ada/12614 | charlet | 2003-12-08 | 2 | -20/+6 |
* | 2003-12-08 David S. Miller <davem@redhat.com> | davem | 2003-12-08 | 2 | -2/+10 |
* | * sinfo.h, einfo.h, nmake.ads, treeprs.ads: Removed, since they | charlet | 2003-12-08 | 5 | -4800/+6 |
* | * collect2.c (GCC_OK_SYMBOL): Add support for AIX C_WEAKEXT. | dje | 2003-12-08 | 2 | -9/+27 |
* | * final.c (final_scan_insn): Don't use FINAL_PRESCAN_LABEL. | kazu | 2003-12-08 | 4 | -11/+7 |
* | * Makefile.in (compare): Combine toplevel and $(SUBDIRS) cases. | ghazi | 2003-12-08 | 2 | -19/+5 |
* | Daily bump. | gccadmin | 2003-12-08 | 2 | -2/+2 |
* | * java/util/Hashtable.java (Hashtable(Map)): Use putAll, not | bryce | 2003-12-07 | 3 | -8/+15 |
* | * java/util/Hashtable.java (internalContainsValue): Removed. | bryce | 2003-12-07 | 2 | -39/+23 |
* | * configure.in, aclocal.m4: Revert to pre-2.5x conversion status. | neroden | 2003-12-07 | 4 | -8206/+3352 |
* | * g++.dg/lookup/java1.C: New test. | giovannibajo | 2003-12-07 | 3 | -0/+120 |
* | PR c++/2294 | giovannibajo | 2003-12-07 | 4 | -9/+39 |
* | * configure.in: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM | neroden | 2003-12-07 | 3 | -4/+18 |