summaryrefslogtreecommitdiff
path: root/util/romcc/romcc.c
AgeCommit message (Expand)Author
2019-05-23util/romcc: Add extra null pointer checkJacob Garber
2019-05-23util/romcc: Fix memory leakJacob Garber
2019-05-23util/romcc: Add null check for filenameJacob Garber
2019-05-23util/romcc: Add extra NULL checks for memberJacob Garber
2019-05-22util/romcc: Prevent out-of-bounds readJacob Garber
2019-05-21util/romcc: Fix parsing of empty string literalJacob Garber
2019-05-21util/romcc: Free variable after it is usedJacob Garber
2019-05-21util/romcc: Use 64 bit integers when shiftingJacob Garber
2019-05-20util: Fix typo on plural form of indexElyes HAOUAS
2019-05-07{src,util}: Remove duplicated includesElyes HAOUAS
2018-11-28romcc: Increase buffer size to fit max string sizeMartin Roth
2018-08-28util/romcc: Fix typosElyes HAOUAS
2018-06-14src: Get rid of unneeded whitespaceElyes HAOUAS
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
2015-11-19romcc: Allow adding non-existent paths to include pathStefan Reinauer
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-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