Move TargetData to DataLayout.
authorMicah Villmow <villmow@gmail.com>
Mon, 8 Oct 2012 16:39:34 +0000 (16:39 +0000)
committerMicah Villmow <villmow@gmail.com>
Mon, 8 Oct 2012 16:39:34 +0000 (16:39 +0000)
commit791cfc211a9801002bfda6b3eb4de7e041f04f53
tree6cd0d628596726a82ceecfad41e0d747aecea7fa
parent3574eca1b02600bac4e625297f4ecf745f4c4f32
Move TargetData to DataLayout.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165403 91177308-0d34-0410-b5e6-96231b3b80d8
32 files changed:
bindings/ocaml/executionengine/llvm_executionengine.ml
bindings/ocaml/executionengine/llvm_executionengine.mli
bindings/ocaml/llvm/llvm.mli
bindings/ocaml/target/llvm_target.ml
bindings/ocaml/target/llvm_target.mli
bindings/ocaml/target/target_ocaml.c
docs/CodeGenerator.rst
docs/GarbageCollection.html
docs/LangRef.html
docs/WritingAnLLVMBackend.html
docs/tutorial/LangImpl4.html
docs/tutorial/LangImpl5.html
docs/tutorial/LangImpl6.html
docs/tutorial/LangImpl7.html
docs/tutorial/OCamlLangImpl4.html
docs/tutorial/OCamlLangImpl5.html
docs/tutorial/OCamlLangImpl6.html
docs/tutorial/OCamlLangImpl7.html
test/Bindings/Ocaml/ipo_opts.ml
test/Bindings/Ocaml/scalar_opts.ml
test/Bindings/Ocaml/target.ml
test/Transforms/IndVarSimplify/2004-04-05-InvokeCastCrash.ll
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/llc/llc.cpp
tools/llvm-extract/llvm-extract.cpp
tools/lto/LTOCodeGenerator.cpp
tools/lto/LTOModule.cpp
tools/opt/opt.cpp
unittests/VMCore/InstructionsTest.cpp
unittests/VMCore/PassManagerTest.cpp
utils/TableGen/CallingConvEmitter.cpp