about summary refs log tree commit diff
path: root/src/librustc_trans/trans/machine.rs
AgeCommit message (Expand)AuthorLines
2016-03-27rustc_trans: move the contents of the trans module to top-level.Eduard Burtescu-108/+0
2015-07-16trans: Clean up handling the LLVM data layoutAlex Crichton-7/+7
2015-05-13Fix a bunch of bugsNick Cameron-1/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-17Replace TyDesc and its uses with trait vtables and a type_name intrinsic.Eduard Burtescu-13/+1
2015-01-13Prefer GEP instructions over weird pointer castingBjörn Steinbrink-11/+0
2015-01-07Correct the comment of the function `llsize_of_real`Hyeon Kim-2/+4
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-0/+128