vporpo added a comment.
Yeah sorry about that, I reverted it here: b5f239363a3 Revert "[NFC][IR] Make
Module::getGlobalList() private"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144027/new/
https://reviews.llvm.org/D144027
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGed3e3ee9e30d: [NFC][IR] Make Module::getGlobalList() private
(authored by vporpo).
Changed prior to commit:
https://reviews.llvm.org/D144027?vs=49
vporpo updated this revision to Diff 497403.
vporpo added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144027/new/
https://reviews.llvm.org/D144027
Files:
clang/lib/CodeGen/CGHLSLRuntime.cpp
clang/lib/CodeGen/CGObjCMac.cpp
vporpo added inline comments.
Comment at: llvm/unittests/IR/ModuleTest.cpp:47-49
// Sort the globals by name.
EXPECT_FALSE(std::is_sorted(M.global_begin(), M.global_end(), compare));
-M.getGlobalList().sort(compare);
I removed this because it is tes
vporpo updated this revision to Diff 497367.
vporpo marked an inline comment as done.
vporpo added a comment.
Removed commented out lines from ModuleTest.cpp
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144027/new/
https://reviews.llvm.org/D144027
vporpo created this revision.
vporpo added a reviewer: aeubanks.
Herald added subscribers: mattd, gchakrabarti, asavonic, snehasish, ormris,
hiraditya.
Herald added a project: All.
vporpo requested review of this revision.
Herald added subscribers: llvm-commits, lldb-commits, cfe-commits, jholewin
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG32b38d248fd3: [NFC] Rename Instruction::insertAt() to
Instruction::insertInto(), to be… (authored by vporpo).
Repository:
rG LLVM Github Monorepo
vporpo updated this revision to Diff 483222.
vporpo added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140085/new/
https://reviews.llvm.org/D140085
Files:
clang/lib/CodeGen/CGCleanup.cpp
llvm/docs/ProgrammersManual.rst
llv
This revision was automatically updated to reflect the committed changes.
Closed by commit rG80f2f1eabc49: [NFC] Rename Function::insertBasicBlockAt() to
Function::insert(). (authored by vporpo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140068/n
vporpo created this revision.
vporpo added reviewers: aeubanks, asbirlea.
Herald added subscribers: kmitropoulou, Enna1, pmatos, asb, ormris, wenlei,
hiraditya, jgravelle-google, sbc100, dschuff.
Herald added a project: All.
vporpo requested review of this revision.
Herald added subscribers: llvm-
vporpo updated this revision to Diff 483032.
vporpo added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Fixed a couple more files that were missing from the original patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGadfb23c607ce: [NFC] Cleanup: Remove
Function::getBasicBlockList() when not required. (authored by vporpo).
Repository:
rG LLVM Github Monorepo
CH
vporpo created this revision.
vporpo added reviewers: aeubanks, asbirlea.
Herald added subscribers: Moerafaat, zero9178, Enna1, bzcheeseman, mattd,
awarzynski, sdasgup3, wenzhicui, wrengr, ormris, cota, teijeong, rdzhabarov,
tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aa
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa19ae77d2a90: [IR][NFC] Adds Function::insertBasicBlockAt()
to replace things like F… (authored by vporpo).
Changed prior to commit:
https://revie
vporpo created this revision.
vporpo added reviewers: aeubanks, asbirlea.
Herald added subscribers: zzheng, hiraditya.
Herald added a project: All.
vporpo requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
This is part of a s
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG06911ba6ea1e: [NFC] Cleanup: Replaces
BB->getInstList().insert() with I->insertAt(). (authored by vporpo).
Repository:
rG LLVM Github Monorepo
CH
vporpo added a comment.
Herald added a subscriber: kmitropoulou.
ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138877/new/
https://reviews.llvm.org/D138877
___
cfe-commits mailing list
cfe-commits@l
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbebca2b6d559: [NFC] Cleanup: Replaces
BB->getInstList().splice() with BB->splice(). (authored by vporpo).
Repository:
rG LLVM Github Monorepo
CHA
vporpo created this revision.
vporpo added reviewers: asbirlea, aeubanks.
Herald added subscribers: ChuanqiXu, hiraditya.
Herald added a project: All.
vporpo requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
This is part of
vporpo created this revision.
vporpo added a reviewer: asbirlea.
Herald added subscribers: Enna1, ormris, wenlei, hiraditya.
Herald added a project: All.
vporpo requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
This is part
20 matches
Mail list logo