about summary refs log tree commit diff
path: root/src/debuginfo
AgeCommit message (Expand)AuthorLines
2020-11-03Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...bjorn3-5/+4
2020-10-16Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)bjorn3-1/+1
2020-10-09Rustfmtbjorn3-30/+23
2020-10-08Use the new cranelift-module interfacebjorn3-4/+6
2020-09-23Document almost all modulesbjorn3-0/+10
2020-09-23Use pcrel pointers in .eh_framebjorn3-3/+55
2020-09-16Replace FxHashMap with IndexVec for local_mapbjorn3-3/+5
2020-09-16Remove cfg-if dependencybjorn3-24/+25
2020-09-05Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)bjorn3-1/+1
2020-08-28fmt: Run cargo fmt since it is availableCohenArthur-84/+126
2020-07-25Handle SIMD vectors in CPlace::place_fieldbjorn3-0/+5
2020-07-17Pass ByRef values at fixed stack offset for extern "C"bjorn3-0/+1
2020-07-14Use `From::from` instead of `as` where possiblebjorn3-6/+6
2020-07-09Add a feature flag for the JITbjorn3-2/+4
2020-07-02Store pairs in SSASantiago Pastorino-0/+5
2020-06-27Don't use a 1-to-1 mapping between mir local and cranelift_frontend variablebjorn3-2/+3
2020-06-13Remove FunctionDebugContextbjorn3-83/+62
2020-06-12Remove all non-tcx references from CodegenCxbjorn3-2/+2
2020-06-05Update Craneliftbjorn3-27/+20
2020-06-04Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)bjorn3-9/+2
2020-05-25Update Craneliftbjorn3-2/+2
2020-05-05Improvements for latest Craneliftbjorn3-17/+13
2020-05-01Register frame table in JIT modebjorn3-0/+106
2020-05-01Always emit .eh_frame sectionbjorn3-46/+57
2020-04-25Implement .eh_frame writingbjorn3-5/+59
2020-04-25Implement line debuginfo for AArch64bjorn3-25/+52
2020-04-25Rustup to rustc 1.44.0-nightly (3360cc3a0 2020-04-24)bjorn3-1/+1
2020-04-24Fix function arguments for gdbbjorn3-0/+14
2020-04-24Generate simple debuginfo for argumentsbjorn3-7/+67
2020-04-21Merge pull request #972 from l4l/debug-file-hashbjorn3-15/+54
2020-04-21Use DWARF version 4 for nowbjorn3-1/+3
2020-04-20Use md5 dwarf hash, only if all files has itKitsu-1/+1
2020-04-18Simplify with make_file_infoKitsu-34/+21
2020-04-18Simplify FileHash ctorKitsu-19/+11
2020-04-18Dedup file hashing logic with typeKitsu-23/+38
2020-04-18Use dwarf 3 for osxKitsu-1/+5
2020-04-18Don`t include timestamp as debug file infoKitsu-13/+2
2020-04-18Support file hashes in .debug_lineKitsu-16/+66
2020-04-17Disable line debuginfo for the AArch64 backendbjorn3-0/+4
2020-04-13Update Craneliftbjorn3-2/+2
2020-04-11Remove CPlace::NoPlacebjorn3-1/+0
2020-04-09Fix rustc::internals lint warningsbjorn3-7/+8
2020-04-09Enable the rust_2018_idioms and unused_lifetimes lints and fix all warningsbjorn3-2/+2
2020-04-03Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)bjorn3-1/+1
2020-04-01Update Craneliftbjorn3-63/+3
2020-03-31Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)bjorn3-1/+1
2020-03-27Limit publicness to crate where possible and remove unused importsbjorn3-15/+15
2020-03-21Fix some FIXME's and add some new FIXME'sbjorn3-1/+1
2020-03-17[debuginfo] Fix map_regbjorn3-52/+59
2020-03-14Don't lookup span position when the span hasn't changedbjorn3-1/+10