summaryrefslogtreecommitdiff
path: root/src/trans
AgeCommit message (Collapse)AuthorFilesLines
2017-06-02Codegen C - Return value from mainJohn Hodge1-2/+2
2017-05-26Codegen C - Handle signed bswapJohn Hodge1-1/+7
2017-05-15Codegen C - Fix some edge cases with floats, add newer intrinsicsJohn Hodge1-2/+20
2017-05-14Visual Studio compile fixesJohn Hodge (bugs)1-0/+1
2017-05-13Trans Codegen - Fill item path when monomorphisingJohn Hodge1-4/+6
2017-05-05Trans - Fix broken code from bad mergeJohn Hodge1-2/+2
2017-05-05Codegen C - volatile_load/storeJohn Hodge1-0/+7
2017-05-05Trans Monomorph - asm!John Hodge1-3/+15
2017-05-01HIR - Rough support for enum variant values (trans only, no consteval)John Hodge1-29/+62
2017-04-29Trans Codegen - Remove unneeded todoJohn Hodge1-1/+0
2017-04-29Trans - Better needs_drop intrinsicJohn Hodge1-4/+4
2017-04-22MIR - Add ScopeEnd statement to indicate where a value will no longer be usedJohn Hodge3-2/+16
2017-04-16Codegen C - Fix incorrect escaped valuesJohn Hodge1-3/+5
2017-04-13Codegen C - Fix precedence error in 64/128 bit ctzJohn Hodge1-2/+2
2017-04-13All - Add rough support for #[test] (runs basic tests)John Hodge2-0/+2
2017-03-26Trans - Handle drop of unsized objectsJohn Hodge2-9/+65
2017-03-12Trans Codegen - Enable optimisation after monomorphJohn Hodge1-2/+1
2017-03-12Trans Enumerate - Avoid segfault on auto-trait only vtablesJohn Hodge1-0/+1
2017-03-12Codegen C - Fix integer literal typesJohn Hodge1-1/+1
2017-03-10MIR Optimise - basic size_of replacemntJohn Hodge2-0/+149
2017-03-10Codegen C - Fix edge case with INT64_MINJohn Hodge1-8/+11
2017-03-06Codegen C - Minor fixesJohn Hodge1-4/+24
2017-03-02MIR Gen - More Param usageJohn Hodge2-3/+4
2017-02-26Codegen C - Fix transmute on constantsJohn Hodge1-1/+10
2017-02-25MIR Gen - Use MIR::Param (and associated changes)John Hodge1-21/+14
2017-02-22MIR - Restrict Constant::Bytes to returning &[u8; N]John Hodge1-28/+9
2017-02-22MIR - Add types to integer constantsJohn Hodge1-18/+16
2017-02-22MIR - Make MakeDst ptr a ParamJohn Hodge3-4/+4
2017-02-22MIR - add Param type for places where a lvalue is readJohn Hodge3-330/+377
2017-02-19Trans - Conditionally emit struct/tuple constructor wrappersJohn Hodge4-57/+119
2017-02-11Trans - Allow passing library directories from command lineJohn Hodge4-7/+37
2017-02-09Codegen - Don't emit extern references to intrinsicsJohn Hodge1-1/+7
2017-02-04Codegen C - Enable gc-sections for binariesJohn Hodge1-0/+1
2017-02-03Codegen C - Fix incorrect second argument for slice_cmpJohn Hodge1-1/+1
2017-02-03Codegen C - Fix ctz/clz intrinsicsJohn Hodge1-5/+44
2017-02-02Codegen C - Fix incorrect impl of Fn* for fn pointersJohn Hodge1-2/+2
2017-01-30TODOsJohn Hodge1-1/+1
2017-01-29Trans Enumerate - Handle erased typesJohn Hodge1-2/+22
2017-01-29Trans Codegen - Fix emision of enum literalsJohn Hodge2-0/+13
2017-01-29Trans - Only emit typeid if neededJohn Hodge5-6/+25
2017-01-29Codegen C - repr(C/u*) enumsJohn Hodge1-0/+26
2017-01-22Trans - #[start] attributeJohn Hodge2-16/+33
2017-01-21Trans/Expand - #[main] attributeJohn Hodge2-2/+2
2017-01-20MIR - Merging of drop flagsJohn Hodge1-1/+6
2017-01-20Codegen - Drop flagsJohn Hodge2-7/+25
2017-01-20MIR - Drop flags (incomplete, doesn't pass validation)John Hodge2-0/+7
2017-01-15Codegen C - Basic NonZero option Optimisation (borrows and function pointers ↵John Hodge1-107/+302
only)
2017-01-15Codegen C - Enable debug info in outputJohn Hodge1-0/+1
2017-01-15Trans - Use #[link(name)] attributesJohn Hodge1-3/+13
2017-01-14HIR - Clean up some manual item searchingJohn Hodge1-0/+1