index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
trans
/
codegen_c.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-18
Codegen C - Fix bad SwitchValue with signed
John Hodge
1
-1
/
+1
2017-11-18
Codegen - Fiddling with MSVC support (not quite there)
John Hodge
1
-20
/
+1
2017-11-18
Codegen C - Various attempts at making MSVC work
John Hodge
1
-39
/
+154
2017-11-18
Codegen C - Fiddling with MSVC
John Hodge
1
-4
/
+4
2017-11-05
Trans - Calculate sizes, alignment, and representation
John Hodge
1
-8
/
+7
2017-11-05
MIR - Use SwitchValue terminator
John Hodge
1
-2
/
+49
2017-11-01
All - Clean up a few minor errors (pointed out in #31)
John Hodge
1
-1
/
+1
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
1
-204
/
+127
2017-10-14
Codegen C - Escape trigraphs in strings
John Hodge
1
-63
/
+53
2017-09-24
LoadCrates - Support loading crates that might collide (and handle name colli...
John Hodge
1
-2
/
+2
2017-09-23
Codegen C - A few MSVC fixes
John Hodge
1
-30
/
+38
2017-09-23
Codegen C - Use static when a destructor would be locally defined, extern oth...
John Hodge
1
-3
/
+15
2017-09-22
Trans - Little fixes for MSVC 32-bit
John Hodge
1
-6
/
+34
2017-09-22
Trans - MSVC twiddling
John Hodge
1
-3
/
+31
2017-09-10
Const Eval - Evalulate from MIR where possible (avoids BorrowData)
John Hodge
1
-2
/
+2
2017-09-10
Consteval - Remove BorrowOf in favor of BorrowPath/BorrowData
John Hodge
1
-2
/
+8
2017-09-10
Codegen C - Slightly more efficient static string output
John Hodge
1
-5
/
+11
2017-09-09
Codegen C - Omit useless labels and gotos (untested)
John Hodge
1
-2
/
+82
2017-09-09
Codegen C - Cleaner handling of link dirs, fix try intrinsic
John Hodge
1
-8
/
+25
2017-09-08
HIR - Store link paths
John Hodge
1
-0
/
+11
2017-08-20
Codegen C - Fix a few bugs with MSVC mode
John Hodge
1
-3
/
+27
2017-08-20
Codegen C - Rough support for msvc inline assembly
John Hodge
1
-79
/
+137
2017-08-19
Codegen C - U8 MSVC atomics
John Hodge
1
-0
/
+4
2017-08-18
Trans - VTable unsizing in statics, emit vtables before statics
John Hodge
1
-1
/
+13
2017-07-25
HIR Typecheck - Refactor of markings to keep more information
John Hodge
1
-56
/
+65
2017-07-16
All - Upgrade to rustc 1.19.0 beta (2017-07-08)
John Hodge
1
-5
/
+140
2017-07-14
Codegen C - Attempt at fixing crash associated with non-ZST ZSTs
John Hodge
1
-24
/
+60
2017-07-14
Codegen C - Optionally add an unused/dummy field to unit-like types
John Hodge
1
-21
/
+86
2017-07-09
Codegen C - Fix use of removed (empty) variants
John Hodge
1
-14
/
+25
2017-07-09
Codegen C - Possible fix for gcc codegen.
John Hodge
1
-32
/
+27
2017-07-09
Codegen C - MSVC hackery.
John Hodge
1
-2
/
+25
2017-07-09
Codegen C - Fix UB
John Hodge
1
-1
/
+1
2017-07-09
All - Fix compilation on gcc
John Hodge
1
-0
/
+7
2017-07-09
Codegen C - Fix ABI for winapi functions, plan for overriding type representa...
John Hodge
1
-1
/
+6
2017-07-09
Codegen C - Fix cross-compiler alignof
John Hodge
1
-17
/
+11
2017-07-08
Codegen+Loading - MSVC support draft (libcore compiles, doesn't load)
John Hodge
1
-123
/
+601
2017-07-07
Codegen C - Rough support for MSVC compatible code
John Hodge (bugs)
1
-40
/
+107
2017-07-07
Trans - Hackery to run MSVC
John Hodge (bugs)
1
-4
/
+78
2017-07-06
Misc - Minor MSVC fixes
John Hodge (bugs)
1
-1
/
+1
2017-07-06
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-623
/
+844
2017-07-06
Codegen C - Very basic start on backend modes
John Hodge (bugs)
1
-6
/
+13
2017-07-06
MIR - Add (but don't use) a SwitchValue terminator
John Hodge
1
-1
/
+8
2017-07-02
Codegen C - Fix indenting in destructors
John Hodge
1
-25
/
+22
2017-07-02
Codegen C - (minor) Comment before enum definitions
John Hodge
1
-0
/
+1
2017-06-22
Codegen C - First pass at structured C output (generated, but not compiled)
John Hodge
1
-94
/
+247
2017-06-18
Trans - Starting work on multiple targets
John Hodge
1
-492
/
+568
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-21
/
+12
2017-06-15
Codegen C - Fix float precision, disable test broken by fixed precision
John Hodge
1
-18
/
+14
2017-06-11
Codegen C - Fix -INFINITY
John Hodge
1
-1
/
+1
2017-06-11
Codegen C - Make all drop glue static
John Hodge
1
-6
/
+6
[next]