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 (
Collapse
)
Author
Files
Lines
2017-03-26
Trans - Handle drop of unsized objects
John Hodge
1
-9
/
+64
2017-03-12
Codegen C - Fix integer literal types
John Hodge
1
-1
/
+1
2017-03-10
Codegen C - Fix edge case with INT64_MIN
John Hodge
1
-8
/
+11
2017-03-06
Codegen C - Minor fixes
John Hodge
1
-4
/
+24
2017-03-02
MIR Gen - More Param usage
John Hodge
1
-2
/
+1
2017-02-26
Codegen C - Fix transmute on constants
John Hodge
1
-1
/
+10
2017-02-25
MIR Gen - Use MIR::Param (and associated changes)
John Hodge
1
-21
/
+14
2017-02-22
MIR - Restrict Constant::Bytes to returning &[u8; N]
John Hodge
1
-28
/
+9
2017-02-22
MIR - Add types to integer constants
John Hodge
1
-18
/
+16
2017-02-22
MIR - Make MakeDst ptr a Param
John Hodge
1
-1
/
+1
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
1
-254
/
+254
2017-02-19
Trans - Conditionally emit struct/tuple constructor wrappers
John Hodge
1
-57
/
+85
2017-02-11
Trans - Allow passing library directories from command line
John Hodge
1
-3
/
+23
2017-02-04
Codegen C - Enable gc-sections for binaries
John Hodge
1
-0
/
+1
2017-02-03
Codegen C - Fix incorrect second argument for slice_cmp
John Hodge
1
-1
/
+1
2017-02-03
Codegen C - Fix ctz/clz intrinsics
John Hodge
1
-5
/
+44
2017-02-02
Codegen C - Fix incorrect impl of Fn* for fn pointers
John Hodge
1
-2
/
+2
2017-01-29
Trans Codegen - Fix emision of enum literals
John Hodge
1
-0
/
+12
2017-01-29
Trans - Only emit typeid if needed
John Hodge
1
-1
/
+4
2017-01-29
Codegen C - repr(C/u*) enums
John Hodge
1
-0
/
+26
2017-01-22
Trans - #[start] attribute
John Hodge
1
-6
/
+13
2017-01-21
Trans/Expand - #[main] attribute
John Hodge
1
-1
/
+1
2017-01-20
MIR - Merging of drop flags
John Hodge
1
-1
/
+6
2017-01-20
Codegen - Drop flags
John Hodge
1
-1
/
+10
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
1
-0
/
+3
2017-01-15
Codegen C - Basic NonZero option Optimisation (borrows and function pointers ↵
John Hodge
1
-107
/
+302
only)
2017-01-15
Codegen C - Enable debug info in output
John Hodge
1
-0
/
+1
2017-01-15
Trans - Use #[link(name)] attributes
John Hodge
1
-3
/
+13
2017-01-14
HIR - Clean up some manual item searching
John Hodge
1
-0
/
+1
2017-01-13
Codegen C - Use the load path of the crate for the file source
John Hodge
1
-4
/
+1
2017-01-12
Codegen C - try intrinsic
John Hodge
1
-0
/
+3
2017-01-11
Codegen C - Don't emit forward decls of tUNIT
John Hodge
1
-1
/
+4
2017-01-11
Codegen C - Enable optimisation, use the CC environmen variable (falling ↵
John Hodge
1
-1
/
+2
back on gcc)
2017-01-11
HIR - Static link_name (partial support)
John Hodge
1
-0
/
+4
2017-01-11
All - Enable library codegen (and use crate name everywhere)
John Hodge
1
-6
/
+53
2017-01-11
Trans - Require types used in type_id to be defined
John Hodge
1
-1
/
+2
2017-01-10
Codegen C - Extra intrinsics and bugfix
John Hodge
1
-4
/
+48
2017-01-10
Codegen C - Missing feaures exposed by doing library codegen
John Hodge
1
-12
/
+54
2017-01-08
Codegen C - Fix `size_of_val` on bare str
John Hodge
1
-1
/
+1
2017-01-08
Codegen C - Missing float intrinsics
John Hodge
1
-14
/
+11
2017-01-08
Trans - Enable translation of all public items in rlibs
John Hodge
1
-7
/
+12
2017-01-08
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-0
/
+1
2017-01-08
All - i128/u182 support, typecheck and parse fixes
John Hodge
1
-0
/
+5
2017-01-07
Fix build
est31
1
-0
/
+1
2017-01-07
Codegen C - Generate code for Fn* vtable for fn types
John Hodge
1
-0
/
+33
2017-01-07
Codegen C - Handle % for floats
John Hodge
1
-0
/
+8
2017-01-07
Codegen C - Handle dropping of unsized types in drop glue
John Hodge
1
-1
/
+20
2017-01-07
Codegen C - Floating point tweaks
John Hodge
1
-3
/
+11
2017-01-07
Codegen C - is_dst fix
John Hodge
1
-10
/
+4
2017-01-07
Codegen C - Pointer comparisons
John Hodge
1
-0
/
+37
[prev]
[next]