summary refs log tree commit diff
path: root/src/librustc_back/target/i686_pc_windows_gnu.rs
AgeCommit message (Expand)AuthorLines
2015-10-19Don't use GCC's startup objects (crtbegin.o/crtend.o); build and use our own ...Vadim Chugunov-9/+4
2015-09-24rustc: Add target_vendor for target triplesSebastian Wicki-0/+1
2015-07-16trans: Clean up handling the LLVM data layoutAlex Crichton-1/+0
2015-04-27rustc: Add target_env for triples by defaultAlex Crichton-0/+1
2015-01-26Default to Pentium 4 as the x86 target CPU on Windows/Linux/DragonFlyBjörn Steinbrink-0/+1
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-1/+1
2014-11-04Implement flexible target specificationCorey Richardson-0/+34