]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update LLVM to r104832.
authorRoman Divacky <rdivacky@FreeBSD.org>
Thu, 27 May 2010 15:15:58 +0000 (15:15 +0000)
committerRoman Divacky <rdivacky@FreeBSD.org>
Thu, 27 May 2010 15:15:58 +0000 (15:15 +0000)
commitabdf259d487163e72081a8cf4991b1617206b41e
tree9fad9a5d5dd8c4ff54af48edad9c8cc26dd5fda1
parent59161dfae3225dd9151afbc76ca9074598c0c605
Update LLVM to r104832.
616 files changed:
Makefile.config.in
Makefile.rules
autoconf/configure.ac
configure
docs/AliasAnalysis.html
docs/BitCodeFormat.html
docs/Bugpoint.html
docs/CodeGenerator.html
docs/CodingStandards.html
docs/CommandGuide/index.html
docs/CommandGuide/lit.pod
docs/CommandLine.html
docs/CompilerDriver.html
docs/CompilerWriterInfo.html
docs/DeveloperPolicy.html
docs/ExceptionHandling.html
docs/ExtendingLLVM.html
docs/FAQ.html
docs/GCCFEBuildInstrs.html
docs/GarbageCollection.html
docs/GetElementPtr.html
docs/GettingStarted.html
docs/GettingStartedVS.html
docs/HowToReleaseLLVM.html
docs/HowToSubmitABug.html
docs/LangRef.html
docs/Lexicon.html
docs/LinkTimeOptimization.html
docs/MakefileGuide.html
docs/Packaging.html
docs/Passes.html
docs/ProgrammersManual.html
docs/Projects.html
docs/ReleaseNotes.html
docs/SourceLevelDebugging.html
docs/SystemLibrary.html
docs/TableGenFundamentals.html
docs/TestingGuide.html
docs/UsingLibraries.html
docs/WritingAnLLVMBackend.html
docs/WritingAnLLVMPass.html
docs/index.html
docs/tutorial/LangImpl1.html
docs/tutorial/LangImpl2.html
docs/tutorial/LangImpl3.html
docs/tutorial/LangImpl4.html
docs/tutorial/LangImpl5.html
docs/tutorial/LangImpl6.html
docs/tutorial/LangImpl7.html
docs/tutorial/LangImpl8.html
docs/tutorial/OCamlLangImpl1.html
docs/tutorial/OCamlLangImpl2.html
docs/tutorial/OCamlLangImpl3.html
docs/tutorial/OCamlLangImpl4.html
docs/tutorial/OCamlLangImpl5.html
docs/tutorial/OCamlLangImpl6.html
docs/tutorial/OCamlLangImpl7.html
include/llvm/ADT/DenseMap.h
include/llvm/ADT/EquivalenceClasses.h
include/llvm/ADT/SparseBitVector.h
include/llvm/ADT/StringRef.h
include/llvm/ADT/Twine.h
include/llvm/ADT/ilist_node.h
include/llvm/Analysis/DebugInfo.h
include/llvm/Analysis/InlineCost.h
include/llvm/Analysis/Lint.h
include/llvm/Analysis/Passes.h
include/llvm/CallingConv.h
include/llvm/CodeGen/ELFRelocation.h [deleted file]
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/LatencyPriorityQueue.h
include/llvm/CodeGen/LinkAllCodegenComponents.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/MachineSSAUpdater.h
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/SchedulerRegistry.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/CodeGen/ValueTypes.h
include/llvm/CodeGen/ValueTypes.td
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in
include/llvm/Constants.h
include/llvm/Intrinsics.td
include/llvm/IntrinsicsX86.td
include/llvm/LinkAllPasses.h
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAsmLayout.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCExpr.h
include/llvm/MC/MCFixup.h
include/llvm/MC/MCLabel.h [new file with mode: 0644]
include/llvm/MC/MCMachOSymbolFlags.h [new file with mode: 0644]
include/llvm/MC/MCObjectWriter.h
include/llvm/MC/MCParser/AsmParser.h
include/llvm/MC/MCParser/MCAsmLexer.h
include/llvm/MC/MCSection.h
include/llvm/MC/MCSectionCOFF.h [new file with mode: 0644]
include/llvm/MC/MCSectionELF.h
include/llvm/MC/MCSectionMachO.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCSymbol.h
include/llvm/MC/MachObjectWriter.h
include/llvm/PassManager.h
include/llvm/Support/Compiler.h
include/llvm/Support/DOTGraphTraits.h
include/llvm/Support/GraphWriter.h
include/llvm/Support/StandardPasses.h
include/llvm/System/Signals.h
include/llvm/Target/SubtargetFeature.h
include/llvm/Target/Target.td
include/llvm/Target/TargetAsmBackend.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetLoweringObjectFile.h
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetRegisterInfo.h
include/llvm/Target/TargetRegistry.h
include/llvm/Target/TargetSelectionDAGInfo.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Utils/SSAUpdater.h
include/llvm/Transforms/Utils/SSAUpdaterImpl.h [new file with mode: 0644]
lib/Analysis/CMakeLists.txt
lib/Analysis/DebugInfo.cpp
lib/Analysis/InlineCost.cpp
lib/Analysis/Lint.cpp
lib/Analysis/ModuleDebugInfoPrinter.cpp [new file with mode: 0644]
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/CodeGen/AsmPrinter/DIE.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/AsmPrinter/DwarfException.h
lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/IntrinsicLowering.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LatencyPriorityQueue.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LowerSubregs.cpp
lib/CodeGen/MachineCSE.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachineRegisterInfo.cpp
lib/CodeGen/MachineSSAUpdater.cpp
lib/CodeGen/MachineSink.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/PHIElimination.cpp
lib/CodeGen/PHIElimination.h
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/PreAllocSplitting.cpp
lib/CodeGen/ProcessImplicitDefs.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegAllocLinearScan.cpp
lib/CodeGen/RegAllocLocal.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/RegisterScavenging.cpp
lib/CodeGen/ScheduleDAG.cpp
lib/CodeGen/ScheduleDAGEmit.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/ScheduleDAGInstrs.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp
lib/CodeGen/SimpleRegisterCoalescing.cpp
lib/CodeGen/Spiller.cpp
lib/CodeGen/StackSlotColoring.cpp
lib/CodeGen/StrongPHIElimination.cpp
lib/CodeGen/TailDuplication.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/CodeGen/VirtRegRewriter.cpp
lib/CompilerDriver/Action.cpp
lib/ExecutionEngine/ExecutionEngine.cpp
lib/MC/CMakeLists.txt
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoDarwin.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCContext.cpp
lib/MC/MCExpr.cpp
lib/MC/MCInst.cpp
lib/MC/MCLabel.cpp [new file with mode: 0644]
lib/MC/MCLoggingStreamer.cpp [new file with mode: 0644]
lib/MC/MCMachOStreamer.cpp
lib/MC/MCNullStreamer.cpp
lib/MC/MCParser/AsmLexer.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCSection.cpp
lib/MC/MCSectionCOFF.cpp [new file with mode: 0644]
lib/MC/MCSectionMachO.cpp
lib/MC/MCStreamer.cpp
lib/MC/MCSymbol.cpp
lib/MC/MachObjectWriter.cpp
lib/Support/APInt.cpp
lib/Support/CommandLine.cpp
lib/Support/ErrorHandling.cpp
lib/Support/PrettyStackTrace.cpp
lib/Support/StringRef.cpp
lib/Support/Timer.cpp
lib/Support/Twine.cpp
lib/Support/raw_ostream.cpp
lib/System/Unix/Signals.inc
lib/System/Win32/Signals.inc
lib/Target/ARM/ARM.h
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.h
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/ARMJITInfo.cpp
lib/Target/ARM/ARMRegisterInfo.h
lib/Target/ARM/ARMRegisterInfo.td
lib/Target/ARM/ARMRelocations.h
lib/Target/ARM/ARMSelectionDAGInfo.cpp
lib/Target/ARM/ARMSelectionDAGInfo.h
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMMCInstLower.h
lib/Target/ARM/NEONMoveFix.cpp
lib/Target/ARM/NEONPreAllocPass.cpp
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb1InstrInfo.h
lib/Target/ARM/Thumb2InstrInfo.cpp
lib/Target/ARM/Thumb2InstrInfo.h
lib/Target/Alpha/AlphaInstrInfo.cpp
lib/Target/Alpha/AlphaInstrInfo.h
lib/Target/Alpha/AlphaInstrInfo.td
lib/Target/Alpha/AlphaSelectionDAGInfo.cpp
lib/Target/Alpha/AlphaSelectionDAGInfo.h
lib/Target/Alpha/AlphaTargetMachine.cpp
lib/Target/Alpha/AlphaTargetMachine.h
lib/Target/Blackfin/BlackfinInstrInfo.cpp
lib/Target/Blackfin/BlackfinInstrInfo.h
lib/Target/Blackfin/BlackfinInstrInfo.td
lib/Target/Blackfin/BlackfinRegisterInfo.cpp
lib/Target/Blackfin/BlackfinRegisterInfo.h
lib/Target/Blackfin/BlackfinRegisterInfo.td
lib/Target/Blackfin/BlackfinSelectionDAGInfo.cpp
lib/Target/Blackfin/BlackfinSelectionDAGInfo.h
lib/Target/Blackfin/BlackfinTargetMachine.cpp
lib/Target/Blackfin/BlackfinTargetMachine.h
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/CTargetMachine.h
lib/Target/CellSPU/README.txt
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/CellSPU/SPUInstrInfo.cpp
lib/Target/CellSPU/SPUInstrInfo.h
lib/Target/CellSPU/SPUInstrInfo.td
lib/Target/CellSPU/SPURegisterInfo.cpp
lib/Target/CellSPU/SPUSelectionDAGInfo.cpp
lib/Target/CellSPU/SPUSelectionDAGInfo.h
lib/Target/CellSPU/SPUTargetMachine.cpp
lib/Target/CellSPU/SPUTargetMachine.h
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/CppBackend/CPPTargetMachine.h
lib/Target/MBlaze/AsmPrinter/MBlazeAsmPrinter.cpp
lib/Target/MBlaze/MBlazeInstrInfo.cpp
lib/Target/MBlaze/MBlazeInstrInfo.h
lib/Target/MBlaze/MBlazeRegisterInfo.cpp
lib/Target/MBlaze/MBlazeRegisterInfo.td
lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp
lib/Target/MBlaze/MBlazeSelectionDAGInfo.h
lib/Target/MBlaze/MBlazeTargetMachine.cpp
lib/Target/MBlaze/MBlazeTargetMachine.h
lib/Target/MSIL/MSILWriter.cpp
lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/MSP430/MSP430InstrInfo.cpp
lib/Target/MSP430/MSP430InstrInfo.h
lib/Target/MSP430/MSP430RegisterInfo.td
lib/Target/MSP430/MSP430SelectionDAGInfo.cpp
lib/Target/MSP430/MSP430SelectionDAGInfo.h
lib/Target/MSP430/MSP430TargetMachine.cpp
lib/Target/MSP430/MSP430TargetMachine.h
lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.h
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/Mips/MipsRegisterInfo.h
lib/Target/Mips/MipsRegisterInfo.td
lib/Target/Mips/MipsSelectionDAGInfo.cpp
lib/Target/Mips/MipsSelectionDAGInfo.h
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/Mips/MipsTargetMachine.h
lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h
lib/Target/PIC16/PIC16DebugInfo.cpp
lib/Target/PIC16/PIC16ISelDAGToDAG.h
lib/Target/PIC16/PIC16InstrInfo.cpp
lib/Target/PIC16/PIC16InstrInfo.h
lib/Target/PIC16/PIC16Section.h
lib/Target/PIC16/PIC16SelectionDAGInfo.cpp
lib/Target/PIC16/PIC16SelectionDAGInfo.h
lib/Target/PIC16/PIC16TargetMachine.cpp
lib/Target/PIC16/PIC16TargetMachine.h
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.h
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.td
lib/Target/PowerPC/PPCSelectionDAGInfo.cpp
lib/Target/PowerPC/PPCSelectionDAGInfo.h
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h
lib/Target/README.txt
lib/Target/Sparc/SparcInstrInfo.cpp
lib/Target/Sparc/SparcInstrInfo.h
lib/Target/Sparc/SparcRegisterInfo.td
lib/Target/Sparc/SparcSelectionDAGInfo.cpp
lib/Target/Sparc/SparcSelectionDAGInfo.h
lib/Target/Sparc/SparcTargetMachine.cpp
lib/Target/Sparc/SparcTargetMachine.h
lib/Target/SubtargetFeature.cpp
lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/SystemZ/SystemZInstrInfo.cpp
lib/Target/SystemZ/SystemZInstrInfo.h
lib/Target/SystemZ/SystemZRegisterInfo.h
lib/Target/SystemZ/SystemZRegisterInfo.td
lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
lib/Target/SystemZ/SystemZSelectionDAGInfo.h
lib/Target/SystemZ/SystemZTargetMachine.cpp
lib/Target/SystemZ/SystemZTargetMachine.h
lib/Target/TargetMachine.cpp
lib/Target/TargetRegisterInfo.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86AsmPrinter.h
lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
lib/Target/X86/AsmPrinter/X86MCInstLower.h
lib/Target/X86/CMakeLists.txt
lib/Target/X86/Disassembler/X86Disassembler.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
lib/Target/X86/SSEDomainFix.cpp
lib/Target/X86/X86AsmBackend.cpp
lib/Target/X86/X86COFFMachineModuleInfo.h
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86FloatingPointRegKill.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86Instr64bit.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrMMX.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.h
lib/Target/X86/X86RegisterInfo.td
lib/Target/X86/X86SelectionDAGInfo.cpp
lib/Target/X86/X86SelectionDAGInfo.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetMachine.h
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreInstrInfo.cpp
lib/Target/XCore/XCoreInstrInfo.h
lib/Target/XCore/XCoreSelectionDAGInfo.cpp
lib/Target/XCore/XCoreSelectionDAGInfo.h
lib/Target/XCore/XCoreTargetMachine.cpp
lib/Target/XCore/XCoreTargetMachine.h
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/InlineAlways.cpp
lib/Transforms/IPO/InlineSimple.cpp
lib/Transforms/IPO/MergeFunctions.cpp
lib/Transforms/IPO/StripSymbols.cpp
lib/Transforms/InstCombine/InstCombine.h
lib/Transforms/InstCombine/InstCombineCasts.cpp
lib/Transforms/InstCombine/InstCombineWorklist.h
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/SimplifyCFGPass.cpp
lib/Transforms/Scalar/SimplifyLibCalls.cpp
lib/Transforms/Scalar/Sink.cpp [new file with mode: 0644]
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
lib/Transforms/Utils/SSAUpdater.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/PassManager.cpp
lib/VMCore/ValueTypes.cpp
lib/VMCore/Verifier.cpp
test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll
test/CodeGen/ARM/2008-02-29-RegAllocLocal.ll
test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll
test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll
test/CodeGen/ARM/2009-11-02-NegativeLane.ll
test/CodeGen/ARM/2010-05-14-IllegalType.ll [new file with mode: 0644]
test/CodeGen/ARM/2010-05-17-DAGCombineAssert.ll [new file with mode: 0644]
test/CodeGen/ARM/2010-05-17-FastAllocCrash.ll [new file with mode: 0644]
test/CodeGen/ARM/2010-05-18-LocalAllocCrash.ll [new file with mode: 0644]
test/CodeGen/ARM/2010-05-18-PostIndexBug.ll [new file with mode: 0644]
test/CodeGen/ARM/2010-05-19-Shuffles.ll [new file with mode: 0644]
test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll [new file with mode: 0644]
test/CodeGen/ARM/2010-05-21-BuildVector.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-frameaddr.ll
test/CodeGen/ARM/arm-returnaddr.ll [new file with mode: 0644]
test/CodeGen/ARM/div.ll
test/CodeGen/ARM/fabss.ll
test/CodeGen/ARM/fadds.ll
test/CodeGen/ARM/fdivs.ll
test/CodeGen/ARM/fmacs.ll
test/CodeGen/ARM/fmscs.ll
test/CodeGen/ARM/fmuls.ll
test/CodeGen/ARM/fnmscs.ll
test/CodeGen/ARM/lsr-on-unrolled-loops.ll [new file with mode: 0644]
test/CodeGen/ARM/mul_const.ll
test/CodeGen/ARM/reg_sequence.ll [new file with mode: 0644]
test/CodeGen/ARM/spill-q.ll
test/CodeGen/ARM/trap.ll [new file with mode: 0644]
test/CodeGen/ARM/vcgt.ll
test/CodeGen/CellSPU/jumptable.ll [new file with mode: 0644]
test/CodeGen/CellSPU/sub_ops.ll [new file with mode: 0644]
test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
test/CodeGen/Generic/legalize-dbg-value.ll [new file with mode: 0644]
test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert.ll
test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert2.ll
test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll
test/CodeGen/PowerPC/cr_spilling.ll
test/CodeGen/SystemZ/2009-07-10-BadIncomingArgOffset.ll
test/CodeGen/Thumb/2010-01-15-local-alloc-spill-physical.ll
test/CodeGen/Thumb/trap.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2010-05-24-rsbs.ll [new file with mode: 0644]
test/CodeGen/Thumb2/div.ll [new file with mode: 0644]
test/CodeGen/Thumb2/machine-licm.ll
test/CodeGen/Thumb2/sign_extend_inreg.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-pack.ll
test/CodeGen/Thumb2/thumb2-rev.ll
test/CodeGen/Thumb2/thumb2-shifter.ll
test/CodeGen/Thumb2/thumb2-smla.ll
test/CodeGen/Thumb2/thumb2-smul.ll
test/CodeGen/Thumb2/thumb2-spill-q.ll
test/CodeGen/Thumb2/thumb2-sxt_rot.ll
test/CodeGen/Thumb2/thumb2-uxt_rot.ll
test/CodeGen/Thumb2/thumb2-uxtb.ll
test/CodeGen/X86/2008-01-16-FPStackifierAssert.ll
test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll
test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll
test/CodeGen/X86/2008-09-17-inline-asm-1.ll
test/CodeGen/X86/2008-09-18-inline-asm-2.ll
test/CodeGen/X86/2009-01-29-LocalRegAllocBug.ll
test/CodeGen/X86/2009-04-14-IllegalRegs.ll
test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll
test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll
test/CodeGen/X86/2009-08-08-CastError.ll
test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll
test/CodeGen/X86/2010-05-05-LocalAllocEarlyClobber.ll [new file with mode: 0644]
test/CodeGen/X86/2010-05-06-LocalInlineAsmClobber.ll [new file with mode: 0644]
test/CodeGen/X86/2010-05-07-ldconvert.ll [new file with mode: 0644]
test/CodeGen/X86/2010-05-10-DAGCombinerBug.ll [new file with mode: 0644]
test/CodeGen/X86/2010-05-12-FastAllocKills.ll [new file with mode: 0644]
test/CodeGen/X86/2010-05-16-nosseconversion.ll [new file with mode: 0644]
test/CodeGen/X86/2010-05-26-DotDebugLoc.ll [new file with mode: 0644]
test/CodeGen/X86/2010-05-26-FP_TO_INT-crash.ll [new file with mode: 0644]
test/CodeGen/X86/call-imm.ll
test/CodeGen/X86/fast-cc-callee-pops.ll
test/CodeGen/X86/fast-cc-pass-in-regs.ll
test/CodeGen/X86/fp-stack-O0-crash.ll
test/CodeGen/X86/fp-stack.ll [new file with mode: 0644]
test/CodeGen/X86/label-redefinition.ll [new file with mode: 0644]
test/CodeGen/X86/liveness-local-regalloc.ll
test/CodeGen/X86/lsr-delayed-fold.ll
test/CodeGen/X86/mcinst-lowering-cmp0.ll [new file with mode: 0644]
test/CodeGen/X86/mcinst-lowering.ll [new file with mode: 0644]
test/CodeGen/X86/sse-align-11.ll
test/CodeGen/X86/stack-color-with-reg-2.ll [deleted file]
test/CodeGen/X86/tls-1.ll [new file with mode: 0644]
test/CodeGen/X86/unknown-location.ll [new file with mode: 0644]
test/DebugInfo/2010-05-10-MultipleCU.ll [new file with mode: 0644]
test/DebugInfo/2010-05-25-DotDebugLoc.ll [new file with mode: 0644]
test/Feature/metadata.ll [new file with mode: 0644]
test/FrontendC++/2010-05-10-Var-DbgInfo.cpp [new file with mode: 0644]
test/FrontendC++/2010-05-11-alwaysinlineinstantiation.cpp [new file with mode: 0644]
test/FrontendC++/2010-05-12-PtrToMember-Dbg.cpp [new file with mode: 0644]
test/FrontendC++/thunk-weak-odr.cpp [new file with mode: 0644]
test/FrontendC/2007-04-11-InlineStorageClassC89.c
test/FrontendC/2007-04-11-InlineStorageClassC99.c
test/FrontendC/2010-05-14-Optimized-VarType.c [new file with mode: 0644]
test/FrontendC/2010-05-18-asmsched.c [new file with mode: 0644]
test/FrontendC/2010-05-18-palignr.c [new file with mode: 0644]
test/FrontendC/2010-05-26-AsmSideEffect.c [new file with mode: 0644]
test/FrontendC/pr2394.c [new file with mode: 0644]
test/MC/AsmParser/X86/x86_32-bit_cat.s
test/MC/AsmParser/X86/x86_32-encoding.s
test/MC/AsmParser/X86/x86_32-new-encoder.s
test/MC/AsmParser/X86/x86_64-encoding.s
test/MC/AsmParser/X86/x86_64-imm-widths.s [new file with mode: 0644]
test/MC/AsmParser/X86/x86_64-new-encoder.s
test/MC/AsmParser/X86/x86_64-suffix-matching.s
test/MC/AsmParser/X86/x86_instructions.s
test/MC/AsmParser/assignment.s
test/MC/AsmParser/directive_tbss.s [new file with mode: 0644]
test/MC/AsmParser/directive_tdata.s [new file with mode: 0644]
test/MC/AsmParser/directive_thread_init_func.s [new file with mode: 0644]
test/MC/AsmParser/directive_tlv.s [new file with mode: 0644]
test/MC/AsmParser/directive_zerofill.s
test/MC/Disassembler/simple-tests.txt
test/MC/MachO/darwin-x86_64-reloc.s
test/MC/MachO/direction_labels.s [new file with mode: 0644]
test/MC/MachO/indirect-symbols.s [new file with mode: 0644]
test/MC/MachO/reloc.s
test/MC/MachO/string-table.s [new file with mode: 0644]
test/MC/MachO/symbol-flags.s
test/MC/MachO/tbss.s [new file with mode: 0644]
test/MC/MachO/tdata.s [new file with mode: 0644]
test/MC/MachO/thread_init_func.s [new file with mode: 0644]
test/MC/MachO/tls.s [new file with mode: 0644]
test/MC/MachO/tlv-reloc.s [new file with mode: 0644]
test/MC/MachO/tlv.s [new file with mode: 0644]
test/MC/MachO/x86_32-optimal_nop.s
test/MC/MachO/zerofill-5.s [new file with mode: 0644]
test/Other/2010-05-06-Printer.ll [new file with mode: 0644]
test/Other/inline-asm-newline-terminator.ll [new file with mode: 0644]
test/Other/lint.ll
test/Transforms/GVN/2010-05-08-OneBit.ll [new file with mode: 0644]
test/Transforms/Inline/2010-05-12-ValueMap.ll [new file with mode: 0644]
test/Transforms/InstCombine/cast.ll
test/Transforms/Mem2Reg/ConvertDebugInfo.ll
test/Transforms/SimplifyCFG/trapping-load-unreachable.ll
test/Transforms/SimplifyLibCalls/memcmp.ll
test/Transforms/Sink/basic.ll [new file with mode: 0644]
test/Transforms/Sink/dg.exp [new file with mode: 0644]
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/ToolRunner.h
tools/edis/EDInst.cpp
tools/gold/Makefile
tools/gold/gold-plugin.cpp
tools/llc/llc.cpp
tools/llvm-ld/llvm-ld.cpp
tools/llvm-mc/Disassembler.cpp
tools/llvm-mc/llvm-mc.cpp
tools/lto/LTOCodeGenerator.cpp
tools/lto/LTOModule.cpp
tools/opt/opt.cpp
unittests/ADT/StringRefTest.cpp
unittests/ADT/ilistTest.cpp [new file with mode: 0644]
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/CMakeLists.txt
utils/TableGen/ClangASTNodesEmitter.cpp [new file with mode: 0644]
utils/TableGen/ClangASTNodesEmitter.h [new file with mode: 0644]
utils/TableGen/ClangDiagnosticsEmitter.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenRegisters.h
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/CodeGenTarget.h
utils/TableGen/DAGISelMatcherGen.cpp
utils/TableGen/EDEmitter.cpp
utils/TableGen/FastISelEmitter.cpp
utils/TableGen/IntrinsicEmitter.cpp
utils/TableGen/IntrinsicEmitter.h
utils/TableGen/Makefile
utils/TableGen/Record.h
utils/TableGen/RegisterInfoEmitter.cpp
utils/TableGen/TableGen.cpp
utils/TableGen/X86RecognizableInstr.cpp
utils/buildit/GNUmakefile
utils/buildit/build_llvm
utils/lit/lit/LitConfig.py
utils/lit/lit/ShUtil.py
utils/lit/lit/TestFormats.py
utils/lit/lit/lit.py
utils/valgrind/i386-pc-linux-gnu.supp [new file with mode: 0644]
utils/valgrind/x86_64-pc-linux-gnu.supp [new file with mode: 0644]