Commit graph

515 commits

Author SHA1 Message Date
David Brown
f3ecbd5c2b Remove SYSTEM.H includes (string.h and stdint.h). 2016-08-22 18:24:03 +01:00
David Brown
a39eefaf18 Add SYSTEM_INT64 and make tests name independent. 2016-08-22 16:50:27 +01:00
David Brown
f5e97fdd87 Move symbol constants from OPM to OPS. 2016-08-22 13:03:47 +01:00
David Brown
298da0d13c Move table constants from OPM to OPT. 2016-08-22 12:49:50 +01:00
David Brown
02803ae1fb typ.size aware OPV.Convert 2016-08-21 14:59:11 +01:00
David Brown
731f2215aa Prepare for typ.size aware version of OPV.Convert 2016-08-21 14:26:12 +01:00
David Brown
c1228e4ae0 Replace alignment constants with calcualted alignment. 2016-08-20 23:41:49 +01:00
David Brown
899ab6ff3f Add test for alignment computability 2016-08-20 20:51:31 +01:00
David Brown
e33255b08c OPB little simplifications and ShorterSize/LongerSize functions. 2016-08-20 18:53:28 +01:00
David Brown
dd4de5aeed ByteSized and PointerSized functions. 2016-08-19 12:55:12 +01:00
David Brown
2271062636 Implement fraction, IsInfinity and IsNaN in oocLowReal.Mod. 2016-08-18 20:39:23 +01:00
David Brown
c0d5b8dbfd Make Reals.Mod independent of INTEGER size and add reals tests. 2016-08-17 17:03:36 +01:00
David Brown
80f5e51789 Original meaning of VAL restored. Many library files disabled until use of VAL in 64 bits fixed. 2016-08-16 20:30:05 +01:00
David Brown
8f82f6e47b Refactor SetIntType to work with byte size directly. Prepare to revert my incorrect VAL changes. 2016-08-16 17:22:40 +01:00
David Brown
b35ac4a32d Common code for SInt/Int/LInt in Op parameter preparation. 2016-08-14 12:25:01 +01:00
David Brown
5e1a9d5146 Common code for SInt/Int/LInt in ConstOp parameter preparation. 2016-08-14 11:57:28 +01:00
David Brown
d424697aa1 Common code for MIN and MAX of integer types. 2016-08-13 18:39:26 +01:00
David Brown
b2263d933e First SInt/Int/LInt simplification. 2016-08-13 17:49:08 +01:00
David Brown
188836d25a More tidying CASE alignments for visibility. 2016-08-13 17:31:09 +01:00
David Brown
f28c1d22cf A bit more tidying of case alignment 2016-08-13 00:25:09 +01:00
David Brown
58556457bc Support non-printables in string literals and tidy case alignment and constant literals. 2016-08-12 20:41:58 +01:00
David Brown
fe03130fe1 Trigger a build after manually pulling cygwin 64 bit. 2016-08-12 16:11:34 +01:00
David Brown
28bff470c6 Still trying to get branch switching to work. 2016-08-12 15:40:27 +01:00
David Brown
9382162aff Still trying to make build switch branches properly. 2016-08-12 15:29:37 +01:00
David Brown
5bac0c5818 buildall needs to pull both before *and* after branch checkout. 2016-08-12 15:10:06 +01:00
David Brown
021f1f0798 Show enlistment branch in makefiles 2016-08-12 15:01:36 +01:00
David Brown
aa0ec53964 Force checkout on branch switch in buildall. 2016-08-12 12:28:24 +01:00
David Brown
0049d88a0f Update bootstrap sources. 2016-08-12 12:19:02 +01:00
David Brown
f5ae1af37d Fix postpush buildall script to force checkout of updated buildall. 2016-08-12 11:21:32 +01:00
David Brown
aea81809e6 Must git pull before git checkout <branch>. 2016-08-11 18:53:58 +01:00
David Brown
480c2e02eb Deduplicate common constants into OPM and do some source format tidying. 2016-08-11 18:37:56 +01:00
David Brown
b1dc7d77e8 Update boostrap source 2016-07-22 20:20:57 +01:00
David Brown
6d957bf0bb Remove unused variable and export. Thanks Oleg. 2016-07-22 18:56:14 +01:00
David Brown
d9c319ef3a Fix initial Time() value and fix GetTimeOfDay on Windows. Thanks Oleg. 2016-07-22 14:25:39 +01:00
David C W Brown
c07485d5a4 Merge pull request #37 from vishaps/FileList
Remove limit on numeric value of OS handles from Files.Mod
2016-07-21 14:15:02 +01:00
David Brown
d43279d053 postpushpl fix buildall parameter (yes, again). 2016-07-21 13:58:46 +01:00
David Brown
0d988a8ea0 postpush.pl fix branch passed to buildall. 2016-07-21 12:56:10 +01:00
David Brown
ff9a45bc1a postpush.pl must pull latest changed branch to get appropriate buildall.pl. 2016-07-21 12:49:27 +01:00
David Brown
61eb8199d4 Make autobuild use latest changed branch. 2016-07-21 12:39:10 +01:00
David Brown
c21975dc2a Remove limit on numeric value of OS file handle. 2016-07-21 12:26:20 +01:00
David Brown
0004fca318 Status report tweaks. 2016-07-20 14:32:15 +01:00
David Brown
92e892c450 Fix success colour and width of build status report. 2016-07-20 12:25:41 +01:00
David Brown
4bbfe120c7 Add reporting of generated assembler changes. 2016-07-20 11:15:19 +01:00
David Brown
b3e2c5f9a6 Second attempt at disabling assembler generation for cygwin 64. 2016-07-19 21:55:47 +01:00
David Brown
0349189479 Separate assembly source by build flavour. 2016-07-19 20:38:41 +01:00
David Brown
359aa1c43f Add preliminary tests for generated code changes in the confidence tests. 2016-07-19 17:59:04 +01:00
David Brown
ece90b85c5 Omit (more) platform specific settings from code change tests. 2016-07-19 15:54:09 +01:00
David Brown
d6acf11700 Update bootstrap sources. 2016-07-19 15:37:07 +01:00
David Brown
afb70fa178 Try explicitly calling 'sh' in confidence tests to avoid limitation on termux. 2016-07-18 17:25:25 +01:00
David Brown
3f6c6243cb Fix typo in typedef of U_INTEGER. Thanks Oleg! 2016-07-18 16:41:52 +01:00