[PATCH] D11011: Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
rnk at google.com
Tue Jul 7 15:26:14 PDT 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL241633: Rename llvm.frameescape and llvm.framerecover to localescape and localrecover (authored by rnk).
Changed prior to commit:
http://reviews.llvm.org/D11011?vs=29213&id=29218#toc
Repository:
rL LLVM
http://reviews.llvm.org/D11011
Files:
llvm/trunk/docs/ExceptionHandling.rst
llvm/trunk/docs/LangRef.rst
llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
llvm/trunk/include/llvm/CodeGen/WinEHFuncInfo.h
llvm/trunk/include/llvm/IR/Intrinsics.td
llvm/trunk/include/llvm/IR/IntrinsicsX86.td
llvm/trunk/include/llvm/MC/MCContext.h
llvm/trunk/include/llvm/Target/Target.td
llvm/trunk/include/llvm/Target/TargetOpcodes.h
llvm/trunk/lib/Analysis/IPA/InlineCost.cpp
llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/trunk/lib/CodeGen/AsmPrinter/WinException.cpp
llvm/trunk/lib/CodeGen/DeadMachineInstructionElim.cpp
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
llvm/trunk/lib/CodeGen/WinEHPrepare.cpp
llvm/trunk/lib/IR/Verifier.cpp
llvm/trunk/lib/Target/X86/X86ISelDAGToDAG.cpp
llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
llvm/trunk/lib/Target/X86/X86InstrInfo.td
llvm/trunk/lib/Target/X86/X86RegisterInfo.cpp
llvm/trunk/lib/Target/X86/X86WinEHState.cpp
llvm/trunk/lib/Transforms/Scalar/PlaceSafepoints.cpp
llvm/trunk/test/CodeGen/WinEH/cppeh-alloca-sink.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-catch-and-throw.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-catch-scalar.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-catch-unwind.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-frame-vars.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-inalloca.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-min-unwind.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-mixed-catch-and-cleanup.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-multi-catch.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-nested-1.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-nested-2.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-nested-3.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-nested-rethrow.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-nonalloca-frame-values.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-prepared-catch-reordered.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-prepared-catch.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-prepared-cleanups.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-shared-empty-catch.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-similar-catch-blocks.ll
llvm/trunk/test/CodeGen/WinEH/cppeh-state-calc-1.ll
llvm/trunk/test/CodeGen/WinEH/seh-inlined-finally.ll
llvm/trunk/test/CodeGen/WinEH/seh-prepared-basic.ll
llvm/trunk/test/CodeGen/WinEH/seh-simple.ll
llvm/trunk/test/CodeGen/X86/frameescape.ll
llvm/trunk/test/CodeGen/X86/seh-catch-all-win32.ll
llvm/trunk/test/Transforms/Inline/frameescape.ll
llvm/trunk/test/Transforms/PlaceSafepoints/statepoint-frameescape.ll
llvm/trunk/test/Verifier/frameescape.ll
llvm/trunk/utils/TableGen/CodeGenTarget.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11011.29218.patch
Type: text/x-patch
Size: 82273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150707/046b8604/attachment.bin>
More information about the llvm-commits
mailing list