Wolfgang Bumiller
|
459356a48d
|
accidentally left those in
|
2014-09-26 15:32:14 +02:00 |
|
Wolfgang Bumiller
|
beaba494b5
|
For now I'll just disable this
|
2014-09-26 15:25:33 +02:00 |
|
Dale Weiler
|
463426ad47
|
Some fixes
|
2014-05-25 02:27:02 -04:00 |
|
Dale Weiler
|
655c2482c9
|
Fix vec3_cross. Added optimization to Makefile since we've been compiling gmqcc without it since forever.
|
2014-05-25 02:04:10 -04:00 |
|
Dale Weiler
|
cc20d7e4e9
|
Disable stupid clang warning.
|
2014-05-24 10:02:58 -04:00 |
|
Dale Weiler
|
90533079c8
|
Rework distro package build system.
|
2014-04-05 05:16:15 -04:00 |
|
Dale Weiler
|
8c0a280a3e
|
Fixed Windows builds. Now we also build Win64 packages.
|
2014-04-05 02:50:07 -04:00 |
|
Dale Weiler
|
103bca7284
|
Partially fix that.
|
2013-12-14 14:57:10 -05:00 |
|
Dale Weiler
|
4d4851e179
|
Faster hashing reaching 16 GB/s on Phenom II X4.
|
2013-12-14 01:23:39 -05:00 |
|
Dale Weiler
|
dd33f4e498
|
Update deps
|
2013-10-17 04:27:34 -04:00 |
|
Dale Weiler
|
65a2b83abd
|
Cleanup for builds
|
2013-10-14 02:17:45 -04:00 |
|
Dale Weiler
|
ef51b30387
|
Fix windows builds, add strip target for makefiles, update distro build makefiles to use it for release builds.
|
2013-10-11 09:51:08 -04:00 |
|
Dale Weiler
|
6da151eba1
|
Update dependencies
|
2013-10-11 08:10:32 -04:00 |
|
Dale Weiler
|
e9bde1e4e4
|
Add back the correct directory handling for msvc
|
2013-10-11 05:09:55 -04:00 |
|
Dale Weiler
|
033cf7c7d3
|
More cleanups
|
2013-10-11 03:59:25 -04:00 |
|
Dale Weiler
|
12a864abf5
|
Some more platform / compiler specific code refactoring.
|
2013-10-11 03:02:38 -04:00 |
|
Dale Weiler
|
151606e255
|
Initial platform / compiler specific code refactoring.
|
2013-10-11 02:39:30 -04:00 |
|
Dale Weiler
|
9908209f58
|
Fix dependincies
|
2013-09-08 13:04:07 -04:00 |
|
Dale Weiler
|
efa571043b
|
Make makes output consistent with BSD makes output for make
|
2013-08-21 09:49:26 -04:00 |
|
Dale Weiler
|
d5d38e94ef
|
Some testing for valgrind in the makefile
|
2013-08-16 07:33:57 +00:00 |
|
Dale Weiler
|
89893f9a24
|
Valgrind integration for our memory allocator.
|
2013-08-16 07:22:01 +00:00 |
|
Dale Weiler
|
a622d5163b
|
Rework some build stuff for better output and to enable strict prototypes
|
2013-08-16 03:28:02 +00:00 |
|
Dale Weiler
|
ade8626df7
|
Perform some strict aliasing all over this biatch. We ain't trippin on code that breaks it.
|
2013-08-14 10:16:04 +00:00 |
|
Dale Weiler
|
73d9aa29c4
|
Made intrinsics seperate from the parser.
|
2013-08-14 06:02:15 +00:00 |
|
Dale Weiler
|
7669a99c7f
|
increment the optimization counter for DCE'd folds, also enable -O3 for compilation.
|
2013-08-01 14:24:10 +00:00 |
|
Dale Weiler
|
6f749d61b1
|
Added -Oconst-fold-dce (dead code elimination optimization for when constant expressions form the basis of the dead code, i.e if else with constant expression). Fixed deps and added documentation. Cleaned up folds for ir_value (can now use the same macros as the ast_value ones).
|
2013-08-01 07:07:59 +00:00 |
|
Dale Weiler
|
e08f00bfcd
|
Update clean rules in makefiles to remove coverity stuff
|
2013-06-22 00:16:44 +00:00 |
|
Dale Weiler
|
edf59e4f73
|
Fixed possible bug in VM. Added coverity rules to makefiles.
|
2013-06-22 00:15:25 +00:00 |
|
Dale Weiler
|
944ec75687
|
Retarded clang warning is retarded.
|
2013-06-18 07:26:07 +00:00 |
|
Dale Weiler
|
ad8d76b212
|
Fixed
|
2013-06-16 08:24:13 +00:00 |
|
Dale Weiler
|
de8974d03e
|
Use includes for makefile consistency. Added make depend rule for BSDmakefile.
|
2013-06-16 08:21:23 +00:00 |
|
Dale Weiler
|
685925398c
|
Dependency consistency
|
2013-06-16 07:22:37 +00:00 |
|
Dale Weiler
|
ec6de55d3c
|
Update some things
|
2013-06-16 07:21:40 +00:00 |
|
Dale Weiler
|
004832f6ec
|
Make it compile with g++ again
|
2013-06-16 05:59:41 +00:00 |
|
Dale Weiler
|
144672fada
|
Strict prototyping
|
2013-06-06 02:51:13 +00:00 |
|
Dale Weiler
|
9af3c502da
|
Major utility rewrite for compiler memory utilization statistics. Cleanups everywhere, no more NOTRACK stuff, all allocates are tracked. Major identifier cleanups as well.
|
2013-06-02 08:21:06 +00:00 |
|
Dale Weiler
|
e3f4ae3038
|
Add back that splint flag
|
2013-05-29 03:39:38 +00:00 |
|
Dale Weiler
|
d45956f55e
|
Fix that memory leak that I spent hours trying to find months ago and didn't succeed at.
|
2013-05-29 03:35:51 +00:00 |
|
Dale Weiler
|
f892b32335
|
Major export cleanup. Anything that was exported but wasn't used outside where it was implemented has been turned into static, and their exports have been removed. This actually makes the compiler compile slightly faster.
|
2013-05-29 03:29:04 +00:00 |
|
Dale Weiler
|
df8b486c98
|
Prevent negitive numbers from being used as the left operand of shift operator.
|
2013-05-29 02:37:45 +00:00 |
|
Dale Weiler
|
e02ebfe486
|
Result of shift operation on signed integers is bad.
|
2013-05-29 02:24:12 +00:00 |
|
Dale Weiler
|
f281de7a3c
|
Cleanups and fixes
|
2013-05-29 02:16:50 +00:00 |
|
Dale Weiler
|
721b581376
|
Fix deps (remove duplicates with clever make tricks)
|
2013-04-28 03:50:22 +00:00 |
|
Dale Weiler
|
a8e2a47da8
|
Less general name for PAK utility, added install targets for PAK utility, added manpag for PAK utility, this closes #108
|
2013-04-28 03:41:03 +00:00 |
|
Wolfgang Bumiller
|
5007fd7f71
|
don't overwrite ldflags/libs env vars
|
2013-04-26 17:44:44 +02:00 |
|
Dale Weiler
|
50ff9e4fd0
|
Fix OSX compiles
|
2013-04-26 15:43:13 +00:00 |
|
Dale Weiler
|
c6f2c8fc3d
|
That is also not needed anymore
|
2013-04-25 03:37:40 +00:00 |
|
Dale Weiler
|
2a3376cb52
|
not needed for arm anymore
|
2013-04-25 03:36:57 +00:00 |
|
Dale Weiler
|
10dd7aacfe
|
Apply some static where it belongs
|
2013-04-25 03:34:42 +00:00 |
|
Dale Weiler
|
1b5504fb9e
|
Fix alignment issues (can remove a clang warning, and also makes our code more portable!)
|
2013-04-25 03:17:52 +00:00 |
|