summaryrefslogtreecommitdiffstats
path: root/util/romcc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer2010-02-111-14/+27
* * Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer2010-01-051-1/+0
* romcc:Patrick Georgi2009-12-311-0/+8
* Make the kconfig-style build work in mingw:Patrick Georgi2009-11-211-20/+15
* Trivial debug print format string fix for romcc.Myles Watson2009-11-121-1/+1