Tomas Lindquist Olsen
aae027961c
merge
2008-08-13 15:43:34 +02:00
Christian Kamm
3e064bdb19
Change web statistics layout, thanks anders!
2008-08-12 18:33:34 +02:00
Tomas Lindquist Olsen
85a122a53f
missed one phobos test
2008-08-12 00:56:09 +02:00
Tomas Lindquist Olsen
bec4e850e4
fixed some failing minitests (badly classified / phobos)
2008-08-12 00:54:32 +02:00
Tomas Lindquist Olsen
43567aca3b
Fixed a critical bug in the runtime, where _d_allocmemoryT would mark
...
the memory block as having pointers (for scanning) opposite of what it
should. So pointers would not be seen and freed. Should fix a bunch of
regressions with AAs.
2008-08-10 17:28:01 +02:00
Tomas Lindquist Olsen
9d7f16b967
Added pragma(llvmdc, "string") for misc per-module compiler configuration, currently "string" can only be "verbose" which forces -vv for module it appears in.
...
Reimplemented support for nested functions/class using a new approach.
Added error on taking address of intrinsic.
Fixed problems with the ->syntaxCopy of TypeFunction delegate exp.
Removed DtoDType and replaced all uses with ->toBasetype() instead.
Removed unused inplace stuff.
Fixed a bunch of issues in the runtime unittests, not complete yet.
Added mini tests.
2008-08-10 08:37:38 +02:00
Tomas Lindquist Olsen
7988ecb8be
added testcase for taking address of function as constant expr.
2008-08-04 03:40:08 +02:00
Tomas Lindquist Olsen
daad516579
Removed the 'needsstorage' thing from Dsymbol. Arguments are not always given storage when applicable. This is not longer treat specially
...
in this regard. Code for accessing nested variables and contexts rewritten. Probably more. Fairly well tested.
2008-08-04 02:59:34 +02:00
Tomas Lindquist Olsen
b0a5f554d6
Fixed problem in AssignExp where the result value might be uninitialized. see mini/assign1.d
2008-08-03 16:59:28 +02:00
Tomas Lindquist Olsen
996c197aa8
stupid merges
2008-08-03 16:16:16 +02:00
Tomas Lindquist Olsen
0640b52d3e
Added a mini test case for nested stuff
2008-08-03 16:11:38 +02:00
Christian Kamm
90693b23b1
Use path separator to make minitests work on windows.
2008-08-03 14:03:15 +02:00
Tomas Lindquist Olsen
e31070a437
Fixed problems with nested 'this'. Fixes #39 .
...
Fixed problem with debug info order of intrinsic calls (func.start after declare).
2008-08-02 00:50:39 +02:00
Tomas Lindquist Olsen
9b45fc5533
Changed the handling of variadic intrinsics a bit.
...
Removed the -fp80 option and made real be 80bit floats on X86, this is what the D spec really says it should be and fixes a bunch of issues.
Changed the handling of parameter attributes to a bit more generalized approach.
Added sext/zext attributes for byte/short/ubyte/ushort parameters, fixes #60 .
Parameter attribs now properly set for intrinsic calls if necessary.
Made the tango.math.Math patch less intrusive.
Fixed/added some mini tests.
2008-08-01 17:59:58 +02:00
Tomas Lindquist Olsen
07cfb67178
Removed tango from the repository and instead added a runtime dir with the files needed to patch and build tango from svn.
...
Reworked the LLVMDC specific pragmas.
2008-08-01 00:32:06 +02:00
Tomas Lindquist Olsen
660290f640
stupid merge ... :/
2008-07-30 10:41:31 +02:00
Tomas Lindquist Olsen
713dfe71b5
clean out obj dir before running mini test.
2008-07-28 07:25:13 +02:00
Tomas Lindquist Olsen
675e9b3cf0
testing the new mini test runner features.
2008-07-28 03:04:28 +02:00
Tomas Lindquist Olsen
57fd67aa35
Updated the mini test runner to allow classified tests as
...
compile,nocompile,run,norun.
2008-07-28 03:03:44 +02:00
Christian Kamm
9a9e47957b
Remove -O0 from command line for compiling tests.
2008-07-23 20:19:58 +02:00
Christian Kamm
c26f33f0bf
.hgignore updates. runminitest stores object files separately.
2008-07-23 18:53:44 +02:00
Christian Kamm
a51342ca94
Fix broken switch4.d test case.
2008-07-23 18:04:06 +02:00
Christian Kamm
04db1053e0
[svn r392] Make import of std.compat in object.di used for testing public.
2008-07-15 10:56:16 +02:00
Christian Kamm
1486f29abb
[svn r391] Fix classes nested inside functions for real.
2008-07-15 10:23:50 +02:00
Christian Kamm
5b9edddb9d
[svn r389] Include std.outofmemory in testincludes.
...
Fixes run/OutOfMemory_01, 02.
2008-07-15 08:20:21 +02:00
Christian Kamm
4bcbe1cf68
[svn r383] Add explanations to dstress result table.
2008-07-14 21:03:15 +02:00
Christian Kamm
3f37dbe005
[svn r367] In web dstress statistics, write change lists sorted by filename.
2008-07-13 09:14:01 +02:00
Tomas Lindquist Olsen
c4982165ba
[svn r366] Fixed identity exprs for structs was comparing addresses, not content!
2008-07-13 04:27:02 +02:00
Tomas Lindquist Olsen
4b8d048d59
[svn r364] fixed mini/sync2.d test case.
2008-07-13 03:02:15 +02:00
Tomas Lindquist Olsen
5457969aab
[svn r363] Fixed a problem with the mini-test-driver.
2008-07-13 02:55:41 +02:00
Tomas Lindquist Olsen
cecb64b2e4
[svn r362] Started merging the old 'test' dir as well as the newer 'tangotests' dir into 'tests/mini' and 'tests/minicomplex'.
2008-07-13 02:51:19 +02:00
Christian Kamm
f0d8b9e153
[svn r354] Fix the regressions between [346] and [353] by making constructors and destructors outside classes fatal errors.
...
Fix tests makefile and add minimize to gc.d.
2008-07-12 09:23:14 +02:00
Christian Kamm
fdca461a61
[svn r347] Foundation for adding tangobos to test environment is in place.
2008-07-10 21:29:15 +02:00
Christian Kamm
64ab226a4b
[svn r343] Move object.di used for running dstress into separate directory.
2008-07-09 17:02:55 +02:00
Christian Kamm
87feaef81b
[svn r309] Remove the large dstress test result files from svn repository.
2008-06-21 14:06:00 +02:00
Christian Kamm
f235b71c7b
[svn r295] Added phobos aliases to string, wstring, dstring and Error to the object.di used for testing.
...
Test results for current revision added.
2008-06-19 13:54:31 +02:00
Christian Kamm
039664b249
[svn r287] update to test statistics generation
2008-06-15 12:58:48 +02:00
Christian Kamm
365687ec7c
[svn r286] removing test statistics from repository; they are too big and change too often
2008-06-15 11:40:47 +02:00
Christian Kamm
1ae510ae6c
[svn r279] fixed bug in makewebstatistics, regenerated output
2008-06-13 08:21:11 +02:00
Tomas Lindquist Olsen
27449a2aea
[svn r278] Added test results for [277]
2008-06-13 07:50:55 +02:00
Christian Kamm
b1e2b66695
[svn r275] improved makewebstatistics
2008-06-12 18:40:47 +02:00
Christian Kamm
5ab116dab4
[svn r273] added html header to web statistics
2008-06-12 18:22:33 +02:00
Christian Kamm
8ddd281bb1
[svn r272] some rough html statistics for the tests
2008-06-12 18:19:54 +02:00
Christian Kamm
9dc26ff388
[svn r266] dstress results for [265] and small fix for cleanup in runtests script
2008-06-10 21:44:04 +02:00
Christian Kamm
1da2bbda9d
[svn r255] added dstress results for [254]
2008-06-08 21:23:09 +02:00
Christian Kamm
c1d240582d
[svn r252] added warnings about using an up to date runtime
2008-06-08 18:20:48 +02:00
Christian Kamm
2f590b41e3
[svn r251] fixed arguments checking in runtest script
2008-06-08 12:06:22 +02:00
Tomas Lindquist Olsen
d03c3a7757
[svn r233] Added: -oq command line option for writing fully qualified object names.
...
Added: started support for x86 80bit floating point.
Changed: aggregates passed by value now use the llvm 'byval' parameter attribute, also lays ground work for
using other attributes.
Changed: eliminated a lot more std::vectorS, these showed up pretty much at the top when profiling!
Changed: performed other misc. cleanups.
Changed: halt expression now call the new llvm trap intrinsic instead of an assert(0).
Changed: dstress suite now passes -O0 by default, this only eliminates unreferenced globals, which speeds up
linking quite a bit.
2008-06-05 06:38:36 +02:00
Tomas Lindquist Olsen
1a41b9ef12
[svn r232] Added dstress test results for rev [231] .
2008-06-03 22:32:59 +02:00
Christian Kamm
bcc112e37f
[svn r224] clean up temporaries after dstress has run
2008-05-13 21:41:25 +02:00