[all-commits] [llvm/llvm-project] d9e81a: WasmEHFuncInfo.h - reduce BasicBlock.h/MachineBasi...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Apr 16 07:00:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d9e81aab103a63292d122d36ca5c87181254d384
https://github.com/llvm/llvm-project/commit/d9e81aab103a63292d122d36ca5c87181254d384
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/WasmEHFuncInfo.h
Log Message:
-----------
WasmEHFuncInfo.h - reduce BasicBlock.h/MachineBasicBlock.h includes to just forward declarations. NFC.
Commit: 1cbd6a58880e40647462739907c6c86395dec6c0
https://github.com/llvm/llvm-project/commit/1cbd6a58880e40647462739907c6c86395dec6c0
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M llvm/include/llvm/MC/MCObjectWriter.h
Log Message:
-----------
MCObjectWriter.h - remove unnecessary includes. NFC
The EndianStream.h/raw_ostream.h headers should be removed as well but we have a lot of other files that are implicitly relying on them being present.
Commit: 5d3a400463c1586f17bd190639142ec468c62396
https://github.com/llvm/llvm-project/commit/5d3a400463c1586f17bd190639142ec468c62396
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/AntiDepBreaker.h
Log Message:
-----------
AntiDepBreaker.h - remove unused MachineOperand.h include. NFC.
Compare: https://github.com/llvm/llvm-project/compare/ebd90232fbe0...5d3a400463c1
More information about the All-commits
mailing list