Merge LLVMBuilder and FoldingBuilder, calling
authorDuncan Sands <baldrick@free.fr>
Sun, 13 Apr 2008 06:22:09 +0000 (06:22 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 13 Apr 2008 06:22:09 +0000 (06:22 +0000)
commit89f6d88db334ba088672ae0753deb7d7b7509bac
treeacfaa4205f0536df1cd15477aa1c7d1cea52b769
parent86941611c9de791739ecd4664e766b5f5ce6d85e
Merge LLVMBuilder and FoldingBuilder, calling
the result IRBuilder.  Patch by Dominic Hamon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49604 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
Xcode/LLVM.xcodeproj/project.pbxproj
bindings/ocaml/llvm/llvm_ocaml.c
docs/tutorial/JITTutorial1.html
docs/tutorial/JITTutorial2.html
docs/tutorial/LangImpl3.html
docs/tutorial/LangImpl4.html
docs/tutorial/LangImpl5.html
docs/tutorial/LangImpl6.html
docs/tutorial/LangImpl7.html
docs/tutorial/OCamlLangImpl3.html
docs/tutorial/OCamlLangImpl4.html
docs/tutorial/OCamlLangImpl5.html
examples/BrainF/BrainF.cpp
examples/BrainF/BrainF.h
include/llvm-c/Core.h
include/llvm/Support/IRBuilder.h [new file with mode: 0644]
include/llvm/Support/LLVMBuilder.h [deleted file]
lib/CodeGen/ShadowStackCollector.cpp
lib/VMCore/Core.cpp