summaryrefslogtreecommitdiff
path: root/util/romcc
AgeCommit message (Expand)Author
2018-11-28romcc: Increase buffer size to fit max string sizeMartin Roth
2018-08-28util/romcc: Fix typosElyes HAOUAS
2018-07-26util: Add description.md to each utilTom Hiller
2018-06-14src: Get rid of unneeded whitespaceElyes HAOUAS
2017-09-27smbus: Fix a typo ("Set the device I'm talking too")Jonathan Neuschäfer
2017-02-10util/romcc: Don't reference a variable after checking it for NULLPatrick Georgi
2017-01-06util/romcc: avoid shifting more than the variable's widthPatrick Georgi
2017-01-03util/romcc: remove dead assignmentsPatrick Georgi
2017-01-03util/romcc: Ensure that bit shift is validPatrick Georgi
2017-01-03util/romcc: avoid leaking a typePatrick Georgi
2017-01-03util/romcc: avoid dereferencing NULL pointerPatrick Georgi
2017-01-03util/romcc: free variable after usePatrick Georgi
2016-12-16util/romcc: Don't read 'member' if it might be NULLPatrick Georgi
2016-12-16util/romcc: remove self-assignmentPatrick Georgi
2016-12-16util/romcc: Move access after NULL-checkPatrick Georgi
2016-12-16util/romcc: Fix resource leakPatrick Georgi
2016-05-01romcc.1: Point bug reporters to the coreboot ML / bug trackerJonathan Neuschäfer
2016-04-14romcc: Remove old test infrastructure, rework MakefileJonathan Neuschäfer
2016-04-13romcc: Rewrite the test systemJonathan Neuschäfer
2016-04-13romcc: Use UNIX line endings in linux testsJonathan Neuschäfer
2016-04-13romcc: Increase base address in linux ld scriptJonathan Neuschäfer
2015-11-19romcc: Allow adding non-existent paths to include pathStefan Reinauer
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2014-09-06romcc: avoid use-after-freePatrick Georgi
2014-08-12util: replace fseek/ftell/rewind with fstatPatrick Georgi
2014-08-10romcc: properly check out-of-range unsigned longsPatrick Georgi
2014-03-17romcc.c: Fixes warning about unused function from unused macros.Edward O'Callaghan
2014-03-08utils/romcc.c: Fix spurious unsigned integer comparisons.Edward O'Callaghan
2013-11-16romcc: Fix off-by-onePatrick Georgi
2013-05-10romcc: support attribute((packed))Stefan Reinauer
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-19romcc: Don't fail on function prototypesPatrick Georgi
2012-06-22ROMCC: fix unused attribute lookupSven Schnelle
2012-06-22Teach romcc about attribute((unused))Stefan Reinauer
2012-03-31Enable -Werror for romccStefan Reinauer
2012-02-07romcc: kill gcc warnings and .gitignore generated filesBernhard Urban
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-03Add noreturn attribute to die() in romcc.Stefan Reinauer
2010-03-25Add support to build with ccache in the build systemPatrick Georgi
2010-03-25Copy argument of -include as it's modified later.Patrick Georgi
2010-03-17Catch non-static arrays in romcc. Not allowed.Eric W. Biederman
2010-03-16back out r5212 and r5210; Follow the thread of Stefan Reinauer
2010-03-15Use copy_triple only on non-flattened nodes.Patrick Georgi
2010-03-14Fix segfault of romcc when complex assignment operatorsPatrick Georgi
2010-02-28Add attribute((noreturn)) to romccStefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-12romcc: Fix a few (harmless) warningsPeter Stuge
2010-02-11romcc: Ignore empty string tokens. So far, romcc emitted a single double-quot...Patrick Georgi
2010-02-11separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer