summary refs log tree commit diff
path: root/src/librustc_llvm/ffi.rs
AgeCommit message (Expand)AuthorLines
2018-01-18Use name-discarding LLVM contextSimonas Kazlauskas-1/+1
2017-12-23rustc: Set release mode cgus to 16 by defaultAlex Crichton-0/+1
2017-12-18rustc: Work around `DICompileUnit` bugs in LLVMAlex Crichton-0/+4
2017-11-28rustc_llvm: remove stale referencesTamir Duberstein-11/+7
2017-11-25rustc: Add support for some more x86 SIMD opsAlex Crichton-0/+1
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-1/+2
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-1/+2
2017-11-19rustc_trans: compute better align/dereferenceable attributes from pointees.Eduard-Mihai Burtescu-0/+6
2017-11-19rustc_trans: go through layouts uniformly for fat pointers and variants.Eduard-Mihai Burtescu-5/+0
2017-11-19rustc_trans: do not introspect LLVM aggregate field types.Eduard-Mihai Burtescu-2/+0
2017-11-19rustc_trans: remove obsolete Type methods.Eduard-Mihai Burtescu-1/+0
2017-11-19rustc_trans: use a predictable layout for constant ADTs.Eduard-Mihai Burtescu-3/+0
2017-11-19rustc_trans: avoid working with sizes/offsets and alignments as integers.Eduard-Mihai Burtescu-21/+2
2017-11-11Control LLVM's TrapUnreachable feature through rustc's TargetOptions.Dan Gohman-1/+2
2017-11-03Add support for specifying the TLS modelAmanieu d'Antras-0/+12
2017-10-07rustc: Implement ThinLTOAlex Crichton-0/+56
2017-09-30rustc: Enable LTO and multiple codegen unitsAlex Crichton-0/+7
2017-09-17Remove rustc_bitflags; use the bitflags crateTamir Duberstein-20/+20
2017-08-02rustc_trans: do not pass floating-point values to LLVM through FFI.Eduard-Mihai Burtescu-1/+0
2017-07-21rustllvm: split DebugLoc in UnpackOptimizationDiagnosticTim Neumann-1/+3
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+1
2017-07-01When writing LLVM IR output demangled fn name in commentsStepan Koltsov-1/+7
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+4
2017-05-24add thiscall calling convention supportNathan Froyd-0/+1
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+4
2017-04-28Added LLVMRustRelocModeAmit Aryeh Levy-7/+7
2017-04-26Add RWPI/ROPI relocation model supportAmit Aryeh Levy-0/+3
2017-04-12Expose LLVM appendModuleInlineAsmA.J. Gardner-0/+1
2017-03-30Make sure that -lole32 ends up *after* LLVM libs on the linker command line.Vadim Chugunov-7/+0
2017-03-02Add support for x86-interrupt calling conventionPhilipp Oppermann-0/+1
2017-02-13Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakisbors-5/+5
2017-02-11[LLVM 4.0] Fix CreateCompileUnitMatt Ickstadt-2/+1
2017-02-10Fix intcast, use it where appropriateSimonas Kazlauskas-5/+5
2017-02-09Auto merge of #38109 - tromey:main-subprogram, r=michaelwoeristerbors-0/+1
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-0/+3
2017-02-08build/test the sanitizers only when --enable-sanitizers is usedJorge Aparicio-1/+1
2017-02-08sanitizer supportJorge Aparicio-0/+3
2017-02-08Rollup merge of #39529 - dylanmckay:llvm-4.0-align32, r=alexcrichtonCorey Farwell-10/+10
2017-02-04Emit DW_AT_main_subprogramTom Tromey-0/+1
2017-02-04[llvm] Use 32-bits for alignmentDylan McKay-10/+10
2017-02-04Support a debug info API change for LLVM 4.0Dylan McKay-0/+6
2017-01-26Remove unnecessary LLVMRustPersonalityFn bindingSimonas Kazlauskas-1/+1
2017-01-18calling convention for MSP430 interruptsJorge Aparicio-0/+1
2016-12-31Calculate discriminant bounds within 64 bitsSimonas Kazlauskas-1/+1
2016-12-30Add a way to retrieve constant value in 128 bitsSimonas Kazlauskas-0/+2
2016-12-30Wrapping<i128> and attempt at LLVM 3.7 compatSimonas Kazlauskas-1/+0
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+2
2016-12-29Rollup merge of #38559 - japaric:ptx2, r=alexcrichtonAlex Crichton-0/+1
2016-12-29Fallout from updating bootstrap CargoAlex Crichton-3/+1
2016-12-26PTX supportJorge Aparicio-0/+1