[PATCH] D11861: [IR] Add token types
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 11:00:58 PDT 2015
majnemer updated this revision to Diff 31691.
majnemer added a comment.
- Let functions return tokens
http://reviews.llvm.org/D11861
Files:
docs/LangRef.rst
include/llvm-c/Core.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/IR/Type.h
lib/Analysis/CodeMetrics.cpp
lib/Analysis/LoopInfo.cpp
lib/AsmParser/LLLexer.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/IR/AsmWriter.cpp
lib/IR/Core.cpp
lib/IR/Instructions.cpp
lib/IR/LLVMContextImpl.cpp
lib/IR/LLVMContextImpl.h
lib/IR/Type.cpp
lib/IR/Verifier.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Transforms/IPO/MergeFunctions.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
test/Assembler/token.ll
test/Verifier/token1.ll
test/Verifier/token2.ll
test/Verifier/token3.ll
test/Verifier/token4.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11861.31691.patch
Type: text/x-patch
Size: 16413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150810/99c5a55a/attachment.bin>
More information about the llvm-commits
mailing list