index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scope.c
Age
Commit message (
Expand
)
Author
2024-04-12
decl: Add name field to decl struct
Michael Forney
2024-04-02
map: Use simpler fnv-1a hash function
Michael Forney
2024-03-24
map: Use separately allocated struct map
Michael Forney
2022-11-26
Move kind-specific decl fields to union
Michael Forney
2021-11-25
Add __builtin_unreachable stub
Michael Forney
2021-09-04
Use architecture-specific va_list type
Michael Forney
2019-07-03
Implement no-op __builtin_expect
Michael Forney
2019-04-17
Merge map.h and tree.h into util.h
Michael Forney
2019-04-17
Just use a single mapkey function
Michael Forney
2019-04-17
htab -> map
Michael Forney
2019-04-16
Implement __builtin_types_compatible_p
Michael Forney
2019-04-04
Merge headers into cc.h
Michael Forney
2019-03-14
Abbreviate tag names
Michael Forney
2019-03-12
Implement __builtin_constant_p
Michael Forney
2019-03-12
Sort built-ins
Michael Forney
2019-02-22
Implement __builtin_nanf for empty string literals
Michael Forney
2019-02-22
Implement __builtin_inff
Michael Forney
2019-02-22
Keep track of built-in kind in declaration
Michael Forney
2019-02-12
Initial import
Michael Forney