about summary refs log tree commit diff
path: root/src/rt/arch
AgeCommit message (Expand)AuthorLines
2015-08-10Remove morestack supportAlex Crichton-842/+0
2015-07-13Fix section of __morestack for aarch64-unknown-linux-gnuAkos Kiss-1/+5
2015-06-15src/rt/arch/i386/morestack.S: call rust_stack_exhausted via pltSteven Walter-3/+2
2015-02-11bitrig integrationDave Huseby-2/+2
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-0/+22
2015-01-11powerpc: Fix extraneous include in rt supportRicho Healey-2/+0
2015-01-11powerpc: rough platform supportRicho Healey-0/+24
2015-01-11Fix: GNU AArch64 assembler does not like @plt symbol suffixAkos Kiss-2/+2
2015-01-09iOS: preliminary 64-bit archs supportValerii Hiora-5/+21
2015-01-09iOS: makefiles and runtime for new archsValerii Hiora-0/+252
2015-01-03Initial version of AArch64 support.Akos Kiss-0/+36
2014-12-22Removed unused context-switching assembly code.Maya Nitu-567/+0
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-2/+2
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+171
2014-06-13Cosmetic fixes & commentsValerii Hiora-1/+5
2014-06-12Runtime support for arm on iOSValerii Hiora-34/+74
2014-03-14fix MIPS targetJyun-Yan You-25/+8
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-0/+41
2013-11-18rt: Namespace all C functions under rust_Brian Anderson-10/+10
2013-11-06Fixes for compilation to iOS:kud1ing-2/+8
2013-10-22Fix unwinding on OS X 10.9.Mark Rowe-3/+21
2013-10-19Use __morestack to detect stack overflowAlex Crichton-1407/+56
2013-08-26Support Win64 context switchingklutzy-9/+75
2013-08-26rt: Add {get,record}_sp_limit on Win64klutzy-0/+8
2013-08-26rt: Remove leading underscore on Win64klutzy-3/+6
2013-08-22Emit unwind info in rustrt assembly files on Windows.Vadim Chugunov-10/+10
2013-08-04Add support for vanilla linux on arm.Luqman Aden-0/+14
2013-06-16Partial fix for #7158: Save EDX in morestack on x86-32Niko Matsakis-0/+2
2013-06-06Deduplicate words in code commentsAlexei Sholik-4/+4
2013-05-22fix arm stack alignmentJyun-Yan You-2/+4
2013-05-21fix mips stack alignmentJyun-Yan You-2/+4
2013-05-17auto merge of #6249 : crabtw/rust/arm, r=brsonbors-0/+8
2013-05-09improve MIPS backend and implement segmented stacksJyun-Yan You-5/+101
2013-05-07preliminary Linux ARM supportJyun-Yan You-0/+8
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-21/+3
2013-04-18auto merge of #5418 : luqmana/rust/stack-float, r=brsonbors-19/+3
2013-04-10add unwind information on morestackILyoan-14/+19
2013-04-10rust morestack assembly for armILyoan-42/+60
2013-04-04rt: improve mips backendJyun-Yan You-11/+22
2013-04-01rt/arch/arm: fix syntax used for noexec stackDaniel Micay-4/+4
2013-03-31mark the assembly object stacks as non-executableDaniel Micay-19/+91
2013-03-25auto merge of #5424 : luqmana/rust/inline-rt, r=brsonbors-112/+200
2013-03-19Rewrite arm/ccall.sILyoan-15/+10
2013-03-18rt: Inline get_sp_limit/set_sp_limit/get_sp for x86.Luqman Aden-63/+45
2013-03-17rt: Inline get_sp_limit/set_sp_limit/get_sp for x86_64.Luqman Aden-52/+158
2013-03-17rt: don't save and restore xmm/regs in __morestack.Luqman Aden-19/+3
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-8/+18
2013-03-06Merge remote-tracking branch 'brson/cross7'Brian Anderson-0/+8
2013-03-03rt: fix some bugs for MIPS targetJyun-Yan You-2/+23
2013-03-03rt: MIPS32 supportJyun-Yan You-0/+316