Wilson Snyder
|
a58e7d94ec
|
Error continuation lines no longer have %Error prefix.
|
2019-05-30 20:30:59 -04:00 |
Wilson Snyder
|
b83b606267
|
Internals: Detab and fix spacing style issues. No functional change.
When diff, recommend using "git diff --ignore-all-space"
When merging, recommend using "git merge -Xignore-all-space"
|
2019-05-19 16:13:13 -04:00 |
Wilson Snyder
|
07e6bc17db
|
Fix error message showing pointer
|
2019-05-13 19:31:00 -04:00 |
Wilson Snyder
|
8a4aeddbb0
|
Copyright year update.
|
2019-01-03 19:17:22 -05:00 |
Wilson Snyder
|
6a5a2a56d7
|
Internals: Favor AstNetlist for global thread errors, and allow 0 line number error suppression.
|
2018-11-16 20:49:17 -05:00 |
Wilson Snyder
|
b8098098d8
|
Internals: Refactor input/output to new class in prep for ref support.
|
2018-10-27 17:29:00 -04:00 |
Wilson Snyder
|
304a24d03a
|
Internals: Fix many clang-tidy issues. No functional change intended.
|
2018-10-14 18:39:33 -04:00 |
Wilson Snyder
|
5ae1ce90ad
|
Internals: Refactor into cvtToHex function. No functional change.
|
2018-10-14 16:25:36 -04:00 |
Wilson Snyder
|
d87b9d25ca
|
Internals: Cleanup and standardize include order. No functional change intended.
|
2018-10-14 13:59:40 -04:00 |
Wilson Snyder
|
595419b370
|
Internals: Sort includes for clang-tidy. No functional change intended.
|
2018-10-14 07:04:18 -04:00 |
Wilson Snyder
|
75f28fd446
|
Internals: Fix spacing of function calls. No functional change.
|
2018-08-25 09:52:45 -04:00 |
Wilson Snyder
|
8f838433df
|
Internals: Fix spacing and style of v4 changes. No functional change.
|
2018-08-23 05:22:34 -04:00 |
Wilson Snyder
|
ec8dbbffed
|
MAJOR: Add multithreaded model generation.
|
2018-07-22 20:54:28 -04:00 |
Wilson Snyder
|
43694ec87c
|
Continued... Show file and line info when possible on internal graph errors.
|
2018-07-14 20:44:43 -04:00 |
Wilson Snyder
|
22939d7473
|
Merge from master
|
2018-07-14 19:27:51 -04:00 |
Wilson Snyder
|
9e3a88c41d
|
Inability to write a file is typically user, not internal error.
|
2018-07-14 19:22:50 -04:00 |
Wilson Snyder
|
2edfe7b8a8
|
Internals: Ordering internals realigned with thread branch.
|
2018-06-22 23:01:50 -04:00 |
Wilson Snyder
|
3444dad9ce
|
Internals: Refactoring in prep for next commit. No functional change.
|
2018-06-22 22:56:58 -04:00 |
Wilson Snyder
|
b8842f7e55
|
Fix clocker attributes to not propagate on concats.
|
2018-06-22 19:46:27 -04:00 |
Wilson Snyder
|
c1f2b2cf93
|
*Ordering Change*: Separate initial and settle when ordering. From threads branch.
|
2018-06-21 23:12:11 -04:00 |
Wilson Snyder
|
011e9f3b0a
|
Internals: Reorder some functions in prep for threads. No functional change.
|
2018-06-21 23:08:56 -04:00 |
Wilson Snyder
|
1fad055286
|
Internals: Add TSP solver, for future threads branch.
|
2018-06-17 21:06:41 -04:00 |
Wilson Snyder
|
7fc565a1bd
|
Merge from master
|
2018-06-14 19:04:36 -04:00 |
Wilson Snyder
|
0eb1d0a84e
|
Fix cppcheck warnings. No functional change intended.
|
2018-06-14 18:59:24 -04:00 |
Wilson Snyder
|
5d26bca55c
|
Internals: Remove unneeded returns on asserts.
|
2018-06-13 18:05:00 -04:00 |
Wilson Snyder
|
c253b7769e
|
Merge from master
|
2018-05-20 09:14:30 -04:00 |
Wilson Snyder
|
0efe343494
|
Renamed --profile-cfuncs to --prof-cfuncs.
|
2018-05-20 09:12:29 -04:00 |
Wilson Snyder
|
cd4e6b35b3
|
Internals: Standardize debug() function generation. No functional change intended.
|
2018-05-14 06:50:47 -04:00 |
Wilson Snyder
|
05db8ce6c8
|
Internals: Move iterators to AstNVisitor to avoid null this.
|
2018-05-10 20:55:37 -04:00 |
Wilson Snyder
|
2c30aecc5b
|
Merge from master
|
2018-03-10 16:51:34 -05:00 |
Wilson Snyder
|
770045676f
|
Internals: Split some extremely long lines. No functional change.
|
2018-03-10 16:32:04 -05:00 |
Wilson Snyder
|
54a101acbe
|
Internals: Fix -DLEAK_CHECKS failing due to visitor destructor being too late.
|
2018-03-10 12:57:50 -05:00 |
Wilson Snyder
|
597d28b505
|
Fix internals to make null-pointer-check clean. Also add more const's. No functional change intended, but likely something will break.
|
2018-02-01 21:32:58 -05:00 |
Wilson Snyder
|
94e8cf1de9
|
Internals: Use explicit std:: instead of using namespace std. No functional change intended.
|
2018-02-01 21:24:41 -05:00 |
Wilson Snyder
|
8e65d93d6d
|
Copyright year update. No functional change.
|
2018-01-02 18:05:06 -05:00 |
Wilson Snyder
|
45de0599d7
|
Commentary
|
2017-11-27 20:11:34 -05:00 |
Wilson Snyder
|
7369500bb7
|
Fix cppcheck warnings
|
2017-11-23 10:43:34 -05:00 |
John Coiner
|
cb72390b57
|
Internals: Remove dead loop-related code in V3Order.cpp and V3OrderGraph.h
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2017-11-23 08:26:36 -05:00 |
John Coiner
|
df471e87eb
|
Internals: Break unnecessary dependencies in V3Order.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2017-10-28 13:31:04 -04:00 |
Wilson Snyder
|
cc0b780412
|
Internals: More use of unordered_map/set. No functional change intended.
|
2017-10-18 18:22:58 -04:00 |
Wilson Snyder
|
de35c90847
|
Fix float-conversion warning, bug1229.
|
2017-10-11 19:01:37 -04:00 |
Wilson Snyder
|
c5b24f3850
|
Internals: Remove dead code, bug1215.
|
2017-09-18 07:13:58 -04:00 |
Wilson Snyder
|
63361fc56e
|
Add performance information to --stats file.
|
2017-09-17 22:52:57 -04:00 |
Wilson Snyder
|
c28a6eef3b
|
Fix whitespace issues, bug1203.
|
2017-09-11 19:18:58 -04:00 |
Wilson Snyder
|
8943ad5966
|
internals: Remove extra newlines on v3fatalSrc. No functional change.
|
2017-04-28 20:09:27 -04:00 |
Wilson Snyder
|
e6d7e7e329
|
Version bump
|
2017-01-15 12:13:13 -05:00 |
Wilson Snyder
|
2d0084308d
|
Internals: Convert AstNUser to non-pointer to avoid NULL call. No functional change intended.
|
2016-11-27 09:40:12 -05:00 |
Wilson Snyder
|
7efa40966a
|
Internals: Remove second argument to visitors. No functional change intended.
|
2016-11-27 08:11:38 -05:00 |
Wilson Snyder
|
e52f5f1b63
|
Internals: Remove extraneous castNode() calls. No functional change.
|
2016-11-05 10:06:43 -04:00 |
Wilson Snyder
|
b738d1960a
|
Copyright year update
|
2016-01-06 20:36:41 -05:00 |