summaryrefslogtreecommitdiffstats
path: root/util/romcc
Commit message (Expand)AuthorAgeFilesLines
* util/romcc: Correct format specifiersJacob Garber2019-07-101-5/+5
* util/romcc: Add extra null pointer checkJacob Garber2019-05-231-1/+2
* util/romcc: Fix memory leakJacob Garber2019-05-231-2/+3
* util/romcc: Add null check for filenameJacob Garber2019-05-231-1/+1
* util/romcc: Add extra NULL checks for memberJacob Garber2019-05-231-1/+9
* util/romcc: Prevent out-of-bounds readJacob Garber2019-05-221-0/+1
* util/romcc: Fix parsing of empty string literalJacob Garber2019-05-212-0/+13
* util/romcc: Free variable after it is usedJacob Garber2019-05-211-0/+1
* util/romcc: Use 64 bit integers when shiftingJacob Garber2019-05-211-5/+5
* util: Fix typo on plural form of indexElyes HAOUAS2019-05-206-31/+31
* {src,util}: Remove duplicated includesElyes HAOUAS2019-05-071-1/+0
* romcc: Increase buffer size to fit max string sizeMartin Roth2018-11-281-1/+1
* util/romcc: Fix typosElyes HAOUAS2018-08-286-182/+182
* util: Add description.md to each utilTom Hiller2018-07-261-0/+2
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-141-3/+3
* smbus: Fix a typo ("Set the device I'm talking too")Jonathan Neuschäfer2017-09-277-10/+10
* util/romcc: Don't reference a variable after checking it for NULLPatrick Georgi2017-02-101-4/+4
* util/romcc: avoid shifting more than the variable's widthPatrick Georgi2017-01-061-2/+2
* util/romcc: remove dead assignmentsPatrick Georgi2017-01-031-24/+8
* util/romcc: Ensure that bit shift is validPatrick Georgi2017-01-031-1/+1
* util/romcc: avoid leaking a typePatrick Georgi2017-01-031-3/+6
* util/romcc: avoid dereferencing NULL pointerPatrick Georgi2017-01-031-0/+3
* util/romcc: free variable after usePatrick Georgi2017-01-031-0/+2
* util/romcc: Don't read 'member' if it might be NULLPatrick Georgi2016-12-161-2/+1
* util/romcc: remove self-assignmentPatrick Georgi2016-12-161-1/+0
* util/romcc: Move access after NULL-checkPatrick Georgi2016-12-161-1/+1
* util/romcc: Fix resource leakPatrick Georgi2016-12-161-0/+1
* romcc.1: Point bug reporters to the coreboot ML / bug trackerJonathan Neuschäfer2016-05-011-1/+2
* romcc: Remove old test infrastructure, rework MakefileJonathan Neuschäfer2016-04-144-390/+17
* romcc: Rewrite the test systemJonathan Neuschäfer2016-04-131-0/+232
* romcc: Use UNIX line endings in linux testsJonathan Neuschäfer2016-04-135-19/+18
* romcc: Increase base address in linux ld scriptJonathan Neuschäfer2016-04-131-1/+1
* romcc: Allow adding non-existent paths to include pathStefan Reinauer2015-11-191-3/+13
* Remove empty lines at end of fileElyes HAOUAS2015-06-0814-16/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* romcc: avoid use-after-freePatrick Georgi2014-09-061-3/+0
* util: replace fseek/ftell/rewind with fstatPatrick Georgi2014-08-121-3/+12
* romcc: properly check out-of-range unsigned longsPatrick Georgi2014-08-101-2/+2
* romcc.c: Fixes warning about unused function from unused macros.Edward O'Callaghan2014-03-171-13/+0
* utils/romcc.c: Fix spurious unsigned integer comparisons.Edward O'Callaghan2014-03-081-5/+5
* romcc: Fix off-by-onePatrick Georgi2013-11-161-2/+2
* romcc: support attribute((packed))Stefan Reinauer2013-05-101-2/+7
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-2/+2
* romcc: Don't fail on function prototypesPatrick Georgi2013-02-191-1/+2
* ROMCC: fix unused attribute lookupSven Schnelle2012-06-221-1/+1
* Teach romcc about attribute((unused))Stefan Reinauer2012-06-221-0/+5
* Enable -Werror for romccStefan Reinauer2012-03-312-5/+1
* romcc: kill gcc warnings and .gitignore generated filesBernhard Urban2012-02-071-33/+18
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2762-2040/+2040
* Add noreturn attribute to die() in romcc.Stefan Reinauer2010-04-031-1/+1