[all-commits] [llvm/llvm-project] 4ddf7a: Revert "Extend BasicBlock sections to allow specif...
Rahman Lavaee via All-commits
all-commits at lists.llvm.org
Mon Apr 13 12:20:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4ddf7ab454b0b0e885e4970f3896adc53d1c64e4
https://github.com/llvm/llvm-project/commit/4ddf7ab454b0b0e885e4970f3896adc53d1c64e4
Author: Rahman Lavaee <rahmanl at google.com>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/AsmPrinter.h
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
M llvm/include/llvm/Target/TargetLoweringObjectFile.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/BBSectionsPrepare.cpp
M llvm/lib/CodeGen/MIRParser/MIParser.cpp
M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
M llvm/lib/CodeGen/MIRPrinter.cpp
M llvm/lib/CodeGen/MachineBasicBlock.cpp
M llvm/lib/CodeGen/MachineFunction.cpp
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/Target/TargetLoweringObjectFile.cpp
M llvm/test/CodeGen/X86/basicblock-sections-cold.ll
M llvm/test/CodeGen/X86/basicblock-sections-directjumps.ll
M llvm/test/CodeGen/X86/basicblock-sections-eh.ll
M llvm/test/CodeGen/X86/basicblock-sections-list.ll
M llvm/test/CodeGen/X86/basicblock-sections-listbb.ll
M llvm/test/CodeGen/X86/basicblock-sections-mir-parse.mir
M llvm/test/CodeGen/X86/basicblock-sections-mir-print.ll
M llvm/test/CodeGen/X86/basicblock-sections.ll
Log Message:
-----------
Revert "Extend BasicBlock sections to allow specifying clusters of basic blocks"
This reverts commit 0d4ec16d3db3a92514e14101f635e8536c208c4f Because
tests were not added to the commit.
Commit: 05192e585ce175b55f2a26b83b4ed7882785c8e6
https://github.com/llvm/llvm-project/commit/05192e585ce175b55f2a26b83b4ed7882785c8e6
Author: Rahman Lavaee <rahmanl at google.com>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/AsmPrinter.h
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
M llvm/include/llvm/Target/TargetLoweringObjectFile.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/BBSectionsPrepare.cpp
M llvm/lib/CodeGen/MIRParser/MIParser.cpp
M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
M llvm/lib/CodeGen/MIRPrinter.cpp
M llvm/lib/CodeGen/MachineBasicBlock.cpp
M llvm/lib/CodeGen/MachineFunction.cpp
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/Target/TargetLoweringObjectFile.cpp
A llvm/test/CodeGen/X86/basicblock-sections-clusters-branches.ll
A llvm/test/CodeGen/X86/basicblock-sections-clusters-eh.ll
A llvm/test/CodeGen/X86/basicblock-sections-clusters-error.ll
A llvm/test/CodeGen/X86/basicblock-sections-clusters.ll
M llvm/test/CodeGen/X86/basicblock-sections-cold.ll
M llvm/test/CodeGen/X86/basicblock-sections-directjumps.ll
M llvm/test/CodeGen/X86/basicblock-sections-eh.ll
M llvm/test/CodeGen/X86/basicblock-sections-list.ll
M llvm/test/CodeGen/X86/basicblock-sections-listbb.ll
M llvm/test/CodeGen/X86/basicblock-sections-mir-parse.mir
M llvm/test/CodeGen/X86/basicblock-sections-mir-print.ll
M llvm/test/CodeGen/X86/basicblock-sections.ll
Log Message:
-----------
Extend BasicBlock sections to allow specifying clusters of basic blocks in the same section.
Differential Revision: https://reviews.llvm.org/D76954
Compare: https://github.com/llvm/llvm-project/compare/5c7bbe3659a0...05192e585ce1
More information about the All-commits
mailing list