| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -206/+0 | |
| 2020-07-21 | Remove the assert on alignment check. | Jamie Cunliffe | -2/+1 | |
| Also the alignment should only be done on general register types as per the AAPCS so fixed that issue. Copyright (c) 2020, Arm Limited. | ||||
| 2020-06-30 | va_args implementation for AAPCS. | Jamie Cunliffe | -2/+80 | |
| Implement the va args in codegen for AAPCS, this will be used as the default va_args implementation for AArch64 rather than the va_args llvm-ir as it currently is. Copyright (c) 2020, Arm Limited. | ||||
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -1/+2 | |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -2/+2 | |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 | |
| 2020-03-03 | use conditions directly | Matthias Krüger | -2/+1 | |
| 2019-12-22 | Format the world | Mark Rousskov | -32/+24 | |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement ↵ | Andrei Homescu | -11/+1 | |
| Clone for it. | ||||
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 | |
| 2019-03-19 | Fix AArch64 typo in comments | James Duley | -2/+2 | |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -2/+2 | |
| Add support for defining C compatible variadic functions in unsafe rust with extern "C". | ||||
| 2019-02-18 | librustc_codegen_llvm => 2018 | Taiki Endo | -4/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-07 | codegen: Fix va_list - aaarch64 iOS/Windows | Dan Robertson | -10/+26 | |
| According to the Apple developer docs: > The type va_list is an alias for char * rather than for the struct > type specified in the generic PCS. The current implementation uses the generic Aarch64 structure for VaList for Aarch64 iOS. Windows always uses the char * variant of the va_list. | ||||
| 2018-11-26 | libcore: Add va_list lang item and intrinsics | Dan Robertson | -0/+142 | |
| - Add the llvm intrinsics used to manipulate a va_list. - Add the va_list lang item in order to allow implementing VaList in libcore. | ||||
