1. 3561759 - Fix the link check so it actually checks for the appropriate maximum link by Eric Biederman · 21 years ago
  2. 83b991a - O2, enums, and switch statements work in romcc by Eric Biederman · 21 years ago
  3. 0502b7a fix buildrom statement if there's only one romimage specified. by Stefan Reinauer · 21 years ago
  4. 5e837b7 get rid of pointer/int cast warnings on 64bit. by Stefan Reinauer · 21 years ago
  5. 1094140 allow default settings in the mainboard file by Ronald G. Minnich · 21 years ago
  6. dcdbdfb first shot of legacybios emulation. does not work yet.. sorry :-( by Stefan Reinauer · 21 years ago
  7. 5954959 fix romcc compiling 32bit code on amd64 by Stefan Reinauer · 21 years ago
  8. e27b08d add filename to buildrom by Stefan Reinauer · 21 years ago
  9. 0a5f865 add cvsignore file by Stefan Reinauer · 21 years ago
  10. bcb9f858 add "clean" target by Stefan Reinauer · 21 years ago
  11. 9bdb460 - Updates to config.g so that it works more reliably and has initial support by Eric Biederman · 21 years ago
  12. f9ffa47 I mean it this time. NO more unnecessary 'dir' commands for cpus. by Ronald G. Minnich · 21 years ago
  13. 6d76ba1 end silly multiple sources of /cpu/whatever. by Ronald G. Minnich · 21 years ago
  14. 0c3fd55 Fixed version skew problem. Use warning() and fatal(). by Greg Watson · 21 years ago
  15. fb0db6c - Update the Makefile to have a proper ALL: target by Eric Biederman · 21 years ago
  16. a43048d Commits for the new config static device design, to allow more than one static by Ronald G. Minnich · 21 years ago
  17. b265254 Added support for naming instances of parts. This is to allow arbitrary by Greg Watson · 21 years ago
  18. f9e756c added a bit of error checking! by Greg Watson · 21 years ago
  19. 8c19a4f cpu should be vendor/device too... by Greg Watson · 21 years ago
  20. b794667 added uses checking at top level by Greg Watson · 21 years ago
  21. 3bb83b8 static device names start with static_ by Greg Watson · 21 years ago
  22. 6ba9ff8 add clean to Makefile by Greg Watson · 21 years ago
  23. 252d3ff new register format by Greg Watson · 21 years ago
  24. 3874d40 Fix the generation of .o from .S by Ronald G. Minnich · 21 years ago
  25. 99d0d7b getting HDAMA to build. by Ronald G. Minnich · 21 years ago
  26. 2c018fb - First pass at s2880 support. by Eric Biederman · 21 years ago
  27. 6d4512c added payload by Greg Watson · 21 years ago
  28. 634a991 fix crt0 includes ordering by Greg Watson · 21 years ago
  29. 9a0989b typo fixed. by Ronald G. Minnich · 21 years ago
  30. 8275bad more chip stuff by Greg Watson · 21 years ago
  31. d058034 chip stuff by Greg Watson · 21 years ago
  32. fe44145 tidy up by Greg Watson · 21 years ago
  33. c361a6b a few changes by Greg Watson · 21 years ago
  34. 6ae4614 Allow options in mainboard configuration file by Greg Watson · 21 years ago
  35. ce72e7e fix problems with options, more functionality by Greg Watson · 21 years ago
  36. 07d72dc added romimage support by Greg Watson · 21 years ago
  37. 109959d new config rules by Greg Watson · 21 years ago
  38. 34cadde - Commit more tests for romcc by Eric Biederman · 21 years ago
  39. e058a1e - Structure handling fixes. - Fix for asm statements with multiple results. by Eric Biederman · 21 years ago
  40. a3c708b static configuration. Needs new keyword per greg to enable inclusion of a by Ronald G. Minnich · 21 years ago
  41. 2fceb77 new print statement by Greg Watson · 21 years ago
  42. 0d7f46d first cut at generating code. by Ronald G. Minnich · 21 years ago
  43. bcdce3c fixing trees. by Ronald G. Minnich · 21 years ago
  44. 66fe222 - Moved 2 of the test cases into tests for failure by Eric Biederman · 21 years ago
  45. 830c988 - Minor fixes for handling structure constants and array values that are not sdecls by Eric Biederman · 21 years ago
  46. 678d816 - Allow for a larger rhs on phi variables by Eric Biederman · 21 years ago
  47. 530b519 - Massive set of cleanups/fixes for romcc. Lots of corner cases now work by Eric Biederman · 21 years ago
  48. c22ea4f all: now depends on linuxbios.rom payload.block is going away by Ronald G. Minnich · 21 years ago
  49. 776fce9 now builds with *0* tweaks. by Ronald G. Minnich · 21 years ago
  50. b5391cc TAGS are back! by Ronald G. Minnich · 21 years ago
  51. d1ea539 - Update romcc so that it more successfully spills registers to the xmm registers by Eric Biederman · 21 years ago
  52. db59928 OK, now builds fallback for arima/hdama! by Ronald G. Minnich · 21 years ago
  53. 4f22177 Simple printing of options. Will make this better. by Greg Watson · 21 years ago
  54. 584997b - Set the default compiler back to gcc ooops by Eric Biederman · 21 years ago
  55. 3a51f3b - Error on function prototypes - Fix a last couple of structure related bugs by Eric Biederman · 21 years ago
  56. 0f28460 more fixes but it appears that options are not picking up the right values. by Ronald G. Minnich · 21 years ago
  57. ed27a5e needed rules for DRIVER more fixes to various Config.lb by Ronald G. Minnich · 21 years ago
  58. dabc15f fixed paths for GENERATED by Ronald G. Minnich · 21 years ago
  59. cd53826 ifs now have elses by Greg Watson · 21 years ago
  60. 2366020 if statement for options by Greg Watson · 21 years ago
  61. 03b5986 - A few more fixes to get pointers to structures working correctly. by Eric Biederman · 21 years ago
  62. 0044307 - Fix handling of structures stored in memory by Eric Biederman · 21 years ago
  63. c556133 add a hint for users about why: by Ronald G. Minnich · 21 years ago
  64. 39b8077 Simply typo in 'target' if directory does not exist by Ronald G. Minnich · 21 years ago
  65. 7edf2ca fix non-portable syntax. by Ronald G. Minnich · 21 years ago
  66. 06a927d Syntax fixes. by Greg Watson · 21 years ago
  67. 826def7 New option stuff. by Greg Watson · 21 years ago
  68. a946e4a tool for building roms, to eliminate icky shell scripts. by Ronald G. Minnich · 21 years ago
  69. 153ea35 - Implement goto support by Eric Biederman · 21 years ago
  70. f7a0ba8 - Update the romcc version. by Eric Biederman · 21 years ago
  71. d3283ec - A new test case for romcc by Eric Biederman · 21 years ago
  72. 8d9c123 - Minor mod to reset16.inc to work with newer binutils hopefully this works with older ones... by Eric Biederman · 21 years ago
  73. f96a810 - Reduce the algorithmic complexity of parts of the register allocator by Eric Biederman · 21 years ago
  74. d3e377a new config tool by Ronald G. Minnich · 21 years ago
  75. 05f26fc - Factoring of auto.c by Eric Biederman · 21 years ago
  76. 6aa31cc - Update romcc to version 0.27 and add more tests. by Eric Biederman · 21 years ago
  77. 3027638 - Fix ? expressions previously they were reversed. by Eric Biederman · 21 years ago
  78. da55d3e - Intermediate fix to allow register allocator failure by Eric Biederman · 21 years ago
  79. a96d6a9 - Add a test to make certain romcc is properly allocating registers. by Eric Biederman · 21 years ago
  80. 0babc1c - Implement support for structures, typedefs, and __builtin_rdmsr, __builtin_wrmsr in romcc by Eric Biederman · 21 years ago
  81. ba8c25a - Update the test cases for romcc by Eric Biederman · 21 years ago
  82. ab2ea6b - misc minor fixes by Eric Biederman · 21 years ago
  83. 2c791ce - Minor bug fixes by Eric Biederman · 21 years ago
  84. 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago
  85. b138ac8 - Checking latest version of romcc by Eric Biederman · 21 years ago