about summary refs log tree commit diff
path: root/src/comp/back/x86_64.rs
AgeCommit message (Collapse)AuthorLines
2012-03-02Move src/comp to src/rustcGraydon Hoare-60/+0
2012-02-06change gcc_args to cc_args and make win32 use gccJyun-Yan You-1/+1
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-12/+12
Does what it says on the tin. The next commit will remove support for this syntax.
2012-01-01freebsd supportUser Jyyou-0/+8
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