index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
romcc
/
romcc.c
Age
Commit message (
Expand
)
Author
2019-07-10
util/romcc: Correct format specifiers
Jacob Garber
2019-05-23
util/romcc: Add extra null pointer check
Jacob Garber
2019-05-23
util/romcc: Fix memory leak
Jacob Garber
2019-05-23
util/romcc: Add null check for filename
Jacob Garber
2019-05-23
util/romcc: Add extra NULL checks for member
Jacob Garber
2019-05-22
util/romcc: Prevent out-of-bounds read
Jacob Garber
2019-05-21
util/romcc: Fix parsing of empty string literal
Jacob Garber
2019-05-21
util/romcc: Free variable after it is used
Jacob Garber
2019-05-21
util/romcc: Use 64 bit integers when shifting
Jacob Garber
2019-05-20
util: Fix typo on plural form of index
Elyes HAOUAS
2019-05-07
{src,util}: Remove duplicated includes
Elyes HAOUAS
2018-11-28
romcc: Increase buffer size to fit max string size
Martin Roth
2018-08-28
util/romcc: Fix typos
Elyes HAOUAS
2018-06-14
src: Get rid of unneeded whitespace
Elyes HAOUAS
2017-02-10
util/romcc: Don't reference a variable after checking it for NULL
Patrick Georgi
2017-01-06
util/romcc: avoid shifting more than the variable's width
Patrick Georgi
2017-01-03
util/romcc: remove dead assignments
Patrick Georgi
2017-01-03
util/romcc: Ensure that bit shift is valid
Patrick Georgi
2017-01-03
util/romcc: avoid leaking a type
Patrick Georgi
2017-01-03
util/romcc: avoid dereferencing NULL pointer
Patrick Georgi
2017-01-03
util/romcc: free variable after use
Patrick Georgi
2016-12-16
util/romcc: Don't read 'member' if it might be NULL
Patrick Georgi
2016-12-16
util/romcc: remove self-assignment
Patrick Georgi
2016-12-16
util/romcc: Move access after NULL-check
Patrick Georgi
2016-12-16
util/romcc: Fix resource leak
Patrick Georgi
2015-11-19
romcc: Allow adding non-existent paths to include path
Stefan Reinauer
2014-09-06
romcc: avoid use-after-free
Patrick Georgi
2014-08-12
util: replace fseek/ftell/rewind with fstat
Patrick Georgi
2014-08-10
romcc: properly check out-of-range unsigned longs
Patrick Georgi
2014-03-17
romcc.c: Fixes warning about unused function from unused macros.
Edward O'Callaghan
2014-03-08
utils/romcc.c: Fix spurious unsigned integer comparisons.
Edward O'Callaghan
2013-11-16
romcc: Fix off-by-one
Patrick Georgi
2013-05-10
romcc: support attribute((packed))
Stefan Reinauer
2013-02-19
romcc: Don't fail on function prototypes
Patrick Georgi
2012-06-22
ROMCC: fix unused attribute lookup
Sven Schnelle
2012-06-22
Teach romcc about attribute((unused))
Stefan Reinauer
2012-03-31
Enable -Werror for romcc
Stefan Reinauer
2012-02-07
romcc: kill gcc warnings and .gitignore generated files
Bernhard Urban
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-03
Add noreturn attribute to die() in romcc.
Stefan Reinauer
2010-03-25
Add support to build with ccache in the build system
Patrick Georgi
2010-03-25
Copy argument of -include as it's modified later.
Patrick Georgi
2010-03-17
Catch non-static arrays in romcc. Not allowed.
Eric W. Biederman
2010-03-16
back out r5212 and r5210; Follow the thread of
Stefan Reinauer
2010-03-15
Use copy_triple only on non-flattened nodes.
Patrick Georgi
2010-03-14
Fix segfault of romcc when complex assignment operators
Patrick Georgi
2010-02-28
Add attribute((noreturn)) to romcc
Stefan Reinauer
2010-02-22
This is a general cleanup patch
Stefan Reinauer
2010-02-12
romcc: Fix a few (harmless) warnings
Peter Stuge
2010-02-11
romcc: Ignore empty string tokens. So far, romcc emitted a single double-quot...
Patrick Georgi
[next]