Age | Commit message (Expand) | Author |
2018-11-28 | romcc: Increase buffer size to fit max string size | Martin Roth |
2018-08-28 | util/romcc: Fix typos | Elyes HAOUAS |
2018-07-26 | util: Add description.md to each util | Tom Hiller |
2018-06-14 | src: Get rid of unneeded whitespace | Elyes HAOUAS |
2017-09-27 | smbus: Fix a typo ("Set the device I'm talking too") | Jonathan Neuschäfer |
2017-02-10 | util/romcc: Don't reference a variable after checking it for NULL | Patrick Georgi |
2017-01-06 | util/romcc: avoid shifting more than the variable's width | Patrick Georgi |
2017-01-03 | util/romcc: remove dead assignments | Patrick Georgi |
2017-01-03 | util/romcc: Ensure that bit shift is valid | Patrick Georgi |
2017-01-03 | util/romcc: avoid leaking a type | Patrick Georgi |
2017-01-03 | util/romcc: avoid dereferencing NULL pointer | Patrick Georgi |
2017-01-03 | util/romcc: free variable after use | Patrick Georgi |
2016-12-16 | util/romcc: Don't read 'member' if it might be NULL | Patrick Georgi |
2016-12-16 | util/romcc: remove self-assignment | Patrick Georgi |
2016-12-16 | util/romcc: Move access after NULL-check | Patrick Georgi |
2016-12-16 | util/romcc: Fix resource leak | Patrick Georgi |
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 |