about summary refs log tree commit diff
path: root/src/comp/back/x86_64.rs
AgeCommit message (Collapse)AuthorLines
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-16Various fixes for x86_64 on linuxBrian Anderson-2/+7
Configure LLVM correctly, use the right data layout, add the readlink function back, fix C constants, etc.
2011-11-10Cleanup unused importsHaitao Li-3/+0
2011-11-02add -m64 to gcc args if appropriateNiko Matsakis-1/+3
2011-11-02hack around on makefiles trying to get a 64 bit buildNiko Matsakis-0/+49
right now there are many temporary hacks, search for NDM to find them