7
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 10 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Convert amd64 to new-style needs. More... 9 months ago
Fix table sanity bug causing unwanted warnings. More... 9 months ago
new date 20230811 More... 9 months ago
Disable edge removal. Seems to cause trouble on some targets. More... 9 months ago
Fix bug where size of bitfield were not set. More... 9 months ago
Remove forgotten debug printout. More... 9 months ago
When doing ssa conversions, remove edges between nodes that also have a move between them, since it cannot exist. Can reduce usage of registers significantly on some targets. More... 9 months ago
Simplify handling of the GOT pointer significantly. More... 9 months ago
new date 20230808 More... 9 months ago
Use correct error file name pointer in include_next(). More... 9 months ago
new date 20230807 More... 9 months ago
Include the system limits.h first since it may contain other stuff needed later on. More... 9 months ago
Cast return values to match return register. More... 9 months ago
Fix bug with uninitialized variable. More... 9 months ago
new date 20230806 More... 9 months ago
Fix bug caused by more than 512 (!) identifiers affected in a macro while expanding. Reported by Arnold robbins. While here, remove an unused macro as well. More... 9 months ago
new date 20230730 More... 9 months ago
Add #elifdef/#elifndef from C23. More... 9 months ago
Test of constexpr. More... 9 months ago
First C23 addition - constexpr. Not finished yet. More... 9 months ago
Small cleanup of enum generation. Prepare for C23. More... 9 months ago
Slight cleanup of some tests. Add enum tests. More... 9 months ago
More fixes for i386/darwin, from Tim Kelly. More... 9 months ago
new date 20230728 More... 9 months ago
Small cleanup. More... 9 months ago
Let "make clean" work on OpenBSD as well. From Brian Callahan. More... 9 months ago
Remove function call name mangling. More... 9 months ago
new date 20230727 More... 9 months ago
More fixes to ccconfig. From Tim Kelly. More... 9 months ago
Fix missing struct definition array. Pointed out by Brian Callahan. More... 9 months ago