[PATCH] D11041: New EH representation for MSVC compatibility

David Majnemer david.majnemer at gmail.com
Fri Jul 10 00:19:15 PDT 2015


I accidentally committed this in r241888-r241891 and reverted those commits
in r241893. Apologies for the ensuing confusion.

On Fri, Jul 10, 2015 at 12:00 AM, David Majnemer <david.majnemer at gmail.com>
wrote:

> This revision was automatically updated to reflect the committed changes.
> Closed by commit rL241888: New EH representation for MSVC compatibility
> (authored by majnemer).
>
> Changed prior to commit:
>   http://reviews.llvm.org/D11041?vs=29384&id=29429#toc
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D11041
>
> Files:
>   llvm/trunk/docs/LangRef.rst
>   llvm/trunk/include/llvm-c/Core.h
>   llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h
>   llvm/trunk/include/llvm/IR/BasicBlock.h
>   llvm/trunk/include/llvm/IR/IRBuilder.h
>   llvm/trunk/include/llvm/IR/InstVisitor.h
>   llvm/trunk/include/llvm/IR/InstrTypes.h
>   llvm/trunk/include/llvm/IR/Instruction.def
>   llvm/trunk/include/llvm/IR/Instruction.h
>   llvm/trunk/include/llvm/IR/Instructions.h
>   llvm/trunk/lib/Analysis/IPA/InlineCost.cpp
>   llvm/trunk/lib/AsmParser/LLLexer.cpp
>   llvm/trunk/lib/AsmParser/LLParser.cpp
>   llvm/trunk/lib/AsmParser/LLParser.h
>   llvm/trunk/lib/AsmParser/LLToken.h
>   llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
>   llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
>   llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
>   llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
>   llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp
>   llvm/trunk/lib/IR/AsmWriter.cpp
>   llvm/trunk/lib/IR/BasicBlock.cpp
>   llvm/trunk/lib/IR/Instruction.cpp
>   llvm/trunk/lib/IR/Instructions.cpp
>   llvm/trunk/lib/IR/Verifier.cpp
>   llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp
>   llvm/trunk/lib/Transforms/Scalar/ADCE.cpp
>   llvm/trunk/lib/Transforms/Scalar/BDCE.cpp
>   llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp
>   llvm/trunk/lib/Transforms/Scalar/SCCP.cpp
>   llvm/trunk/lib/Transforms/Utils/BasicBlockUtils.cpp
>   llvm/trunk/lib/Transforms/Utils/Local.cpp
>   llvm/trunk/test/Feature/exception.ll
>   llvm/trunk/test/Verifier/invoke.ll
>   llvm/trunk/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150710/e322a5ca/attachment.html>


More information about the llvm-commits mailing list