Age | Commit message (Expand) | Author |
2016-05-01 | romcc.1: Point bug reporters to the coreboot ML / bug tracker | Jonathan Neuschäfer |
2016-04-14 | romcc: Remove old test infrastructure, rework Makefile | Jonathan Neuschäfer |
2016-04-13 | romcc: Rewrite the test system | Jonathan Neuschäfer |
2016-04-13 | romcc: Use UNIX line endings in linux tests | Jonathan Neuschäfer |
2016-04-13 | romcc: Increase base address in linux ld script | Jonathan Neuschäfer |
2015-11-19 | romcc: Allow adding non-existent paths to include path | Stefan Reinauer |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2014-09-06 | romcc: avoid use-after-free | Patrick Georgi |
2014-08-12 | util: replace fseek/ftell/rewind with fstat | Patrick Georgi |
2014-08-10 | romcc: properly check out-of-range unsigned longs | Patrick Georgi |
2014-03-17 | romcc.c: Fixes warning about unused function from unused macros. | Edward O'Callaghan |
2014-03-08 | utils/romcc.c: Fix spurious unsigned integer comparisons. | Edward O'Callaghan |
2013-11-16 | romcc: Fix off-by-one | Patrick Georgi |
2013-05-10 | romcc: support attribute((packed)) | Stefan Reinauer |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-19 | romcc: Don't fail on function prototypes | Patrick Georgi |
2012-06-22 | ROMCC: fix unused attribute lookup | Sven Schnelle |
2012-06-22 | Teach romcc about attribute((unused)) | Stefan Reinauer |
2012-03-31 | Enable -Werror for romcc | Stefan Reinauer |
2012-02-07 | romcc: kill gcc warnings and .gitignore generated files | Bernhard Urban |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-03 | Add noreturn attribute to die() in romcc. | Stefan Reinauer |
2010-03-25 | Add support to build with ccache in the build system | Patrick Georgi |
2010-03-25 | Copy argument of -include as it's modified later. | Patrick Georgi |
2010-03-17 | Catch non-static arrays in romcc. Not allowed. | Eric W. Biederman |
2010-03-16 | back out r5212 and r5210; Follow the thread of | Stefan Reinauer |
2010-03-15 | Use copy_triple only on non-flattened nodes. | Patrick Georgi |
2010-03-14 | Fix segfault of romcc when complex assignment operators | Patrick Georgi |
2010-02-28 | Add attribute((noreturn)) to romcc | Stefan Reinauer |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-12 | romcc: Fix a few (harmless) warnings | Peter Stuge |
2010-02-11 | romcc: Ignore empty string tokens. So far, romcc emitted a single double-quot... | Patrick Georgi |
2010-02-11 | separate build.h and config.h usage (now possible because newconfig is gone) | Stefan Reinauer |
2010-01-05 | * Explicitly add __PRE_RAM__ where it should be added. | Stefan Reinauer |
2009-12-31 | romcc: | Patrick Georgi |
2009-11-21 | Make the kconfig-style build work in mingw: | Patrick Georgi |
2009-11-12 | Trivial debug print format string fix for romcc. | Myles Watson |
2009-10-27 | Improve coreboot build output and eliminate some warnings: | Uwe Hermann |
2009-08-20 | 20090819-2-trim-down-cbfs: | Patrick Georgi |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-05-26 | Various fixes to the tree to get coreboot-v2 to build on Solaris | Patrick Georgi |
2009-04-21 | scan-build prefers -include over --includes=, gcc knows both. | Patrick Georgi |
2009-04-04 | fix some warnings by casting safely. (trivial) | Stefan Reinauer |
2009-04-03 | This patch implements --include=file.h for romcc. | Stefan Reinauer |
2008-01-18 | Rename almost all occurences of LinuxBIOS to coreboot. | Stefan Reinauer |
2007-10-24 | This change removes all warnings from romcc in my build environment, | Stefan Reinauer |
2006-12-02 | fix romcc preprocessor bug | Eric Biederman |
2006-09-21 | abuild manpage and other fixes from Uwe Hermann. Thank you! | Stefan Reinauer |
2006-09-08 | add romcc manpage from Uwe Hermann | Stefan Reinauer |
2006-02-19 | gcc 4.1 fixes. | Stefan Reinauer |
2005-10-05 | Updating FSF address in the code. | Stefan Reinauer |
2005-08-10 | Undoing all HDAMA commits from LNXI from r2005->2003 | Jason Schildt |
2005-08-10 | - reverting back to original romcc.c before hdama checkin broke all | Jason Schildt |
2005-08-09 | - Merge from linuxbios-lnxi (Linux Networx repository) up to public tree. | Jason Schildt |
2005-08-04 | GCC4 fix | Li-Ta Lo |
2005-07-08 | eric patch | Yinghai Lu |
2004-11-15 | - Don't force spew level debug messages on the kherpi | Eric Biederman |
2004-11-09 | - Clean up the CPP output a little bit | Eric Biederman |
2004-11-09 | - Fix silly thinkos in that caused parsing problems in romcc. | Eric Biederman |
2004-11-09 | - Fix minor glitch in romcc where it would not return from a header file | Eric Biederman |
2004-11-08 | - Romcc preprocessor bug fixes, (The code size went down about 350 lines.. :) | Eric Biederman |
2004-10-30 | - To reduce confuse rename the parts of linuxbios bios that run from | Eric Biederman |
2004-06-29 | - Small bug fixes to romcc. The deep problems with not inlining functions re... | Eric Biederman |
2004-05-29 | - Don't confuse return statements with conditional branches | Eric Biederman |
2004-05-28 | - Upgrade to romcc version 0.63 | Eric Biederman |
2004-03-11 | - Moved hlt() to it's own header. | Eric Biederman |
2003-12-05 | - Lower DEBUG_CONSISTENCY to 1 2 is only really useful when debugging | Eric Biederman |
2003-10-22 | - Update romcc to version 0.37 | Eric Biederman |
2003-10-11 | - O2, enums, and switch statements work in romcc | Eric Biederman |
2003-09-17 | fix romcc compiling 32bit code on amd64 | Stefan Reinauer |
2003-07-21 | - First pass at s2880 support. | Eric Biederman |
2003-07-12 | - Commit more tests for romcc | Eric Biederman |
2003-07-12 | - Structure handling fixes. | Eric Biederman |
2003-07-04 | - Moved 2 of the test cases into tests for failure | Eric Biederman |
2003-07-04 | - Minor fixes for handling structure constants and array values that are not ... | Eric Biederman |
2003-07-03 | - Allow for a larger rhs on phi variables | Eric Biederman |
2003-07-01 | - Massive set of cleanups/fixes for romcc. Lots of corner cases now work | Eric Biederman |
2003-06-28 | - Update romcc so that it more successfully spills registers to the xmm regis... | Eric Biederman |
2003-06-25 | - Set the default compiler back to gcc ooops | Eric Biederman |
2003-06-25 | - Error on function prototypes | Eric Biederman |
2003-06-24 | - A few more fixes to get pointers to structures working correctly. | Eric Biederman |
2003-06-24 | - Fix handling of structures stored in memory | Eric Biederman |
2003-06-20 | - Implement goto support | Eric Biederman |
2003-06-19 | - Update the romcc version. | Eric Biederman |
2003-06-18 | - A new test case for romcc | Eric Biederman |
2003-06-17 | - Minor mod to reset16.inc to work with newer binutils hopefully this works w... | Eric Biederman |
2003-06-16 | - Reduce the algorithmic complexity of parts of the register allocator | Eric Biederman |
2003-06-11 | - Factoring of auto.c | Eric Biederman |
2003-06-10 | - Update romcc to version 0.27 and add more tests. | Eric Biederman |
2003-05-16 | - Fix ? expressions previously they were reversed. | Eric Biederman |
2003-05-13 | - Intermediate fix to allow register allocator failure | Eric Biederman |
2003-05-13 | - Add a test to make certain romcc is properly allocating registers. | Eric Biederman |
2003-05-09 | - Implement support for structures, typedefs, and __builtin_rdmsr, __builtin_... | Eric Biederman |
2003-05-08 | - Update the test cases for romcc | Eric Biederman |
2003-04-26 | - misc minor fixes | Eric Biederman |
2003-04-22 | - Checking latest version of romcc | Eric Biederman |