-
Digital Mars
- Pacific Northwest
- http://www.walterbright.com
- @WalterBright
Pinned Loading
-
-
dlang/druntime
dlang/druntime Public archiveLow level runtime library for the D programming language
-
dlang/dlang.org
dlang/dlang.org PublicPages for the dlang.org website, home of the D Programming Language
-
768 contributions in the last year
Day of Week | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created 31 commits in 2 repositories
Created a pull request in dlang/dmd that received 3 comments
fix #21142 seg fault on floating point code
Forgot to save index register(s) on XMM post increment.
+22
−2
lines changed
•
3
comments
Opened 30 other pull requests in 1 repository
dlang/dmd
28
merged
2
open
-
use INSTR.szToFtype()
This contribution was made on Apr 26
-
implement REGSAVE_save/restor for floating point registers
This contribution was made on Apr 26
-
get tstresult() to work with 128 bit floats
This contribution was made on Apr 26
-
add 128 bit float support to cdorth()
This contribution was made on Apr 23
-
fix cdneg() for integer, float, and 128 bit floats
This contribution was made on Apr 23
-
reals do not fit in XMM registers
This contribution was made on Apr 22
-
more cases of creating complex expressions
This contribution was made on Apr 21
-
use OPpair instead of OPadd to form complex type
This contribution was made on Apr 21
-
load 128 bit floating point constants from global
This contribution was made on Apr 20
-
calling compiler helper functions now works
This contribution was made on Apr 20
-
add ability to call helper functions
This contribution was made on Apr 20
-
prefer __gshared to static, as dmd is not multithreaded
This contribution was made on Apr 19
-
initial support for 128 bit floats
This contribution was made on Apr 19
-
fix offsets in prolog_saveregs/restoreregs
This contribution was made on Apr 17
-
fix #21203 Placement new does not count as initialization
This contribution was made on Apr 16
-
fix ldr/str floating point registers
This contribution was made on Apr 15
-
add floatPost()
This contribution was made on Apr 14
-
change mscoffobj.d to more D style
This contribution was made on Apr 13
-
fix #21161 placement new fails on default-init struct
This contribution was made on Apr 12
-
upgrade obj_mangle2() to use OutBuffer
This contribution was made on Apr 11
-
re-enable RM.load check
This contribution was made on Apr 10
-
fixes for assignaddrc() and cmpval()
This contribution was made on Apr 10
-
do not use TYucent for struct copies
This contribution was made on Apr 8
-
detail optimize switch compares
This contribution was made on Apr 7
-
get switch statements to work
This contribution was made on Apr 6
- Some pull requests not shown.
Reviewed 6 pull requests in 1 repository
dlang/dmd
6 pull requests
-
prefer __gshared to static, as dmd is not multithreaded
This contribution was made on Apr 23
-
add ability to call helper functions
This contribution was made on Apr 20
-
fix #21203 Placement new does not count as initialization
This contribution was made on Apr 16
-
ImportC: Add __module declarations
This contribution was made on Apr 11
-
Fix #20985 - runnable\exe1.c heisenbugs on Win64
This contribution was made on Apr 11
-
add exe2.c exe3.c Import C test files
This contribution was made on Apr 4
Created an issue in dlang/dmd that received 1 comment
ImportC old style C function prototypes
void proto1() { int proto2(); proto2(proto2(1,2),3);
} int proto2(a,b) { } // line 11
test.c(11): Error: undefined identifier `a`
test.c(11): Erro…
1
comment
Opened 1 other issue in 1 repository
dlang/dmd
1
open
-
seg fault on floating point code
This contribution was made on Apr 3