summary refs log tree commit diff
path: root/src/rt/arch/x86_64/context.cpp
AgeCommit message (Collapse)AuthorLines
2011-12-19rt: Zero the bottom frame's return address and base pointerBrian Anderson-1/+5
My reading of libunwind leads me to believe this is expected. Closes #1322
2011-11-08correct stack alignmentNiko Matsakis-1/+2
2011-11-08correct calling convention for x86_64Niko Matsakis-9/+6
2011-11-08fix alignment of xmm register storageNiko Matsakis-1/+1
2011-11-02start going back to an i386 buildNiko Matsakis-1/+1
2011-11-02hack around on makefiles trying to get a 64 bit buildNiko Matsakis-0/+38
right now there are many temporary hacks, search for NDM to find them