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
/
comp
/
back
/
x86.rs
Age
Commit message (
Expand
)
Author
Lines
2011-03-25
Trans nomenclature tidy-up: upcall vs. native vs. extern.
Graydon Hoare
-17
/
+18
2011-03-25
Another go at changing compile-command, this time using RBUILD env var.
Graydon Hoare
-1
/
+1
2011-03-25
Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...
Graydon Hoare
-1
/
+1
2011-03-25
Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...
Graydon Hoare
-1
/
+1
2011-03-21
Every upcall needs a task pointer to find the C stack. It is just that when
Rafael Ávila de Espíndola
-9
/
+17
2011-03-16
Fixed version of my previous patch to rename the upcall functions. This time ...
Rafael Ávila de Espíndola
-3
/
+3
2011-03-11
rustc: Add some stub metadata to each crate
Patrick Walton
-0
/
+10
2011-03-09
Fix access to the rust stack.
Rafael Ávila de Espíndola
-15
/
+32
2011-03-09
swap taskptr and callee in preparation for making taskptr optional.
Rafael Ávila de Espíndola
-8
/
+10
2011-02-22
Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup ...
Graydon Hoare
-2
/
+2
2011-02-08
Add the single instruction required in activate glue to fix burning darwin ti...
Graydon Hoare
-2
/
+99
2010-12-03
rustc: Set data layout and target triple
Patrick Walton
-0
/
+20
2010-11-15
Fix typo in x86 backend glue that was, by luck, only crashing on OSX.
Graydon Hoare
-1
/
+1
2010-11-14
Switch upcall glues to fastcall as well.
Graydon Hoare
-10
/
+11
2010-11-14
Remove outptr from module-internal calls; use standard ABI returns.
Graydon Hoare
-9
/
+9
2010-11-05
Move symbol prefix logic into separate function, add underscore prefix for wi...
Graydon Hoare
-4
/
+10
2010-10-22
Don't use string == in x86.rs, doesn't work.
Graydon Hoare
-1
/
+1
2010-10-22
rustc: Add an "_" prefix to assembler-generated symbols on Mac
Patrick Walton
-0
/
+5
2010-09-27
Fix indexing bug in rustc's indirect-upcall arg-copying loops.
Graydon Hoare
-3
/
+4
2010-09-24
More work on trans, almost getting to the point of emitting an upcall.
Graydon Hoare
-3
/
+3
2010-09-23
Declare the global and upcall glues as ValueRefs in rustc's trans.
Graydon Hoare
-15
/
+13
2010-09-23
Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...
Graydon Hoare
-0
/
+159