| Age | Commit message (Expand) | Author |
| 2022-02-11 | Cleanup MCParser headers | serge-sans-paille |
| 2021-12-06 | [WebAssembly] Implementation of intrinsic for ref.null and HeapType removal | Paulo Matos |
| 2021-11-01 | [WebAssembly] support "return" and unreachable code in asm type checker | Wouter van Oortmerssen |
| 2021-10-22 | [Target, Transforms] Use StringRef::contains (NFC) | Kazu Hirata |
| 2021-10-08 | Move TargetRegistry.(h|cpp) from Support to MC | Reid Kleckner |
| 2021-07-09 | [WebAssembly] Fix warnings | Kazu Hirata |
| 2021-07-09 | [WebAssembly] Added initial type checker to MC Assembler | Wouter van Oortmerssen |
| 2021-06-25 | [llvm] Rename StringRef _lower() method calls to _insensitive() | Martin Storsjö |
| 2021-06-17 | [WebAssembly] Rename event to tag | Heejin Ahn |
| 2021-05-10 | Reland: "[lld][WebAssembly] Initial support merging string data" | Sam Clegg |
| 2021-05-10 | Revert "[lld][WebAssembly] Initial support merging string data" | Nico Weber |
| 2021-05-10 | [lld][WebAssembly] Initial support merging string data | Sam Clegg |
| 2021-04-22 | [WebAssembly] Put utility functions in Utils directory (NFC) | Heejin Ahn |
| 2021-03-24 | [WebAssembly][MC] Record limit constraints for table sizes | Andy Wingo |
| 2021-03-03 | [WebAssembly] Swap operand order of call_indirect in text format | Andy Wingo |
| 2021-03-01 | [WebAssembly] call_indirect issues table number relocs | Andy Wingo |
| 2021-02-23 | Revert "[WebAssembly] call_indirect issues table number relocs" | Andy Wingo |
| 2021-02-22 | [WebAssembly] call_indirect issues table number relocs | Andy Wingo |
| 2021-02-06 | [WebAssembly] Update InstPrinter and AsmParser for new EH instructions | Heejin Ahn |
| 2021-02-05 | [WebAssembly] ensure .functype applies to right label in assembler | Wouter van Oortmerssen |
| 2021-02-05 | [WebAssembly] Prevent data inside text sections in assembly | Wouter van Oortmerssen |
| 2021-02-04 | [WebAssembly] Support single-floating-point immediate value | Dan Gohman |
| 2021-01-19 | Revert "[WebAssembly] call_indirect issues table number relocs" | Sam Clegg |
| 2021-01-19 | [WebAssembly] call_indirect issues table number relocs | Andy Wingo |
| 2021-01-09 | [WebAssembly] Remove exnref and br_on_exn | Heejin Ahn |
| 2021-01-05 | [WebAssembly] Prototype prefetch instructions | Thomas Lively |
| 2021-01-05 | [WebAssembly] call_indirect causes indirect function table import | Andy Wingo |
| 2020-12-10 | [WebAssembly] Support COMDAT sections in assembly syntax | Derek Schuff |
| 2020-12-10 | Revert "[WebAssembly] Support COMDAT sections in assembly syntax" | Derek Schuff |
| 2020-12-10 | [WebAssembly] Support COMDAT sections in assembly syntax | Derek Schuff |
| 2020-12-01 | [WebAssembly] Support select and block for reference types | Heejin Ahn |
| 2020-11-03 | [WebAssembly] Implement ref.null | Andy Wingo |
| 2020-10-15 | Reland "[WebAssembly] v128.load{8,16,32,64}_lane instructions" | Thomas Lively |
| 2020-10-15 | Revert "[WebAssembly] v128.load{8,16,32,64}_lane instructions" | Thomas Lively |
| 2020-10-15 | [WebAssembly] v128.load{8,16,32,64}_lane instructions | Thomas Lively |
| 2020-10-13 | [WebAssembly] Added .tabletype to asm and multiple table support in obj files | Paulo Matos |
| 2020-09-11 | [WebAssembly] Add assembly syntax for mutable globals | Sam Clegg |
| 2020-08-11 | [NFC] Inline variable only used in debug builds | Jordan Rupprecht |
| 2020-08-11 | [WebAssembly][AsmParser] Name missing features in error message | Thomas Lively |
| 2020-08-11 | [WebAssembly][NFC] Replace WASM with standard Wasm | Thomas Lively |
| 2020-06-22 | [WebAssembly] Add support for externalref to MC and wasm-ld | Sam Clegg |
| 2020-06-15 | [WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocs | Wouter van Oortmerssen |
| 2020-05-22 | [Target] Fix typos. NFC | Marek Kurdej |
| 2020-04-08 | [WebAssembly][MC] Use StringRef over std::string pointer | Sam Clegg |
| 2020-04-07 | [WebAssembly][MC] Fix leak of std::string members in MCSymbolWasm | Sam Clegg |
| 2020-02-14 | [MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex} | Fangrui Song |
| 2020-02-14 | [MC] De-capitalize another set of MCStreamer::Emit* functions | Fangrui Song |
| 2020-02-14 | [MC] De-capitalize some MCStreamer::Emit* functions | Fangrui Song |
| 2020-02-13 | [AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI* | Fangrui Song |
| 2020-02-11 | [ms] [llvm-ml] Add support for attempted register parsing | Eric Astor |