about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/llvm/mod.rs
AgeCommit message (Expand)AuthorLines
2020-03-23Rollup merge of #69940 - tmiasko:llvm-api, r=hanna-kruppeMazdak Farrokhzad-2/+2
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-3/+3
2020-03-11librustc_codegen_llvm: Replace deprecated API usageTomasz Miąsko-2/+2
2020-02-12Properly use the darwin archive format on Apple targetsAnthony Ramine-0/+1
2019-12-22Format the worldMark Rousskov-23/+18
2019-12-12Fix weird implicit dependency between rustllvm and rustc_codegen_llvmAaron Hill-17/+2
2019-12-04Migrate to LLVM{Get,Set}ValueName2Josh Stone-1/+19
2019-11-13Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-exter...Robin Kruppe-1/+0
2019-11-05improper_ctypes: `extern "C"` fnsDavid Wood-0/+1
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-3/+0
2019-02-18librustc_codegen_llvm => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2018-08-10Introduce SmallCStr and use it where applicable.Michael Woerister-2/+3
2018-07-30rustc_codegen_llvm: use safe references for SectionIterator.Irina Popa-5/+5
2018-07-30rustc_codegen_llvm: use safe references for OperandBundleDef.Irina Popa-11/+7
2018-07-30rustc_codegen_llvm: use safe references for RustString.Irina Popa-15/+18
2018-07-30rustc_codegen_llvm: use safe references for Twine, DiagnosticInfo, SMDiagnostic.Irina Popa-1/+1
2018-07-30rustc_codegen_llvm: use safe references for MemoryBuffer and ObjectFile.Irina Popa-10/+5
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-14/+14
2018-07-30rustc_codegen_llvm: remove _opaque suffix.Irina Popa-2/+2
2018-07-30rustc_codegen_llvm: remove #![allow(dead_code)] from llvm.Irina Popa-27/+0
2018-07-30rustc_codegen_llvm: use safe references for Metadata and DI*.Irina Popa-1/+0
2018-07-30rustc_codegen_llvm: use safe references for Context and Module.Irina Popa-1/+1
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-0/+315