summaryrefslogtreecommitdiffstats
path: root/util/romcc/romcc.c
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-211-0/+9
* 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-201-17/+17
* {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-281-170/+170
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-141-3/+3
* 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: Allow adding non-existent paths to include pathStefan Reinauer2015-11-191-3/+13
* 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
* 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-311-4/+0
* 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-271-699/+699
* Add noreturn attribute to die() in romcc.Stefan Reinauer2010-04-031-1/+1
* Add support to build with ccache in the build systemPatrick Georgi2010-03-251-4/+14
* Copy argument of -include as it's modified later.Patrick Georgi2010-03-251-1/+1
* Catch non-static arrays in romcc. Not allowed.Eric W. Biederman2010-03-171-0/+4
* back out r5212 and r5210; Follow the thread of Stefan Reinauer2010-03-161-17/+10
* Use copy_triple only on non-flattened nodes.Patrick Georgi2010-03-151-5/+8
* Fix segfault of romcc when complex assignment operatorsPatrick Georgi2010-03-141-9/+13
* Add attribute((noreturn)) to romccStefan Reinauer2010-02-281-0/+5
* This is a general cleanup patchStefan Reinauer2010-02-221-1/+4
* romcc: Fix a few (harmless) warningsPeter Stuge2010-02-121-2/+2
* romcc: Ignore empty string tokens. So far, romcc emitted a single double-quot...Patrick Georgi2010-02-111-0/+3