[M3commit] [modula3/cm3] 120fa1: New Modula3 interface DwarfConst, dwarf tags, etc, ...
GitHub
noreply at github.com
Mon Feb 29 00:26:41 CET 2016
Branch: refs/heads/master
Home: https://github.com/modula3/cm3
Commit: 120fa1c3de1e4a7bd4f5cfb6bdbc82b08285199d
https://github.com/modula3/cm3/commit/120fa1c3de1e4a7bd4f5cfb6bdbc82b08285199d
Author: Rodney Bates <rodney.m.bates at acm.org>
Date: 2016-02-28 (Sun, 28 Feb 2016)
Changed paths:
A m3-sys/llvmbindings/src/DwarfConst.i3
M m3-sys/llvmbindings/src/m3makefile
Log Message:
-----------
New Modula3 interface DwarfConst, dwarf tags, etc, In package llvmbindings.
Lots of numeric constants from the Dwarf standard, some extra
things llvm adds, some pending dwarf proposals, etc. Constructed
from llvm-3.6.1-src/include/llvm/Support/Dwarf.h.
Much of it will never be used, but it's easier to be systematic,
IMO, than to keep putting new decls in piecemeal. Also gets it
in one place where other modules can use the same decls, some of
which will likely be needed.
Commit: 5470adea6a2e6ecc161613cb91571a83eb8f153b
https://github.com/modula3/cm3/commit/5470adea6a2e6ecc161613cb91571a83eb8f153b
Author: Rodney Bates <rodney.m.bates at acm.org>
Date: 2016-02-28 (Sun, 28 Feb 2016)
Changed paths:
M m3-sys/llvmbindings/src/DwarfConst.i3
Log Message:
-----------
Fix incorrect path to Dwarf.h, which DwarfConst.i3 is derived from.
Commit: 4bbe619e97b533c42ca9f835d0dafa07430a2134
https://github.com/modula3/cm3/commit/4bbe619e97b533c42ca9f835d0dafa07430a2134
Author: Rodney Bates <rodney.m.bates at acm.org>
Date: 2016-02-28 (Sun, 28 Feb 2016)
Changed paths:
M m3-sys/llvm3.6.1/src/M3CG_LLVM.m3
Log Message:
-----------
Use new DwarfConst.i3. Also order the imports.
Commit: 604ab0f053ab49e90f70f1bc3a4187d4e5885795
https://github.com/modula3/cm3/commit/604ab0f053ab49e90f70f1bc3a4187d4e5885795
Author: Rodney Bates <rodney.m.bates at acm.org>
Date: 2016-02-28 (Sun, 28 Feb 2016)
Changed paths:
M scripts/python/pylib.py
Log Message:
-----------
Merge branch 'master' of https://github.com/modula3/cm3
Compare: https://github.com/modula3/cm3/compare/46313b6aed5d...604ab0f053ab
More information about the M3commit
mailing list