about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
2019-06-03add unchecked math intrinsicslcnr/Bastian Kauschke-1/+23
2019-06-03add support for unchecked mathlcnr/Bastian Kauschke-0/+36
2019-06-02query-fy type_nameMark Mansi-1/+1
2019-06-02remove unneeded depsMark Mansi-5/+1
2019-06-02move codegenunitext to rustc::mir::monoMark Mansi-1/+0
2019-06-02move DefPathBasedNames to ty::print::obsoleteMark Mansi-1/+1
2019-06-02remove reexports of mir::mono::{MonoItem,CodegenUnit}Mark Mansi-1/+2
2019-06-02remove reexport of rustc::ty::InstanceMark Mansi-11/+6
2019-06-02Rollup merge of #61380 - varkor:expected-usize-got-param, r=eddybMazdak Farrokhzad-3/+1
2019-06-02Auto merge of #61299 - eddyb:nicer-llvm-builder, r=rkruppebors-184/+85
2019-06-02Use `assert_usize` instead of `unwrap_usize` in several placesvarkor-3/+1
2019-06-01rustc_codegen_llvm: replace `fn noname()` with `const UNNAMED`.Eduard-Mihai Burtescu-47/+52
2019-06-01rustc_codegen_llvm: pretty up a few builder methods with a macro.Eduard-Mihai Burtescu-138/+34
2019-06-01Auto merge of #61350 - RalfJung:alloc, r=oli-obkbors-4/+4
2019-05-31Update rustc-demangle version.Eduard-Mihai Burtescu-1/+1
2019-05-31Auto merge of #60166 - oli-obk:type_name, r=eddybbors-3/+2
2019-05-30light refactoring of global AllocMapRalf Jung-4/+4
2019-05-30Make the `type_name` intrinsic's output deterministicOliver Scherer-3/+2
2019-05-30Rollup merge of #61231 - pnkfelix:issue-59548-linkage-diagnostic, r=petrochenkovMazdak Farrokhzad-16/+7
2019-05-29Rollup merge of #61297 - eddyb:forsaken-stats, r=nagisaMazdak Farrokhzad-143/+20
2019-05-29rustc_codegen_llvm: rename away the last occurrence of `insn`.Eduard-Mihai Burtescu-3/+3
2019-05-29rustc_codegen_llvm: remove LLVM instruction count stats.Eduard-Mihai Burtescu-140/+17
2019-05-29Rollup merge of #60928 - TheSirC:fix/60229, r=eddybMazdak Farrokhzad-5/+5
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-5/+5
2019-05-28Rollup merge of #61164 - RalfJung:scalar, r=oli-obkMazdak Farrokhzad-3/+3
2019-05-28Rename PgoGenerate to something more general.Michael Woerister-3/+3
2019-05-27Use a PathBuf instead of String for representing the pgo-use path internally.Michael Woerister-5/+3
2019-05-27Refine the message to at least *mention* the attribute itself.Felix S. Klock II-1/+2
2019-05-27Always supply span to check_and_apply_linkage, sidestepping need to add `bug!...Felix S. Klock II-16/+6
2019-05-26rename Scalar::Bits to Scalar::Raw and bits field to dataRalf Jung-3/+3
2019-05-23Update wasm_import_module_map and target_features_whitelistJohn Kåre Alsaker-4/+3
2019-05-22Rollup merge of #60973 - nnethercote:fix-file_metadata-more, r=michaelwoeristerMazdak Farrokhzad-34/+34
2019-05-21Auto merge of #61007 - michaelwoerister:limited-debuginfo, r=alexcrichtonbors-2/+21
2019-05-21debuginfo: Revert to old/more verbose behavior for -Cdebuginfo=1.Michael Woerister-2/+21
2019-05-20Avoid symbol interning in `file_metadata`.Nicholas Nethercote-34/+34
2019-05-20Auto merge of #60815 - nnethercote:use-Symbol-more-2, r=petrochenkovbors-2/+2
2019-05-20Introduce `LocalInternedString::intern`.Nicholas Nethercote-2/+2
2019-05-20Rollup merge of #60895 - chandde:master, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-05-16add targetarch for CodegenContextChandler Deng-2/+2
2019-05-16Auto merge of #60693 - saleemjaffer:refactor_fntype_stuff, r=eddybbors-391/+17
2019-05-14removes `AbiMethods`Saleem Jaffer-19/+10
2019-05-14refactor completeSaleem Jaffer-377/+12
2019-05-14some more refactor of FnType. Things build nowSaleem Jaffer-8/+299
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-72/+74
2019-05-10refactor some `FnType` stuff to `rustc::ty::layout`Saleem Jaffer-291/+0
2019-05-04removing param_env from pointee_info_atSaleem Jaffer-5/+7
2019-05-04adding HasParamEnv traitSaleem Jaffer-1/+13
2019-05-04resolving conflictsSaleem Jaffer-11/+1
2019-05-04impl `pointee_info_at` in TyLayout.Daan de Graaf-2/+2
2019-05-04Add param_env parameter to pointee_info_at.Daan de Graaf-1/+1