]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import LLVM, at r72805, which fixes PR4315 and PR4316.
authored <ed@FreeBSD.org>
Wed, 3 Jun 2009 21:10:15 +0000 (21:10 +0000)
committered <ed@FreeBSD.org>
Wed, 3 Jun 2009 21:10:15 +0000 (21:10 +0000)
commit1941b8772a36a33c7b86cb67163cd735b3d57221
treedb103e2a0755ab86f18c181a2d208a6a63284c97
parent036fdcfb2d357cecb320b5a6fd05f4859a63aeba
Import LLVM, at r72805, which fixes PR4315 and PR4316.

Normally I'm not updating sources this often, but I want to get rid of
this breakage, because right now I can't offer a proper source snapshot
yet.
40 files changed:
CMakeLists.txt
docs/CMake.html
docs/GoldPlugin.html
include/llvm/CodeGen/JITCodeEmitter.h
include/llvm/CodeGen/MachineCodeEmitter.h
include/llvm/ExecutionEngine/JITMemoryManager.h
include/llvm/Support/StandardPasses.h [new file with mode: 0644]
lib/CodeGen/CMakeLists.txt
lib/CodeGen/ELFCodeEmitter.cpp [new file with mode: 0644]
lib/CodeGen/ELFCodeEmitter.h [new file with mode: 0644]
lib/CodeGen/ELFWriter.cpp
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/ExecutionEngine/JIT/JITMemoryManager.cpp
lib/Target/Alpha/AlphaISelDAGToDAG.cpp
lib/Target/Alpha/AlphaISelLowering.cpp
lib/Target/Alpha/AlphaInstrInfo.cpp
lib/Target/Alpha/AlphaInstrInfo.h
lib/Target/Alpha/AlphaMachineFunctionInfo.h [new file with mode: 0644]
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.h
lib/Target/Mips/MipsMachineFunction.h
lib/Target/PIC16/PIC16.h
lib/Target/PIC16/PIC16AsmPrinter.cpp
lib/Target/PIC16/PIC16DebugInfo.cpp
lib/Target/PIC16/PIC16DebugInfo.h
lib/Target/PIC16/PIC16ISelLowering.cpp
lib/Target/PIC16/PIC16InstrInfo.cpp
lib/Target/PIC16/PIC16InstrInfo.h
lib/Target/PIC16/PIC16InstrInfo.td
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
test/Transforms/IndVarSimplify/variable-stride-ivs-0.ll [moved from test/Transforms/IndVarSimplify/variable-stride-ivs.ll with 100% similarity]
test/Transforms/IndVarSimplify/variable-stride-ivs-1.ll [new file with mode: 0644]
tools/llvm-config/CMakeLists.txt
tools/llvm-ld/Optimize.cpp
tools/lto/LTOCodeGenerator.cpp
tools/opt/opt.cpp