1. cc3d67a [gcc] Replace rsp/rbp lea base with esp/ebp by Evgeny Eltsin · 15 years ago main master
  2. 3416f7e [gcc] Replace rsp/rbp mov source with esp/ebp by Evgeny Eltsin · 15 years ago
  3. 471f6c4 [binutils] Fix tls transition check from R_X86_64_GOTTPOFF by Evgeny Eltsin · 15 years ago
  4. ffc2ce5 [gcc] Yet another gen_lowpart code confused by prt_mode != Pmode by Evgeny Eltsin · 15 years ago
  5. feaa0af [binutils] Force assembler to align code section size by Evgeny Eltsin · 15 years ago
  6. 95dcbc2 [binutils] allow immediates in naclrest{bp,sp} by Egor Pasko · 15 years ago
  7. 8ef5a2c [noupstream] add codereview.settings by Egor Pasko · 15 years ago
  8. 3b2eaf0 [binutils] Move .got.plt section to the data segment. by Andrey Khalyavin · 15 years ago
  9. 6d9e995 [binutils] Special processing of R_X86_64_32 relocations by Evgeny Eltsin · 15 years ago
  10. fe2b972 [gcc] Add clobber FLAGS_REG to NaCl indirect jumps by Evgeny Eltsin · 15 years ago
  11. 6ab88a6 [binutils] fix x86-64 PLT entries by Egor Pasko · 15 years ago
  12. 5d01723 [gcc] x86_64 TLS support refactoring by Evgeny Eltsin · 15 years ago
  13. ccfe0f0 [binutils] Prevent ld from rewriting tls access sequences with calls by Evgeny Eltsin · 15 years ago
  14. 121a433 [gcc] Fix more addsi patterns for nacl64 PIC by Evgeny Eltsin · 15 years ago
  15. cd1e178 [gcc] Fix addsi patterns for nacl64 PIC by Evgeny Eltsin · 15 years ago
  16. 1bfb584 [gcc] Fix SIGSEGV in computed goto compilation. by Evgeny Eltsin · 15 years ago
  17. 0f03371 [noupstream] Instrument for thread suspension. by Evgeny Eltsin · 15 years ago
  18. f1e753a [gcc] Fix lea splitters for ILP32 data model by Evgeny Eltsin · 15 years ago
  19. 1121bee [gcc] Correct configure check so that it matches i686-pc-nacl by Mark Seaborn · 15 years ago
  20. b73d519 [gcc] Add nacl to libstdc++'s list of glibc-based architectures by Mark Seaborn · 15 years ago
  21. f2704c0 [gcc] Remove old "nc" cases from libstdc++'s configure script by Mark Seaborn · 15 years ago
  22. 8501b7d [newlib] Don't try to implement clock(3) using times(2). NaCl provides native clock(2) by Victor Khimenko · 15 years ago
  23. 6546151 [gcc] Fix optimized expand of ptr diff for 64-bit PIC by Evgeny Eltsin · 15 years ago
  24. 22ab9a1 Defines __gnu_linux__ and __linux__ are removed from the nacl-compiler. by Andrey Khalyavin · 15 years ago
  25. fb14181 [binutils] Pad PLT entries with NOPs instead of HLTs by Mark Seaborn · 15 years ago
  26. 074b877 Backport CL148346 from upstream: --no-canonical-prefixes by Victor Khimenko · 15 years ago
  27. 990fccd [gcc] Prevent movsi from having 2 memory operands in x86_64 PIC. by Evgeny Eltsin · 15 years ago
  28. af92547 [gcc] Fix nacl64_as warnings: destination and source are swapped in cmpsX... by Victor Khimenko · 15 years ago
  29. fa575b2 [gcc] Fix movsw sandboxing by Victor Khimenko · 15 years ago
  30. e9c3619 [binutils] Use "scasb %nacl:(%rdi),%al,%r15" pseudocommand, not series of commands by Victor Khimenko · 15 years ago
  31. dfe156e [binutils] Allow "scasb %nacl:(%rdi),%al,%r15" command by Victor Khimenko · 15 years ago
  32. 00a6db7 [gcc] align structures as in x86-64 by Victor Khimenko · 15 years ago
  33. 5c338b2 [gcc] Remove few changes from machine-independent part. by Evgeny Eltsin · 15 years ago
  34. a47db73 [newlib] fix read sandboxing in asm functions by Victor Khimenko · 15 years ago
  35. 10e79c3 [gcc] string operations: read sandboxing by Victor Khimenko · 15 years ago
  36. 7a08f10 [gcc] Fix access to extern symbols in 64-bit pic. by Evgeny Eltsin · 15 years ago
  37. 18bd945 [binutils] Stop using 2MiB pages for x86-64. by Egor Pasko · 15 years ago
  38. 1a02138 [gcc] Fix access to local symbols in 64-bit pic. by Evgeny Eltsin · 15 years ago
  39. 84620db [binutils] add naclrestsp_noflags (lea instead of add) by Jan Voung · 15 years ago
  40. 7d0a857 [gcc] Revise definition for long double type. by Evgeny Eltsin · 15 years ago
  41. 8b90074 [gcc] Make GCC complain if setjmp/longjmp builtins are encountered. by Egor Pasko · 15 years ago
  42. 0c5cdbe [gcc] Fix formatting issues. by Evgeny Eltsin · 15 years ago
  43. 9c7823c [gcc] Misc cleanup. by Evgeny Eltsin · 15 years ago
  44. eef7207 [gcc] Allow GCC insert .cfi_startproc and .cfi_endproc. by Egor Pasko · 15 years ago
  45. 915fb7a [gcc] Make nacl calls CALLs. by Evgeny Eltsin · 15 years ago
  46. 963f327 [gcc] Cleanup nacl_special_commands. by Evgeny Eltsin · 15 years ago
  47. 7cc19bf [gcc] Kill NACL_LEA_MATCH_ADDRESS_OPERAND and insn_is_nacl_lea. by Evgeny Eltsin · 15 years ago
  48. 4dfc22d [gcc] Use new constraint for LEA address operands. by Evgeny Eltsin · 15 years ago
  49. da8bbd7 [gcc] Eliminate control integrity pass in favor of nacl instructions generation from the start. by Evgeny Eltsin · 15 years ago
  50. 23ab191 [gcc] Introduce TARGET_NACL; by Evgeny Eltsin · 15 years ago
  51. e3d8f74 [gcc] disable movsbw for x86-64. by Victor Khimenko · 15 years ago
  52. 84be8c3 [newlib] build newlib with nanosleep enabled by Egor Pasko · 15 years ago
  53. 1f81009 [gcc] Fix test-unwind.h harness by Egor Pasko · 15 years ago
  54. 90cd6ea [gcc] Make copy-propagated pointers be addressed in Pmode. by Egor Pasko · 15 years ago
  55. 29b9ff1 [gcc] Disable "bt" instruction even if optimization for size is used. by Egor Pasko · 15 years ago
  56. 4ad3cdc [gcc] write tableswitch relocation data to the .rodata section by Egor Pasko · 15 years ago
  57. 806b4ec [gcc] Don't output "add %gs:0x0,%eax" as part of a TLS access by Egor Pasko · 15 years ago
  58. b4fbd84 [gcc] multilib mode: build both x86-32 and x86-64 libraries by Egor Pasko · 15 years ago
  59. e20e26d [gcc] Disable long double for IA32. Disable i387 for x86-64. by Egor Pasko · 15 years ago
  60. 38048c4 [gcc] initial gcc bulk by Egor Pasko · 15 years ago
  61. 61bbd7d [gdb] compilation fixes for gcc 4.4.1 by Egor Pasko · 15 years ago
  62. 1fb21ca [gdb] Initial NaCl gdb bulk by Egor Pasko · 15 years ago
  63. 4d26eeb [newlib] NaCl newlib bulk by Egor Pasko · 15 years ago
  64. f098975 [binutils] NaCl binutils bulk by Egor Pasko · 15 years ago
  65. d8a895a [binutils] Bump binutils to 2.20.1 by Victor Khimenko · 15 years ago binutils-2.20.1
  66. 5aaf882 [noupstream] Removed some files regenerated during the build by Egor Pasko · 15 years ago
  67. b580f79 [gcc] Added objc frontend and runtime by Evgeny Eltsin · 15 years ago
  68. 67b59fb Initial commit of toolchain sources by Egor Pasko · 16 years ago binutils-2.20 gcc-4.4.3 gdb-6.8 newlib-1.18.0