]> git.lizzy.rs Git - rust.git/history - src
Merge pull request #1271 from bjorn3/parallel_comp_support
[rust.git] / src /
2022-08-24 bjorn3Merge pull request #1271 from bjorn3/parallel_comp_support
2022-08-24 bjorn3Add fixme
2022-08-24 bjorn3Tune drop_excess_capacity
2022-08-23 bjorn3Make sure to count reused cgus towards the count of...
2022-08-23 bjorn3Add some self profiler calls
2022-08-23 bjorn3Compile functions from clif ir to object code in parallel
2022-08-23 bjorn3Use correct CguReuse variant
2022-08-23 bjorn3Do asm compilation and object file emission in parallel
2022-08-23 bjorn3Add a jobserver based concurrency limiter
2022-08-23 bjorn3Store symbol name as owned string
2022-08-23 bjorn3Revert "Avoid masking shift amounts (#1268)"
2022-08-23 Afonso BordadoUse native scalar `fma` instruction (#1267)
2022-08-23 Afonso BordadoAvoid masking shift amounts (#1268)
2022-08-22 bjorn3Update to Cranelift 0.87.0
2022-08-19 bjorn3Merge pull request #1266 from bjorn3/parallel_comp_refa...
2022-08-18 bjorn3Small cleanup
2022-08-18 bjorn3Move Span lowering from debuginfo finalization to codegen
2022-08-18 bjorn3Make line_program_add_file a DebugContext method
2022-08-18 bjorn3Move set_function_span earlier
2022-08-18 bjorn3Move FunctionDebugContext creation to codegen_fn
2022-08-18 bjorn3Introduce FunctionDebugContext
2022-08-18 bjorn3Use walk_chain for function span too
2022-08-18 bjorn3Remove TyCtxt from DebugContext
2022-08-18 bjorn3Remove Instance param of DebugContext::define_function
2022-08-18 bjorn3Remove stub local debuginfo implementation
2022-08-18 bjorn3Register debuginfo for lazy jit shim
2022-08-17 bjorn3Merge pull request #1265 from afonso360/stack_store
2022-08-17 bjorn3Remove TyCtxt parameter from compile_fn
2022-08-17 Afonso BordadoUse `stack_store` instead of `stack_addr`+`store` when...
2022-08-17 bjorn3Remove TyCtxt field from CodegenCx
2022-08-17 bjorn3Replace instance param of write_clif_file with symbol_name
2022-08-17 bjorn3Remove optimize_function
2022-08-15 bjorn3Sync from rust 6ce76091c7cef21692a15dce1f0a4c415d245be4
2022-08-14 bjorn3Work around new asm! usage in measureme
2022-08-13 bjorn3Merge pull request #1264 from bjorn3/parallel_comp_refactor
2022-08-13 bjorn3Remove TyCtxt parameter from emit_cgu
2022-08-13 bjorn3Move error reporting out of emit_cgu
2022-08-13 bjorn3Merge pull request #1255 from afonso360/abi-checker
2022-08-12 bjorn3Move copy to incr comp cache to codegen join phase
2022-08-12 bjorn3Stream object file to disk
2022-08-12 bjorn3Move build_isa call into make_module
2022-08-12 bjorn3Don't attempt to do incr comp for the allocator shim
2022-08-12 bjorn3Give fields of ModuleCodegenResult names
2022-08-12 bjorn3Enable inline asm on macOS
2022-08-12 bjorn3Remove the partial linking hack for global asm support
2022-08-12 bjorn3Don't take TyCtxt as argument for compile_global_asm
2022-08-12 bjorn3Merge pull request #1257 from uweigand/memcpy-align
2022-08-12 Ulrich WeigandFix alignment flag for emit_small_memory_copy
2022-08-12 bjorn3Move some sess.fatal calls out of compile_global_asm
2022-08-12 bjorn3Extract global_asm module
2022-08-11 bjorn3Introduce OngoingCodegen type
2022-08-11 bjorn3Return ModuleCodegenResult from reuse_workproduct_for_cgu
2022-08-10 bjorn3Move cached_context out of CodegenCx
2022-08-10 bjorn3Split non-compile parts of codegen_fn out into a separa...
2022-08-10 bjorn3Move some code into codegen_fn_content
2022-08-09 bjorn3Remove most trap functions and remove all trapnz usages
2022-08-08 bjorn3Sync from rust f03ce30962cf1b2a5158667eabae8bf6e8d1cb03
2022-08-04 bjorn3Merge pull request #1254 from afonso360/float-intrinsic...
2022-08-03 Afonso BordadoUse native cranelift instructions when lowering float...
2022-07-28 Afonso BordadoUpdate to cranelift 0.86 (#1250)
2022-07-28 bjorn3Introduce an ArchiveBuilderBuilder
2022-07-28 bjorn3Inline inject_dll_import_lib
2022-07-28 bjorn3Move output argument from ArchiveBuilder::new to .build()
2022-07-26 bjorn3Merge branch 'sync_from_rust'
2022-07-26 bjorn3Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51...
2022-07-26 bjorn3Implement some more llvm float compare intrinsic options
2022-07-26 bjorn3Outline a bug! invocation
2022-07-26 bjorn3Fully remove the intrinsic_match macro
2022-07-26 bjorn3Start moving away from the intrinsic_match macro
2022-07-26 borsAuto merge of #99745 - JohnTitor:rollup-lvrie64, r...
2022-07-26 borsAuto merge of #98989 - dpaoliello:rawdylibbin, r=michae...
2022-07-25 bjorn3Merge branch 'sync_from_rust'
2022-07-25 bjorn3Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4...
2022-07-25 bjorn3Sync from rust 2f320a224e827b400be25966755a621779f797cc
2022-07-25 bjorn3Merge pull request #1247 from bjorn3/melt_some_ice
2022-07-25 bjorn3Fix -Zpolymorphize
2022-07-25 bjorn3Fix size_of_val and min_align_of_val for truly unsized...
2022-07-25 bjorn3Error when trying to define variadic functions
2022-07-24 borsAuto merge of #99251 - cuviper:hashbrown-0.12, r=Mark...
2022-07-22 bjorn3Report an error on incompatible symbol definitions
2022-07-22 bjorn3Fix inline asm codegen for empty template
2022-07-22 bjorn3Don't crash when local variables are too big to store...
2022-07-22 Daniel PaolielloEnable raw-dylib for binaries
2022-07-20 Ralf Jungvarious nits from review
2022-07-20 bjorn3Implement vtable_size and vtable_align intrinsics for...
2022-07-20 Ralf Jungslightly cleaner, if more verbose, vtable handling...
2022-07-20 Ralf Jungconsistently use VTable over Vtable (matching stable...
2022-07-20 Ralf Jungrename get_global_alloc to try_get_global_alloc
2022-07-20 Ralf Jungadd a Vtable kind of symbolic allocations
2022-07-20 Oli SchererRevert "Rollup merge of #98582 - oli-obk:unconstrained_...
2022-07-18 bjorn3Sync from rust 880416180b0a9ee1141c07d4d17667edb77daebd
2022-07-17 borsAuto merge of #99033 - 5225225:interpreter-validity...
2022-07-15 Oli SchererIntroduce opaque type to hidden type projection
2022-07-14 5225225Use constant eval to do strict validity checks
2022-07-13 Joshua NelsonRename `debugging_opts` to `unstable_opts`
2022-07-13 borsAuto merge of #99210 - Dylan-DPC:rollup-879cp1t, r...
2022-07-13 Dylan DPCRollup merge of #99155 - Amanieu:unstable-target-featur...
2022-07-12 ouz-aadd new rval, pull deref early
2022-07-11 Amanieu d'AntrasKeep unstable target features for asm feature checking
2022-07-09 Ralf Jungtweak names and output and bless
next