index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
/
arch
/
i386
/
morestack.S
Age
Commit message (
Expand
)
Author
Lines
2011-12-18
rt: Add lots of documentation to __morestack
Brian Anderson
-19
/
+116
2011-12-17
rt: Use a DWARF CFI scheme that works on mac in __morestack
Brian Anderson
-13
/
+3
2011-12-16
rt: Make 32-bit morestack compatible with fastcc
Brian Anderson
-9
/
+18
2011-12-16
rt: Fix alignment of the call to upcall_del_stack in __morestack
Brian Anderson
-2
/
+7
2011-12-13
rt: Add a FIXME to 32-bit __morestack about trashing %eax
Brian Anderson
-1
/
+2
2011-12-13
rt: Use %ecx instead of %eax during the second half of __morestack
Brian Anderson
-3
/
+5
2011-12-13
rt: Don't clobber fastcc argument registers in __morestack
Brian Anderson
-12
/
+15
2011-12-11
rt: Make unwinding through __morestack work on mac
Brian Anderson
-6
/
+6
2011-12-11
rt: Write CFI instructions that (might) work on mac in __morestack
Brian Anderson
-7
/
+16
2011-12-10
build: Use llvm-mc as our assembler
Brian Anderson
-0
/
+2
2011-12-08
rt: Make __morestack work on win32
Brian Anderson
-7
/
+1
2011-12-05
rt: Use an out pointer for rust_new_stack
Brian Anderson
-4
/
+5
2011-12-05
rt: Unwind through __morestack on 32-bit linux
Brian Anderson
-0
/
+24
2011-12-04
rt: Update 32-bit __morestack for recent LLVM changes
Brian Anderson
-16
/
+13
2011-12-02
rt: Implement 32-bit __morestack for mac
Brian Anderson
-20
/
+54
2011-12-01
rt: Add FIXME's about future changes to LLVM's __morestack impl
Brian Anderson
-0
/
+2
2011-11-30
rt: Reorganize stack growth code
Brian Anderson
-10
/
+8
2011-11-30
rt: Remove the stack pointer field of stk_seg
Brian Anderson
-14
/
+4
2011-11-30
rt: Rewrite 32-bit __morestack to use the shim upcall
Brian Anderson
-85
/
+63
2011-11-29
rt: Request the correct number of bytes on the C stack
Brian Anderson
-1
/
+1
2011-11-29
rt: Conditionalize out the 32-bit __morestack for everything but Linux
Brian Anderson
-0
/
+7
2011-11-29
rt: Fix i386/morestack.S for static linking
Brian Anderson
-1
/
+2
2011-11-28
rt: Set hidden visibility on __morestack
Brian Anderson
-0
/
+9
2011-11-28
rt: Rename L$bail to .L$bail in i386/morestack.S
Brian Anderson
-2
/
+2
2011-11-22
rt: Make __morestack build on win32
Brian Anderson
-1
/
+6
2011-11-22
rt: Make __morestack (without unwinding) work on 32-bit linux
Brian Anderson
-19
/
+25
2011-11-17
rt: Make stack growth code build on Linux
Brian Anderson
-1
/
+6
2011-11-17
rt: More work on morestack
Patrick Walton
-21
/
+98
2011-11-16
Revert "rt: More work on morestack"
Brian Anderson
-98
/
+21
2011-11-16
Revert "rt: Make stack growth code build on Linux"
Brian Anderson
-6
/
+1
2011-11-16
rt: Make stack growth code build on Linux
Brian Anderson
-1
/
+6
2011-11-16
rt: More work on morestack
Patrick Walton
-21
/
+98
2011-11-14
Revert "rt: More work on morestack"
Patrick Walton
-98
/
+21
2011-11-14
rt: More work on morestack
Patrick Walton
-21
/
+98
2011-10-31
rt: Fix long lines
Patrick Walton
-6
/
+6
2011-10-31
rt: Have __morestack conform to the calling convention that LLVM generates on...
Patrick Walton
-9
/
+12
2011-10-31
Stub a __morestack implementation and stack segment allocation. Untested.
Patrick Walton
-0
/
+38