[all-commits] [llvm/llvm-project] 172c36: Fix typos in CodeGenPrepare::splitLargeGEPOffsets ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Jun 25 06:23:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 172c36a100db518c7e09594bd5a5535a10dc4dd5
https://github.com/llvm/llvm-project/commit/172c36a100db518c7e09594bd5a5535a10dc4dd5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M llvm/lib/CodeGen/CodeGenPrepare.cpp
Log Message:
-----------
Fix typos in CodeGenPrepare::splitLargeGEPOffsets comments.
Commit: 792e4a8c971f974fdec880cd4dfe417932bc2882
https://github.com/llvm/llvm-project/commit/792e4a8c971f974fdec880cd4dfe417932bc2882
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M llvm/lib/CodeGen/CodeGenPrepare.cpp
Log Message:
-----------
CodeGenPrepare.cpp - remove unused IntrinsicsX86.h header. NFC.
Commit: c941b643e682168733297aaf1fae252b87808d35
https://github.com/llvm/llvm-project/commit/c941b643e682168733297aaf1fae252b87808d35
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M llvm/lib/IR/IRBuilder.cpp
Log Message:
-----------
IRBuilder.cpp - fix include sorting order. NFC.
Commit: 1020a661e59d11b6fc23fb994417e6d3c9eb3004
https://github.com/llvm/llvm-project/commit/1020a661e59d11b6fc23fb994417e6d3c9eb3004
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M llvm/lib/IR/Attributes.cpp
Log Message:
-----------
Attributes.cpp - fix include sorting order. NFC.
Commit: 1815b77c3ef06a02f661dea0bca69147b8e1c2c3
https://github.com/llvm/llvm-project/commit/1815b77c3ef06a02f661dea0bca69147b8e1c2c3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M llvm/include/llvm/CodeGen/LiveIntervals.h
M llvm/lib/CodeGen/ModuloSchedule.cpp
M llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/SplitKit.h
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
Log Message:
-----------
LiveIntervals.h.h - reduce AliasAnalysis.h include to forward declaration. NFC.
Fix implicit include dependencies in source files and replace legacy AliasAnalysis typedef with AAResults where necessary.
Compare: https://github.com/llvm/llvm-project/compare/2e7bba693ef8...1815b77c3ef0
More information about the All-commits
mailing list