AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
authorTim Northover <tnorthover@apple.com>
Sat, 24 May 2014 12:42:26 +0000 (12:42 +0000)
committerTim Northover <tnorthover@apple.com>
Sat, 24 May 2014 12:42:26 +0000 (12:42 +0000)
commit9105f66d6f3cb6330ce77a88a0ef1ec0744aba85
treed3360e2214cbc002d9587dba967b7ec514aeb997
parent4ca8b0b66defbeff6693ce1fc68436a836939a53
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.

I'm doing this in two phases for a better "git blame" record. This
commit removes the previous AArch64 backend and redirects all
functionality to ARM64. It also deduplicates test-lines and removes
orphaned AArch64 tests.

The next step will be "git mv ARM64 AArch64" and rewire most of the
tests.

Hopefully LLVM is still functional, though it would be even better if
no-one ever had to care because the rename happens straight
afterwards.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209576 91177308-0d34-0410-b5e6-96231b3b80d8
355 files changed:
CMakeLists.txt
autoconf/configure.ac
configure
include/llvm/IR/Intrinsics.td
include/llvm/IR/IntrinsicsAArch64.td [deleted file]
lib/Target/AArch64/AArch64.h [deleted file]
lib/Target/AArch64/AArch64.td [deleted file]
lib/Target/AArch64/AArch64AsmPrinter.cpp [deleted file]
lib/Target/AArch64/AArch64AsmPrinter.h [deleted file]
lib/Target/AArch64/AArch64BranchFixupPass.cpp [deleted file]
lib/Target/AArch64/AArch64CallingConv.td [deleted file]
lib/Target/AArch64/AArch64FrameLowering.cpp [deleted file]
lib/Target/AArch64/AArch64FrameLowering.h [deleted file]
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp [deleted file]
lib/Target/AArch64/AArch64ISelLowering.cpp [deleted file]
lib/Target/AArch64/AArch64ISelLowering.h [deleted file]
lib/Target/AArch64/AArch64InstrFormats.td [deleted file]
lib/Target/AArch64/AArch64InstrInfo.cpp [deleted file]
lib/Target/AArch64/AArch64InstrInfo.h [deleted file]
lib/Target/AArch64/AArch64InstrInfo.td [deleted file]
lib/Target/AArch64/AArch64InstrNEON.td [deleted file]
lib/Target/AArch64/AArch64MCInstLower.cpp [deleted file]
lib/Target/AArch64/AArch64MachineFunctionInfo.cpp [deleted file]
lib/Target/AArch64/AArch64MachineFunctionInfo.h [deleted file]
lib/Target/AArch64/AArch64RegisterInfo.cpp [deleted file]
lib/Target/AArch64/AArch64RegisterInfo.h [deleted file]
lib/Target/AArch64/AArch64RegisterInfo.td [deleted file]
lib/Target/AArch64/AArch64Schedule.td [deleted file]
lib/Target/AArch64/AArch64ScheduleA53.td [deleted file]
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp [deleted file]
lib/Target/AArch64/AArch64SelectionDAGInfo.h [deleted file]
lib/Target/AArch64/AArch64Subtarget.cpp [deleted file]
lib/Target/AArch64/AArch64Subtarget.h [deleted file]
lib/Target/AArch64/AArch64TargetMachine.cpp [deleted file]
lib/Target/AArch64/AArch64TargetMachine.h [deleted file]
lib/Target/AArch64/AArch64TargetObjectFile.cpp [deleted file]
lib/Target/AArch64/AArch64TargetObjectFile.h [deleted file]
lib/Target/AArch64/AArch64TargetTransformInfo.cpp [deleted file]
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp [deleted file]
lib/Target/AArch64/AsmParser/CMakeLists.txt [deleted file]
lib/Target/AArch64/AsmParser/LLVMBuild.txt [deleted file]
lib/Target/AArch64/AsmParser/Makefile [deleted file]
lib/Target/AArch64/CMakeLists.txt [deleted file]
lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp [deleted file]
lib/Target/AArch64/Disassembler/CMakeLists.txt [deleted file]
lib/Target/AArch64/Disassembler/LLVMBuild.txt [deleted file]
lib/Target/AArch64/Disassembler/Makefile [deleted file]
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp [deleted file]
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h [deleted file]
lib/Target/AArch64/InstPrinter/CMakeLists.txt [deleted file]
lib/Target/AArch64/InstPrinter/LLVMBuild.txt [deleted file]
lib/Target/AArch64/InstPrinter/Makefile [deleted file]
lib/Target/AArch64/LLVMBuild.txt [deleted file]
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp [deleted file]
lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp [deleted file]
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp [deleted file]
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.h [deleted file]
lib/Target/AArch64/MCTargetDesc/AArch64FixupKinds.h [deleted file]
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp [deleted file]
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h [deleted file]
lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp [deleted file]
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp [deleted file]
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h [deleted file]
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp [deleted file]
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h [deleted file]
lib/Target/AArch64/MCTargetDesc/CMakeLists.txt [deleted file]
lib/Target/AArch64/MCTargetDesc/LLVMBuild.txt [deleted file]
lib/Target/AArch64/MCTargetDesc/Makefile [deleted file]
lib/Target/AArch64/Makefile [deleted file]
lib/Target/AArch64/README.txt [deleted file]
lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp [deleted file]
lib/Target/AArch64/TargetInfo/CMakeLists.txt [deleted file]
lib/Target/AArch64/TargetInfo/LLVMBuild.txt [deleted file]
lib/Target/AArch64/TargetInfo/Makefile [deleted file]
lib/Target/AArch64/Utils/AArch64BaseInfo.cpp [deleted file]
lib/Target/AArch64/Utils/AArch64BaseInfo.h [deleted file]
lib/Target/AArch64/Utils/CMakeLists.txt [deleted file]
lib/Target/AArch64/Utils/LLVMBuild.txt [deleted file]
lib/Target/AArch64/Utils/Makefile [deleted file]
lib/Target/ARM64/ARM64AsmPrinter.cpp
lib/Target/ARM64/ARM64TargetMachine.cpp
lib/Target/ARM64/AsmParser/ARM64AsmParser.cpp
lib/Target/ARM64/Disassembler/ARM64Disassembler.cpp
lib/Target/ARM64/MCTargetDesc/ARM64MCTargetDesc.cpp
lib/Target/ARM64/MCTargetDesc/ARM64MCTargetDesc.h
lib/Target/ARM64/TargetInfo/ARM64TargetInfo.cpp
lib/Target/LLVMBuild.txt
test/CodeGen/AArch64/128bit_load_store.ll
test/CodeGen/AArch64/adc.ll
test/CodeGen/AArch64/addsub-shifted.ll
test/CodeGen/AArch64/addsub.ll
test/CodeGen/AArch64/addsub_ext.ll
test/CodeGen/AArch64/alloca.ll
test/CodeGen/AArch64/analyze-branch.ll
test/CodeGen/AArch64/andCmpBrToTBZ.ll [deleted file]
test/CodeGen/AArch64/assertion-rc-mismatch.ll
test/CodeGen/AArch64/atomic-ops-not-barriers.ll
test/CodeGen/AArch64/atomic-ops.ll
test/CodeGen/AArch64/basic-pic.ll
test/CodeGen/AArch64/bitfield-insert-0.ll
test/CodeGen/AArch64/bitfield-insert.ll
test/CodeGen/AArch64/bitfield.ll
test/CodeGen/AArch64/blockaddress.ll
test/CodeGen/AArch64/bool-loads.ll
test/CodeGen/AArch64/breg.ll
test/CodeGen/AArch64/callee-save.ll
test/CodeGen/AArch64/code-model-large-abs.ll
test/CodeGen/AArch64/compare-branch.ll
test/CodeGen/AArch64/complex-copy-noneon.ll
test/CodeGen/AArch64/concatvector-bugs.ll [deleted file]
test/CodeGen/AArch64/cond-sel.ll
test/CodeGen/AArch64/cpus.ll
test/CodeGen/AArch64/directcond.ll
test/CodeGen/AArch64/dp-3source.ll
test/CodeGen/AArch64/dp1.ll
test/CodeGen/AArch64/dp2.ll
test/CodeGen/AArch64/eliminate-trunc.ll
test/CodeGen/AArch64/extern-weak.ll
test/CodeGen/AArch64/extract.ll
test/CodeGen/AArch64/fastcc-reserved.ll
test/CodeGen/AArch64/fastcc.ll
test/CodeGen/AArch64/fcmp.ll
test/CodeGen/AArch64/fcvt-fixed.ll
test/CodeGen/AArch64/fcvt-int.ll
test/CodeGen/AArch64/flags-multiuse.ll
test/CodeGen/AArch64/floatdp_1source.ll
test/CodeGen/AArch64/floatdp_2source.ll
test/CodeGen/AArch64/fp-cond-sel.ll
test/CodeGen/AArch64/fp-dp3.ll
test/CodeGen/AArch64/fp128-folding.ll
test/CodeGen/AArch64/fp128.ll [deleted file]
test/CodeGen/AArch64/fpimm.ll
test/CodeGen/AArch64/frameaddr.ll
test/CodeGen/AArch64/free-zext.ll
test/CodeGen/AArch64/func-argpassing.ll
test/CodeGen/AArch64/func-calls.ll
test/CodeGen/AArch64/global-alignment.ll
test/CodeGen/AArch64/global_merge_1.ll [deleted file]
test/CodeGen/AArch64/got-abuse.ll
test/CodeGen/AArch64/i128-align.ll
test/CodeGen/AArch64/i128-shift.ll [deleted file]
test/CodeGen/AArch64/illegal-float-ops.ll
test/CodeGen/AArch64/init-array.ll
test/CodeGen/AArch64/inline-asm-constraints-badI.ll
test/CodeGen/AArch64/inline-asm-constraints-badK.ll
test/CodeGen/AArch64/inline-asm-constraints-badK2.ll
test/CodeGen/AArch64/inline-asm-constraints-badL.ll
test/CodeGen/AArch64/inline-asm-constraints.ll [deleted file]
test/CodeGen/AArch64/inline-asm-modifiers.ll [deleted file]
test/CodeGen/AArch64/jump-table.ll
test/CodeGen/AArch64/large-consts.ll
test/CodeGen/AArch64/large-frame.ll [deleted file]
test/CodeGen/AArch64/ldst-regoffset.ll
test/CodeGen/AArch64/ldst-unscaledimm.ll
test/CodeGen/AArch64/ldst-unsignedimm.ll
test/CodeGen/AArch64/lit.local.cfg [deleted file]
test/CodeGen/AArch64/literal_pools_float.ll
test/CodeGen/AArch64/literal_pools_int.ll [deleted file]
test/CodeGen/AArch64/local_vars.ll
test/CodeGen/AArch64/logical-imm.ll
test/CodeGen/AArch64/logical_shifted_reg.ll
test/CodeGen/AArch64/mature-mc-support.ll
test/CodeGen/AArch64/misched-basic-A53.ll [deleted file]
test/CodeGen/AArch64/movw-consts.ll
test/CodeGen/AArch64/movw-shift-encoding.ll
test/CodeGen/AArch64/mul-lohi.ll
test/CodeGen/AArch64/named-reg-alloc.ll [deleted file]
test/CodeGen/AArch64/named-reg-notareg.ll [deleted file]
test/CodeGen/AArch64/neon-2velem-high.ll [deleted file]
test/CodeGen/AArch64/neon-2velem.ll [deleted file]
test/CodeGen/AArch64/neon-3vdiff.ll [deleted file]
test/CodeGen/AArch64/neon-aba-abd.ll [deleted file]
test/CodeGen/AArch64/neon-across.ll [deleted file]
test/CodeGen/AArch64/neon-add-pairwise.ll [deleted file]
test/CodeGen/AArch64/neon-add-sub.ll [deleted file]
test/CodeGen/AArch64/neon-bitcast.ll
test/CodeGen/AArch64/neon-bitwise-instructions.ll
test/CodeGen/AArch64/neon-bsl.ll [deleted file]
test/CodeGen/AArch64/neon-compare-instructions.ll
test/CodeGen/AArch64/neon-copy.ll [deleted file]
test/CodeGen/AArch64/neon-copyPhysReg-tuple.ll [deleted file]
test/CodeGen/AArch64/neon-crypto.ll [deleted file]
test/CodeGen/AArch64/neon-diagnostics.ll
test/CodeGen/AArch64/neon-extract.ll
test/CodeGen/AArch64/neon-facge-facgt.ll [deleted file]
test/CodeGen/AArch64/neon-fma.ll
test/CodeGen/AArch64/neon-fpround_f128.ll
test/CodeGen/AArch64/neon-frsqrt-frecp.ll [deleted file]
test/CodeGen/AArch64/neon-halving-add-sub.ll [deleted file]
test/CodeGen/AArch64/neon-idiv.ll
test/CodeGen/AArch64/neon-load-store-v1i32.ll [deleted file]
test/CodeGen/AArch64/neon-max-min-pairwise.ll [deleted file]
test/CodeGen/AArch64/neon-max-min.ll [deleted file]
test/CodeGen/AArch64/neon-misc-scalar.ll [deleted file]
test/CodeGen/AArch64/neon-misc.ll [deleted file]
test/CodeGen/AArch64/neon-mla-mls.ll
test/CodeGen/AArch64/neon-mov.ll
test/CodeGen/AArch64/neon-mul-div.ll [deleted file]
test/CodeGen/AArch64/neon-or-combine.ll
test/CodeGen/AArch64/neon-perm.ll
test/CodeGen/AArch64/neon-rounding-halving-add.ll [deleted file]
test/CodeGen/AArch64/neon-rounding-shift.ll [deleted file]
test/CodeGen/AArch64/neon-saturating-add-sub.ll [deleted file]
test/CodeGen/AArch64/neon-saturating-rounding-shift.ll [deleted file]
test/CodeGen/AArch64/neon-saturating-shift.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-abs.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-add-sub.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-by-elem-fma.ll
test/CodeGen/AArch64/neon-scalar-by-elem-mul.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-compare.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-copy.ll
test/CodeGen/AArch64/neon-scalar-cvt.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-ext.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-extract-narrow.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-fabd.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-fcvt.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-fp-compare.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-mul.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-neg.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-recip.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-rounding-shift.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-saturating-add-sub.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-saturating-rounding-shift.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-saturating-shift.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-shift-imm.ll [deleted file]
test/CodeGen/AArch64/neon-scalar-shift.ll [deleted file]
test/CodeGen/AArch64/neon-select_cc.ll [deleted file]
test/CodeGen/AArch64/neon-shift-left-long.ll
test/CodeGen/AArch64/neon-shift.ll [deleted file]
test/CodeGen/AArch64/neon-shl-ashr-lshr.ll [deleted file]
test/CodeGen/AArch64/neon-simd-ldst-multi-elem.ll [deleted file]
test/CodeGen/AArch64/neon-simd-ldst-one.ll [deleted file]
test/CodeGen/AArch64/neon-simd-ldst.ll [deleted file]
test/CodeGen/AArch64/neon-simd-post-ldst-multi-elem.ll [deleted file]
test/CodeGen/AArch64/neon-simd-post-ldst-one.ll [deleted file]
test/CodeGen/AArch64/neon-simd-shift.ll [deleted file]
test/CodeGen/AArch64/neon-simd-tbl.ll [deleted file]
test/CodeGen/AArch64/neon-simd-vget.ll [deleted file]
test/CodeGen/AArch64/neon-spill-fpr8-fpr16.ll [deleted file]
test/CodeGen/AArch64/neon-truncStore-extLoad.ll
test/CodeGen/AArch64/neon-v1i1-setcc.ll [deleted file]
test/CodeGen/AArch64/neon-vector-list-spill.ll [deleted file]
test/CodeGen/AArch64/pic-eh-stubs.ll
test/CodeGen/AArch64/ragreedy-csr.ll
test/CodeGen/AArch64/regress-bitcast-formals.ll
test/CodeGen/AArch64/regress-f128csel-flags.ll
test/CodeGen/AArch64/regress-fp128-livein.ll
test/CodeGen/AArch64/regress-tail-livereg.ll
test/CodeGen/AArch64/regress-tblgen-chains.ll
test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll
test/CodeGen/AArch64/regress-wzr-allocatable.ll [deleted file]
test/CodeGen/AArch64/returnaddr.ll
test/CodeGen/AArch64/setcc-takes-i32.ll
test/CodeGen/AArch64/sext_inreg.ll [deleted file]
test/CodeGen/AArch64/sibling-call.ll
test/CodeGen/AArch64/sincos-expansion.ll
test/CodeGen/AArch64/sincospow-vector-expansion.ll
test/CodeGen/AArch64/stackpointer.ll [deleted file]
test/CodeGen/AArch64/tail-call.ll
test/CodeGen/AArch64/tls-dynamic-together.ll [deleted file]
test/CodeGen/AArch64/tls-dynamics.ll [deleted file]
test/CodeGen/AArch64/tls-execs.ll [deleted file]
test/CodeGen/AArch64/tst-br.ll
test/CodeGen/AArch64/unaligned-vector-ld1-st1.ll [deleted file]
test/CodeGen/AArch64/variadic.ll [deleted file]
test/CodeGen/AArch64/zero-reg.ll
test/DebugInfo/AArch64/cfi-frame.ll [deleted file]
test/DebugInfo/AArch64/lit.local.cfg
test/DebugInfo/AArch64/variable-loc.ll [deleted file]
test/MC/AArch64/adrp-relocation.s
test/MC/AArch64/basic-a64-diagnostics.s
test/MC/AArch64/basic-a64-instructions.s
test/MC/AArch64/basic-pic.s
test/MC/AArch64/elf-extern.s
test/MC/AArch64/elf-objdump.s
test/MC/AArch64/elf-reloc-addend.s [deleted file]
test/MC/AArch64/elf-reloc-addsubimm.s
test/MC/AArch64/elf-reloc-ldrlit.s
test/MC/AArch64/elf-reloc-ldstunsimm.s
test/MC/AArch64/elf-reloc-movw.s
test/MC/AArch64/elf-reloc-pcreladdressing.s
test/MC/AArch64/elf-reloc-tstb.s
test/MC/AArch64/elf-reloc-uncondbrimm.s
test/MC/AArch64/gicv3-regs-diagnostics.s
test/MC/AArch64/gicv3-regs.s
test/MC/AArch64/inline-asm-modifiers.s
test/MC/AArch64/jump-table.s
test/MC/AArch64/lit.local.cfg
test/MC/AArch64/mapping-across-sections.s
test/MC/AArch64/mapping-within-section.s
test/MC/AArch64/neon-2velem.s
test/MC/AArch64/neon-3vdiff.s
test/MC/AArch64/neon-aba-abd.s
test/MC/AArch64/neon-across.s
test/MC/AArch64/neon-add-pairwise.s
test/MC/AArch64/neon-add-sub-instructions.s
test/MC/AArch64/neon-bitwise-instructions.s
test/MC/AArch64/neon-compare-instructions.s
test/MC/AArch64/neon-crypto.s
test/MC/AArch64/neon-diagnostics.s
test/MC/AArch64/neon-extract.s
test/MC/AArch64/neon-facge-facgt.s
test/MC/AArch64/neon-frsqrt-frecp.s
test/MC/AArch64/neon-halving-add-sub.s
test/MC/AArch64/neon-max-min-pairwise.s
test/MC/AArch64/neon-max-min.s
test/MC/AArch64/neon-mla-mls-instructions.s
test/MC/AArch64/neon-mov.s
test/MC/AArch64/neon-mul-div-instructions.s
test/MC/AArch64/neon-perm.s
test/MC/AArch64/neon-rounding-halving-add.s
test/MC/AArch64/neon-rounding-shift.s
test/MC/AArch64/neon-saturating-add-sub.s
test/MC/AArch64/neon-saturating-rounding-shift.s
test/MC/AArch64/neon-saturating-shift.s
test/MC/AArch64/neon-scalar-abs.s
test/MC/AArch64/neon-scalar-add-sub.s
test/MC/AArch64/neon-scalar-by-elem-mla.s
test/MC/AArch64/neon-scalar-by-elem-mul.s
test/MC/AArch64/neon-scalar-by-elem-saturating-mla.s
test/MC/AArch64/neon-scalar-by-elem-saturating-mul.s
test/MC/AArch64/neon-scalar-compare.s
test/MC/AArch64/neon-scalar-cvt.s
test/MC/AArch64/neon-scalar-dup.s
test/MC/AArch64/neon-scalar-extract-narrow.s
test/MC/AArch64/neon-scalar-fp-compare.s
test/MC/AArch64/neon-scalar-mul.s
test/MC/AArch64/neon-scalar-neg.s
test/MC/AArch64/neon-scalar-recip.s
test/MC/AArch64/neon-scalar-reduce-pairwise.s
test/MC/AArch64/neon-scalar-rounding-shift.s
test/MC/AArch64/neon-scalar-saturating-add-sub.s
test/MC/AArch64/neon-scalar-saturating-rounding-shift.s
test/MC/AArch64/neon-scalar-saturating-shift.s
test/MC/AArch64/neon-scalar-shift-imm.s
test/MC/AArch64/neon-scalar-shift.s
test/MC/AArch64/neon-shift-left-long.s
test/MC/AArch64/neon-shift.s
test/MC/AArch64/neon-simd-copy.s
test/MC/AArch64/neon-simd-ldst-multi-elem.s
test/MC/AArch64/neon-simd-ldst-one-elem.s
test/MC/AArch64/neon-simd-misc.s
test/MC/AArch64/neon-simd-post-ldst-multi-elem.s
test/MC/AArch64/neon-simd-shift.s
test/MC/AArch64/neon-sxtl.s
test/MC/AArch64/neon-tbl.s
test/MC/AArch64/neon-uxtl.s
test/MC/AArch64/noneon-diagnostics.s
test/MC/AArch64/optional-hash.s
test/MC/AArch64/tls-relocs.s
test/MC/AArch64/trace-regs-diagnostics.s
test/MC/AArch64/trace-regs.s
test/MC/Disassembler/AArch64/lit.local.cfg
test/Transforms/LoopVectorize/AArch64/lit.local.cfg