search for: 058450

Displaying 1 result from an estimated 1 matches for "058450".

Did you mean: 58450
2014 Jul 02
6
[LLVMdev] Upstreaming x32 ABI support
...ost of the changes obviously will be submitted to backend. Our current work is based on: * what’s currently done in trunk (some changes required for x32 are already there) * Michael Liao work done ~2 years ago and available here: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120604/058450.html What’s currently in trunk: * Triplet x86_64-*-linux-gnux32 (command line support, EnvironmentType enum to differentiate x32 from x86_64 by getTriple().getEnvironment() == llvm::Triple::GNUX32) https://github.com/llvm-mirror/llvm/commit/9dd2a3b1f2c253e20262535bb89b1ab6cc680ece * ILP32/LP64 di...