History log of /llvm-project-15.0.7/llvm/lib/Transforms/Utils/CodeExtractor.cpp (Results 201 – 225 of 297)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 321098eb 10-Jan-2010 Julien Lerouge <[email protected]>

Fix nondeterministic behavior.

llvm-svn: 93093


# f50a3f19 09-Jan-2010 Julien Lerouge <[email protected]>

Fix nondeterministic behavior.

llvm-svn: 93038


# ccce8bae 05-Jan-2010 Benjamin Kramer <[email protected]>

Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer.

llvm-svn: 92726


# 0ad6dce0 05-Jan-2010 David Greene <[email protected]>

Change errs() to dbgs().

llvm-svn: 92601


# 974e12b2 25-Oct-2009 Nick Lewycky <[email protected]>

Remove includes of Support/Compiler.h that are no longer needed after the
VISIBILITY_HIDDEN removal.

llvm-svn: 85043


# 02d5f77d 25-Oct-2009 Nick Lewycky <[email protected]>

Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Chris claims we should never have visibility_hidden inside any .cpp file but
that's still not true even after this commit

Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Chris claims we should never have visibility_hidden inside any .cpp file but
that's still not true even after this commit.

llvm-svn: 85042

show more ...


Revision tags: llvmorg-2.6.0
# 4e9ac2a3 25-Aug-2009 Owen Anderson <[email protected]>

Comment-ify.

llvm-svn: 80009


# f18cae49 25-Aug-2009 Owen Anderson <[email protected]>

Switch to SmallVector.

llvm-svn: 80007


# 5e39d1de 25-Aug-2009 Owen Anderson <[email protected]>

Pull out this predicate loop into a helper function.

llvm-svn: 80006


# 34e6148d 25-Aug-2009 Owen Anderson <[email protected]>

Handle a corner case when extracing code regions where one of the immediate successor
of an extracted block contains a PHI using a value defined in the extracted region.

With this patch, the partial

Handle a corner case when extracing code regions where one of the immediate successor
of an extracted block contains a PHI using a value defined in the extracted region.

With this patch, the partial inliner now passes MultiSource/Applications.

llvm-svn: 79963

show more ...


# b4aa5b15 24-Aug-2009 Owen Anderson <[email protected]>

When extracting SEME regions of code, the extractor needs to update the dominator tree for split return blocks.

llvm-svn: 79957


# b25de3ff 23-Aug-2009 Chris Lattner <[email protected]>

eliminate the "Value" printing methods that print to a std::ostream.
This required converting a bunch of stuff off DOUT and other cleanups.

llvm-svn: 79819


# 55f1c09e 13-Aug-2009 Owen Anderson <[email protected]>

Push LLVMContexts through the IntegerType APIs.

llvm-svn: 78948


# 03cb69fb 05-Aug-2009 Owen Anderson <[email protected]>

Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs.

llvm-svn: 78258


# 5a1acd99 31-Jul-2009 Owen Anderson <[email protected]>

Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are
metadata related, which I'm waiting on to avoid conflicting with Devang.

llvm-svn: 77721


# 4056ca95 29-Jul-2009 Owen Anderson <[email protected]>

Move types back to the 2.5 API.

llvm-svn: 77516


# edb4a703 24-Jul-2009 Owen Anderson <[email protected]>

Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come.

llvm-svn: 77011


# 12368685 24-Jul-2009 Daniel Dunbar <[email protected]>

Switch to getNameStr().

llvm-svn: 76962


# 47db941f 22-Jul-2009 Owen Anderson <[email protected]>

Get rid of the Pass+Context magic.

llvm-svn: 76702


# 4fdeba97 15-Jul-2009 Owen Anderson <[email protected]>

Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst.

llvm-svn: 75863


# b6b25300 14-Jul-2009 Owen Anderson <[email protected]>

Move EVER MORE stuff over to LLVMContext.

llvm-svn: 75703


# ccb29cd2 11-Jul-2009 Torok Edwin <[email protected]>

Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
and abort()/exit() -> llvm_report_error().

llvm-svn: 75363


# 38264b15 06-Jul-2009 Owen Anderson <[email protected]>

"LLVMContext* " --> "LLVMContext *"

llvm-svn: 74878


# e70b6370 05-Jul-2009 Owen Anderson <[email protected]>

More LLVMContext-ification.

llvm-svn: 74807


Revision tags: llvmorg-2.5.0
# 4caf5eb7 18-Dec-2008 Chris Lattner <[email protected]>

Fix PR2929 by making bugpoint/code extract propagate the nothrow
bit from the original function to the cloned one.

llvm-svn: 61194


12345678910>>...12