gingerBill
|
04a853c6fe
|
Fix double declarations of bswaps in LLVM IR
|
2018-12-02 16:02:00 +00:00 |
|
gingerBill
|
00161023cd
|
Endian specific integers: e.g. i32 i32le i32be
|
2018-12-02 15:53:52 +00:00 |
|
gingerBill
|
7ffcf34dca
|
Modify how custom alignment is printed for LLVM IR
|
2018-11-29 22:47:08 +00:00 |
|
gingerBill
|
b55b1ffe14
|
opaque keyword and type
|
2018-11-11 17:08:30 +00:00 |
|
gingerBill
|
620d5d34f7
|
Fix issue with complication of -debug that is caused sometimes due to lambda procedures.
|
2018-11-11 11:44:55 +00:00 |
|
gingerBill
|
7c99884afb
|
Fix CompositeType for zero length arrays
|
2018-10-29 12:52:41 +00:00 |
|
gingerBill
|
2ddb27869b
|
Built-in procedure #defined
|
2018-10-27 18:44:28 +01:00 |
|
gingerBill
|
2bd85e764e
|
Merge pull request #260 from lachsinc/master
[WIP] Provide llvm with more debug info (for Visual Studio debugger support)
|
2018-10-24 09:40:05 +01:00 |
|
gingerBill
|
b171cc41e6
|
__atomic_* "intrinsics" using LLVM instructions
|
2018-10-17 21:16:01 +01:00 |
|
lachsinc
|
992502f03b
|
Add debug info for proc ptrs.
|
2018-10-05 16:49:48 +10:00 |
|
lachsinc
|
f881ebd007
|
Cleanup unused AllProcs.
|
2018-10-05 14:51:08 +10:00 |
|
lachsinc
|
11ea03d2e8
|
Tuple debug info (untested). Generated locals now flow through debug info.
|
2018-10-05 14:33:39 +10:00 |
|
lachsinc
|
99b4d59f44
|
Add arg # for proc param locals.
|
2018-10-05 12:57:06 +10:00 |
|
lachsinc
|
48ad147818
|
Cleanup; Move enums/globals di inside CompileUnit. Minor comment cleanup.
|
2018-10-04 14:09:17 +10:00 |
|
lachsinc
|
79d49f1955
|
Lexical block debug info.
|
2018-10-04 13:43:52 +10:00 |
|
lachsinc
|
1ccc8700e4
|
bit_set / bit_field debug info.
|
2018-10-02 10:06:48 +10:00 |
|
lachsinc
|
b37b7a0f72
|
Cleanup.
|
2018-10-01 01:10:22 +10:00 |
|
lachsinc
|
f8d7f42208
|
Minor cleanup.
|
2018-10-01 00:17:42 +10:00 |
|
lachsinc
|
db0756a119
|
Stepping working. Cleanup.
|
2018-10-01 00:02:41 +10:00 |
|
lachsinc
|
79ade6ac7b
|
Add various debug location stuff.
|
2018-09-30 04:47:21 +10:00 |
|
lachsinc
|
ecce1d9974
|
Add debug location stack.
|
2018-09-30 04:24:24 +10:00 |
|
lachsinc
|
9e73189d63
|
Tagged union debug info. Aggregate type fixes (unions inside structs etc.).
|
2018-09-27 21:50:57 +10:00 |
|
lachsinc
|
11bddf270c
|
Cleanup debug info 'name' stuff.
|
2018-09-27 18:34:59 +10:00 |
|
lachsinc
|
3106aaaa3d
|
Fix pointers to all things debug info. Cleanup param order. Make scope/file optional for relevent types.
|
2018-09-27 00:02:35 +10:00 |
|
lachsinc
|
54c044ee09
|
Add support for any. Fix rawptr debug type.
|
2018-09-26 05:43:58 +10:00 |
|
lachsinc
|
7acb49eefb
|
Cleanup comments/todos.
|
2018-09-26 02:17:05 +10:00 |
|
lachsinc
|
0f6c1f3482
|
Add debug info for globals. Misc debug info cleanup.
|
2018-09-26 02:01:03 +10:00 |
|
lachsinc
|
1ee0fe7457
|
Add DebugInfoArray as separate debug info type. Minor cleanup of various debug infos.
|
2018-09-25 21:24:15 +10:00 |
|
lachsinc
|
cce5e595e5
|
String debug info. Minor cleanup of derived / composite debug info output.
|
2018-09-19 01:52:08 +10:00 |
|
lachsinc
|
e7d72f6848
|
Static array debug info. Temporary dynamic array debug info (pointer to data, no len/cap info provided yet).
|
2018-09-18 23:21:44 +10:00 |
|
lachsinc
|
7dcad45e0d
|
Add proper procedure type support (return types and param proc signature)
|
2018-09-18 21:28:28 +10:00 |
|
lachsinc
|
3772ea6ae1
|
Enum debug info support.
|
2018-09-18 20:12:36 +10:00 |
|
lachsinc
|
2cc2eb1ec0
|
Fix stepping/jumping between procedures/files.
|
2018-09-18 18:10:03 +10:00 |
|
lachsinc
|
2f86f8f8e0
|
Provide llvm ir with more debug info (for Visual Studio debugger support).
|
2018-09-18 10:50:56 +10:00 |
|
gingerBill
|
71d987bd2e
|
Fix runtime proc names; Change calling convention of context parameter
|
2018-09-15 10:46:46 +01:00 |
|
gingerBill
|
4f3837f0e6
|
Procedure inlining on call site
|
2018-09-09 14:46:28 +01:00 |
|
gingerBill
|
12902821d6
|
Make diverging procedure types different from ones without a return type
|
2018-09-09 13:48:33 +01:00 |
|
gingerBill
|
3825eab989
|
Diverging procedures proc() -> ! (no return)
|
2018-09-08 12:16:03 +01:00 |
|
gingerBill
|
aa542980ce
|
Change memory layout of map to be 3 words smaller
|
2018-08-30 19:14:10 +01:00 |
|
gingerBill
|
b216e44870
|
Add underlying type for bit_set
|
2018-08-17 15:11:41 +01:00 |
|
gingerBill
|
884d5fed9f
|
bit_set['A'..'Z'], bit_set[0..8]
|
2018-08-16 15:16:57 +01:00 |
|
gingerBill
|
acc010cba5
|
Add bit_set type
|
2018-08-14 17:07:56 +01:00 |
|
gingerBill
|
89f4e7a8db
|
-no-crt flag for windows amd64
|
2018-08-13 01:22:14 +01:00 |
|
gingerBill
|
c3c7834246
|
BigInt support in the constant system
|
2018-07-28 00:41:31 +01:00 |
|
gingerBill
|
877400dd12
|
Scope to use flags rathers than booleans
|
2018-06-17 22:22:30 +01:00 |
|
gingerBill
|
4d9d38cc28
|
Move TypeAndValue to Ast from Map
|
2018-06-17 16:35:22 +01:00 |
|
gingerBill
|
c2ca24a486
|
Big renaming: AstNode to Ast
|
2018-06-17 10:58:59 +01:00 |
|
gingerBill
|
12b870ba66
|
Use const & for Array<AstNode *> parameters
|
2018-06-03 10:30:31 +01:00 |
|
gingerBill
|
619783ca1b
|
Remove clutter parameters and begin parallelizing the type checker
|
2018-05-28 18:46:39 +01:00 |
|
gingerBill
|
4d052d5119
|
Remove code relating to default struct values
|
2018-05-20 17:31:46 +01:00 |
|