about summary refs log tree commit diff
path: root/src/rt/arch/i386
AgeCommit message (Expand)AuthorLines
2015-08-10Remove morestack supportAlex Crichton-147/+0
2015-06-15src/rt/arch/i386/morestack.S: call rust_stack_exhausted via pltSteven Walter-3/+2
2014-12-22Removed unused context-switching assembly code.Maya Nitu-65/+0
2013-11-18rt: Namespace all C functions under rust_Brian Anderson-2/+2
2013-10-22Fix unwinding on OS X 10.9.Mark Rowe-3/+12
2013-10-19Use __morestack to detect stack overflowAlex Crichton-471/+26
2013-08-22Emit unwind info in rustrt assembly files on Windows.Vadim Chugunov-10/+10
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-03add gitattributes and fix whitespace issuesDaniel Micay-6/+1
2013-03-31mark the assembly object stacks as non-executableDaniel Micay-3/+22
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-0/+29
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-4/+9
2013-01-17Add a license check to tidy. #4018Brian Anderson-1/+0
2012-12-10Add license boilerplate to more files.Graydon Hoare-0/+20
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+30
2012-06-21Try removing code marked with "I don't think this is necessary"Tim Chevalier-9/+0
2012-06-07rt: Remove check_stack_alignmentBrian Anderson-10/+0
2012-04-04rt: Add architecture-specific general-purpose register definitionsPatrick Walton-0/+35
2012-04-03Refactor includes structure, getting rid of rust_internal.hJon Morton-6/+2
2012-03-21rt: Add a get_sp_limit functionBrian Anderson-0/+22
2012-03-21rt: Rename record_sp to record_sp_limitBrian Anderson-6/+6
2012-02-09rt: Use rust_task_thread's C-stack pool for native callsBrian Anderson-6/+0
2012-02-09rt: Rename call_shim_on_c_stack to call_and_change_stacksBrian Anderson-1/+1
2012-02-09rt: Remove unused context functionsBrian Anderson-14/+0
2012-01-06add alignment to i386 for good measure, though we do not yetNiko Matsakis-1/+1
2012-01-01freebsd supportUser Jyyou-13/+13
2011-12-29Save and restore xmm regs across the call to UPCALL_NEW_STACK during __morest...Graydon Hoare-0/+3
2011-12-29Remove obsolete comments.Graydon Hoare-3/+0
2011-12-19rt: Rename asm_call_on_stack to __morestackBrian Anderson-7/+15
2011-12-19rt: Zero the bottom frame's return address and base pointerBrian Anderson-1/+5
2011-12-19rt: Save and restore %rax/%eax in __morestackBrian Anderson-0/+6
2011-12-19rt: Remove some unused stack from i386/morestack.SBrian Anderson-9/+9
2011-12-19rt: Remove unused saves from __morestackBrian Anderson-6/+0
2011-12-19rt: Give upcall_new_stack the same convention as other upcallsBrian Anderson-31/+13
2011-12-19rt: Give upcall_del_stack the same convention as other upcallsBrian Anderson-18/+9
2011-12-18rt: Add lots of documentation to __morestackBrian Anderson-19/+116
2011-12-17rt: Use a DWARF CFI scheme that works on mac in __morestackBrian Anderson-13/+3
2011-12-16rt: Make 32-bit morestack compatible with fastccBrian Anderson-9/+18
2011-12-16rt: Fix alignment of the call to upcall_del_stack in __morestackBrian Anderson-2/+7
2011-12-16rt: Insert stack alignment checks into upcallsBrian Anderson-1/+11
2011-12-13rt: Add a FIXME to 32-bit __morestack about trashing %eaxBrian Anderson-1/+2
2011-12-13rt: Use %ecx instead of %eax during the second half of __morestackBrian Anderson-3/+5
2011-12-13rt: Don't clobber fastcc argument registers in __morestackBrian Anderson-12/+15
2011-12-11rt: Make unwinding through __morestack work on macBrian Anderson-6/+6
2011-12-11rt: Write CFI instructions that (might) work on mac in __morestackBrian Anderson-7/+16
2011-12-11rt: Add DWARF CFI info to asm_call_on_stackBrian Anderson-9/+30
2011-12-10build: Use llvm-mc as our assemblerBrian Anderson-0/+2
2011-12-08rt: Make __morestack work on win32Brian Anderson-10/+8