]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update llvm to r84119.
authorrdivacky <rdivacky@FreeBSD.org>
Wed, 14 Oct 2009 17:57:32 +0000 (17:57 +0000)
committerrdivacky <rdivacky@FreeBSD.org>
Wed, 14 Oct 2009 17:57:32 +0000 (17:57 +0000)
commitcd749a9c07f1de2fb8affde90537efa4bc3e7c54
treeb21f6de4e08b89bb7931806bab798fc2a5e3a686
parent72621d11de5b873f1695f391eb95f0b336c3d2d4
Update llvm to r84119.
5530 files changed:
CMakeLists.txt
CREDITS.TXT
LICENSE.TXT
Makefile
Makefile.config.in
Makefile.rules
README.txt
Xcode/LLVM.xcodeproj/project.pbxproj
autoconf/AutoRegen.sh
autoconf/config.guess
autoconf/config.sub
autoconf/configure.ac
autoconf/m4/config_makefile.m4
autoconf/m4/linux_mixed_64_32.m4 [new file with mode: 0644]
bindings/ada/analysis/llvm_analysis-binding.ads [new file with mode: 0644]
bindings/ada/analysis/llvm_analysis.ads [new file with mode: 0644]
bindings/ada/analysis/llvm_analysis_wrap.cxx [new file with mode: 0644]
bindings/ada/bitreader/llvm_bit_reader-binding.ads [new file with mode: 0644]
bindings/ada/bitreader/llvm_bit_reader.ads [new file with mode: 0644]
bindings/ada/bitreader/llvm_bitreader_wrap.cxx [new file with mode: 0644]
bindings/ada/bitwriter/llvm_bit_writer-binding.ads [new file with mode: 0644]
bindings/ada/bitwriter/llvm_bit_writer.ads [new file with mode: 0644]
bindings/ada/bitwriter/llvm_bitwriter_wrap.cxx [new file with mode: 0644]
bindings/ada/executionengine/llvm_execution_engine-binding.ads [new file with mode: 0644]
bindings/ada/executionengine/llvm_execution_engine.ads [new file with mode: 0644]
bindings/ada/executionengine/llvm_executionengine_wrap.cxx [new file with mode: 0644]
bindings/ada/llvm.gpr [new file with mode: 0644]
bindings/ada/llvm/llvm-binding.ads [new file with mode: 0644]
bindings/ada/llvm/llvm.ads [new file with mode: 0644]
bindings/ada/llvm/llvm_link_time_optimizer-binding.ads [new file with mode: 0644]
bindings/ada/llvm/llvm_link_time_optimizer.ads [new file with mode: 0644]
bindings/ada/llvm/llvm_linktimeoptimizer_wrap.cxx [new file with mode: 0644]
bindings/ada/llvm/llvm_wrap.cxx [new file with mode: 0644]
bindings/ada/target/llvm_target-binding.ads [new file with mode: 0644]
bindings/ada/target/llvm_target.ads [new file with mode: 0644]
bindings/ada/target/llvm_target_wrap.cxx [new file with mode: 0644]
bindings/ada/transforms/llvm_transforms-binding.ads [new file with mode: 0644]
bindings/ada/transforms/llvm_transforms.ads [new file with mode: 0644]
bindings/ada/transforms/llvm_transforms_wrap.cxx [new file with mode: 0644]
bindings/ocaml/Makefile.ocaml
bindings/ocaml/bitreader/bitreader_ocaml.c
bindings/ocaml/bitreader/llvm_bitreader.ml
bindings/ocaml/bitreader/llvm_bitreader.mli
bindings/ocaml/executionengine/executionengine_ocaml.c
bindings/ocaml/executionengine/llvm_executionengine.ml
bindings/ocaml/executionengine/llvm_executionengine.mli
bindings/ocaml/llvm/Makefile
bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli
bindings/ocaml/llvm/llvm_ocaml.c
cmake/config-ix.cmake
cmake/modules/AddLLVM.cmake
cmake/modules/CheckAtomic.cmake [new file with mode: 0644]
cmake/modules/GetTargetTriple.cmake
cmake/modules/LLVMConfig.cmake
cmake/modules/LLVMLibDeps.cmake [new file with mode: 0644]
cmake/modules/TableGen.cmake
configure
docs/BitCodeFormat.html
docs/Bugpoint.html
docs/CMake.html
docs/CodeGenerator.html
docs/CodingStandards.html
docs/CommandGuide/FileCheck.pod [new file with mode: 0644]
docs/CommandGuide/Makefile
docs/CommandGuide/index.html
docs/CommandGuide/lit.pod [new file with mode: 0644]
docs/CommandGuide/llc.pod
docs/CommandGuide/llvm-as.pod
docs/CommandGuide/llvm-dis.pod
docs/CommandGuide/llvm-extract.pod
docs/CommandGuide/llvm-ld.pod
docs/CommandGuide/llvm-link.pod
docs/CommandGuide/llvmc.pod
docs/CommandGuide/opt.pod
docs/CommandLine.html
docs/CompilerDriver.html
docs/DebuggingJITedCode.html [new file with mode: 0644]
docs/DeveloperPolicy.html
docs/ExceptionHandling.html
docs/FAQ.html
docs/GCCFEBuildInstrs.html
docs/GarbageCollection.html
docs/GetElementPtr.html
docs/GettingStarted.html
docs/GettingStartedVS.html
docs/GoldPlugin.html
docs/HistoricalNotes/2007-OriginalClangReadme.txt [new file with mode: 0644]
docs/HowToReleaseLLVM.html
docs/HowToSubmitABug.html
docs/LangRef.html
docs/LinkTimeOptimization.html
docs/MakefileGuide.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/re_format.7 [new file with mode: 0644]
docs/tutorial/JITTutorial1.html
docs/tutorial/JITTutorial2.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/OCamlLangImpl3.html
docs/tutorial/OCamlLangImpl4.html
docs/tutorial/OCamlLangImpl5.html
docs/tutorial/OCamlLangImpl6.html
docs/tutorial/OCamlLangImpl7.html
examples/BrainF/BrainF.cpp
examples/BrainF/BrainF.h
examples/BrainF/BrainFDriver.cpp
examples/Fibonacci/fibonacci.cpp
examples/HowToUseJIT/HowToUseJIT.cpp
examples/Kaleidoscope/CMakeLists.txt
examples/Kaleidoscope/Chapter2/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Chapter2/Makefile [new file with mode: 0644]
examples/Kaleidoscope/Chapter2/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/Chapter3/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Chapter3/Makefile [new file with mode: 0644]
examples/Kaleidoscope/Chapter3/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/Chapter4/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Chapter4/Makefile [new file with mode: 0644]
examples/Kaleidoscope/Chapter4/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/Chapter5/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Chapter5/Makefile [new file with mode: 0644]
examples/Kaleidoscope/Chapter5/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/Chapter6/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Chapter6/Makefile [new file with mode: 0644]
examples/Kaleidoscope/Chapter6/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/Chapter7/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Chapter7/Makefile [new file with mode: 0644]
examples/Kaleidoscope/Chapter7/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/Makefile
examples/ModuleMaker/ModuleMaker.cpp
examples/ParallelJIT/CMakeLists.txt
examples/ParallelJIT/ParallelJIT.cpp
include/llvm-c/BitReader.h
include/llvm-c/Core.h
include/llvm-c/ExecutionEngine.h
include/llvm-c/Target.h
include/llvm-c/lto.h
include/llvm/ADT/APFloat.h
include/llvm/ADT/APInt.h
include/llvm/ADT/DenseMap.h
include/llvm/ADT/DenseMapInfo.h [new file with mode: 0644]
include/llvm/ADT/DepthFirstIterator.h
include/llvm/ADT/EquivalenceClasses.h
include/llvm/ADT/FoldingSet.h
include/llvm/ADT/ImmutableMap.h
include/llvm/ADT/ImmutableSet.h
include/llvm/ADT/IndexedMap.h
include/llvm/ADT/PointerIntPair.h
include/llvm/ADT/PointerUnion.h
include/llvm/ADT/PostOrderIterator.h
include/llvm/ADT/SCCIterator.h
include/llvm/ADT/STLExtras.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SmallSet.h
include/llvm/ADT/SmallString.h
include/llvm/ADT/SmallVector.h
include/llvm/ADT/SparseBitVector.h
include/llvm/ADT/StringExtras.h
include/llvm/ADT/StringMap.h
include/llvm/ADT/StringRef.h [new file with mode: 0644]
include/llvm/ADT/Trie.h
include/llvm/ADT/Triple.h
include/llvm/ADT/Twine.h [new file with mode: 0644]
include/llvm/ADT/ilist.h
include/llvm/ADT/ilist_node.h
include/llvm/AbstractTypeUser.h
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/AliasSetTracker.h
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/ConstantFolding.h
include/llvm/Analysis/ConstantsScanner.h
include/llvm/Analysis/DebugInfo.h
include/llvm/Analysis/Dominators.h
include/llvm/Analysis/FindUsedTypes.h
include/llvm/Analysis/IVUsers.h
include/llvm/Analysis/InlineCost.h [new file with mode: 0644]
include/llvm/Analysis/Interval.h
include/llvm/Analysis/IntervalIterator.h
include/llvm/Analysis/IntervalPartition.h
include/llvm/Analysis/LibCallAliasAnalysis.h
include/llvm/Analysis/LoopDependenceAnalysis.h
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/LoopPass.h
include/llvm/Analysis/MallocHelper.h [new file with mode: 0644]
include/llvm/Analysis/MemoryDependenceAnalysis.h
include/llvm/Analysis/Passes.h
include/llvm/Analysis/PointerTracking.h [new file with mode: 0644]
include/llvm/Analysis/PostDominators.h
include/llvm/Analysis/ProfileInfo.h
include/llvm/Analysis/ProfileInfoLoader.h
include/llvm/Analysis/ProfileInfoTypes.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
include/llvm/Analysis/SparsePropagation.h
include/llvm/Analysis/Trace.h
include/llvm/Analysis/ValueTracking.h
include/llvm/Argument.h
include/llvm/Assembly/Parser.h
include/llvm/Assembly/Writer.h
include/llvm/Attributes.h
include/llvm/AutoUpgrade.h
include/llvm/BasicBlock.h
include/llvm/Bitcode/Archive.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/BitstreamWriter.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Bitcode/ReaderWriter.h
include/llvm/CallGraphSCCPass.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/BinaryObject.h
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/DwarfWriter.h
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/FileWriters.h
include/llvm/CodeGen/GCMetadata.h
include/llvm/CodeGen/GCMetadataPrinter.h
include/llvm/CodeGen/JITCodeEmitter.h
include/llvm/CodeGen/LinkAllCodegenComponents.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/LiveStackAnalysis.h
include/llvm/CodeGen/LiveVariables.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineCodeEmitter.h
include/llvm/CodeGen/MachineConstantPool.h
include/llvm/CodeGen/MachineDominators.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineFunctionAnalysis.h [new file with mode: 0644]
include/llvm/CodeGen/MachineFunctionPass.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineInstrBuilder.h
include/llvm/CodeGen/MachineJumpTableInfo.h
include/llvm/CodeGen/MachineLoopInfo.h
include/llvm/CodeGen/MachineMemOperand.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/MachineModuleInfoImpls.h [new file with mode: 0644]
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/ObjectCodeEmitter.h [new file with mode: 0644]
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/PseudoSourceValue.h
include/llvm/CodeGen/RegAllocRegistry.h
include/llvm/CodeGen/RegisterCoalescer.h
include/llvm/CodeGen/RegisterScavenging.h
include/llvm/CodeGen/RuntimeLibcalls.h
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/ScheduleHazardRecognizer.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/ValueTypes.h
include/llvm/CodeGen/ValueTypes.td
include/llvm/CompilerDriver/BuiltinOptions.h
include/llvm/CompilerDriver/Common.td
include/llvm/CompilerDriver/CompilationGraph.h
include/llvm/CompilerDriver/ForceLinkage.h
include/llvm/Config/AsmParsers.def.in [new file with mode: 0644]
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in
include/llvm/Constant.h
include/llvm/Constants.h
include/llvm/DerivedTypes.h
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/JITEventListener.h
include/llvm/ExecutionEngine/JITMemoryManager.h
include/llvm/Function.h
include/llvm/GlobalAlias.h
include/llvm/GlobalValue.h
include/llvm/GlobalVariable.h
include/llvm/InlineAsm.h
include/llvm/InstrTypes.h
include/llvm/Instruction.def
include/llvm/Instruction.h
include/llvm/Instructions.h
include/llvm/IntrinsicInst.h
include/llvm/Intrinsics.h
include/llvm/Intrinsics.td
include/llvm/IntrinsicsARM.td
include/llvm/IntrinsicsBlackfin.td [new file with mode: 0644]
include/llvm/IntrinsicsX86.td
include/llvm/LLVMContext.h
include/llvm/LinkAllPasses.h
include/llvm/LinkAllVMCore.h
include/llvm/Linker.h
include/llvm/MC/MCAsmInfo.h [new file with mode: 0644]
include/llvm/MC/MCAsmInfoCOFF.h [new file with mode: 0644]
include/llvm/MC/MCAsmInfoDarwin.h [new file with mode: 0644]
include/llvm/MC/MCAsmLexer.h [new file with mode: 0644]
include/llvm/MC/MCAsmParser.h [new file with mode: 0644]
include/llvm/MC/MCAssembler.h [new file with mode: 0644]
include/llvm/MC/MCCodeEmitter.h [new file with mode: 0644]
include/llvm/MC/MCContext.h
include/llvm/MC/MCDisassembler.h [new file with mode: 0644]
include/llvm/MC/MCExpr.h [new file with mode: 0644]
include/llvm/MC/MCInst.h
include/llvm/MC/MCInstPrinter.h [new file with mode: 0644]
include/llvm/MC/MCSection.h
include/llvm/MC/MCSectionELF.h [new file with mode: 0644]
include/llvm/MC/MCSectionMachO.h [new file with mode: 0644]
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCSymbol.h
include/llvm/MC/MCValue.h
include/llvm/MC/SectionKind.h [new file with mode: 0644]
include/llvm/Metadata.h [new file with mode: 0644]
include/llvm/Module.h
include/llvm/OperandTraits.h
include/llvm/Operator.h [new file with mode: 0644]
include/llvm/Pass.h
include/llvm/PassAnalysisSupport.h
include/llvm/PassManagers.h
include/llvm/PassSupport.h
include/llvm/Support/Allocator.h
include/llvm/Support/CFG.h
include/llvm/Support/CallSite.h
include/llvm/Support/Casting.h
include/llvm/Support/CommandLine.h
include/llvm/Support/Compiler.h
include/llvm/Support/ConstantFolder.h
include/llvm/Support/ConstantRange.h
include/llvm/Support/DataTypes.h.cmake
include/llvm/Support/DataTypes.h.in
include/llvm/Support/Debug.h
include/llvm/Support/DebugLoc.h
include/llvm/Support/Dwarf.h
include/llvm/Support/ErrorHandling.h [new file with mode: 0644]
include/llvm/Support/Format.h
include/llvm/Support/FormattedStream.h [new file with mode: 0644]
include/llvm/Support/GetElementPtrTypeIterator.h
include/llvm/Support/GraphWriter.h
include/llvm/Support/IRBuilder.h
include/llvm/Support/IRReader.h [new file with mode: 0644]
include/llvm/Support/InstVisitor.h
include/llvm/Support/LeakDetector.h
include/llvm/Support/ManagedStatic.h
include/llvm/Support/Mangler.h
include/llvm/Support/MathExtras.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/MemoryObject.h [new file with mode: 0644]
include/llvm/Support/NoFolder.h
include/llvm/Support/PassNameParser.h
include/llvm/Support/PatternMatch.h
include/llvm/Support/PointerLikeTypeTraits.h
include/llvm/Support/PrettyStackTrace.h
include/llvm/Support/Recycler.h
include/llvm/Support/Regex.h [new file with mode: 0644]
include/llvm/Support/Registry.h
include/llvm/Support/SourceMgr.h
include/llvm/Support/StandardPasses.h
include/llvm/Support/StringPool.h
include/llvm/Support/SystemUtils.h
include/llvm/Support/TargetFolder.h
include/llvm/Support/Timer.h
include/llvm/Support/TypeBuilder.h
include/llvm/Support/ValueHandle.h
include/llvm/Support/raw_os_ostream.h [new file with mode: 0644]
include/llvm/Support/raw_ostream.h
include/llvm/Support/type_traits.h
include/llvm/SymbolTableListTraits.h
include/llvm/System/Alarm.h
include/llvm/System/Disassembler.h
include/llvm/System/DynamicLibrary.h
include/llvm/System/Memory.h
include/llvm/System/Mutex.h
include/llvm/System/Path.h
include/llvm/System/Process.h
include/llvm/System/Program.h
include/llvm/System/RWMutex.h
include/llvm/System/TimeValue.h
include/llvm/Target/SubtargetFeature.h
include/llvm/Target/Target.td
include/llvm/Target/TargetAsmParser.h [new file with mode: 0644]
include/llvm/Target/TargetCallingConv.td
include/llvm/Target/TargetData.h
include/llvm/Target/TargetELFWriterInfo.h
include/llvm/Target/TargetFrameInfo.h
include/llvm/Target/TargetInstrDesc.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetInstrItineraries.h
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetLoweringObjectFile.h [new file with mode: 0644]
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetOptions.h
include/llvm/Target/TargetRegisterInfo.h
include/llvm/Target/TargetRegistry.h [new file with mode: 0644]
include/llvm/Target/TargetSchedule.td
include/llvm/Target/TargetSelect.h
include/llvm/Target/TargetSelectionDAG.td
include/llvm/Target/TargetSubtarget.h
include/llvm/Transforms/IPO.h
include/llvm/Transforms/IPO/InlinerPass.h
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Utils/AddrModeMatcher.h
include/llvm/Transforms/Utils/BasicBlockUtils.h
include/llvm/Transforms/Utils/BasicInliner.h
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/FunctionUtils.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/PromoteMemToReg.h
include/llvm/Transforms/Utils/SSAUpdater.h [new file with mode: 0644]
include/llvm/Transforms/Utils/SSI.h
include/llvm/Transforms/Utils/UnrollLoop.h
include/llvm/Transforms/Utils/ValueMapper.h
include/llvm/Type.h
include/llvm/TypeSymbolTable.h
include/llvm/Use.h
include/llvm/User.h
include/llvm/Value.h
include/llvm/ValueSymbolTable.h
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/AliasAnalysisCounter.cpp
lib/Analysis/AliasAnalysisEvaluator.cpp
lib/Analysis/AliasSetTracker.cpp
lib/Analysis/Analysis.cpp
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/CFGPrinter.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/CaptureTracking.cpp
lib/Analysis/ConstantFolding.cpp
lib/Analysis/DbgInfoPrinter.cpp
lib/Analysis/DebugInfo.cpp
lib/Analysis/IPA/Andersens.cpp
lib/Analysis/IPA/CallGraph.cpp
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/Analysis/IPA/FindUsedTypes.cpp
lib/Analysis/IPA/GlobalsModRef.cpp
lib/Analysis/IVUsers.cpp
lib/Analysis/InlineCost.cpp [new file with mode: 0644]
lib/Analysis/InstCount.cpp
lib/Analysis/Interval.cpp
lib/Analysis/IntervalPartition.cpp
lib/Analysis/LibCallAliasAnalysis.cpp
lib/Analysis/LibCallSemantics.cpp
lib/Analysis/LoopDependenceAnalysis.cpp
lib/Analysis/LoopInfo.cpp
lib/Analysis/LoopPass.cpp
lib/Analysis/MallocHelper.cpp [new file with mode: 0644]
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/PointerTracking.cpp [new file with mode: 0644]
lib/Analysis/PostDominators.cpp
lib/Analysis/ProfileEstimatorPass.cpp [new file with mode: 0644]
lib/Analysis/ProfileInfo.cpp
lib/Analysis/ProfileInfoLoader.cpp
lib/Analysis/ProfileInfoLoaderPass.cpp
lib/Analysis/ProfileVerifierPass.cpp [new file with mode: 0644]
lib/Analysis/README.txt [new file with mode: 0644]
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionAliasAnalysis.cpp [new file with mode: 0644]
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Analysis/SparsePropagation.cpp
lib/Analysis/Trace.cpp
lib/Analysis/ValueTracking.cpp
lib/Archive/Archive.cpp
lib/Archive/ArchiveReader.cpp
lib/Archive/ArchiveWriter.cpp
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLLexer.h
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/AsmParser/Parser.cpp
lib/Bitcode/Reader/BitReader.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/BitcodeReader.h
lib/Bitcode/Reader/Deserialize.cpp
lib/Bitcode/Writer/BitWriter.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/BitcodeWriterPass.cpp
lib/Bitcode/Writer/Serialize.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/Bitcode/Writer/ValueEnumerator.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DIE.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/DwarfLabel.cpp
lib/CodeGen/AsmPrinter/DwarfLabel.h
lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfPrinter.h
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/BranchFolding.h [new file with mode: 0644]
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodePlacementOpt.cpp
lib/CodeGen/DeadMachineInstructionElim.cpp
lib/CodeGen/DwarfEHPrepare.cpp
lib/CodeGen/ELF.h
lib/CodeGen/ELFCodeEmitter.cpp
lib/CodeGen/ELFCodeEmitter.h
lib/CodeGen/ELFWriter.cpp
lib/CodeGen/ELFWriter.h
lib/CodeGen/ExactHazardRecognizer.cpp [new file with mode: 0644]
lib/CodeGen/ExactHazardRecognizer.h [new file with mode: 0644]
lib/CodeGen/GCMetadata.cpp
lib/CodeGen/GCMetadataPrinter.cpp
lib/CodeGen/GCStrategy.cpp
lib/CodeGen/IfConversion.cpp
lib/CodeGen/IntrinsicLowering.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LiveStackAnalysis.cpp
lib/CodeGen/LiveVariables.cpp
lib/CodeGen/LowerSubregs.cpp
lib/CodeGen/MachO.h
lib/CodeGen/MachOCodeEmitter.cpp
lib/CodeGen/MachOCodeEmitter.h
lib/CodeGen/MachOWriter.cpp
lib/CodeGen/MachOWriter.h
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineDominators.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineFunctionAnalysis.cpp [new file with mode: 0644]
lib/CodeGen/MachineFunctionPass.cpp [new file with mode: 0644]
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachineLoopInfo.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/MachineModuleInfoImpls.cpp [new file with mode: 0644]
lib/CodeGen/MachineRegisterInfo.cpp
lib/CodeGen/MachineSink.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/ObjectCodeEmitter.cpp [new file with mode: 0644]
lib/CodeGen/PBQP/AnnotatedGraph.h [new file with mode: 0644]
lib/CodeGen/PBQP/ExhaustiveSolver.h [new file with mode: 0644]
lib/CodeGen/PBQP/GraphBase.h [new file with mode: 0644]
lib/CodeGen/PBQP/HeuristicSolver.h [new file with mode: 0644]
lib/CodeGen/PBQP/Heuristics/Briggs.h [new file with mode: 0644]
lib/CodeGen/PBQP/PBQPMath.h [new file with mode: 0644]
lib/CodeGen/PBQP/SimpleGraph.h [new file with mode: 0644]
lib/CodeGen/PBQP/Solution.h [new file with mode: 0644]
lib/CodeGen/PBQP/Solver.h [new file with mode: 0644]
lib/CodeGen/PHIElimination.cpp
lib/CodeGen/PHIElimination.h [new file with mode: 0644]
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/PreAllocSplitting.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/PrologEpilogInserter.h
lib/CodeGen/PseudoSourceValue.cpp
lib/CodeGen/README.txt
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/ScheduleDAGPrinter.cpp
lib/CodeGen/SelectionDAG/CMakeLists.txt
lib/CodeGen/SelectionDAG/CallingConvLower.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.cpp [new file with mode: 0644]
lib/CodeGen/SelectionDAG/InstrEmitter.h [new file with mode: 0644]
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
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/SelectionDAGBuild.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/CodeGen/ShadowStackGC.cpp
lib/CodeGen/ShrinkWrapping.cpp
lib/CodeGen/SimpleHazardRecognizer.h [new file with mode: 0644]
lib/CodeGen/SimpleRegisterCoalescing.cpp
lib/CodeGen/SimpleRegisterCoalescing.h
lib/CodeGen/SjLjEHPrepare.cpp [new file with mode: 0644]
lib/CodeGen/Spiller.cpp
lib/CodeGen/StackProtector.cpp
lib/CodeGen/StackSlotColoring.cpp
lib/CodeGen/StrongPHIElimination.cpp
lib/CodeGen/TargetInstrInfoImpl.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/CodeGen/UnreachableBlockElim.cpp
lib/CodeGen/VirtRegMap.cpp
lib/CodeGen/VirtRegMap.h
lib/CodeGen/VirtRegRewriter.cpp
lib/CodeGen/VirtRegRewriter.h
lib/CompilerDriver/BuiltinOptions.cpp
lib/CompilerDriver/CompilationGraph.cpp
lib/CompilerDriver/Main.cpp
lib/CompilerDriver/Plugin.cpp
lib/CompilerDriver/Tool.cpp
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/ExecutionEngine/Interpreter/Interpreter.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/JIT/CMakeLists.txt
lib/ExecutionEngine/JIT/Intercept.cpp
lib/ExecutionEngine/JIT/JIT.cpp
lib/ExecutionEngine/JIT/JIT.h
lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp [new file with mode: 0644]
lib/ExecutionEngine/JIT/JITDebugRegisterer.h [new file with mode: 0644]
lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
lib/ExecutionEngine/JIT/JITDwarfEmitter.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/ExecutionEngine/JIT/JITMemoryManager.cpp
lib/ExecutionEngine/JIT/MacOSJITEventListener.cpp
lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp [new file with mode: 0644]
lib/ExecutionEngine/JIT/TargetSelect.cpp
lib/Linker/LinkArchives.cpp
lib/Linker/LinkItems.cpp
lib/Linker/LinkModules.cpp
lib/Linker/Linker.cpp
lib/MC/CMakeLists.txt
lib/MC/MCAsmInfo.cpp [new file with mode: 0644]
lib/MC/MCAsmInfoCOFF.cpp [new file with mode: 0644]
lib/MC/MCAsmInfoDarwin.cpp [new file with mode: 0644]
lib/MC/MCAsmLexer.cpp [new file with mode: 0644]
lib/MC/MCAsmParser.cpp [new file with mode: 0644]
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp [new file with mode: 0644]
lib/MC/MCCodeEmitter.cpp [new file with mode: 0644]
lib/MC/MCContext.cpp
lib/MC/MCDisassembler.cpp [new file with mode: 0644]
lib/MC/MCExpr.cpp [new file with mode: 0644]
lib/MC/MCInst.cpp [new file with mode: 0644]
lib/MC/MCInstPrinter.cpp [new file with mode: 0644]
lib/MC/MCMachOStreamer.cpp [new file with mode: 0644]
lib/MC/MCNullStreamer.cpp [new file with mode: 0644]
lib/MC/MCSection.cpp [new file with mode: 0644]
lib/MC/MCSectionELF.cpp [new file with mode: 0644]
lib/MC/MCSectionMachO.cpp [new file with mode: 0644]
lib/MC/MCStreamer.cpp
lib/MC/MCSymbol.cpp [new file with mode: 0644]
lib/MC/MCValue.cpp [new file with mode: 0644]
lib/MC/TargetAsmParser.cpp [new file with mode: 0644]
lib/Makefile
lib/Support/APFloat.cpp
lib/Support/APInt.cpp
lib/Support/Allocator.cpp
lib/Support/CMakeLists.txt
lib/Support/COPYRIGHT.regex [new file with mode: 0644]
lib/Support/CommandLine.cpp
lib/Support/ConstantRange.cpp
lib/Support/Debug.cpp
lib/Support/Dwarf.cpp
lib/Support/ErrorHandling.cpp [new file with mode: 0644]
lib/Support/FoldingSet.cpp
lib/Support/FormattedStream.cpp [new file with mode: 0644]
lib/Support/GraphWriter.cpp
lib/Support/MemoryObject.cpp [new file with mode: 0644]
lib/Support/PluginLoader.cpp
lib/Support/PrettyStackTrace.cpp
lib/Support/Regex.cpp [new file with mode: 0644]
lib/Support/SlowOperationInformer.cpp
lib/Support/SourceMgr.cpp
lib/Support/Statistic.cpp
lib/Support/StringMap.cpp
lib/Support/StringPool.cpp
lib/Support/StringRef.cpp [new file with mode: 0644]
lib/Support/SystemUtils.cpp
lib/Support/TargetRegistry.cpp [new file with mode: 0644]
lib/Support/Timer.cpp
lib/Support/Triple.cpp
lib/Support/Twine.cpp [new file with mode: 0644]
lib/Support/raw_os_ostream.cpp [new file with mode: 0644]
lib/Support/raw_ostream.cpp
lib/Support/regcclass.h [new file with mode: 0644]
lib/Support/regcname.h [new file with mode: 0644]
lib/Support/regcomp.c [new file with mode: 0644]
lib/Support/regengine.inc [new file with mode: 0644]
lib/Support/regerror.c [new file with mode: 0644]
lib/Support/regex2.h [new file with mode: 0644]
lib/Support/regex_impl.h [new file with mode: 0644]
lib/Support/regexec.c [new file with mode: 0644]
lib/Support/regfree.c [new file with mode: 0644]
lib/Support/regstrlcpy.c [new file with mode: 0644]
lib/Support/regutils.h [new file with mode: 0644]
lib/System/CMakeLists.txt
lib/System/Disassembler.cpp
lib/System/DynamicLibrary.cpp
lib/System/Errno.cpp
lib/System/Makefile
lib/System/Memory.cpp
lib/System/Mutex.cpp
lib/System/Path.cpp
lib/System/Program.cpp
lib/System/RWMutex.cpp
lib/System/Threading.cpp
lib/System/Unix/Alarm.inc
lib/System/Unix/Host.inc
lib/System/Unix/Memory.inc
lib/System/Unix/Path.inc
lib/System/Unix/Process.inc
lib/System/Unix/Program.inc
lib/System/Unix/Signals.inc
lib/System/Unix/TimeValue.inc
lib/System/Win32/DynamicLibrary.inc
lib/System/Win32/Memory.inc
lib/System/Win32/Path.inc
lib/System/Win32/Process.inc
lib/System/Win32/Program.inc
lib/System/Win32/Signals.inc
lib/System/Win32/TimeValue.inc
lib/Target/ARM/ARM.h
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMAddressingModes.h
lib/Target/ARM/ARMBaseInstrInfo.cpp [new file with mode: 0644]
lib/Target/ARM/ARMBaseInstrInfo.h [new file with mode: 0644]
lib/Target/ARM/ARMBaseRegisterInfo.cpp [new file with mode: 0644]
lib/Target/ARM/ARMBaseRegisterInfo.h [new file with mode: 0644]
lib/Target/ARM/ARMCallingConv.td
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/ARM/ARMConstantPoolValue.cpp
lib/Target/ARM/ARMConstantPoolValue.h
lib/Target/ARM/ARMFrameInfo.h
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMInstrInfo.h
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/ARMLoadStoreOptimizer.cpp
lib/Target/ARM/ARMMCAsmInfo.cpp [new file with mode: 0644]
lib/Target/ARM/ARMMCAsmInfo.h [new file with mode: 0644]
lib/Target/ARM/ARMMachineFunctionInfo.h
lib/Target/ARM/ARMPerfectShuffle.h [new file with mode: 0644]
lib/Target/ARM/ARMRegisterInfo.cpp
lib/Target/ARM/ARMRegisterInfo.h
lib/Target/ARM/ARMRegisterInfo.td
lib/Target/ARM/ARMSchedule.td
lib/Target/ARM/ARMScheduleV6.td
lib/Target/ARM/ARMScheduleV7.td [new file with mode: 0644]
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h
lib/Target/ARM/ARMTargetObjectFile.h [new file with mode: 0644]
lib/Target/ARM/AsmParser/ARMAsmParser.cpp [new file with mode: 0644]
lib/Target/ARM/AsmParser/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARM/AsmParser/Makefile [new file with mode: 0644]
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/ARM/AsmPrinter/Makefile
lib/Target/ARM/CMakeLists.txt
lib/Target/ARM/Makefile
lib/Target/ARM/NEONPreAllocPass.cpp [new file with mode: 0644]
lib/Target/ARM/README-Thumb.txt
lib/Target/ARM/README-Thumb2.txt [new file with mode: 0644]
lib/Target/ARM/README.txt
lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp [new file with mode: 0644]
lib/Target/ARM/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARM/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb1InstrInfo.h
lib/Target/ARM/Thumb1RegisterInfo.cpp
lib/Target/ARM/Thumb1RegisterInfo.h
lib/Target/ARM/Thumb2ITBlockPass.cpp [new file with mode: 0644]
lib/Target/ARM/Thumb2InstrInfo.cpp
lib/Target/ARM/Thumb2InstrInfo.h
lib/Target/ARM/Thumb2RegisterInfo.cpp
lib/Target/ARM/Thumb2RegisterInfo.h
lib/Target/ARM/Thumb2SizeReduction.cpp [new file with mode: 0644]
lib/Target/Alpha/Alpha.h
lib/Target/Alpha/Alpha.td
lib/Target/Alpha/AlphaBranchSelector.cpp
lib/Target/Alpha/AlphaCallingConv.td [new file with mode: 0644]
lib/Target/Alpha/AlphaCodeEmitter.cpp
lib/Target/Alpha/AlphaISelDAGToDAG.cpp
lib/Target/Alpha/AlphaISelLowering.cpp
lib/Target/Alpha/AlphaISelLowering.h
lib/Target/Alpha/AlphaInstrInfo.cpp
lib/Target/Alpha/AlphaInstrInfo.h
lib/Target/Alpha/AlphaInstrInfo.td
lib/Target/Alpha/AlphaJITInfo.cpp
lib/Target/Alpha/AlphaMCAsmInfo.cpp [new file with mode: 0644]
lib/Target/Alpha/AlphaMCAsmInfo.h [new file with mode: 0644]
lib/Target/Alpha/AlphaRegisterInfo.cpp
lib/Target/Alpha/AlphaRegisterInfo.h
lib/Target/Alpha/AlphaSubtarget.cpp
lib/Target/Alpha/AlphaSubtarget.h
lib/Target/Alpha/AlphaTargetMachine.cpp
lib/Target/Alpha/AlphaTargetMachine.h
lib/Target/Alpha/AsmPrinter/AlphaAsmPrinter.cpp
lib/Target/Alpha/AsmPrinter/Makefile
lib/Target/Alpha/CMakeLists.txt
lib/Target/Alpha/Makefile
lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp [new file with mode: 0644]
lib/Target/Alpha/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/Alpha/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/Blackfin/AsmPrinter/BlackfinAsmPrinter.cpp [new file with mode: 0644]
lib/Target/Blackfin/AsmPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/Blackfin/AsmPrinter/Makefile [new file with mode: 0644]
lib/Target/Blackfin/Blackfin.h [new file with mode: 0644]
lib/Target/Blackfin/Blackfin.td [new file with mode: 0644]
lib/Target/Blackfin/BlackfinCallingConv.td [new file with mode: 0644]
lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp [new file with mode: 0644]
lib/Target/Blackfin/BlackfinISelLowering.cpp [new file with mode: 0644]
lib/Target/Blackfin/BlackfinISelLowering.h [new file with mode: 0644]
lib/Target/Blackfin/BlackfinInstrFormats.td [new file with mode: 0644]
lib/Target/Blackfin/BlackfinInstrInfo.cpp [new file with mode: 0644]
lib/Target/Blackfin/BlackfinInstrInfo.h [new file with mode: 0644]
lib/Target/Blackfin/BlackfinInstrInfo.td [new file with mode: 0644]
lib/Target/Blackfin/BlackfinMCAsmInfo.cpp [new file with mode: 0644]
lib/Target/Blackfin/BlackfinMCAsmInfo.h [new file with mode: 0644]
lib/Target/Blackfin/BlackfinRegisterInfo.cpp [new file with mode: 0644]
lib/Target/Blackfin/BlackfinRegisterInfo.h [new file with mode: 0644]
lib/Target/Blackfin/BlackfinRegisterInfo.td [new file with mode: 0644]
lib/Target/Blackfin/BlackfinSubtarget.cpp [new file with mode: 0644]
lib/Target/Blackfin/BlackfinSubtarget.h [new file with mode: 0644]
lib/Target/Blackfin/BlackfinTargetMachine.cpp [new file with mode: 0644]
lib/Target/Blackfin/BlackfinTargetMachine.h [new file with mode: 0644]
lib/Target/Blackfin/CMakeLists.txt [new file with mode: 0644]
lib/Target/Blackfin/Makefile [new file with mode: 0644]
lib/Target/Blackfin/README.txt [new file with mode: 0644]
lib/Target/Blackfin/TargetInfo/BlackfinTargetInfo.cpp [new file with mode: 0644]
lib/Target/Blackfin/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/Blackfin/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/CTargetMachine.h
lib/Target/CBackend/Makefile
lib/Target/CBackend/TargetInfo/CBackendTargetInfo.cpp [new file with mode: 0644]
lib/Target/CBackend/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/CBackend/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/CMakeLists.txt
lib/Target/CellSPU/AsmPrinter/CMakeLists.txt
lib/Target/CellSPU/AsmPrinter/Makefile
lib/Target/CellSPU/AsmPrinter/SPUAsmPrinter.cpp
lib/Target/CellSPU/CMakeLists.txt
lib/Target/CellSPU/Makefile
lib/Target/CellSPU/SPU.h
lib/Target/CellSPU/SPUHazardRecognizers.cpp
lib/Target/CellSPU/SPUISelDAGToDAG.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/CellSPU/SPUISelLowering.h
lib/Target/CellSPU/SPUInstrInfo.cpp
lib/Target/CellSPU/SPUInstrInfo.h
lib/Target/CellSPU/SPUInstrInfo.td
lib/Target/CellSPU/SPUMCAsmInfo.cpp [new file with mode: 0644]
lib/Target/CellSPU/SPUMCAsmInfo.h [new file with mode: 0644]
lib/Target/CellSPU/SPUNodes.td
lib/Target/CellSPU/SPURegisterInfo.cpp
lib/Target/CellSPU/SPURegisterInfo.h
lib/Target/CellSPU/SPUSubtarget.cpp
lib/Target/CellSPU/SPUSubtarget.h
lib/Target/CellSPU/SPUTargetMachine.cpp
lib/Target/CellSPU/SPUTargetMachine.h
lib/Target/CellSPU/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/CellSPU/TargetInfo/CellSPUTargetInfo.cpp [new file with mode: 0644]
lib/Target/CellSPU/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/CppBackend/CPPTargetMachine.h
lib/Target/CppBackend/Makefile
lib/Target/CppBackend/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/CppBackend/TargetInfo/CppBackendTargetInfo.cpp [new file with mode: 0644]
lib/Target/CppBackend/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/MSIL/MSILWriter.cpp
lib/Target/MSIL/MSILWriter.h
lib/Target/MSIL/Makefile
lib/Target/MSIL/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/MSIL/TargetInfo/MSILTargetInfo.cpp [new file with mode: 0644]
lib/Target/MSIL/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/MSP430/AsmPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp [new file with mode: 0644]
lib/Target/MSP430/AsmPrinter/Makefile [new file with mode: 0644]
lib/Target/MSP430/CMakeLists.txt
lib/Target/MSP430/MSP430.h
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.h
lib/Target/MSP430/MSP430InstrInfo.cpp
lib/Target/MSP430/MSP430InstrInfo.td
lib/Target/MSP430/MSP430MCAsmInfo.cpp [new file with mode: 0644]
lib/Target/MSP430/MSP430MCAsmInfo.h [new file with mode: 0644]
lib/Target/MSP430/MSP430RegisterInfo.cpp
lib/Target/MSP430/MSP430RegisterInfo.h
lib/Target/MSP430/MSP430Subtarget.cpp
lib/Target/MSP430/MSP430Subtarget.h
lib/Target/MSP430/MSP430TargetMachine.cpp
lib/Target/MSP430/MSP430TargetMachine.h
lib/Target/MSP430/Makefile
lib/Target/MSP430/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp [new file with mode: 0644]
lib/Target/MSP430/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/Mips/AsmPrinter/CMakeLists.txt
lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp
lib/Target/Mips/CMakeLists.txt
lib/Target/Mips/Makefile
lib/Target/Mips/Mips.h
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.h
lib/Target/Mips/MipsMCAsmInfo.cpp [new file with mode: 0644]
lib/Target/Mips/MipsMCAsmInfo.h [new file with mode: 0644]
lib/Target/Mips/MipsMachineFunction.h
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/Mips/MipsRegisterInfo.h
lib/Target/Mips/MipsSubtarget.cpp
lib/Target/Mips/MipsSubtarget.h
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/Mips/MipsTargetMachine.h
lib/Target/Mips/MipsTargetObjectFile.cpp [new file with mode: 0644]
lib/Target/Mips/MipsTargetObjectFile.h [new file with mode: 0644]
lib/Target/Mips/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/Mips/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp [new file with mode: 0644]
lib/Target/PIC16/AsmPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/PIC16/AsmPrinter/Makefile [new file with mode: 0644]
lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp [new file with mode: 0644]
lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h [new file with mode: 0644]
lib/Target/PIC16/CMakeLists.txt
lib/Target/PIC16/MCSectionPIC16.h [new file with mode: 0644]
lib/Target/PIC16/Makefile
lib/Target/PIC16/PIC16.h
lib/Target/PIC16/PIC16DebugInfo.cpp
lib/Target/PIC16/PIC16DebugInfo.h
lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
lib/Target/PIC16/PIC16ISelDAGToDAG.h
lib/Target/PIC16/PIC16ISelLowering.cpp
lib/Target/PIC16/PIC16ISelLowering.h
lib/Target/PIC16/PIC16InstrInfo.cpp
lib/Target/PIC16/PIC16InstrInfo.td
lib/Target/PIC16/PIC16MCAsmInfo.cpp [new file with mode: 0644]
lib/Target/PIC16/PIC16MCAsmInfo.h [new file with mode: 0644]
lib/Target/PIC16/PIC16MemSelOpt.cpp
lib/Target/PIC16/PIC16RegisterInfo.cpp
lib/Target/PIC16/PIC16RegisterInfo.h
lib/Target/PIC16/PIC16Subtarget.cpp
lib/Target/PIC16/PIC16Subtarget.h
lib/Target/PIC16/PIC16TargetMachine.cpp
lib/Target/PIC16/PIC16TargetMachine.h
lib/Target/PIC16/PIC16TargetObjectFile.cpp [new file with mode: 0644]
lib/Target/PIC16/PIC16TargetObjectFile.h [new file with mode: 0644]
lib/Target/PIC16/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/PIC16/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/PIC16/TargetInfo/PIC16TargetInfo.cpp [new file with mode: 0644]
lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
lib/Target/PowerPC/CMakeLists.txt
lib/Target/PowerPC/Makefile
lib/Target/PowerPC/PPC.h
lib/Target/PowerPC/PPCCodeEmitter.cpp
lib/Target/PowerPC/PPCFrameInfo.h
lib/Target/PowerPC/PPCHazardRecognizers.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrBuilder.h
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.h
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCJITInfo.cpp
lib/Target/PowerPC/PPCMCAsmInfo.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCMCAsmInfo.h [new file with mode: 0644]
lib/Target/PowerPC/PPCMachOWriterInfo.cpp
lib/Target/PowerPC/PPCPredicates.cpp
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.h
lib/Target/PowerPC/PPCRegisterInfo.td
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h
lib/Target/PowerPC/README.txt
lib/Target/PowerPC/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/PowerPC/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp [new file with mode: 0644]
lib/Target/README.txt
lib/Target/Sparc/AsmPrinter/Makefile
lib/Target/Sparc/AsmPrinter/SparcAsmPrinter.cpp
lib/Target/Sparc/CMakeLists.txt
lib/Target/Sparc/FPMover.cpp
lib/Target/Sparc/Makefile
lib/Target/Sparc/Sparc.h
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.h
lib/Target/Sparc/SparcInstrInfo.cpp
lib/Target/Sparc/SparcInstrInfo.h
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/Sparc/SparcMCAsmInfo.cpp [new file with mode: 0644]
lib/Target/Sparc/SparcMCAsmInfo.h [new file with mode: 0644]
lib/Target/Sparc/SparcMachineFunctionInfo.h [new file with mode: 0644]
lib/Target/Sparc/SparcRegisterInfo.cpp
lib/Target/Sparc/SparcRegisterInfo.h
lib/Target/Sparc/SparcRegisterInfo.td
lib/Target/Sparc/SparcSubtarget.cpp
lib/Target/Sparc/SparcSubtarget.h
lib/Target/Sparc/SparcTargetMachine.cpp
lib/Target/Sparc/SparcTargetMachine.h
lib/Target/Sparc/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/Sparc/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp [new file with mode: 0644]
lib/Target/SubtargetFeature.cpp
lib/Target/SystemZ/AsmPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/SystemZ/AsmPrinter/Makefile [new file with mode: 0644]
lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp [new file with mode: 0644]
lib/Target/SystemZ/CMakeLists.txt [new file with mode: 0644]
lib/Target/SystemZ/Makefile [new file with mode: 0644]
lib/Target/SystemZ/SystemZ.h [new file with mode: 0644]
lib/Target/SystemZ/SystemZ.td [new file with mode: 0644]
lib/Target/SystemZ/SystemZCallingConv.td [new file with mode: 0644]
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp [new file with mode: 0644]
lib/Target/SystemZ/SystemZISelLowering.cpp [new file with mode: 0644]
lib/Target/SystemZ/SystemZISelLowering.h [new file with mode: 0644]
lib/Target/SystemZ/SystemZInstrBuilder.h [new file with mode: 0644]
lib/Target/SystemZ/SystemZInstrFP.td [new file with mode: 0644]
lib/Target/SystemZ/SystemZInstrFormats.td [new file with mode: 0644]
lib/Target/SystemZ/SystemZInstrInfo.cpp [new file with mode: 0644]
lib/Target/SystemZ/SystemZInstrInfo.h [new file with mode: 0644]
lib/Target/SystemZ/SystemZInstrInfo.td [new file with mode: 0644]
lib/Target/SystemZ/SystemZMCAsmInfo.cpp [new file with mode: 0644]
lib/Target/SystemZ/SystemZMCAsmInfo.h [new file with mode: 0644]
lib/Target/SystemZ/SystemZMachineFunctionInfo.h [new file with mode: 0644]
lib/Target/SystemZ/SystemZOperands.td [new file with mode: 0644]
lib/Target/SystemZ/SystemZRegisterInfo.cpp [new file with mode: 0644]
lib/Target/SystemZ/SystemZRegisterInfo.h [new file with mode: 0644]
lib/Target/SystemZ/SystemZRegisterInfo.td [new file with mode: 0644]
lib/Target/SystemZ/SystemZSubtarget.cpp [new file with mode: 0644]
lib/Target/SystemZ/SystemZSubtarget.h [new file with mode: 0644]
lib/Target/SystemZ/SystemZTargetMachine.cpp [new file with mode: 0644]
lib/Target/SystemZ/SystemZTargetMachine.h [new file with mode: 0644]
lib/Target/SystemZ/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/SystemZ/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp [new file with mode: 0644]
lib/Target/Target.cpp
lib/Target/TargetData.cpp
lib/Target/TargetInstrInfo.cpp
lib/Target/TargetLoweringObjectFile.cpp [new file with mode: 0644]
lib/Target/TargetMachine.cpp
lib/Target/TargetRegisterInfo.cpp
lib/Target/X86/AsmParser/CMakeLists.txt [new file with mode: 0644]
lib/Target/X86/AsmParser/Makefile [new file with mode: 0644]
lib/Target/X86/AsmParser/X86AsmParser.cpp [new file with mode: 0644]
lib/Target/X86/AsmPrinter/CMakeLists.txt
lib/Target/X86/AsmPrinter/Makefile
lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/AsmPrinter/X86ATTInstPrinter.h [new file with mode: 0644]
lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86AsmPrinter.h [new file with mode: 0644]
lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp [new file with mode: 0644]
lib/Target/X86/AsmPrinter/X86IntelInstPrinter.h [new file with mode: 0644]
lib/Target/X86/AsmPrinter/X86MCInstLower.cpp [new file with mode: 0644]
lib/Target/X86/AsmPrinter/X86MCInstLower.h [new file with mode: 0644]
lib/Target/X86/CMakeLists.txt
lib/Target/X86/Makefile
lib/Target/X86/README-X86-64.txt
lib/Target/X86/README.txt
lib/Target/X86/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/X86/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/X86/TargetInfo/X86TargetInfo.cpp [new file with mode: 0644]
lib/Target/X86/X86.h
lib/Target/X86/X86.td
lib/Target/X86/X86COFFMachineModuleInfo.cpp [new file with mode: 0644]
lib/Target/X86/X86COFFMachineModuleInfo.h [new file with mode: 0644]
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86CodeEmitter.cpp
lib/Target/X86/X86CompilationCallback_Win64.asm
lib/Target/X86/X86ELFWriterInfo.cpp
lib/Target/X86/X86ELFWriterInfo.h
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86FloatingPoint.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/X86InstrBuilder.h
lib/Target/X86/X86InstrFPStack.td
lib/Target/X86/X86InstrFormats.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/X86JITInfo.cpp
lib/Target/X86/X86JITInfo.h
lib/Target/X86/X86MCAsmInfo.cpp [new file with mode: 0644]
lib/Target/X86/X86MCAsmInfo.h [new file with mode: 0644]
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.h
lib/Target/X86/X86RegisterInfo.td
lib/Target/X86/X86Relocations.h
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetMachine.h
lib/Target/X86/X86TargetObjectFile.cpp [new file with mode: 0644]
lib/Target/X86/X86TargetObjectFile.h [new file with mode: 0644]
lib/Target/XCore/AsmPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/XCore/AsmPrinter/Makefile [new file with mode: 0644]
lib/Target/XCore/AsmPrinter/XCoreAsmPrinter.cpp [new file with mode: 0644]
lib/Target/XCore/CMakeLists.txt
lib/Target/XCore/MCSectionXCore.cpp [new file with mode: 0644]
lib/Target/XCore/MCSectionXCore.h [new file with mode: 0644]
lib/Target/XCore/Makefile
lib/Target/XCore/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/XCore/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp [new file with mode: 0644]
lib/Target/XCore/XCore.h
lib/Target/XCore/XCore.td
lib/Target/XCore/XCoreISelDAGToDAG.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.h
lib/Target/XCore/XCoreInstrInfo.cpp
lib/Target/XCore/XCoreInstrInfo.h
lib/Target/XCore/XCoreInstrInfo.td
lib/Target/XCore/XCoreMCAsmInfo.cpp [new file with mode: 0644]
lib/Target/XCore/XCoreMCAsmInfo.h [new file with mode: 0644]
lib/Target/XCore/XCoreRegisterInfo.cpp
lib/Target/XCore/XCoreRegisterInfo.h
lib/Target/XCore/XCoreSubtarget.cpp
lib/Target/XCore/XCoreSubtarget.h
lib/Target/XCore/XCoreTargetMachine.cpp
lib/Target/XCore/XCoreTargetMachine.h
lib/Target/XCore/XCoreTargetObjectFile.cpp [new file with mode: 0644]
lib/Target/XCore/XCoreTargetObjectFile.h [new file with mode: 0644]
lib/Transforms/Hello/Hello.cpp
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/CMakeLists.txt
lib/Transforms/IPO/ConstantMerge.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/ExtractGV.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/GlobalDCE.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/IPO/IPConstantPropagation.cpp
lib/Transforms/IPO/IndMemRemoval.cpp
lib/Transforms/IPO/InlineAlways.cpp
lib/Transforms/IPO/InlineSimple.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/IPO/Internalize.cpp
lib/Transforms/IPO/LoopExtractor.cpp
lib/Transforms/IPO/LowerSetJmp.cpp
lib/Transforms/IPO/MergeFunctions.cpp
lib/Transforms/IPO/PartialInlining.cpp
lib/Transforms/IPO/PruneEH.cpp
lib/Transforms/IPO/RaiseAllocations.cpp
lib/Transforms/IPO/StripSymbols.cpp
lib/Transforms/IPO/StructRetPromotion.cpp
lib/Transforms/Instrumentation/BlockProfiling.cpp
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/EdgeProfiling.cpp
lib/Transforms/Instrumentation/MaximumSpanningTree.h [new file with mode: 0644]
lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/ProfilingUtils.cpp
lib/Transforms/Instrumentation/RSProfiling.cpp
lib/Transforms/Makefile
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/BasicBlockPlacement.cpp
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/CodeGenLICM.cpp [new file with mode: 0644]
lib/Transforms/Scalar/CodeGenPrepare.cpp
lib/Transforms/Scalar/CondPropagate.cpp
lib/Transforms/Scalar/ConstantProp.cpp
lib/Transforms/Scalar/DCE.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/LoopDeletion.cpp
lib/Transforms/Scalar/LoopIndexSplit.cpp
lib/Transforms/Scalar/LoopRotation.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/LoopUnroll.cpp
lib/Transforms/Scalar/LoopUnswitch.cpp
lib/Transforms/Scalar/MemCpyOptimizer.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/Reg2Mem.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp
lib/Transforms/Scalar/SimplifyCFGPass.cpp
lib/Transforms/Scalar/SimplifyHalfPowrLibCalls.cpp
lib/Transforms/Scalar/SimplifyLibCalls.cpp
lib/Transforms/Scalar/TailDuplication.cpp
lib/Transforms/Scalar/TailRecursionElimination.cpp
lib/Transforms/Utils/AddrModeMatcher.cpp
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/BasicInliner.cpp
lib/Transforms/Utils/BreakCriticalEdges.cpp
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/CloneModule.cpp
lib/Transforms/Utils/CodeExtractor.cpp
lib/Transforms/Utils/DemoteRegToStack.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/InstructionNamer.cpp
lib/Transforms/Utils/LCSSA.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/LoopSimplify.cpp
lib/Transforms/Utils/LowerAllocations.cpp
lib/Transforms/Utils/LowerInvoke.cpp
lib/Transforms/Utils/LowerSwitch.cpp
lib/Transforms/Utils/Mem2Reg.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
lib/Transforms/Utils/SSAUpdater.cpp [new file with mode: 0644]
lib/Transforms/Utils/SSI.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
lib/Transforms/Utils/UnrollLoop.cpp
lib/Transforms/Utils/ValueMapper.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Attributes.cpp
lib/VMCore/AutoUpgrade.cpp
lib/VMCore/BasicBlock.cpp
lib/VMCore/CMakeLists.txt
lib/VMCore/ConstantFold.cpp
lib/VMCore/ConstantFold.h
lib/VMCore/Constants.cpp
lib/VMCore/ConstantsContext.h [new file with mode: 0644]
lib/VMCore/Core.cpp
lib/VMCore/Dominators.cpp
lib/VMCore/Function.cpp
lib/VMCore/Globals.cpp
lib/VMCore/InlineAsm.cpp
lib/VMCore/Instruction.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/IntrinsicInst.cpp
lib/VMCore/LLVMContext.cpp
lib/VMCore/LLVMContextImpl.h
lib/VMCore/LeakDetector.cpp
lib/VMCore/LeaksContext.h [new file with mode: 0644]
lib/VMCore/Mangler.cpp
lib/VMCore/Metadata.cpp [new file with mode: 0644]
lib/VMCore/Module.cpp
lib/VMCore/Pass.cpp
lib/VMCore/PassManager.cpp
lib/VMCore/Type.cpp
lib/VMCore/TypeSymbolTable.cpp
lib/VMCore/TypesContext.h [new file with mode: 0644]
lib/VMCore/Use.cpp
lib/VMCore/Value.cpp
lib/VMCore/ValueSymbolTable.cpp
lib/VMCore/ValueTypes.cpp
lib/VMCore/Verifier.cpp
projects/sample/configure
runtime/Makefile
runtime/libprofile/Makefile
runtime/libprofile/OptimalEdgeProfiling.c [new file with mode: 0644]
runtime/libprofile/exported_symbols.lst
test/Analysis/Andersens/2007-11-19-InlineAsm.ll
test/Analysis/Andersens/2008-03-19-External.ll
test/Analysis/Andersens/2008-04-07-Memcpy.ll
test/Analysis/Andersens/2008-12-27-BuiltinWrongType.ll
test/Analysis/Andersens/basictest.ll
test/Analysis/Andersens/external.ll
test/Analysis/Andersens/modreftest.ll
test/Analysis/Andersens/modreftest2.ll
test/Analysis/Andersens/trivialtest.ll
test/Analysis/BasicAA/2003-02-26-AccessSizeTest.ll
test/Analysis/BasicAA/2003-03-04-GEPCrash.ll
test/Analysis/BasicAA/2003-04-22-GEPProblem.ll
test/Analysis/BasicAA/2003-04-25-GEPCrash.ll
test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll
test/Analysis/BasicAA/2003-06-01-AliasCrash.ll
test/Analysis/BasicAA/2003-07-03-BasicAACrash.ll
test/Analysis/BasicAA/2003-09-19-LocalArgument.ll
test/Analysis/BasicAA/2003-11-04-SimpleCases.ll
test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll
test/Analysis/BasicAA/2004-07-28-MustAliasbug.ll
test/Analysis/BasicAA/2004-12-08-BasicAACrash.ll
test/Analysis/BasicAA/2004-12-08-BasicAACrash2.ll
test/Analysis/BasicAA/2005-03-09-BrokenBasicAA.ll
test/Analysis/BasicAA/2006-03-03-BadArraySubscript.ll
test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll
test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll
test/Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll
test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll
test/Analysis/BasicAA/2007-08-05-GetOverloadedModRef.ll
test/Analysis/BasicAA/2007-10-24-ArgumentsGlobals.ll
test/Analysis/BasicAA/2007-11-05-SizeCrash.ll
test/Analysis/BasicAA/2007-12-08-OutOfBoundsCrash.ll
test/Analysis/BasicAA/2008-04-15-Byval.ll
test/Analysis/BasicAA/2008-06-02-GEPTailCrash.ll
test/Analysis/BasicAA/2008-11-23-NoaliasRet.ll
test/Analysis/BasicAA/2008-12-09-GEP-IndicesAlias.ll
test/Analysis/BasicAA/2009-03-04-GEPNoalias.ll
test/Analysis/BasicAA/2009-10-13-AtomicModRef.ll [new file with mode: 0644]
test/Analysis/BasicAA/2009-10-13-GEP-BaseNoAlias.ll [new file with mode: 0644]
test/Analysis/BasicAA/byval.ll
test/Analysis/BasicAA/cas.ll
test/Analysis/BasicAA/constant-over-index.ll
test/Analysis/BasicAA/featuretest.ll
test/Analysis/BasicAA/gcsetest.ll
test/Analysis/BasicAA/global-size.ll
test/Analysis/BasicAA/modref.ll
test/Analysis/BasicAA/no-escape-call.ll
test/Analysis/BasicAA/nocapture.ll
test/Analysis/BasicAA/phi-aa.ll [new file with mode: 0644]
test/Analysis/BasicAA/pure-const-dce.ll
test/Analysis/BasicAA/store-promote.ll [new file with mode: 0644]
test/Analysis/BasicAA/tailcall-modref.ll
test/Analysis/CallGraph/2008-09-09-DirectCall.ll
test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll
test/Analysis/Dominators/2006-10-02-BreakCritEdges.ll
test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
test/Analysis/Dominators/2007-07-11-SplitBlock.ll
test/Analysis/Dominators/2007-07-12-SplitBlock.ll
test/Analysis/GlobalsModRef/2008-09-03-ReadGlobals.ll
test/Analysis/GlobalsModRef/aliastest.ll
test/Analysis/GlobalsModRef/chaining-analysis.ll
test/Analysis/GlobalsModRef/indirect-global.ll
test/Analysis/GlobalsModRef/modreftest.ll
test/Analysis/GlobalsModRef/purecse.ll
test/Analysis/LoopDependenceAnalysis/alias.ll [new file with mode: 0644]
test/Analysis/LoopDependenceAnalysis/siv-strong.ll [new file with mode: 0644]
test/Analysis/LoopDependenceAnalysis/siv-weak-crossing.ll [new file with mode: 0644]
test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll [new file with mode: 0644]
test/Analysis/LoopDependenceAnalysis/ziv.ll [new file with mode: 0644]
test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
test/Analysis/PointerTracking/dg.exp [new file with mode: 0644]
test/Analysis/PointerTracking/sizes.ll [new file with mode: 0644]
test/Analysis/PostDominators/2006-09-26-PostDominanceFrontier.ll
test/Analysis/PostDominators/2007-04-17-PostDominanceFrontier.ll
test/Analysis/PostDominators/2007-04-20-PostDom-Reset.ll
test/Analysis/PostDominators/pr1098.ll
test/Analysis/Profiling/dg.exp [new file with mode: 0644]
test/Analysis/Profiling/edge-profiling.ll [new file with mode: 0644]
test/Analysis/Profiling/profiling-tool-chain.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll
test/Analysis/ScalarEvolution/2007-08-06-MisinterpretBranch.ll
test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll
test/Analysis/ScalarEvolution/2007-11-14-SignedAddRec.ll
test/Analysis/ScalarEvolution/2007-11-18-OrInstruction.ll
test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll
test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll
test/Analysis/ScalarEvolution/2008-02-15-UMax.ll
test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll
test/Analysis/ScalarEvolution/2008-06-12-BinomialInt64.ll
test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect1.ll
test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect2.ll
test/Analysis/ScalarEvolution/2008-07-19-InfiniteLoop.ll
test/Analysis/ScalarEvolution/2008-07-19-WrappingIV.ll
test/Analysis/ScalarEvolution/2008-07-29-SGTTripCount.ll
test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll
test/Analysis/ScalarEvolution/2008-08-04-IVOverflow.ll
test/Analysis/ScalarEvolution/2008-08-04-LongAddRec.ll
test/Analysis/ScalarEvolution/2008-11-02-QuadraticCrash.ll
test/Analysis/ScalarEvolution/2008-11-15-CubicOOM.ll
test/Analysis/ScalarEvolution/2008-11-18-LessThanOrEqual.ll
test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll
test/Analysis/ScalarEvolution/2008-11-18-Stride2.ll
test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll
test/Analysis/ScalarEvolution/2008-12-11-SMaxOverflow.ll
test/Analysis/ScalarEvolution/2008-12-14-StrideAndSigned.ll
test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll
test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll
test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll
test/Analysis/ScalarEvolution/2009-05-09-PointerEdgeCount.ll
test/Analysis/ScalarEvolution/2009-07-04-GroupConstantsWidthMismatch.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll
test/Analysis/ScalarEvolution/and-xor.ll
test/Analysis/ScalarEvolution/avoid-infinite-recursion-0.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/avoid-infinite-recursion-1.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/avoid-smax-0.ll
test/Analysis/ScalarEvolution/avoid-smax-1.ll
test/Analysis/ScalarEvolution/div-overflow.ll
test/Analysis/ScalarEvolution/do-loop.ll
test/Analysis/ScalarEvolution/max-trip-count.ll
test/Analysis/ScalarEvolution/nsw-offset.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/nsw.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/pointer-sign-bits.ll
test/Analysis/ScalarEvolution/pr3909.ll
test/Analysis/ScalarEvolution/scev-aa.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/sext-inreg.ll
test/Analysis/ScalarEvolution/sext-iv-0.ll
test/Analysis/ScalarEvolution/sext-iv-1.ll
test/Analysis/ScalarEvolution/sext-iv-2.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/smax.ll
test/Analysis/ScalarEvolution/trip-count.ll
test/Analysis/ScalarEvolution/trip-count2.ll
test/Analysis/ScalarEvolution/trip-count3.ll
test/Analysis/ScalarEvolution/trip-count4.ll
test/Analysis/ScalarEvolution/trip-count5.ll
test/Analysis/ScalarEvolution/trip-count6.ll
test/Analysis/ScalarEvolution/trip-count7.ll
test/Analysis/ScalarEvolution/trip-count8.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/xor-and.ll
test/Analysis/ScalarEvolution/zext-wrap.ll [new file with mode: 0644]
test/Archive/extract.ll [new file with mode: 0644]
test/Assembler/2002-01-24-BadSymbolTableAssert.ll
test/Assembler/2002-01-24-ValueRefineAbsType.ll
test/Assembler/2002-02-19-TypeParsing.ll
test/Assembler/2002-03-08-NameCollision.ll
test/Assembler/2002-03-08-NameCollision2.ll
test/Assembler/2002-04-04-PureVirtMethCall.ll
test/Assembler/2002-04-04-PureVirtMethCall2.ll
test/Assembler/2002-04-05-TypeParsing.ll
test/Assembler/2002-04-07-HexFloatConstants.ll
test/Assembler/2002-04-29-NameBinding.ll
test/Assembler/2002-05-02-InvalidForwardRef.ll
test/Assembler/2002-05-02-ParseError.ll
test/Assembler/2002-07-08-HugePerformanceProblem.ll
test/Assembler/2002-07-25-ParserAssertionFailure.ll
test/Assembler/2002-08-15-CastAmbiguity.ll
test/Assembler/2002-08-15-ConstantExprProblem.ll
test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
test/Assembler/2002-08-19-BytecodeReader.ll
test/Assembler/2002-08-22-DominanceProblem.ll
test/Assembler/2002-10-08-LargeArrayPerformance.ll
test/Assembler/2002-10-15-NameClash.ll
test/Assembler/2002-12-15-GlobalResolve.ll
test/Assembler/2003-01-30-UnsignedString.ll
test/Assembler/2003-04-25-UnresolvedGlobalReference.ll
test/Assembler/2003-05-15-AssemblerProblem.ll
test/Assembler/2003-05-15-SwitchBug.ll
test/Assembler/2003-05-21-ConstantShiftExpr.ll
test/Assembler/2003-05-21-EmptyStructTest.ll
test/Assembler/2003-06-30-RecursiveTypeProblem.ll
test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll
test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
test/Assembler/2003-12-30-TypeMapInvalidMemory.ll
test/Assembler/2004-02-27-SelfUseAssertError.ll
test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll
test/Assembler/2004-10-22-BCWriterUndefBug.ll
test/Assembler/2004-11-28-InvalidTypeCrash.ll
test/Assembler/2005-01-31-CallingAggregateFunction.ll
test/Assembler/2007-01-02-Undefined-Arg-Type.ll
test/Assembler/2007-01-05-Cmp-ConstExpr.ll
test/Assembler/2007-01-16-CrashOnBadCast.ll
test/Assembler/2007-01-16-CrashOnBadCast2.ll
test/Assembler/2007-03-18-InvalidNumberedVar.ll
test/Assembler/2008-02-20-MultipleReturnValue.ll
test/Assembler/2008-09-02-FunctionNotes2.ll
test/Assembler/2009-02-28-StripOpaqueName.ll
test/Assembler/2009-07-24-ZeroArgGEP.ll [new file with mode: 0644]
test/Assembler/ConstantExprFold.ll
test/Assembler/anon-functions.ll
test/Assembler/flags.ll [new file with mode: 0644]
test/Assembler/getelementptr.ll
test/Assembler/insertextractvalue.ll
test/Assembler/msasm.ll [new file with mode: 0644]
test/Assembler/select.ll
test/Assembler/unnamed.ll [new file with mode: 0644]
test/Assembler/vector-cmp.ll
test/Bindings/Ocaml/analysis.ml
test/Bindings/Ocaml/bitreader.ml
test/Bindings/Ocaml/bitwriter.ml
test/Bindings/Ocaml/dg.exp [new file with mode: 0644]
test/Bindings/Ocaml/executionengine.ml
test/Bindings/Ocaml/scalar_opts.ml
test/Bindings/Ocaml/target.ml
test/Bindings/Ocaml/vmcore.ml
test/Bitcode/extractelement.ll
test/Bitcode/memcpy.ll
test/Bitcode/metadata-2.ll [new file with mode: 0644]
test/Bitcode/metadata.ll [new file with mode: 0644]
test/BugPoint/crash-narrowfunctiontest.ll
test/BugPoint/remove_arguments_test.ll
test/CMakeLists.txt [new file with mode: 0644]
test/CodeGen/ARM/2006-11-10-CycleInDAG.ll
test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
test/CodeGen/ARM/2007-03-07-CombinerCrash.ll
test/CodeGen/ARM/2007-03-13-InstrSched.ll
test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll
test/CodeGen/ARM/2007-03-26-RegScavengerAssert.ll
test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll
test/CodeGen/ARM/2007-03-30-RegScavengerAssert.ll
test/CodeGen/ARM/2007-04-02-RegScavengerAssert.ll
test/CodeGen/ARM/2007-04-03-PEIBug.ll
test/CodeGen/ARM/2007-04-03-UndefinedSymbol.ll
test/CodeGen/ARM/2007-04-30-CombinerCrash.ll
test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll
test/CodeGen/ARM/2007-05-07-jumptoentry.ll
test/CodeGen/ARM/2007-05-07-tailmerge-1.ll
test/CodeGen/ARM/2007-05-09-tailmerge-2.ll
test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll
test/CodeGen/ARM/2007-05-14-RegScavengerAssert.ll
test/CodeGen/ARM/2007-05-22-tailmerge-3.ll
test/CodeGen/ARM/2007-05-23-BadPreIndexedStore.ll
test/CodeGen/ARM/2007-05-31-RegScavengerInfiniteLoop.ll
test/CodeGen/ARM/2007-08-15-ReuseBug.ll
test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll
test/CodeGen/ARM/2008-02-29-RegAllocLocal.ll
test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
test/CodeGen/ARM/2008-03-07-RegScavengerAssert.ll
test/CodeGen/ARM/2008-04-04-ScavengerAssert.ll
test/CodeGen/ARM/2008-04-10-ScavengerAssert.ll
test/CodeGen/ARM/2008-04-11-PHIofImpDef.ll
test/CodeGen/ARM/2008-05-19-LiveIntervalsBug.ll
test/CodeGen/ARM/2008-05-19-ScavengerAssert.ll
test/CodeGen/ARM/2008-07-17-Fdiv.ll
test/CodeGen/ARM/2008-07-24-CodeGenPrepCrash.ll
test/CodeGen/ARM/2008-08-07-AsmPrintBug.ll
test/CodeGen/ARM/2008-09-14-CoalescerBug.ll
test/CodeGen/ARM/2008-09-17-CoalescerBug.ll
test/CodeGen/ARM/2008-11-18-ScavengerAssert.ll
test/CodeGen/ARM/2008-11-19-ScavengerAssert.ll
test/CodeGen/ARM/2009-02-16-SpillerBug.ll
test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll
test/CodeGen/ARM/2009-02-27-SpillerBug.ll
test/CodeGen/ARM/2009-03-07-SpillerBug.ll
test/CodeGen/ARM/2009-03-09-AddrModeBug.ll
test/CodeGen/ARM/2009-04-06-AsmModifier.ll
test/CodeGen/ARM/2009-04-08-AggregateAddr.ll
test/CodeGen/ARM/2009-04-08-FREM.ll
test/CodeGen/ARM/2009-04-08-FloatUndef.ll
test/CodeGen/ARM/2009-04-09-RegScavengerAsm.ll
test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll
test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll
test/CodeGen/ARM/2009-05-11-CodePlacementCrash.ll
test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll
test/CodeGen/ARM/2009-06-02-ISelCrash.ll
test/CodeGen/ARM/2009-06-04-MissingLiveIn.ll
test/CodeGen/ARM/2009-06-12-RegScavengerAssert.ll
test/CodeGen/ARM/2009-06-15-RegScavengerAssert.ll
test/CodeGen/ARM/2009-06-19-RegScavengerAssert.ll
test/CodeGen/ARM/2009-06-22-CoalescerBug.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert2.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert3.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert4.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert5.ll
test/CodeGen/ARM/2009-07-01-CommuteBug.ll
test/CodeGen/ARM/2009-07-09-asm-p-constraint.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-07-18-RewriterBug.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-07-22-ScavengerAssert.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-07-22-SchedulerAssert.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-07-29-VFP3Registers.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-02-RegScavengerAssert-Neon.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-04-RegScavengerAssert-2.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-04-RegScavengerAssert.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-15-RegScavenger-EarlyClobber.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-15-RegScavengerAssert.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-21-PostRAKill.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-21-PostRAKill2.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-21-PostRAKill3.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-21-PostRAKill4.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-23-linkerprivate.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-26-ScalarToVector.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-27-ScalarToVector.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-29-ExtractEltf32.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-29-TooLongSplat.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-31-LSDA-Name.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-31-TwoRegShuffle.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-09-01-PostRAProlog.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-09-09-AllOnes.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-09-10-postdec.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-09-13-InvalidSubreg.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-09-13-InvalidSuperReg.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-09-20-LiveIntervalsBug.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-09-21-LiveVariablesBug.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-09-22-LiveVariablesBug.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-09-23-LiveVariablesBug.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-09-24-spill-align.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-09-27-CoalescerBug.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll [new file with mode: 0644]
test/CodeGen/ARM/addrmode.ll
test/CodeGen/ARM/aliases.ll
test/CodeGen/ARM/align.ll
test/CodeGen/ARM/alloca.ll
test/CodeGen/ARM/argaddr.ll
test/CodeGen/ARM/arguments-nosplit-double.ll
test/CodeGen/ARM/arguments-nosplit-i64.ll
test/CodeGen/ARM/arguments.ll
test/CodeGen/ARM/arguments2.ll
test/CodeGen/ARM/arguments3.ll
test/CodeGen/ARM/arguments4.ll
test/CodeGen/ARM/arguments5.ll
test/CodeGen/ARM/arguments6.ll
test/CodeGen/ARM/arguments7.ll
test/CodeGen/ARM/arguments8.ll
test/CodeGen/ARM/arguments_f64_backfill.ll
test/CodeGen/ARM/arm-asm.ll
test/CodeGen/ARM/arm-frameaddr.ll
test/CodeGen/ARM/arm-negative-stride.ll
test/CodeGen/ARM/bfc.ll [new file with mode: 0644]
test/CodeGen/ARM/bic.ll
test/CodeGen/ARM/bits.ll
test/CodeGen/ARM/bx_fold.ll
test/CodeGen/ARM/call.ll
test/CodeGen/ARM/call_nolink.ll
test/CodeGen/ARM/carry.ll
test/CodeGen/ARM/clz.ll
test/CodeGen/ARM/compare-call.ll
test/CodeGen/ARM/constants.ll
test/CodeGen/ARM/cse-libcalls.ll
test/CodeGen/ARM/ctors_dtors.ll
test/CodeGen/ARM/div.ll
test/CodeGen/ARM/dyn-stackalloc.ll
test/CodeGen/ARM/extloadi1.ll
test/CodeGen/ARM/fabss.ll [new file with mode: 0644]
test/CodeGen/ARM/fadds.ll [new file with mode: 0644]
test/CodeGen/ARM/fcopysign.ll
test/CodeGen/ARM/fdivs.ll [new file with mode: 0644]
test/CodeGen/ARM/fixunsdfdi.ll
test/CodeGen/ARM/fmacs.ll [new file with mode: 0644]
test/CodeGen/ARM/fmdrr-fmrrd.ll
test/CodeGen/ARM/fmscs.ll [new file with mode: 0644]
test/CodeGen/ARM/fmuls.ll [new file with mode: 0644]
test/CodeGen/ARM/fnegs.ll [new file with mode: 0644]
test/CodeGen/ARM/fnmacs.ll [new file with mode: 0644]
test/CodeGen/ARM/fnmscs.ll [new file with mode: 0644]
test/CodeGen/ARM/fnmul.ll
test/CodeGen/ARM/fnmuls.ll [new file with mode: 0644]
test/CodeGen/ARM/formal.ll
test/CodeGen/ARM/fp.ll
test/CodeGen/ARM/fp_convert.ll [new file with mode: 0644]
test/CodeGen/ARM/fparith.ll
test/CodeGen/ARM/fpcmp.ll
test/CodeGen/ARM/fpcmp_ueq.ll
test/CodeGen/ARM/fpconv.ll
test/CodeGen/ARM/fpmem.ll
test/CodeGen/ARM/fpow.ll
test/CodeGen/ARM/fpowi.ll
test/CodeGen/ARM/fptoint.ll
test/CodeGen/ARM/fsubs.ll [new file with mode: 0644]
test/CodeGen/ARM/hardfloat_neon.ll [new file with mode: 0644]
test/CodeGen/ARM/hello.ll
test/CodeGen/ARM/hidden-vis-2.ll
test/CodeGen/ARM/hidden-vis-3.ll
test/CodeGen/ARM/hidden-vis.ll
test/CodeGen/ARM/iabs.ll
test/CodeGen/ARM/ifcvt1.ll
test/CodeGen/ARM/ifcvt2.ll
test/CodeGen/ARM/ifcvt3.ll
test/CodeGen/ARM/ifcvt4.ll
test/CodeGen/ARM/ifcvt5.ll
test/CodeGen/ARM/ifcvt6.ll
test/CodeGen/ARM/ifcvt7.ll
test/CodeGen/ARM/ifcvt8.ll
test/CodeGen/ARM/ifcvt9.ll
test/CodeGen/ARM/illegal-vector-bitcast.ll
test/CodeGen/ARM/imm.ll
test/CodeGen/ARM/inlineasm-imm-arm.ll
test/CodeGen/ARM/inlineasm.ll
test/CodeGen/ARM/inlineasm2.ll
test/CodeGen/ARM/insn-sched1.ll
test/CodeGen/ARM/ispositive.ll
test/CodeGen/ARM/large-stack.ll
test/CodeGen/ARM/ldm.ll
test/CodeGen/ARM/ldr.ll
test/CodeGen/ARM/ldr_ext.ll
test/CodeGen/ARM/ldr_frame.ll
test/CodeGen/ARM/ldr_post.ll
test/CodeGen/ARM/ldr_pre.ll
test/CodeGen/ARM/ldrd.ll
test/CodeGen/ARM/load-global.ll
test/CodeGen/ARM/load.ll
test/CodeGen/ARM/long-setcc.ll
test/CodeGen/ARM/long.ll
test/CodeGen/ARM/long_shift.ll
test/CodeGen/ARM/lsr-code-insertion.ll
test/CodeGen/ARM/lsr-scale-addr-mode.ll
test/CodeGen/ARM/mem.ll
test/CodeGen/ARM/memcpy-inline.ll
test/CodeGen/ARM/memfunc.ll
test/CodeGen/ARM/mls.ll [new file with mode: 0644]
test/CodeGen/ARM/mul.ll
test/CodeGen/ARM/mul_const.ll [new file with mode: 0644]
test/CodeGen/ARM/mulhi.ll
test/CodeGen/ARM/mvn.ll
test/CodeGen/ARM/neon_arith1.ll
test/CodeGen/ARM/neon_ld1.ll
test/CodeGen/ARM/neon_ld2.ll
test/CodeGen/ARM/pack.ll
test/CodeGen/ARM/pr3502.ll
test/CodeGen/ARM/private.ll
test/CodeGen/ARM/remat.ll
test/CodeGen/ARM/ret0.ll
test/CodeGen/ARM/ret_arg1.ll
test/CodeGen/ARM/ret_arg2.ll
test/CodeGen/ARM/ret_arg3.ll
test/CodeGen/ARM/ret_arg4.ll
test/CodeGen/ARM/ret_arg5.ll
test/CodeGen/ARM/ret_f32_arg2.ll
test/CodeGen/ARM/ret_f32_arg5.ll
test/CodeGen/ARM/ret_f64_arg2.ll
test/CodeGen/ARM/ret_f64_arg_reg_split.ll
test/CodeGen/ARM/ret_f64_arg_split.ll
test/CodeGen/ARM/ret_f64_arg_stack.ll
test/CodeGen/ARM/ret_i128_arg2.ll
test/CodeGen/ARM/ret_i64_arg2.ll
test/CodeGen/ARM/ret_i64_arg3.ll
test/CodeGen/ARM/ret_i64_arg_split.ll
test/CodeGen/ARM/ret_void.ll
test/CodeGen/ARM/rev.ll
test/CodeGen/ARM/sbfx.ll [new file with mode: 0644]
test/CodeGen/ARM/section.ll
test/CodeGen/ARM/select.ll
test/CodeGen/ARM/select_xform.ll
test/CodeGen/ARM/shifter_operand.ll
test/CodeGen/ARM/smul.ll
test/CodeGen/ARM/spill-q.ll [new file with mode: 0644]
test/CodeGen/ARM/stack-frame.ll
test/CodeGen/ARM/stm.ll
test/CodeGen/ARM/str_post.ll
test/CodeGen/ARM/str_pre-2.ll
test/CodeGen/ARM/str_pre.ll
test/CodeGen/ARM/str_trunc.ll
test/CodeGen/ARM/sxt_rot.ll
test/CodeGen/ARM/t2-imm.ll [new file with mode: 0644]
test/CodeGen/ARM/thread_pointer.ll
test/CodeGen/ARM/tls1.ll
test/CodeGen/ARM/tls2.ll
test/CodeGen/ARM/tls3.ll
test/CodeGen/ARM/trunc_ldr.ll
test/CodeGen/ARM/truncstore-dag-combine.ll
test/CodeGen/ARM/tst_teq.ll
test/CodeGen/ARM/uint64tof64.ll
test/CodeGen/ARM/unaligned_load_store.ll
test/CodeGen/ARM/unord.ll
test/CodeGen/ARM/uxt_rot.ll
test/CodeGen/ARM/uxtb.ll
test/CodeGen/ARM/vaba.ll
test/CodeGen/ARM/vabd.ll
test/CodeGen/ARM/vabs.ll
test/CodeGen/ARM/vadd.ll
test/CodeGen/ARM/vargs.ll
test/CodeGen/ARM/vargs_align.ll
test/CodeGen/ARM/vbits.ll [new file with mode: 0644]
test/CodeGen/ARM/vbsl.ll
test/CodeGen/ARM/vceq.ll
test/CodeGen/ARM/vcge.ll
test/CodeGen/ARM/vcgt.ll
test/CodeGen/ARM/vcnt.ll
test/CodeGen/ARM/vcombine.ll [new file with mode: 0644]
test/CodeGen/ARM/vcvt.ll
test/CodeGen/ARM/vdup.ll
test/CodeGen/ARM/vext.ll [new file with mode: 0644]
test/CodeGen/ARM/vfcmp.ll
test/CodeGen/ARM/vfp.ll
test/CodeGen/ARM/vget_lane.ll
test/CodeGen/ARM/vhadd.ll
test/CodeGen/ARM/vhsub.ll
test/CodeGen/ARM/vicmp.ll
test/CodeGen/ARM/vld1.ll [new file with mode: 0644]
test/CodeGen/ARM/vld2.ll [new file with mode: 0644]
test/CodeGen/ARM/vld3.ll [new file with mode: 0644]
test/CodeGen/ARM/vld4.ll [new file with mode: 0644]
test/CodeGen/ARM/vldlane.ll [new file with mode: 0644]
test/CodeGen/ARM/vminmax.ll [new file with mode: 0644]
test/CodeGen/ARM/vmla.ll
test/CodeGen/ARM/vmls.ll
test/CodeGen/ARM/vmov.ll
test/CodeGen/ARM/vmul.ll
test/CodeGen/ARM/vneg.ll
test/CodeGen/ARM/vpadal.ll
test/CodeGen/ARM/vpadd.ll
test/CodeGen/ARM/vpminmax.ll [new file with mode: 0644]
test/CodeGen/ARM/vqadd.ll
test/CodeGen/ARM/vqdmul.ll [new file with mode: 0644]
test/CodeGen/ARM/vqshl.ll
test/CodeGen/ARM/vqshrn.ll
test/CodeGen/ARM/vqsub.ll
test/CodeGen/ARM/vrec.ll [new file with mode: 0644]
test/CodeGen/ARM/vrev.ll [new file with mode: 0644]
test/CodeGen/ARM/vshift.ll
test/CodeGen/ARM/vshiftins.ll
test/CodeGen/ARM/vshl.ll
test/CodeGen/ARM/vshll.ll
test/CodeGen/ARM/vshrn.ll
test/CodeGen/ARM/vsra.ll
test/CodeGen/ARM/vst1.ll [new file with mode: 0644]
test/CodeGen/ARM/vst2.ll [new file with mode: 0644]
test/CodeGen/ARM/vst3.ll [new file with mode: 0644]
test/CodeGen/ARM/vst4.ll [new file with mode: 0644]
test/CodeGen/ARM/vstlane.ll [new file with mode: 0644]
test/CodeGen/ARM/vsub.ll
test/CodeGen/ARM/vtbl.ll [new file with mode: 0644]
test/CodeGen/ARM/vtrn.ll [new file with mode: 0644]
test/CodeGen/ARM/vuzp.ll [new file with mode: 0644]
test/CodeGen/ARM/vzip.ll [new file with mode: 0644]
test/CodeGen/ARM/weak.ll
test/CodeGen/ARM/weak2.ll
test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
test/CodeGen/Alpha/2005-12-12-MissingFCMov.ll
test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll
test/CodeGen/Alpha/2006-01-26-VaargBreak.ll
test/CodeGen/Alpha/2006-04-04-zextload.ll
test/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll
test/CodeGen/Alpha/2006-11-01-vastart.ll
test/CodeGen/Alpha/2007-11-27-mulneg3.ll
test/CodeGen/Alpha/2008-11-10-smul_lohi.ll
test/CodeGen/Alpha/2008-11-12-Add128.ll
test/CodeGen/Alpha/2009-07-16-PromoteFloatCompare.ll [new file with mode: 0644]
test/CodeGen/Alpha/add.ll
test/CodeGen/Alpha/add128.ll
test/CodeGen/Alpha/bic.ll
test/CodeGen/Alpha/bsr.ll
test/CodeGen/Alpha/call_adj.ll
test/CodeGen/Alpha/cmov.ll
test/CodeGen/Alpha/cmpbge.ll
test/CodeGen/Alpha/ctlz.ll
test/CodeGen/Alpha/ctlz_e.ll
test/CodeGen/Alpha/ctpop.ll
test/CodeGen/Alpha/eqv.ll
test/CodeGen/Alpha/i32_sub_1.ll
test/CodeGen/Alpha/illegal-element-type.ll
test/CodeGen/Alpha/jmp_table.ll
test/CodeGen/Alpha/mb.ll
test/CodeGen/Alpha/mul128.ll
test/CodeGen/Alpha/mul5.ll
test/CodeGen/Alpha/neg1.ll
test/CodeGen/Alpha/not.ll
test/CodeGen/Alpha/ornot.ll
test/CodeGen/Alpha/private.ll
test/CodeGen/Alpha/rpcc.ll
test/CodeGen/Alpha/srl_and.ll
test/CodeGen/Alpha/sub128.ll
test/CodeGen/Alpha/weak.ll
test/CodeGen/Alpha/wmb.ll
test/CodeGen/Alpha/zapnot.ll
test/CodeGen/Alpha/zapnot2.ll
test/CodeGen/Alpha/zapnot3.ll
test/CodeGen/Alpha/zapnot4.ll
test/CodeGen/Blackfin/2009-08-04-LowerExtract-Live.ll [new file with mode: 0644]
test/CodeGen/Blackfin/2009-08-11-RegScavenger-CSR.ll [new file with mode: 0644]
test/CodeGen/Blackfin/2009-08-15-LiveIn-SubReg.ll [new file with mode: 0644]
test/CodeGen/Blackfin/2009-08-15-MissingDead.ll [new file with mode: 0644]
test/CodeGen/Blackfin/2009-08-15-SetCC-Undef.ll [new file with mode: 0644]
test/CodeGen/Blackfin/add-overflow.ll [new file with mode: 0644]
test/CodeGen/Blackfin/add.ll [new file with mode: 0644]
test/CodeGen/Blackfin/addsub-i128.ll [new file with mode: 0644]
test/CodeGen/Blackfin/basic-i1.ll [new file with mode: 0644]
test/CodeGen/Blackfin/basic-i16.ll [new file with mode: 0644]
test/CodeGen/Blackfin/basic-i32.ll [new file with mode: 0644]
test/CodeGen/Blackfin/basic-i64.ll [new file with mode: 0644]
test/CodeGen/Blackfin/basic-i8.ll [new file with mode: 0644]
test/CodeGen/Blackfin/basictest.ll [new file with mode: 0644]
test/CodeGen/Blackfin/burg.ll [new file with mode: 0644]
test/CodeGen/Blackfin/cmp-small-imm.ll [new file with mode: 0644]
test/CodeGen/Blackfin/cmp64.ll [new file with mode: 0644]
test/CodeGen/Blackfin/ct32.ll [new file with mode: 0644]
test/CodeGen/Blackfin/ct64.ll [new file with mode: 0644]
test/CodeGen/Blackfin/ctlz16.ll [new file with mode: 0644]
test/CodeGen/Blackfin/ctlz64.ll [new file with mode: 0644]
test/CodeGen/Blackfin/ctpop16.ll [new file with mode: 0644]
test/CodeGen/Blackfin/cttz16.ll [new file with mode: 0644]
test/CodeGen/Blackfin/cycles.ll [new file with mode: 0644]
test/CodeGen/Blackfin/dg.exp [new file with mode: 0644]
test/CodeGen/Blackfin/double-cast.ll [new file with mode: 0644]
test/CodeGen/Blackfin/frameindex.ll [new file with mode: 0644]
test/CodeGen/Blackfin/i17mem.ll [new file with mode: 0644]
test/CodeGen/Blackfin/i1mem.ll [new file with mode: 0644]
test/CodeGen/Blackfin/i1ops.ll [new file with mode: 0644]
test/CodeGen/Blackfin/i216mem.ll [new file with mode: 0644]
test/CodeGen/Blackfin/i248mem.ll [new file with mode: 0644]
test/CodeGen/Blackfin/i256mem.ll [new file with mode: 0644]
test/CodeGen/Blackfin/i256param.ll [new file with mode: 0644]
test/CodeGen/Blackfin/i56param.ll [new file with mode: 0644]
test/CodeGen/Blackfin/i8mem.ll [new file with mode: 0644]
test/CodeGen/Blackfin/inline-asm.ll [new file with mode: 0644]
test/CodeGen/Blackfin/int-setcc.ll [new file with mode: 0644]
test/CodeGen/Blackfin/invalid-apint.ll [new file with mode: 0644]
test/CodeGen/Blackfin/jumptable.ll [new file with mode: 0644]
test/CodeGen/Blackfin/large-switch.ll [new file with mode: 0644]
test/CodeGen/Blackfin/load-i16.ll [new file with mode: 0644]
test/CodeGen/Blackfin/logic-i16.ll [new file with mode: 0644]
test/CodeGen/Blackfin/many-args.ll [new file with mode: 0644]
test/CodeGen/Blackfin/mulhu.ll [new file with mode: 0644]
test/CodeGen/Blackfin/printf.ll [new file with mode: 0644]
test/CodeGen/Blackfin/printf2.ll [new file with mode: 0644]
test/CodeGen/Blackfin/promote-logic.ll [new file with mode: 0644]
test/CodeGen/Blackfin/promote-setcc.ll [new file with mode: 0644]
test/CodeGen/Blackfin/sdiv.ll [new file with mode: 0644]
test/CodeGen/Blackfin/simple-select.ll [new file with mode: 0644]
test/CodeGen/Blackfin/switch.ll [new file with mode: 0644]
test/CodeGen/Blackfin/switch2.ll [new file with mode: 0644]
test/CodeGen/Blackfin/sync-intr.ll [new file with mode: 0644]
test/CodeGen/CBackend/2002-05-16-NameCollide.ll
test/CodeGen/CBackend/2002-05-21-MissingReturn.ll
test/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll
test/CodeGen/CBackend/2002-08-19-ConstantExpr.ll
test/CodeGen/CBackend/2002-08-19-DataPointer.ll
test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll
test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll
test/CodeGen/CBackend/2002-08-20-RecursiveTypes.ll
test/CodeGen/CBackend/2002-08-20-UnnamedArgument.ll
test/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll
test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll
test/CodeGen/CBackend/2002-10-16-External.ll
test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll
test/CodeGen/CBackend/2002-11-06-PrintEscaped.ll
test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll
test/CodeGen/CBackend/2003-05-13-VarArgFunction.ll
test/CodeGen/CBackend/2003-05-31-MissingStructName.ll
test/CodeGen/CBackend/2003-06-01-NullPointerType.ll
test/CodeGen/CBackend/2003-06-11-HexConstant.ll
test/CodeGen/CBackend/2003-06-11-LiteralStringProblem.ll
test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll
test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.ll
test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll
test/CodeGen/CBackend/2003-10-23-UnusedType.ll
test/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll
test/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll
test/CodeGen/CBackend/2004-02-13-FrameReturnAddress.ll
test/CodeGen/CBackend/2004-02-15-PreexistingExternals.ll
test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.ll
test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll
test/CodeGen/CBackend/2004-08-09-va-end-null.ll
test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.ll
test/CodeGen/CBackend/2004-12-03-ExternStatics.ll
test/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll
test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll
test/CodeGen/CBackend/2005-03-08-RecursiveTypeCrash.ll
test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll
test/CodeGen/CBackend/2005-08-23-Fmod.ll
test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll
test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll
test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
test/CodeGen/CBackend/2007-01-15-NamedArrayType.ll
test/CodeGen/CBackend/2007-01-17-StackSaveNRestore.ll
test/CodeGen/CBackend/2007-02-05-memset.ll
test/CodeGen/CBackend/2007-02-23-NameConflicts.ll
test/CodeGen/CBackend/2007-07-11-PackedStruct.ll
test/CodeGen/CBackend/2008-02-01-UnalignedLoadStore.ll
test/CodeGen/CBackend/2008-05-21-MRV-InlineAsm.ll
test/CodeGen/CBackend/2008-05-31-BoolOverflow.ll
test/CodeGen/CBackend/2008-06-04-IndirectMem.ll
test/CodeGen/CBackend/2008-10-21-PPCLongDoubleConstant.ll
test/CodeGen/CBackend/fneg.ll
test/CodeGen/CBackend/pr2408.ll
test/CodeGen/CBackend/vectors.ll
test/CodeGen/CPP/2007-06-16-Funcname.ll
test/CodeGen/CPP/2009-05-01-Long-Double.ll
test/CodeGen/CPP/2009-05-04-CondBr.ll
test/CodeGen/CPP/llvm2cpp.ll
test/CodeGen/CellSPU/2009-01-01-BrCond.ll
test/CodeGen/CellSPU/and_ops.ll
test/CodeGen/CellSPU/call.ll
test/CodeGen/CellSPU/call_indirect.ll
test/CodeGen/CellSPU/ctpop.ll
test/CodeGen/CellSPU/dp_farith.ll
test/CodeGen/CellSPU/eqv.ll
test/CodeGen/CellSPU/extract_elt.ll
test/CodeGen/CellSPU/fcmp32.ll
test/CodeGen/CellSPU/fcmp64.ll
test/CodeGen/CellSPU/fdiv.ll
test/CodeGen/CellSPU/fneg-fabs.ll
test/CodeGen/CellSPU/i64ops.ll
test/CodeGen/CellSPU/i8ops.ll
test/CodeGen/CellSPU/icmp16.ll
test/CodeGen/CellSPU/icmp32.ll
test/CodeGen/CellSPU/icmp64.ll
test/CodeGen/CellSPU/icmp8.ll
test/CodeGen/CellSPU/immed16.ll
test/CodeGen/CellSPU/immed32.ll
test/CodeGen/CellSPU/immed64.ll
test/CodeGen/CellSPU/int2fp.ll
test/CodeGen/CellSPU/intrinsics_branch.ll
test/CodeGen/CellSPU/intrinsics_float.ll
test/CodeGen/CellSPU/intrinsics_logical.ll
test/CodeGen/CellSPU/loads.ll
test/CodeGen/CellSPU/mul-with-overflow.ll
test/CodeGen/CellSPU/mul_ops.ll
test/CodeGen/CellSPU/nand.ll
test/CodeGen/CellSPU/or_ops.ll
test/CodeGen/CellSPU/private.ll
test/CodeGen/CellSPU/rotate_ops.ll
test/CodeGen/CellSPU/select_bits.ll
test/CodeGen/CellSPU/sext128.ll [new file with mode: 0644]
test/CodeGen/CellSPU/shift_ops.ll
test/CodeGen/CellSPU/sp_farith.ll
test/CodeGen/CellSPU/stores.ll
test/CodeGen/CellSPU/struct_1.ll
test/CodeGen/CellSPU/trunc.ll
test/CodeGen/CellSPU/vec_const.ll
test/CodeGen/CellSPU/vecinsert.ll
test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll
test/CodeGen/Generic/2002-04-16-StackFrameSizeAlignment.ll
test/CodeGen/Generic/2003-05-27-phifcmpd.ll
test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll
test/CodeGen/Generic/2003-05-27-usefsubasbool.ll
test/CodeGen/Generic/2003-05-28-ManyArgs.ll
test/CodeGen/Generic/2003-05-30-BadFoldGEP.ll
test/CodeGen/Generic/2003-05-30-BadPreselectPhi.ll
test/CodeGen/Generic/2003-07-06-BadIntCmp.ll
test/CodeGen/Generic/2003-07-07-BadLongConst.ll
test/CodeGen/Generic/2003-07-08-BadCastToBool.ll
test/CodeGen/Generic/2003-07-29-BadConstSbyte.ll
test/CodeGen/Generic/2004-02-08-UnwindSupport.ll
test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.ll
test/CodeGen/Generic/2005-01-18-SetUO-InfLoop.ll
test/CodeGen/Generic/2005-04-09-GlobalInPHI.ll
test/CodeGen/Generic/2005-07-12-memcpy-i64-length.ll
test/CodeGen/Generic/2005-10-18-ZeroSizeStackObject.ll
test/CodeGen/Generic/2005-10-21-longlonggtu.ll
test/CodeGen/Generic/2005-12-01-Crash.ll
test/CodeGen/Generic/2005-12-12-ExpandSextInreg.ll
test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll
test/CodeGen/Generic/2006-01-18-InvalidBranchOpcodeAssert.ll
test/CodeGen/Generic/2006-02-12-InsertLibcall.ll
test/CodeGen/Generic/2006-03-01-dagcombineinfloop.ll
test/CodeGen/Generic/2006-04-11-vecload.ll
test/CodeGen/Generic/2006-04-26-SetCCAnd.ll
test/CodeGen/Generic/2006-04-28-Sign-extend-bool.ll
test/CodeGen/Generic/2006-05-06-GEP-Cast-Sink-Crash.ll
test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll
test/CodeGen/Generic/2006-06-13-ComputeMaskedBitsCrash.ll
test/CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll
test/CodeGen/Generic/2006-07-03-schedulers.ll
test/CodeGen/Generic/2006-08-30-CoalescerCrash.ll
test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
test/CodeGen/Generic/2006-09-06-SwitchLowering.ll
test/CodeGen/Generic/2006-10-27-CondFolding.ll
test/CodeGen/Generic/2006-10-29-Crash.ll
test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll
test/CodeGen/Generic/2006-11-20-DAGCombineCrash.ll
test/CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
test/CodeGen/Generic/2007-01-15-LoadSelectCycle.ll
test/CodeGen/Generic/2007-02-16-BranchFold.ll
test/CodeGen/Generic/2007-02-23-DAGCombine-Miscompile.ll
test/CodeGen/Generic/2007-02-25-invoke.ll
test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll
test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll
test/CodeGen/Generic/2007-04-17-lsr-crash.ll
test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll
test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
test/CodeGen/Generic/2007-04-27-LargeMemObject.ll
test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll
test/CodeGen/Generic/2007-05-03-EHTypeInfo.ll
test/CodeGen/Generic/2007-05-05-Personality.ll
test/CodeGen/Generic/2007-05-15-InfiniteRecursion.ll
test/CodeGen/Generic/2007-06-06-CriticalEdgeLandingPad.ll
test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll
test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
test/CodeGen/Generic/2007-12-31-UnusedSelector.ll
test/CodeGen/Generic/2008-01-25-dag-combine-mul.ll
test/CodeGen/Generic/2008-01-30-LoadCrash.ll
test/CodeGen/Generic/2008-02-04-Ctlz.ll
test/CodeGen/Generic/2008-02-04-ExtractSubvector.ll
test/CodeGen/Generic/2008-02-20-MatchingMem.ll
test/CodeGen/Generic/2008-02-25-NegateZero.ll
test/CodeGen/Generic/2008-02-26-NegatableCrash.ll
test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll
test/CodeGen/Generic/2009-03-17-LSR-APInt.ll
test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll
test/CodeGen/Generic/2009-04-10-SinkCrash.ll
test/CodeGen/Generic/2009-04-28-i128-cmp-crash.ll
test/CodeGen/Generic/2009-06-03-UnreachableSplitPad.ll
test/CodeGen/Generic/APIntLoadStore.ll
test/CodeGen/Generic/APIntParam.ll
test/CodeGen/Generic/APIntSextParam.ll
test/CodeGen/Generic/APIntZextParam.ll
test/CodeGen/Generic/BasicInstrs.ll
test/CodeGen/Generic/BurgBadRegAlloc.ll
test/CodeGen/Generic/ConstantExprLowering.ll
test/CodeGen/Generic/GC/alloc_loop.ll
test/CodeGen/Generic/GC/argpromotion.ll
test/CodeGen/Generic/GC/deadargelim.ll
test/CodeGen/Generic/GC/frame_size.ll
test/CodeGen/Generic/GC/inline.ll
test/CodeGen/Generic/GC/inline2.ll
test/CodeGen/Generic/GC/lower_gcroot.ll
test/CodeGen/Generic/GC/redundant_init.ll
test/CodeGen/Generic/GC/simple_ocaml.ll
test/CodeGen/Generic/Makefile
test/CodeGen/Generic/SwitchLowering.ll
test/CodeGen/Generic/add-with-overflow-24.ll
test/CodeGen/Generic/add-with-overflow.ll
test/CodeGen/Generic/addc-fold2.ll
test/CodeGen/Generic/asm-large-immediate.ll
test/CodeGen/Generic/badCallArgLRLLVM.ll
test/CodeGen/Generic/badFoldGEP.ll
test/CodeGen/Generic/badarg6.ll
test/CodeGen/Generic/badlive.ll
test/CodeGen/Generic/bool-to-double.ll
test/CodeGen/Generic/bool-vector.ll
test/CodeGen/Generic/call-ret0.ll
test/CodeGen/Generic/call-ret42.ll
test/CodeGen/Generic/call-void.ll
test/CodeGen/Generic/call2-ret0.ll
test/CodeGen/Generic/cast-fp.ll
test/CodeGen/Generic/constindices.ll
test/CodeGen/Generic/debug-info.ll
test/CodeGen/Generic/div-neg-power-2.ll
test/CodeGen/Generic/empty-load-store.ll
test/CodeGen/Generic/externally_available.ll
test/CodeGen/Generic/fastcall.ll
test/CodeGen/Generic/fneg-fabs.ll
test/CodeGen/Generic/fp-to-int-invalid.ll
test/CodeGen/Generic/fp_to_int.ll
test/CodeGen/Generic/fpowi-promote.ll
test/CodeGen/Generic/fwdtwice.ll
test/CodeGen/Generic/getresult-undef.ll
test/CodeGen/Generic/global-ret0.ll
test/CodeGen/Generic/hello.ll
test/CodeGen/Generic/i128-addsub.ll
test/CodeGen/Generic/i128-arith.ll
test/CodeGen/Generic/inline-asm-special-strings.ll
test/CodeGen/Generic/intrinsics.ll
test/CodeGen/Generic/invalid-memcpy.ll
test/CodeGen/Generic/isunord.ll
test/CodeGen/Generic/llvm-ct-intrinsics.ll
test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll
test/CodeGen/Generic/negintconst.ll
test/CodeGen/Generic/nested-select.ll
test/CodeGen/Generic/phi-immediate-factoring.ll
test/CodeGen/Generic/pr2625.ll
test/CodeGen/Generic/pr3288.ll
test/CodeGen/Generic/print-add.ll
test/CodeGen/Generic/print-arith-fp.ll
test/CodeGen/Generic/print-arith-int.ll
test/CodeGen/Generic/print-int.ll
test/CodeGen/Generic/print-mul-exp.ll
test/CodeGen/Generic/print-mul.ll
test/CodeGen/Generic/print-shift.ll
test/CodeGen/Generic/ret0.ll
test/CodeGen/Generic/ret42.ll
test/CodeGen/Generic/select-cc.ll
test/CodeGen/Generic/select.ll
test/CodeGen/Generic/shift-int64.ll
test/CodeGen/Generic/spillccr.ll
test/CodeGen/Generic/stack-protector.ll
test/CodeGen/Generic/stacksave-restore.ll
test/CodeGen/Generic/storetrunc-fp.ll
test/CodeGen/Generic/switch-crit-edge-constant.ll
test/CodeGen/Generic/switch-lower-feature-2.ll
test/CodeGen/Generic/switch-lower-feature.ll
test/CodeGen/Generic/switch-lower.ll
test/CodeGen/Generic/trap.ll
test/CodeGen/Generic/v-split.ll
test/CodeGen/Generic/vector-casts.ll
test/CodeGen/Generic/vector-constantexpr.ll
test/CodeGen/Generic/vector-identity-shuffle.ll
test/CodeGen/Generic/vector.ll
test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll
test/CodeGen/MSP430/2009-05-17-Rot.ll
test/CodeGen/MSP430/2009-05-17-Shift.ll
test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll
test/CodeGen/MSP430/2009-08-25-DynamicStackAlloc.ll [new file with mode: 0644]
test/CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll [new file with mode: 0644]
test/CodeGen/MSP430/2009-10-10-OrImpDef.ll [new file with mode: 0644]
test/CodeGen/MSP430/Inst16mi.ll [new file with mode: 0644]
test/CodeGen/MSP430/Inst16mm.ll [new file with mode: 0644]
test/CodeGen/MSP430/Inst16mr.ll [new file with mode: 0644]
test/CodeGen/MSP430/Inst16rm.ll [new file with mode: 0644]
test/CodeGen/MSP430/Inst16rr.ll [new file with mode: 0644]
test/CodeGen/MSP430/Inst8mi.ll [new file with mode: 0644]
test/CodeGen/MSP430/Inst8mm.ll [new file with mode: 0644]
test/CodeGen/MSP430/Inst8mr.ll [new file with mode: 0644]
test/CodeGen/MSP430/Inst8rm.ll [new file with mode: 0644]
test/CodeGen/MSP430/Inst8rr.ll [new file with mode: 0644]
test/CodeGen/MSP430/inline-asm.ll [new file with mode: 0644]
test/CodeGen/Mips/2008-06-05-Carry.ll
test/CodeGen/Mips/2008-07-03-SRet.ll
test/CodeGen/Mips/2008-07-05-ByVal.ll
test/CodeGen/Mips/2008-07-06-fadd64.ll
test/CodeGen/Mips/2008-07-07-FPExtend.ll
test/CodeGen/Mips/2008-07-07-Float2Int.ll
test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll
test/CodeGen/Mips/2008-07-15-InternalConstant.ll
test/CodeGen/Mips/2008-07-15-SmallSection.ll
test/CodeGen/Mips/2008-07-16-SignExtInReg.ll
test/CodeGen/Mips/2008-07-22-Cstpool.ll
test/CodeGen/Mips/2008-07-23-fpcmp.ll
test/CodeGen/Mips/2008-07-29-icmp.ll
test/CodeGen/Mips/2008-07-31-fcopysign.ll
test/CodeGen/Mips/2008-08-01-AsmInline.ll
test/CodeGen/Mips/2008-08-03-ReturnDouble.ll
test/CodeGen/Mips/2008-08-03-fabs64.ll
test/CodeGen/Mips/2008-08-04-Bitconvert.ll
test/CodeGen/Mips/2008-08-06-Alloca.ll
test/CodeGen/Mips/2008-08-07-CC.ll
test/CodeGen/Mips/2008-08-07-FPRound.ll
test/CodeGen/Mips/2008-08-08-bswap.ll
test/CodeGen/Mips/2008-08-08-ctlz.ll
test/CodeGen/Mips/2008-10-13-LegalizerBug.ll
test/CodeGen/Mips/2008-11-10-xint_to_fp.ll
test/CodeGen/Mips/private.ll
test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll [new file with mode: 0644]
test/CodeGen/PIC16/dg.exp [new file with mode: 0644]
test/CodeGen/PIC16/global-in-user-section.ll [new file with mode: 0644]
test/CodeGen/PIC16/globals.ll [new file with mode: 0644]
test/CodeGen/PIC16/sext.ll [new file with mode: 0644]
test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
test/CodeGen/PowerPC/2004-11-30-shift-crash.ll
test/CodeGen/PowerPC/2004-11-30-shr-var-crash.ll
test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll
test/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll
test/CodeGen/PowerPC/2005-01-14-UndefLong.ll
test/CodeGen/PowerPC/2005-08-12-rlwimi-crash.ll
test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll
test/CodeGen/PowerPC/2005-10-08-ArithmeticRotate.ll
test/CodeGen/PowerPC/2005-11-30-vastart-crash.ll
test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll
test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
test/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll
test/CodeGen/PowerPC/2006-04-05-splat-ish.ll
test/CodeGen/PowerPC/2006-04-19-vmaddfp-crash.ll
test/CodeGen/PowerPC/2006-05-12-rlwimi-crash.ll
test/CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll
test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
test/CodeGen/PowerPC/2006-08-11-RetVector.ll
test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll
test/CodeGen/PowerPC/2006-09-28-shift_64.ll
test/CodeGen/PowerPC/2006-10-11-combiner-aa-regression.ll
test/CodeGen/PowerPC/2006-10-13-Miscompile.ll
test/CodeGen/PowerPC/2006-10-17-brcc-miscompile.ll
test/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll
test/CodeGen/PowerPC/2006-11-10-DAGCombineMiscompile.ll
test/CodeGen/PowerPC/2006-11-29-AltivecFPSplat.ll
test/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll
test/CodeGen/PowerPC/2006-12-07-SelectCrash.ll
test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll
test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll
test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll
test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll
test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll
test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll
test/CodeGen/PowerPC/2007-03-24-cntlzd.ll
test/CodeGen/PowerPC/2007-03-30-SpillerCrash.ll
test/CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll
test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
test/CodeGen/PowerPC/2007-05-03-InlineAsm-S-Constraint.ll
test/CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll
test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
test/CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll
test/CodeGen/PowerPC/2007-06-28-BCCISelBug.ll
test/CodeGen/PowerPC/2007-08-04-CoalescerAssert.ll
test/CodeGen/PowerPC/2007-09-04-AltivecDST.ll
test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll
test/CodeGen/PowerPC/2007-09-08-unaligned.ll
test/CodeGen/PowerPC/2007-09-11-RegCoalescerAssert.ll
test/CodeGen/PowerPC/2007-09-12-LiveIntervalsAssert.ll
test/CodeGen/PowerPC/2007-10-16-InlineAsmFrameOffset.ll
test/CodeGen/PowerPC/2007-10-18-PtrArithmetic.ll
test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert.ll
test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert2.ll
test/CodeGen/PowerPC/2007-11-04-CoalescerCrash.ll
test/CodeGen/PowerPC/2007-11-16-landingpad-split.ll
test/CodeGen/PowerPC/2007-11-19-VectorSplitting.ll
test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
test/CodeGen/PowerPC/2008-02-05-LiveIntervalsAssert.ll
test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll
test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll
test/CodeGen/PowerPC/2008-03-06-KillInfo.ll
test/CodeGen/PowerPC/2008-03-17-RegScavengerCrash.ll
test/CodeGen/PowerPC/2008-03-18-RegScavengerAssert.ll
test/CodeGen/PowerPC/2008-03-24-AddressRegImm.ll
test/CodeGen/PowerPC/2008-03-24-CoalescerBug.ll
test/CodeGen/PowerPC/2008-03-26-CoalescerBug.ll
test/CodeGen/PowerPC/2008-04-10-LiveIntervalCrash.ll
test/CodeGen/PowerPC/2008-04-16-CoalescerBug.ll
test/CodeGen/PowerPC/2008-04-23-CoalescerCrash.ll
test/CodeGen/PowerPC/2008-05-01-ppc_fp128.ll
test/CodeGen/PowerPC/2008-06-19-LegalizerCrash.ll
test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll
test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll
test/CodeGen/PowerPC/2008-07-10-SplatMiscompile.ll
test/CodeGen/PowerPC/2008-07-15-Bswap.ll
test/CodeGen/PowerPC/2008-07-15-Fabs.ll
test/CodeGen/PowerPC/2008-07-15-SignExtendInreg.ll
test/CodeGen/PowerPC/2008-07-17-Fneg.ll
test/CodeGen/PowerPC/2008-07-24-PPC64-CCBug.ll
test/CodeGen/PowerPC/2008-09-12-CoalescerBug.ll
test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll
test/CodeGen/PowerPC/2008-10-28-UnprocessedNode.ll
test/CodeGen/PowerPC/2008-10-28-f128-i32.ll
test/CodeGen/PowerPC/2008-10-30-IllegalShift.ll
test/CodeGen/PowerPC/2008-10-31-PPCF128Libcalls.ll
test/CodeGen/PowerPC/2008-12-02-LegalizeTypeAssert.ll
test/CodeGen/PowerPC/2008-12-12-EH.ll
test/CodeGen/PowerPC/2009-01-16-DeclareISelBug.ll
test/CodeGen/PowerPC/2009-03-17-LSRBug.ll
test/CodeGen/PowerPC/2009-05-28-LegalizeBRCC.ll
test/CodeGen/PowerPC/2009-07-16-InlineAsm-M-Operand.ll [new file with mode: 0644]
test/CodeGen/PowerPC/2009-08-17-inline-asm-addr-mode-breakage.ll [new file with mode: 0644]
test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll [new file with mode: 0644]
test/CodeGen/PowerPC/2009-09-18-carrybit.ll [new file with mode: 0644]
test/CodeGen/PowerPC/Atomics-32.ll
test/CodeGen/PowerPC/Atomics-64.ll
test/CodeGen/PowerPC/Frames-alloca.ll
test/CodeGen/PowerPC/Frames-large.ll
test/CodeGen/PowerPC/Frames-leaf.ll
test/CodeGen/PowerPC/Frames-small.ll
test/CodeGen/PowerPC/LargeAbsoluteAddr.ll
test/CodeGen/PowerPC/addc.ll
test/CodeGen/PowerPC/addi-reassoc.ll
test/CodeGen/PowerPC/align.ll
test/CodeGen/PowerPC/and-branch.ll
test/CodeGen/PowerPC/and-elim.ll
test/CodeGen/PowerPC/and-imm.ll
test/CodeGen/PowerPC/and_add.ll
test/CodeGen/PowerPC/and_sext.ll
test/CodeGen/PowerPC/and_sra.ll
test/CodeGen/PowerPC/atomic-1.ll
test/CodeGen/PowerPC/atomic-2.ll
test/CodeGen/PowerPC/available-externally.ll
test/CodeGen/PowerPC/big-endian-actual-args.ll
test/CodeGen/PowerPC/big-endian-call-result.ll
test/CodeGen/PowerPC/big-endian-formal-args.ll
test/CodeGen/PowerPC/branch-opt.ll
test/CodeGen/PowerPC/bswap-load-store.ll
test/CodeGen/PowerPC/buildvec_canonicalize.ll
test/CodeGen/PowerPC/calls.ll
test/CodeGen/PowerPC/cmp-cmp.ll
test/CodeGen/PowerPC/compare-duplicate.ll
test/CodeGen/PowerPC/compare-simm.ll
test/CodeGen/PowerPC/constants.ll
test/CodeGen/PowerPC/cr_spilling.ll
test/CodeGen/PowerPC/cttz.ll
test/CodeGen/PowerPC/darwin-labels.ll
test/CodeGen/PowerPC/delete-node.ll
test/CodeGen/PowerPC/div-2.ll
test/CodeGen/PowerPC/eqv-andc-orc-nor.ll
test/CodeGen/PowerPC/extsh.ll
test/CodeGen/PowerPC/fabs.ll
test/CodeGen/PowerPC/fma.ll
test/CodeGen/PowerPC/fnabs.ll
test/CodeGen/PowerPC/fneg.ll
test/CodeGen/PowerPC/fold-li.ll
test/CodeGen/PowerPC/fp-branch.ll
test/CodeGen/PowerPC/fp-int-fp.ll
test/CodeGen/PowerPC/fp_to_uint.ll
test/CodeGen/PowerPC/fpcopy.ll
test/CodeGen/PowerPC/frounds.ll
test/CodeGen/PowerPC/fsqrt.ll
test/CodeGen/PowerPC/hello.ll
test/CodeGen/PowerPC/hidden-vis-2.ll
test/CodeGen/PowerPC/hidden-vis.ll
test/CodeGen/PowerPC/i128-and-beyond.ll
test/CodeGen/PowerPC/i64_fp.ll
test/CodeGen/PowerPC/iabs.ll
test/CodeGen/PowerPC/illegal-element-type.ll
test/CodeGen/PowerPC/inlineasm-copy.ll
test/CodeGen/PowerPC/int-fp-conv-0.ll
test/CodeGen/PowerPC/int-fp-conv-1.ll
test/CodeGen/PowerPC/invalid-memcpy.ll
test/CodeGen/PowerPC/inverted-bool-compares.ll
test/CodeGen/PowerPC/ispositive.ll
test/CodeGen/PowerPC/itofp128.ll
test/CodeGen/PowerPC/lha.ll
test/CodeGen/PowerPC/load-constant-addr.ll
test/CodeGen/PowerPC/long-compare.ll
test/CodeGen/PowerPC/longdbl-truncate.ll
test/CodeGen/PowerPC/mask64.ll
test/CodeGen/PowerPC/mem-rr-addr-mode.ll
test/CodeGen/PowerPC/mem_update.ll
test/CodeGen/PowerPC/mul-neg-power-2.ll
test/CodeGen/PowerPC/mul-with-overflow.ll
test/CodeGen/PowerPC/mulhs.ll
test/CodeGen/PowerPC/multiple-return-values.ll
test/CodeGen/PowerPC/neg.ll
test/CodeGen/PowerPC/no-dead-strip.ll
test/CodeGen/PowerPC/or-addressing-mode.ll
test/CodeGen/PowerPC/ppcf128-1-opt.ll
test/CodeGen/PowerPC/ppcf128-1.ll
test/CodeGen/PowerPC/ppcf128-2.ll
test/CodeGen/PowerPC/ppcf128-3.ll
test/CodeGen/PowerPC/ppcf128-4.ll
test/CodeGen/PowerPC/pr3711_widen_bit.ll
test/CodeGen/PowerPC/private.ll
test/CodeGen/PowerPC/reg-coalesce-simple.ll
test/CodeGen/PowerPC/retaddr.ll
test/CodeGen/PowerPC/return-val-i128.ll
test/CodeGen/PowerPC/rlwimi-commute.ll
test/CodeGen/PowerPC/rlwimi.ll
test/CodeGen/PowerPC/rlwimi2.ll
test/CodeGen/PowerPC/rlwimi3.ll
test/CodeGen/PowerPC/rlwinm.ll
test/CodeGen/PowerPC/rlwinm2.ll
test/CodeGen/PowerPC/rotl-2.ll
test/CodeGen/PowerPC/rotl-64.ll
test/CodeGen/PowerPC/rotl.ll
test/CodeGen/PowerPC/sections.ll [new file with mode: 0644]
test/CodeGen/PowerPC/select-cc.ll
test/CodeGen/PowerPC/select_lt0.ll
test/CodeGen/PowerPC/setcc_no_zext.ll
test/CodeGen/PowerPC/seteq-0.ll
test/CodeGen/PowerPC/shift128.ll
test/CodeGen/PowerPC/shl_elim.ll
test/CodeGen/PowerPC/shl_sext.ll
test/CodeGen/PowerPC/sign_ext_inreg1.ll
test/CodeGen/PowerPC/small-arguments.ll
test/CodeGen/PowerPC/stfiwx-2.ll
test/CodeGen/PowerPC/stfiwx.ll
test/CodeGen/PowerPC/store-load-fwd.ll
test/CodeGen/PowerPC/subc.ll
test/CodeGen/PowerPC/tailcall1-64.ll
test/CodeGen/PowerPC/tailcall1.ll
test/CodeGen/PowerPC/tailcallpic1.ll
test/CodeGen/PowerPC/tango.net.ftp.FtpClient.ll [new file with mode: 0644]
test/CodeGen/PowerPC/trampoline.ll
test/CodeGen/PowerPC/unsafe-math.ll
test/CodeGen/PowerPC/vcmp-fold.ll
test/CodeGen/PowerPC/vec_br_cmp.ll
test/CodeGen/PowerPC/vec_call.ll
test/CodeGen/PowerPC/vec_constants.ll
test/CodeGen/PowerPC/vec_fneg.ll
test/CodeGen/PowerPC/vec_insert.ll
test/CodeGen/PowerPC/vec_misaligned.ll
test/CodeGen/PowerPC/vec_mul.ll
test/CodeGen/PowerPC/vec_perf_shuffle.ll
test/CodeGen/PowerPC/vec_shift.ll
test/CodeGen/PowerPC/vec_shuffle.ll
test/CodeGen/PowerPC/vec_splat.ll
test/CodeGen/PowerPC/vec_vrsave.ll
test/CodeGen/PowerPC/vec_zero.ll
test/CodeGen/PowerPC/vector-identity-shuffle.ll
test/CodeGen/PowerPC/vector.ll
test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll
test/CodeGen/SPARC/2007-05-09-JumpTables.ll
test/CodeGen/SPARC/2007-07-05-LiveIntervalAssert.ll
test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll
test/CodeGen/SPARC/2008-10-10-InlineAsmRegOperand.ll
test/CodeGen/SPARC/2009-08-28-PIC.ll [new file with mode: 0644]
test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll [new file with mode: 0644]
test/CodeGen/SPARC/basictest.ll
test/CodeGen/SPARC/ctpop.ll
test/CodeGen/SPARC/private.ll
test/CodeGen/SPARC/xnor.ll
test/CodeGen/SystemZ/00-RetVoid.ll [new file with mode: 0644]
test/CodeGen/SystemZ/01-RetArg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/01-RetImm.ll [new file with mode: 0644]
test/CodeGen/SystemZ/02-MemArith.ll [new file with mode: 0644]
test/CodeGen/SystemZ/02-RetAdd.ll [new file with mode: 0644]
test/CodeGen/SystemZ/02-RetAddImm.ll [new file with mode: 0644]
test/CodeGen/SystemZ/02-RetAnd.ll [new file with mode: 0644]
test/CodeGen/SystemZ/02-RetAndImm.ll [new file with mode: 0644]
test/CodeGen/SystemZ/02-RetNeg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/02-RetOr.ll [new file with mode: 0644]
test/CodeGen/SystemZ/02-RetOrImm.ll [new file with mode: 0644]
test/CodeGen/SystemZ/02-RetSub.ll [new file with mode: 0644]
test/CodeGen/SystemZ/02-RetSubImm.ll [new file with mode: 0644]
test/CodeGen/SystemZ/02-RetXor.ll [new file with mode: 0644]
test/CodeGen/SystemZ/02-RetXorImm.ll [new file with mode: 0644]
test/CodeGen/SystemZ/03-RetAddImmSubreg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/03-RetAddSubreg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/03-RetAndImmSubreg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/03-RetAndSubreg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/03-RetArgSubreg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/03-RetImmSubreg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/03-RetNegImmSubreg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/03-RetOrImmSubreg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/03-RetOrSubreg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/03-RetSubImmSubreg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/03-RetSubSubreg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/03-RetXorImmSubreg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/03-RetXorSubreg.ll [new file with mode: 0644]
test/CodeGen/SystemZ/04-RetShifts.ll [new file with mode: 0644]
test/CodeGen/SystemZ/05-LoadAddr.ll [new file with mode: 0644]
test/CodeGen/SystemZ/05-MemImmStores.ll [new file with mode: 0644]
test/CodeGen/SystemZ/05-MemLoadsStores.ll [new file with mode: 0644]
test/CodeGen/SystemZ/05-MemLoadsStores16.ll [new file with mode: 0644]
test/CodeGen/SystemZ/05-MemRegLoads.ll [new file with mode: 0644]
test/CodeGen/SystemZ/05-MemRegStores.ll [new file with mode: 0644]
test/CodeGen/SystemZ/06-CallViaStack.ll [new file with mode: 0644]
test/CodeGen/SystemZ/06-FrameIdxLoad.ll [new file with mode: 0644]
test/CodeGen/SystemZ/06-LocalFrame.ll [new file with mode: 0644]
test/CodeGen/SystemZ/06-SimpleCall.ll [new file with mode: 0644]
test/CodeGen/SystemZ/07-BrCond.ll [new file with mode: 0644]
test/CodeGen/SystemZ/07-BrCond32.ll [new file with mode: 0644]
test/CodeGen/SystemZ/07-BrUnCond.ll [new file with mode: 0644]
test/CodeGen/SystemZ/07-CmpImm.ll [new file with mode: 0644]
test/CodeGen/SystemZ/07-CmpImm32.ll [new file with mode: 0644]
test/CodeGen/SystemZ/07-SelectCC.ll [new file with mode: 0644]
test/CodeGen/SystemZ/08-DivRem.ll [new file with mode: 0644]
test/CodeGen/SystemZ/08-DivRemMemOp.ll [new file with mode: 0644]
test/CodeGen/SystemZ/08-SimpleMuls.ll [new file with mode: 0644]
test/CodeGen/SystemZ/09-DynamicAlloca.ll [new file with mode: 0644]
test/CodeGen/SystemZ/09-Globals.ll [new file with mode: 0644]
test/CodeGen/SystemZ/09-Switches.ll [new file with mode: 0644]
test/CodeGen/SystemZ/10-FuncsPic.ll [new file with mode: 0644]
test/CodeGen/SystemZ/10-GlobalsPic.ll [new file with mode: 0644]
test/CodeGen/SystemZ/11-BSwap.ll [new file with mode: 0644]
test/CodeGen/SystemZ/2009-05-29-InvalidRetResult.ll [new file with mode: 0644]
test/CodeGen/SystemZ/2009-06-02-And32Imm.ll [new file with mode: 0644]
test/CodeGen/SystemZ/2009-06-02-Rotate.ll [new file with mode: 0644]
test/CodeGen/SystemZ/2009-06-05-InvalidArgLoad.ll [new file with mode: 0644]
test/CodeGen/SystemZ/2009-07-04-Shl32.ll [new file with mode: 0644]
test/CodeGen/SystemZ/2009-07-05-Shifts.ll [new file with mode: 0644]
test/CodeGen/SystemZ/2009-07-10-BadIncomingArgOffset.ll [new file with mode: 0644]
test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll [new file with mode: 0644]
test/CodeGen/SystemZ/2009-07-11-InvalidRIISel.ll [new file with mode: 0644]
test/CodeGen/SystemZ/2009-08-21-InlineAsmRConstraint.ll [new file with mode: 0644]
test/CodeGen/SystemZ/2009-08-22-FCopySign.ll [new file with mode: 0644]
test/CodeGen/SystemZ/dg.exp [new file with mode: 0644]
test/CodeGen/Thumb/2007-01-31-RegInfoAssert.ll
test/CodeGen/Thumb/2007-02-02-JoinIntervalsCrash.ll
test/CodeGen/Thumb/2007-03-06-AddR7.ll
test/CodeGen/Thumb/2007-05-05-InvalidPushPop.ll
test/CodeGen/Thumb/2009-06-18-ThumbCommuteMul.ll
test/CodeGen/Thumb/2009-07-19-SPDecBug.ll [new file with mode: 0644]
test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll [new file with mode: 0644]
test/CodeGen/Thumb/2009-07-27-PEIAssert.ll [new file with mode: 0644]
test/CodeGen/Thumb/2009-08-12-ConstIslandAssert.ll [new file with mode: 0644]
test/CodeGen/Thumb/2009-08-12-RegInfoAssert.ll [new file with mode: 0644]
test/CodeGen/Thumb/2009-08-20-ISelBug.ll [new file with mode: 0644]
test/CodeGen/Thumb/asmprinter-bug.ll [new file with mode: 0644]
test/CodeGen/Thumb/dyn-stackalloc.ll
test/CodeGen/Thumb/fpconv.ll
test/CodeGen/Thumb/fpow.ll
test/CodeGen/Thumb/frame_thumb.ll
test/CodeGen/Thumb/iabs.ll
test/CodeGen/Thumb/inlineasm-imm-thumb.ll
test/CodeGen/Thumb/ispositive.ll
test/CodeGen/Thumb/large-stack.ll
test/CodeGen/Thumb/ldr_ext.ll
test/CodeGen/Thumb/ldr_frame.ll
test/CodeGen/Thumb/long-setcc.ll
test/CodeGen/Thumb/long.ll
test/CodeGen/Thumb/long_shift.ll [new file with mode: 0644]
test/CodeGen/Thumb/mul.ll [new file with mode: 0644]
test/CodeGen/Thumb/pop.ll [new file with mode: 0644]
test/CodeGen/Thumb/push.ll [new file with mode: 0644]
test/CodeGen/Thumb/select.ll
test/CodeGen/Thumb/stack-frame.ll
test/CodeGen/Thumb/thumb-imm.ll
test/CodeGen/Thumb/tst_teq.ll
test/CodeGen/Thumb/unord.ll
test/CodeGen/Thumb/vargs.ll
test/CodeGen/Thumb2/2009-07-17-CrossRegClassCopy.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-07-21-ISelBug.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-07-23-CPIslandBug.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-07-30-PEICrash.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-08-02-CoalescerBug.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-08-04-CoalescerAssert.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-08-04-CoalescerBug.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug2.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-08-06-SpDecBug.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-08-07-CoalescerBug.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-08-07-NeonFPBug.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-08-08-ScavengerAssert.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-08-10-ISelBug.ll [new file with mode: 0644]
test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll [new file with mode: 0644]
test/CodeGen/Thumb2/carry.ll
test/CodeGen/Thumb2/frameless.ll [new file with mode: 0644]
test/CodeGen/Thumb2/frameless2.ll [new file with mode: 0644]
test/CodeGen/Thumb2/large-stack.ll [new file with mode: 0644]
test/CodeGen/Thumb2/load-global.ll
test/CodeGen/Thumb2/mul_const.ll [new file with mode: 0644]
test/CodeGen/Thumb2/pic-load.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-adc.ll
test/CodeGen/Thumb2/thumb2-add.ll
test/CodeGen/Thumb2/thumb2-add2.ll
test/CodeGen/Thumb2/thumb2-add3.ll
test/CodeGen/Thumb2/thumb2-add4.ll
test/CodeGen/Thumb2/thumb2-add5.ll
test/CodeGen/Thumb2/thumb2-add6.ll
test/CodeGen/Thumb2/thumb2-and.ll
test/CodeGen/Thumb2/thumb2-and2.ll
test/CodeGen/Thumb2/thumb2-asr.ll
test/CodeGen/Thumb2/thumb2-asr2.ll
test/CodeGen/Thumb2/thumb2-bcc.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-bfc.ll
test/CodeGen/Thumb2/thumb2-bic.ll
test/CodeGen/Thumb2/thumb2-branch.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-call.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-clz.ll
test/CodeGen/Thumb2/thumb2-cmn.ll
test/CodeGen/Thumb2/thumb2-cmn2.ll
test/CodeGen/Thumb2/thumb2-cmp.ll
test/CodeGen/Thumb2/thumb2-cmp2.ll
test/CodeGen/Thumb2/thumb2-eor.ll
test/CodeGen/Thumb2/thumb2-eor2.ll
test/CodeGen/Thumb2/thumb2-ifcvt1.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-ifcvt2.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-ifcvt3.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-jtb.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-ldm.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-ldr.ll
test/CodeGen/Thumb2/thumb2-ldr_ext.ll
test/CodeGen/Thumb2/thumb2-ldr_post.ll
test/CodeGen/Thumb2/thumb2-ldr_pre.ll
test/CodeGen/Thumb2/thumb2-ldrb.ll
test/CodeGen/Thumb2/thumb2-ldrd.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-ldrh.ll
test/CodeGen/Thumb2/thumb2-lsl.ll
test/CodeGen/Thumb2/thumb2-lsl2.ll
test/CodeGen/Thumb2/thumb2-lsr.ll
test/CodeGen/Thumb2/thumb2-lsr2.ll
test/CodeGen/Thumb2/thumb2-lsr3.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-mla.ll
test/CodeGen/Thumb2/thumb2-mls.ll
test/CodeGen/Thumb2/thumb2-mov.ll
test/CodeGen/Thumb2/thumb2-mov2.ll
test/CodeGen/Thumb2/thumb2-mov3.ll
test/CodeGen/Thumb2/thumb2-mov4.ll
test/CodeGen/Thumb2/thumb2-mul.ll
test/CodeGen/Thumb2/thumb2-mulhi.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-mvn.ll
test/CodeGen/Thumb2/thumb2-mvn2.ll
test/CodeGen/Thumb2/thumb2-neg.ll
test/CodeGen/Thumb2/thumb2-orn.ll
test/CodeGen/Thumb2/thumb2-orn2.ll
test/CodeGen/Thumb2/thumb2-orr.ll
test/CodeGen/Thumb2/thumb2-orr2.ll
test/CodeGen/Thumb2/thumb2-pack.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-rev.ll
test/CodeGen/Thumb2/thumb2-rev16.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-ror.ll
test/CodeGen/Thumb2/thumb2-ror2.ll
test/CodeGen/Thumb2/thumb2-rsb.ll
test/CodeGen/Thumb2/thumb2-rsb2.ll
test/CodeGen/Thumb2/thumb2-sbc.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-select.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-select_xform.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-shifter.ll
test/CodeGen/Thumb2/thumb2-smla.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-smul.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-spill-q.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-str.ll
test/CodeGen/Thumb2/thumb2-str_post.ll
test/CodeGen/Thumb2/thumb2-str_pre.ll
test/CodeGen/Thumb2/thumb2-strb.ll
test/CodeGen/Thumb2/thumb2-strh.ll
test/CodeGen/Thumb2/thumb2-sub.ll
test/CodeGen/Thumb2/thumb2-sub2.ll
test/CodeGen/Thumb2/thumb2-sub4.ll
test/CodeGen/Thumb2/thumb2-sub5.ll
test/CodeGen/Thumb2/thumb2-sxt_rot.ll
test/CodeGen/Thumb2/thumb2-tbb.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-tbh.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-teq.ll
test/CodeGen/Thumb2/thumb2-teq2.ll
test/CodeGen/Thumb2/thumb2-tst.ll
test/CodeGen/Thumb2/thumb2-tst2.ll
test/CodeGen/Thumb2/thumb2-uxt_rot.ll
test/CodeGen/Thumb2/thumb2-uxtb.ll
test/CodeGen/Thumb2/tls1.ll
test/CodeGen/Thumb2/tls2.ll
test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll
test/CodeGen/X86/2003-08-23-DeadBlockTest.ll
test/CodeGen/X86/2003-11-03-GlobalBool.ll
test/CodeGen/X86/2004-02-12-Memcpy.ll
test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll
test/CodeGen/X86/2004-02-14-InefficientStackPointer.ll
test/CodeGen/X86/2004-02-22-Casts.ll
test/CodeGen/X86/2004-03-30-Select-Max.ll
test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll
test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll
test/CodeGen/X86/2004-06-10-StackifierCrash.ll
test/CodeGen/X86/2004-10-08-SelectSetCCFold.ll
test/CodeGen/X86/2005-01-17-CycleInDAG.ll
test/CodeGen/X86/2005-02-14-IllegalAssembler.ll
test/CodeGen/X86/2005-05-08-FPStackifierPHI.ll
test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll
test/CodeGen/X86/2006-03-01-InstrSchedBug.ll
test/CodeGen/X86/2006-03-02-InstrSchedBug.ll
test/CodeGen/X86/2006-04-04-CrossBlockCrash.ll
test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
test/CodeGen/X86/2006-05-02-InstrSched1.ll
test/CodeGen/X86/2006-05-02-InstrSched2.ll
test/CodeGen/X86/2006-05-08-CoalesceSubRegClass.ll
test/CodeGen/X86/2006-05-08-InstrSched.ll
test/CodeGen/X86/2006-05-11-InstrSched.ll
test/CodeGen/X86/2006-05-17-VectorArg.ll
test/CodeGen/X86/2006-05-22-FPSetEQ.ll
test/CodeGen/X86/2006-05-25-CycleInDAG.ll
test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll
test/CodeGen/X86/2006-07-12-InlineAsmQConstraint.ll
test/CodeGen/X86/2006-07-19-ATTAsm.ll
test/CodeGen/X86/2006-07-20-InlineAsm.ll
test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll
test/CodeGen/X86/2006-07-31-SingleRegClass.ll
test/CodeGen/X86/2006-08-07-CycleInDAG.ll
test/CodeGen/X86/2006-08-16-CycleInDAG.ll
test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
test/CodeGen/X86/2006-09-01-CycleInDAG.ll
test/CodeGen/X86/2006-10-02-BoolRetCrash.ll
test/CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll
test/CodeGen/X86/2006-10-09-CycleInDAG.ll
test/CodeGen/X86/2006-10-10-FindModifiedNodeSlotBug.ll
test/CodeGen/X86/2006-10-12-CycleInDAG.ll
test/CodeGen/X86/2006-10-13-CycleInDAG.ll
test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll
test/CodeGen/X86/2006-11-12-CSRetCC.ll
test/CodeGen/X86/2006-11-17-IllegalMove.ll
test/CodeGen/X86/2006-11-27-SelectLegalize.ll
test/CodeGen/X86/2006-11-28-Memcpy.ll
test/CodeGen/X86/2006-12-19-IntelSyntax.ll
test/CodeGen/X86/2007-01-08-InstrSched.ll
test/CodeGen/X86/2007-01-13-StackPtrIndex.ll
test/CodeGen/X86/2007-01-29-InlineAsm-ir.ll
test/CodeGen/X86/2007-02-04-OrAddrMode.ll
test/CodeGen/X86/2007-02-19-LiveIntervalAssert.ll
test/CodeGen/X86/2007-02-25-FastCCStack.ll
test/CodeGen/X86/2007-03-01-SpillerCrash.ll
test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
test/CodeGen/X86/2007-03-16-InlineAsm.ll
test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll
test/CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll
test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll
test/CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll
test/CodeGen/X86/2007-03-26-CoalescerBug.ll
test/CodeGen/X86/2007-04-08-InlineAsmCrash.ll
test/CodeGen/X86/2007-04-11-InlineAsmVectorResult.ll
test/CodeGen/X86/2007-04-17-LiveIntervalAssert.ll
test/CodeGen/X86/2007-04-24-Huge-Stack.ll
test/CodeGen/X86/2007-04-24-VectorCrash.ll
test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll
test/CodeGen/X86/2007-04-27-InlineAsm-IntMemInput.ll
test/CodeGen/X86/2007-05-05-VecCastExpand.ll
test/CodeGen/X86/2007-05-07-InvokeSRet.ll
test/CodeGen/X86/2007-05-14-LiveIntervalAssert.ll
test/CodeGen/X86/2007-05-15-maskmovq.ll
test/CodeGen/X86/2007-05-17-ShuffleISelBug.ll
test/CodeGen/X86/2007-06-04-X86-64-CtorAsmBugs.ll
test/CodeGen/X86/2007-06-04-tailmerge4.ll
test/CodeGen/X86/2007-06-05-LSR-Dominator.ll
test/CodeGen/X86/2007-06-14-branchfold.ll
test/CodeGen/X86/2007-06-15-IntToMMX.ll
test/CodeGen/X86/2007-06-28-X86-64-isel.ll
test/CodeGen/X86/2007-06-29-DAGCombinerBug.ll
test/CodeGen/X86/2007-06-29-VecFPConstantCSEBug.ll
test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
test/CodeGen/X86/2007-07-10-StackerAssert.ll
test/CodeGen/X86/2007-07-18-Vector-Extract.ll
test/CodeGen/X86/2007-08-01-LiveVariablesBug.ll
test/CodeGen/X86/2007-08-09-IllegalX86-64Asm.ll
test/CodeGen/X86/2007-08-10-SignExtSubreg.ll
test/CodeGen/X86/2007-08-13-AppendingLinkage.ll
test/CodeGen/X86/2007-08-13-SpillerReuse.ll
test/CodeGen/X86/2007-09-05-InvalidAsm.ll
test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll
test/CodeGen/X86/2007-09-18-ShuffleXformBug.ll
test/CodeGen/X86/2007-09-27-LDIntrinsics.ll
test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll
test/CodeGen/X86/2007-10-05-3AddrConvert.ll
test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll
test/CodeGen/X86/2007-10-12-SpillerUnfold1.ll
test/CodeGen/X86/2007-10-12-SpillerUnfold2.ll
test/CodeGen/X86/2007-10-14-CoalescerCrash.ll
test/CodeGen/X86/2007-10-15-CoalescerCrash.ll
test/CodeGen/X86/2007-10-16-CoalescerCrash.ll
test/CodeGen/X86/2007-10-16-IllegalAsm.ll
test/CodeGen/X86/2007-10-16-fp80_select.ll
test/CodeGen/X86/2007-10-17-IllegalAsm.ll
test/CodeGen/X86/2007-10-19-SpillerUnfold.ll
test/CodeGen/X86/2007-10-28-inlineasm-q-modifier.ll
test/CodeGen/X86/2007-10-29-ExtendSetCC.ll
test/CodeGen/X86/2007-10-30-LSRCrash.ll
test/CodeGen/X86/2007-10-31-extractelement-i64.ll
test/CodeGen/X86/2007-11-01-ISelCrash.ll
test/CodeGen/X86/2007-11-02-BadAsm.ll
test/CodeGen/X86/2007-11-03-x86-64-q-constraint.ll
test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll
test/CodeGen/X86/2007-11-04-LiveVariablesBug.ll
test/CodeGen/X86/2007-11-04-rip-immediate-constant.ll
test/CodeGen/X86/2007-11-06-InstrSched.ll
test/CodeGen/X86/2007-11-07-MulBy4.ll
test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll
test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
test/CodeGen/X86/2007-12-11-FoldImpDefSpill.ll
test/CodeGen/X86/2007-12-16-BURRSchedCrash.ll
test/CodeGen/X86/2007-12-18-LoadCSEBug.ll
test/CodeGen/X86/2008-01-08-IllegalCMP.ll
test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
test/CodeGen/X86/2008-01-09-LongDoubleSin.ll
test/CodeGen/X86/2008-01-16-FPStackifierAssert.ll
test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll
test/CodeGen/X86/2008-01-16-Trampoline.ll
test/CodeGen/X86/2008-01-25-EmptyFunction.ll
test/CodeGen/X86/2008-02-05-ISelCrash.ll
test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll
test/CodeGen/X86/2008-02-08-LoadFoldingBug.ll
test/CodeGen/X86/2008-02-14-BitMiscompile.ll
test/CodeGen/X86/2008-02-18-TailMergingBug.ll
test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll
test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll
test/CodeGen/X86/2008-02-22-ReMatBug.ll
test/CodeGen/X86/2008-02-25-InlineAsmBug.ll
test/CodeGen/X86/2008-02-25-X86-64-CoalescerBug.ll
test/CodeGen/X86/2008-02-26-AsmDirectMemOp.ll
test/CodeGen/X86/2008-02-27-DeadSlotElimBug.ll
test/CodeGen/X86/2008-02-27-PEICrash.ll
test/CodeGen/X86/2008-03-06-frem-fpstack.ll
test/CodeGen/X86/2008-03-07-APIntBug.ll
test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll
test/CodeGen/X86/2008-03-12-ThreadLocalAlias.ll
test/CodeGen/X86/2008-03-13-TwoAddrPassCrash.ll
test/CodeGen/X86/2008-03-14-SpillerCrash.ll
test/CodeGen/X86/2008-03-18-CoalescerBug.ll
test/CodeGen/X86/2008-03-19-DAGCombinerBug.ll
test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
test/CodeGen/X86/2008-03-25-TwoAddrPassBug.ll
test/CodeGen/X86/2008-03-31-SpillerFoldingBug.ll
test/CodeGen/X86/2008-04-02-unnamedEH.ll
test/CodeGen/X86/2008-04-08-CoalescerCrash.ll
test/CodeGen/X86/2008-04-09-BranchFolding.ll
test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
test/CodeGen/X86/2008-04-16-CoalescerBug.ll
test/CodeGen/X86/2008-04-16-ReMatBug.ll
test/CodeGen/X86/2008-04-17-CoalescerBug.ll
test/CodeGen/X86/2008-04-24-MemCpyBug.ll
test/CodeGen/X86/2008-04-24-pblendw-fold-crash.ll
test/CodeGen/X86/2008-04-26-Asm-Optimize-Imm.ll
test/CodeGen/X86/2008-04-28-CoalescerBug.ll
test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll
test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll
test/CodeGen/X86/2008-05-09-PHIElimBug.ll
test/CodeGen/X86/2008-05-09-ShuffleLoweringBug.ll
test/CodeGen/X86/2008-05-12-tailmerge-5.ll
test/CodeGen/X86/2008-05-21-CoalescerBug.ll
test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
test/CodeGen/X86/2008-05-28-CoalescerBug.ll
test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll
test/CodeGen/X86/2008-06-04-MemCpyLoweringBug.ll
test/CodeGen/X86/2008-06-13-NotVolatileLoadStore.ll
test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll
test/CodeGen/X86/2008-06-16-SubregsBug.ll
test/CodeGen/X86/2008-06-18-BadShuffle.ll
test/CodeGen/X86/2008-06-25-VecISelBug.ll
test/CodeGen/X86/2008-07-07-DanglingDeadInsts.ll
test/CodeGen/X86/2008-07-09-ELFSectionAttributes.ll
test/CodeGen/X86/2008-07-11-SHLBy1.ll
test/CodeGen/X86/2008-07-11-SpillerBug.ll
test/CodeGen/X86/2008-07-16-CoalescerCrash.ll
test/CodeGen/X86/2008-07-19-movups-spills.ll
test/CodeGen/X86/2008-07-22-CombinerCrash.ll
test/CodeGen/X86/2008-07-23-VSetCC.ll
test/CodeGen/X86/2008-08-05-SpillerBug.ll
test/CodeGen/X86/2008-08-06-RewriterBug.ll
test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll
test/CodeGen/X86/2008-08-19-SubAndFetch.ll
test/CodeGen/X86/2008-08-23-64Bit-maskmovq.ll
test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll
test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll
test/CodeGen/X86/2008-08-31-EH_RETURN32.ll
test/CodeGen/X86/2008-08-31-EH_RETURN64.ll
test/CodeGen/X86/2008-09-05-sinttofp-2xi32.ll
test/CodeGen/X86/2008-09-09-LinearScanBug.ll
test/CodeGen/X86/2008-09-11-CoalescerBug.ll
test/CodeGen/X86/2008-09-11-CoalescerBug2.ll
test/CodeGen/X86/2008-09-17-inline-asm-1.ll
test/CodeGen/X86/2008-09-18-inline-asm-2.ll
test/CodeGen/X86/2008-09-19-RegAllocBug.ll
test/CodeGen/X86/2008-09-25-sseregparm-1.ll
test/CodeGen/X86/2008-09-26-FrameAddrBug.ll
test/CodeGen/X86/2008-09-29-ReMatBug.ll
test/CodeGen/X86/2008-09-29-VolatileBug.ll
test/CodeGen/X86/2008-10-02-Atomics32-2.ll
test/CodeGen/X86/2008-10-06-MMXISelBug.ll
test/CodeGen/X86/2008-10-06-x87ld-nan-1.ll
test/CodeGen/X86/2008-10-06-x87ld-nan-2.ll
test/CodeGen/X86/2008-10-07-SSEISelBug.ll
test/CodeGen/X86/2008-10-11-CallCrash.ll
test/CodeGen/X86/2008-10-13-CoalescerBug.ll
test/CodeGen/X86/2008-10-16-SpillerBug.ll
test/CodeGen/X86/2008-10-16-VecUnaryOp.ll
test/CodeGen/X86/2008-10-17-Asm64bitRConstraint.ll
test/CodeGen/X86/2008-10-20-AsmDoubleInI32.ll
test/CodeGen/X86/2008-10-24-FlippedCompare.ll
test/CodeGen/X86/2008-10-27-CoalescerBug.ll
test/CodeGen/X86/2008-10-27-StackRealignment.ll
test/CodeGen/X86/2008-10-29-ExpandVAARG.ll
test/CodeGen/X86/2008-11-03-F80VAARG.ll
test/CodeGen/X86/2008-11-06-testb.ll
test/CodeGen/X86/2008-11-13-inlineasm-3.ll
test/CodeGen/X86/2008-11-29-DivideConstant16bit.ll
test/CodeGen/X86/2008-11-29-DivideConstant16bitSigned.ll
test/CodeGen/X86/2008-11-29-ULT-Sign.ll
test/CodeGen/X86/2008-12-01-SpillerAssert.ll
test/CodeGen/X86/2008-12-01-loop-iv-used-outside-loop.ll
test/CodeGen/X86/2008-12-02-IllegalResultType.ll
test/CodeGen/X86/2008-12-02-dagcombine-1.ll
test/CodeGen/X86/2008-12-02-dagcombine-2.ll
test/CodeGen/X86/2008-12-02-dagcombine-3.ll
test/CodeGen/X86/2008-12-05-SpillerCrash.ll
test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll [new file with mode: 0644]
test/CodeGen/X86/2008-12-16-BadShift.ll
test/CodeGen/X86/2008-12-16-dagcombine-4.ll
test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll
test/CodeGen/X86/2008-12-22-dagcombine-5.ll
test/CodeGen/X86/2008-12-23-crazy-address.ll
test/CodeGen/X86/2008-12-23-dagcombine-6.ll
test/CodeGen/X86/2009-01-12-CoalescerBug.ll
test/CodeGen/X86/2009-01-13-DoubleUpdate.ll
test/CodeGen/X86/2009-01-16-SchedulerBug.ll
test/CodeGen/X86/2009-01-16-UIntToFP.ll
test/CodeGen/X86/2009-01-18-ConstantExprCrash.ll
test/CodeGen/X86/2009-01-25-NoSSE.ll
test/CodeGen/X86/2009-01-26-WrongCheck.ll
test/CodeGen/X86/2009-01-27-NullStrings.ll
test/CodeGen/X86/2009-01-29-LocalRegAllocBug.ll
test/CodeGen/X86/2009-01-31-BigShift.ll
test/CodeGen/X86/2009-01-31-BigShift2.ll
test/CodeGen/X86/2009-01-31-BigShift3.ll
test/CodeGen/X86/2009-02-01-LargeMask.ll
test/CodeGen/X86/2009-02-03-AnalyzedTwice.ll
test/CodeGen/X86/2009-02-04-sext-i64-gep.ll
test/CodeGen/X86/2009-02-05-CoalescerBug.ll
test/CodeGen/X86/2009-02-07-CoalescerBug.ll
test/CodeGen/X86/2009-02-08-CoalescerBug.ll
test/CodeGen/X86/2009-02-11-codegenprepare-reuse.ll
test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll
test/CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll
test/CodeGen/X86/2009-02-12-SpillerBug.ll
test/CodeGen/X86/2009-02-20-PreAllocSplit-Crash.ll
test/CodeGen/X86/2009-02-21-ExtWeakInitializer.ll
test/CodeGen/X86/2009-02-25-CommuteBug.ll
test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
test/CodeGen/X86/2009-03-03-BTHang.ll
test/CodeGen/X86/2009-03-03-BitcastLongDouble.ll
test/CodeGen/X86/2009-03-05-burr-list-crash.ll
test/CodeGen/X86/2009-03-07-FPConstSelect.ll
test/CodeGen/X86/2009-03-09-APIntCrash.ll
test/CodeGen/X86/2009-03-09-SpillerBug.ll
test/CodeGen/X86/2009-03-10-CoalescerBug.ll
test/CodeGen/X86/2009-03-11-CoalescerBug.ll
test/CodeGen/X86/2009-03-12-CPAlignBug.ll
test/CodeGen/X86/2009-03-13-PHIElimBug.ll
test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
test/CodeGen/X86/2009-03-16-SpillerBug.ll
test/CodeGen/X86/2009-03-23-LinearScanBug.ll
test/CodeGen/X86/2009-03-23-MultiUseSched.ll
test/CodeGen/X86/2009-03-23-i80-fp80.ll
test/CodeGen/X86/2009-03-25-TestBug.ll
test/CodeGen/X86/2009-03-26-NoImplicitFPBug.ll
test/CodeGen/X86/2009-04-09-InlineAsmCrash.ll
test/CodeGen/X86/2009-04-12-FastIselOverflowCrash.ll
test/CodeGen/X86/2009-04-12-picrel.ll
test/CodeGen/X86/2009-04-13-2AddrAssert-2.ll
test/CodeGen/X86/2009-04-13-2AddrAssert.ll
test/CodeGen/X86/2009-04-14-IllegalRegs.ll
test/CodeGen/X86/2009-04-16-SpillerUnfold.ll
test/CodeGen/X86/2009-04-20-LinearScanOpt.ll
test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll
test/CodeGen/X86/2009-04-24.ll
test/CodeGen/X86/2009-04-25-CoalescerBug.ll
test/CodeGen/X86/2009-04-27-CoalescerAssert.ll
test/CodeGen/X86/2009-04-27-LiveIntervalsAssert.ll
test/CodeGen/X86/2009-04-27-LiveIntervalsAssert2.ll
test/CodeGen/X86/2009-04-27-LiveIntervalsBug.ll
test/CodeGen/X86/2009-04-29-IndirectDestOperands.ll
test/CodeGen/X86/2009-04-29-LinearScanBug.ll
test/CodeGen/X86/2009-04-29-RegAllocAssert.ll
test/CodeGen/X86/2009-04-scale.ll
test/CodeGen/X86/2009-05-08-InlineAsmIOffset.ll
test/CodeGen/X86/2009-05-11-tailmerge-crash.ll
test/CodeGen/X86/2009-05-19-SingleElementExtractElement.ll
test/CodeGen/X86/2009-05-23-available_externally.ll
test/CodeGen/X86/2009-05-23-dagcombine-shifts.ll
test/CodeGen/X86/2009-05-28-DAGCombineCrash.ll
test/CodeGen/X86/2009-05-30-ISelBug.ll
test/CodeGen/X86/2009-06-02-RewriterBug.ll
test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll
test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll
test/CodeGen/X86/2009-06-04-VirtualLiveIn.ll
test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll
test/CodeGen/X86/2009-06-05-VZextByteShort.ll
test/CodeGen/X86/2009-06-05-VariableIndexInsert.ll
test/CodeGen/X86/2009-06-05-sitofpCrash.ll
test/CodeGen/X86/2009-06-06-ConcatVectors.ll
test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll
test/CodeGen/X86/2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll
test/CodeGen/X86/2009-06-15-not-a-tail-call.ll
test/CodeGen/X86/2009-06-18-movlp-shuffle-register.ll
test/CodeGen/X86/2009-07-06-TwoAddrAssert.ll [new file with mode: 0644]
test/CodeGen/X86/2009-07-07-SplitICmp.ll [new file with mode: 0644]
test/CodeGen/X86/2009-07-09-ExtractBoolFromVector.ll [new file with mode: 0644]
test/CodeGen/X86/2009-07-15-CoalescerBug.ll [new file with mode: 0644]
test/CodeGen/X86/2009-07-16-CoalescerBug.ll [new file with mode: 0644]
test/CodeGen/X86/2009-07-16-LoadFoldingBug.ll [new file with mode: 0644]
test/CodeGen/X86/2009-07-17-StackColoringBug.ll [new file with mode: 0644]
test/CodeGen/X86/2009-07-19-AsmExtraOperands.ll [new file with mode: 0644]
test/CodeGen/X86/2009-07-20-CoalescerBug.ll [new file with mode: 0644]
test/CodeGen/X86/2009-07-20-DAGCombineBug.ll [new file with mode: 0644]
test/CodeGen/X86/2009-08-02-mmx-scalar-to-vector.ll [new file with mode: 0644]
test/CodeGen/X86/2009-08-06-branchfolder-crash.ll [new file with mode: 0644]
test/CodeGen/X86/2009-08-06-inlineasm.ll [new file with mode: 0644]
test/CodeGen/X86/2009-08-08-CastError.ll [new file with mode: 0644]
test/CodeGen/X86/2009-08-12-badswitch.ll [new file with mode: 0644]
test/CodeGen/X86/2009-08-14-Win64MemoryIndirectArg.ll [new file with mode: 0644]
test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll [new file with mode: 0644]
test/CodeGen/X86/2009-08-23-SubRegReuseUndo.ll [new file with mode: 0644]
test/CodeGen/X86/2009-08-23-linkerprivate.ll [new file with mode: 0644]
test/CodeGen/X86/2009-09-07-CoalescerBug.ll [new file with mode: 0644]
test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll [new file with mode: 0644]
test/CodeGen/X86/2009-09-16-CoalescerBug.ll [new file with mode: 0644]
test/CodeGen/X86/2009-09-19-SchedCustomLoweringBug.ll [new file with mode: 0644]
test/CodeGen/X86/2009-09-19-earlyclobber.ll [new file with mode: 0644]
test/CodeGen/X86/2009-09-21-NoSpillLoopCount.ll [new file with mode: 0644]
test/CodeGen/X86/2009-09-22-CoalescerBug.ll [new file with mode: 0644]
test/CodeGen/X86/2009-09-23-LiveVariablesBug.ll [new file with mode: 0644]
test/CodeGen/X86/2009-10-08-MachineLICMBug.ll [new file with mode: 0644]
test/CodeGen/X86/20090313-signext.ll
test/CodeGen/X86/Atomics-32.ll
test/CodeGen/X86/Atomics-64.ll
test/CodeGen/X86/abi-isel.ll
test/CodeGen/X86/add-trick32.ll
test/CodeGen/X86/add-trick64.ll
test/CodeGen/X86/add-with-overflow.ll
test/CodeGen/X86/aliases.ll
test/CodeGen/X86/aligned-comm.ll
test/CodeGen/X86/all-ones-vector.ll
test/CodeGen/X86/alloca-align-rounding.ll
test/CodeGen/X86/and-or-fold.ll
test/CodeGen/X86/and-su.ll
test/CodeGen/X86/anyext-uses.ll
test/CodeGen/X86/anyext.ll [new file with mode: 0644]
test/CodeGen/X86/arg-cast.ll
test/CodeGen/X86/asm-block-labels.ll
test/CodeGen/X86/asm-global-imm.ll
test/CodeGen/X86/asm-indirect-mem.ll
test/CodeGen/X86/asm-modifier-P.ll [new file with mode: 0644]
test/CodeGen/X86/asm-modifier.ll [new file with mode: 0644]
test/CodeGen/X86/atomic_add.ll [new file with mode: 0644]
test/CodeGen/X86/atomic_op.ll
test/CodeGen/X86/attribute-sections.ll [new file with mode: 0644]
test/CodeGen/X86/avoid-lea-scale2.ll [new file with mode: 0644]
test/CodeGen/X86/avoid-loop-align-2.ll
test/CodeGen/X86/avoid-loop-align.ll
test/CodeGen/X86/bitcast-int-to-vector.ll
test/CodeGen/X86/bitcast.ll
test/CodeGen/X86/bitcast2.ll
test/CodeGen/X86/break-anti-dependencies.ll
test/CodeGen/X86/bss_pagealigned.ll [new file with mode: 0644]
test/CodeGen/X86/bswap-inline-asm.ll
test/CodeGen/X86/bswap.ll
test/CodeGen/X86/bt.ll
test/CodeGen/X86/byval.ll
test/CodeGen/X86/byval2.ll
test/CodeGen/X86/byval3.ll
test/CodeGen/X86/byval4.ll
test/CodeGen/X86/byval5.ll
test/CodeGen/X86/byval6.ll
test/CodeGen/X86/byval7.ll
test/CodeGen/X86/call-imm.ll
test/CodeGen/X86/call-push.ll
test/CodeGen/X86/change-compare-stride-0.ll
test/CodeGen/X86/change-compare-stride-1.ll
test/CodeGen/X86/clz.ll
test/CodeGen/X86/cmov.ll [new file with mode: 0644]
test/CodeGen/X86/cmp-test.ll
test/CodeGen/X86/cmp0.ll
test/CodeGen/X86/cmp1.ll
test/CodeGen/X86/cmp2.ll
test/CodeGen/X86/coalesce-esp.ll [new file with mode: 0644]
test/CodeGen/X86/coalescer-commute1.ll
test/CodeGen/X86/coalescer-commute2.ll
test/CodeGen/X86/coalescer-commute3.ll
test/CodeGen/X86/coalescer-commute4.ll
test/CodeGen/X86/coalescer-commute5.ll
test/CodeGen/X86/coalescer-cross.ll [new file with mode: 0644]
test/CodeGen/X86/coalescer-remat.ll
test/CodeGen/X86/code_placement.ll
test/CodeGen/X86/codegen-prepare-cast.ll
test/CodeGen/X86/codemodel.ll [new file with mode: 0644]
test/CodeGen/X86/combine-lds.ll
test/CodeGen/X86/combiner-aa-0.ll [new file with mode: 0644]
test/CodeGen/X86/combiner-aa-1.ll [new file with mode: 0644]
test/CodeGen/X86/commute-intrinsic.ll
test/CodeGen/X86/commute-two-addr.ll
test/CodeGen/X86/compare-add.ll
test/CodeGen/X86/compare-inf.ll [new file with mode: 0644]
test/CodeGen/X86/compare_folding.ll
test/CodeGen/X86/compiler_used.ll [new file with mode: 0644]
test/CodeGen/X86/complex-fca.ll
test/CodeGen/X86/const-select.ll
test/CodeGen/X86/constant-pool-remat-0.ll
test/CodeGen/X86/constpool.ll
test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll
test/CodeGen/X86/copysign-zero.ll
test/CodeGen/X86/critical-edge-split.ll
test/CodeGen/X86/cstring.ll
test/CodeGen/X86/dag-rauw-cse.ll
test/CodeGen/X86/dagcombine-buildvector.ll
test/CodeGen/X86/dagcombine-cse.ll
test/CodeGen/X86/darwin-bzero.ll
test/CodeGen/X86/darwin-no-dead-strip.ll
test/CodeGen/X86/darwin-quote.ll [new file with mode: 0644]
test/CodeGen/X86/darwin-stub.ll
test/CodeGen/X86/div_const.ll
test/CodeGen/X86/divrem.ll
test/CodeGen/X86/dll-linkage.ll [new file with mode: 0644]
test/CodeGen/X86/dollar-name.ll
test/CodeGen/X86/dyn-stackalloc.ll
test/CodeGen/X86/empty-struct-return-type.ll [new file with mode: 0644]
test/CodeGen/X86/epilogue.ll
test/CodeGen/X86/extend.ll
test/CodeGen/X86/extern_weak.ll
test/CodeGen/X86/extmul128.ll
test/CodeGen/X86/extmul64.ll
test/CodeGen/X86/extract-combine.ll
test/CodeGen/X86/extract-extract.ll [new file with mode: 0644]
test/CodeGen/X86/extractelement-from-arg.ll
test/CodeGen/X86/extractelement-load.ll
test/CodeGen/X86/extractelement-shuffle.ll
test/CodeGen/X86/extractps.ll
test/CodeGen/X86/fabs.ll
test/CodeGen/X86/fast-cc-callee-pops.ll
test/CodeGen/X86/fast-cc-merge-stack-adj.ll
test/CodeGen/X86/fast-cc-pass-in-regs.ll
test/CodeGen/X86/fast-isel-bail.ll
test/CodeGen/X86/fast-isel-bc.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-call.ll
test/CodeGen/X86/fast-isel-constpool.ll
test/CodeGen/X86/fast-isel-fneg.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-gep.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-gv.ll
test/CodeGen/X86/fast-isel-i1.ll
test/CodeGen/X86/fast-isel-mem.ll
test/CodeGen/X86/fast-isel-phys.ll
test/CodeGen/X86/fast-isel-shift-imm.ll
test/CodeGen/X86/fast-isel-tailcall.ll
test/CodeGen/X86/fast-isel-tls.ll
test/CodeGen/X86/fast-isel-trunc.ll
test/CodeGen/X86/fast-isel.ll
test/CodeGen/X86/fastcall-correct-mangling.ll
test/CodeGen/X86/fastcc-2.ll
test/CodeGen/X86/fastcc-byval.ll
test/CodeGen/X86/fastcc-sret.ll
test/CodeGen/X86/fastcc.ll
test/CodeGen/X86/field-extract-use-trunc.ll
test/CodeGen/X86/fildll.ll
test/CodeGen/X86/fmul-zero.ll
test/CodeGen/X86/fold-add.ll
test/CodeGen/X86/fold-and-shift.ll
test/CodeGen/X86/fold-call-2.ll
test/CodeGen/X86/fold-call-3.ll
test/CodeGen/X86/fold-call.ll
test/CodeGen/X86/fold-imm.ll
test/CodeGen/X86/fold-load.ll
test/CodeGen/X86/fold-mul-lohi.ll
test/CodeGen/X86/fold-pcmpeqd-0.ll
test/CodeGen/X86/fold-pcmpeqd-1.ll
test/CodeGen/X86/fold-pcmpeqd-2.ll
test/CodeGen/X86/fold-sext-trunc.ll
test/CodeGen/X86/fp-immediate-shorten.ll
test/CodeGen/X86/fp-in-intregs.ll
test/CodeGen/X86/fp-stack-2results.ll
test/CodeGen/X86/fp-stack-O0-crash.ll [new file with mode: 0644]
test/CodeGen/X86/fp-stack-compare.ll
test/CodeGen/X86/fp-stack-direct-ret.ll
test/CodeGen/X86/fp-stack-ret-conv.ll
test/CodeGen/X86/fp-stack-ret-store.ll
test/CodeGen/X86/fp-stack-ret.ll
test/CodeGen/X86/fp-stack-retcopy.ll
test/CodeGen/X86/fp-stack-set-st1.ll
test/CodeGen/X86/fp2sint.ll
test/CodeGen/X86/fp_constant_op.ll
test/CodeGen/X86/fp_load_cast_fold.ll
test/CodeGen/X86/fp_load_fold.ll
test/CodeGen/X86/fsxor-alignment.ll
test/CodeGen/X86/full-lsr.ll
test/CodeGen/X86/ga-offset.ll
test/CodeGen/X86/global-sections-tls.ll [new file with mode: 0644]
test/CodeGen/X86/global-sections.ll [new file with mode: 0644]
test/CodeGen/X86/h-register-addressing-32.ll
test/CodeGen/X86/h-register-addressing-64.ll
test/CodeGen/X86/h-register-store.ll
test/CodeGen/X86/h-registers-0.ll
test/CodeGen/X86/h-registers-1.ll
test/CodeGen/X86/h-registers-2.ll
test/CodeGen/X86/h-registers-3.ll
test/CodeGen/X86/hidden-vis-2.ll
test/CodeGen/X86/hidden-vis-3.ll
test/CodeGen/X86/hidden-vis-4.ll
test/CodeGen/X86/hidden-vis.ll
test/CodeGen/X86/i128-and-beyond.ll
test/CodeGen/X86/i128-immediate.ll
test/CodeGen/X86/i128-mul.ll
test/CodeGen/X86/i128-ret.ll
test/CodeGen/X86/i256-add.ll
test/CodeGen/X86/i2k.ll
test/CodeGen/X86/i64-mem-copy.ll
test/CodeGen/X86/iabs.ll
test/CodeGen/X86/illegal-asm.ll
test/CodeGen/X86/illegal-insert.ll
test/CodeGen/X86/illegal-vector-args-return.ll
test/CodeGen/X86/imp-def-copies.ll
test/CodeGen/X86/imul-lea-2.ll
test/CodeGen/X86/imul-lea.ll
test/CodeGen/X86/inline-asm-2addr.ll
test/CodeGen/X86/inline-asm-R-constraint.ll [new file with mode: 0644]
test/CodeGen/X86/inline-asm-flag-clobber.ll
test/CodeGen/X86/inline-asm-fpstack.ll
test/CodeGen/X86/inline-asm-fpstack2.ll
test/CodeGen/X86/inline-asm-fpstack3.ll
test/CodeGen/X86/inline-asm-fpstack4.ll
test/CodeGen/X86/inline-asm-fpstack5.ll
test/CodeGen/X86/inline-asm-modifier-n.ll
test/CodeGen/X86/inline-asm-mrv.ll
test/CodeGen/X86/inline-asm-out-regs.ll
test/CodeGen/X86/inline-asm-pic.ll
test/CodeGen/X86/inline-asm-q-regs.ll [new file with mode: 0644]
test/CodeGen/X86/inline-asm-tied.ll
test/CodeGen/X86/inline-asm-x-scalar.ll
test/CodeGen/X86/inline-asm.ll
test/CodeGen/X86/ins_subreg_coalesce-1.ll
test/CodeGen/X86/ins_subreg_coalesce-2.ll
test/CodeGen/X86/ins_subreg_coalesce-3.ll
test/CodeGen/X86/insertelement-copytoregs.ll
test/CodeGen/X86/insertelement-legalize.ll
test/CodeGen/X86/invalid-shift-immediate.ll
test/CodeGen/X86/isel-sink.ll
test/CodeGen/X86/isel-sink2.ll
test/CodeGen/X86/isel-sink3.ll
test/CodeGen/X86/isint.ll
test/CodeGen/X86/isnan.ll
test/CodeGen/X86/isnan2.ll
test/CodeGen/X86/ispositive.ll
test/CodeGen/X86/iv-users-in-other-loops.ll
test/CodeGen/X86/jump_sign.ll
test/CodeGen/X86/ldzero.ll
test/CodeGen/X86/lea-2.ll
test/CodeGen/X86/lea-3.ll
test/CodeGen/X86/lea-4.ll
test/CodeGen/X86/lea-recursion.ll
test/CodeGen/X86/lea.ll
test/CodeGen/X86/legalizedag_vec.ll
test/CodeGen/X86/lfence.ll
test/CodeGen/X86/limited-prec.ll
test/CodeGen/X86/live-out-reg-info.ll
test/CodeGen/X86/local-liveness.ll
test/CodeGen/X86/long-setcc.ll
test/CodeGen/X86/longlong-deadload.ll
test/CodeGen/X86/loop-hoist.ll
test/CodeGen/X86/loop-strength-reduce-2.ll
test/CodeGen/X86/loop-strength-reduce-3.ll
test/CodeGen/X86/loop-strength-reduce.ll
test/CodeGen/X86/loop-strength-reduce2.ll
test/CodeGen/X86/loop-strength-reduce3.ll
test/CodeGen/X86/loop-strength-reduce4.ll
test/CodeGen/X86/loop-strength-reduce5.ll
test/CodeGen/X86/loop-strength-reduce6.ll
test/CodeGen/X86/loop-strength-reduce7.ll
test/CodeGen/X86/loop-strength-reduce8.ll
test/CodeGen/X86/lsr-loop-exit-cond.ll
test/CodeGen/X86/lsr-negative-stride.ll
test/CodeGen/X86/lsr-sort.ll
test/CodeGen/X86/masked-iv-safe.ll
test/CodeGen/X86/masked-iv-unsafe.ll
test/CodeGen/X86/maskmovdqu.ll
test/CodeGen/X86/memcpy-2.ll
test/CodeGen/X86/memcpy.ll
test/CodeGen/X86/memmove-0.ll
test/CodeGen/X86/memmove-1.ll
test/CodeGen/X86/memmove-2.ll
test/CodeGen/X86/memmove-3.ll
test/CodeGen/X86/memmove-4.ll
test/CodeGen/X86/memset-2.ll
test/CodeGen/X86/memset.ll
test/CodeGen/X86/memset64-on-x86-32.ll
test/CodeGen/X86/mfence.ll
test/CodeGen/X86/mingw-alloca.ll
test/CodeGen/X86/mmx-arg-passing.ll
test/CodeGen/X86/mmx-arg-passing2.ll
test/CodeGen/X86/mmx-arith.ll
test/CodeGen/X86/mmx-bitcast-to-i64.ll
test/CodeGen/X86/mmx-copy-gprs.ll
test/CodeGen/X86/mmx-emms.ll
test/CodeGen/X86/mmx-insert-element.ll
test/CodeGen/X86/mmx-pinsrw.ll
test/CodeGen/X86/mmx-punpckhdq.ll
test/CodeGen/X86/mmx-s2v.ll
test/CodeGen/X86/mmx-shift.ll
test/CodeGen/X86/mmx-shuffle.ll
test/CodeGen/X86/mmx-vzmovl-2.ll
test/CodeGen/X86/mmx-vzmovl.ll
test/CodeGen/X86/movfs.ll
test/CodeGen/X86/movgs.ll
test/CodeGen/X86/mul-legalize.ll
test/CodeGen/X86/mul-remat.ll
test/CodeGen/X86/mul-shift-reassoc.ll
test/CodeGen/X86/mul128.ll
test/CodeGen/X86/mul64.ll
test/CodeGen/X86/multiple-return-values-cross-block.ll
test/CodeGen/X86/multiple-return-values.ll
test/CodeGen/X86/nancvt.ll
test/CodeGen/X86/narrow_op-1.ll
test/CodeGen/X86/narrow_op-2.ll
test/CodeGen/X86/neg_fp.ll
test/CodeGen/X86/negate-add-zero.ll
test/CodeGen/X86/negative-sin.ll
test/CodeGen/X86/negative-subscript.ll
test/CodeGen/X86/negative_zero.ll
test/CodeGen/X86/nobt.ll
test/CodeGen/X86/nofence.ll
test/CodeGen/X86/omit-label.ll
test/CodeGen/X86/opt-ext-uses.ll
test/CodeGen/X86/optimize-max-0.ll
test/CodeGen/X86/optimize-max-1.ll
test/CodeGen/X86/optimize-max-2.ll
test/CodeGen/X86/or-branch.ll
test/CodeGen/X86/overlap-shift.ll
test/CodeGen/X86/packed_struct.ll
test/CodeGen/X86/peep-test-0.ll
test/CodeGen/X86/peep-test-1.ll
test/CodeGen/X86/peep-test-2.ll
test/CodeGen/X86/peep-test-3.ll [new file with mode: 0644]
test/CodeGen/X86/peep-vector-extract-concat.ll
test/CodeGen/X86/peep-vector-extract-insert.ll
test/CodeGen/X86/personality.ll [new file with mode: 0644]
test/CodeGen/X86/phys_subreg_coalesce-2.ll
test/CodeGen/X86/phys_subreg_coalesce.ll
test/CodeGen/X86/pic-load-remat.ll
test/CodeGen/X86/pic.ll [new file with mode: 0644]
test/CodeGen/X86/pic_jumptable.ll
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/postalloc-coalescing.ll
test/CodeGen/X86/pr1462.ll
test/CodeGen/X86/pr1489.ll
test/CodeGen/X86/pr1505.ll
test/CodeGen/X86/pr1505b.ll
test/CodeGen/X86/pr2177.ll
test/CodeGen/X86/pr2182.ll
test/CodeGen/X86/pr2326.ll
test/CodeGen/X86/pr2623.ll
test/CodeGen/X86/pr2656.ll
test/CodeGen/X86/pr2659.ll
test/CodeGen/X86/pr2849.ll
test/CodeGen/X86/pr2924.ll
test/CodeGen/X86/pr2982.ll
test/CodeGen/X86/pr3154.ll
test/CodeGen/X86/pr3216.ll
test/CodeGen/X86/pr3241.ll
test/CodeGen/X86/pr3243.ll
test/CodeGen/X86/pr3244.ll
test/CodeGen/X86/pr3250.ll
test/CodeGen/X86/pr3317.ll
test/CodeGen/X86/pr3366.ll
test/CodeGen/X86/pr3457.ll
test/CodeGen/X86/pr3495-2.ll
test/CodeGen/X86/pr3495.ll
test/CodeGen/X86/pr3522.ll
test/CodeGen/X86/pre-split1.ll
test/CodeGen/X86/pre-split10.ll
test/CodeGen/X86/pre-split11.ll [new file with mode: 0644]
test/CodeGen/X86/pre-split2.ll
test/CodeGen/X86/pre-split3.ll
test/CodeGen/X86/pre-split4.ll
test/CodeGen/X86/pre-split5.ll
test/CodeGen/X86/pre-split6.ll
test/CodeGen/X86/pre-split7.ll
test/CodeGen/X86/pre-split8.ll
test/CodeGen/X86/pre-split9.ll
test/CodeGen/X86/prefetch.ll
test/CodeGen/X86/private-2.ll
test/CodeGen/X86/private.ll
test/CodeGen/X86/ptrtoint-constexpr.ll [new file with mode: 0644]
test/CodeGen/X86/rdtsc.ll
test/CodeGen/X86/red-zone.ll
test/CodeGen/X86/red-zone2.ll
test/CodeGen/X86/regpressure.ll
test/CodeGen/X86/rem-2.ll
test/CodeGen/X86/rem.ll
test/CodeGen/X86/remat-constant.ll
test/CodeGen/X86/remat-mov-1.ll
test/CodeGen/X86/remat-scalar-zero.ll [new file with mode: 0644]
test/CodeGen/X86/ret-addr.ll
test/CodeGen/X86/ret-i64-0.ll
test/CodeGen/X86/ret-mmx.ll
test/CodeGen/X86/rip-rel-address.ll
test/CodeGen/X86/rodata-relocs.ll
test/CodeGen/X86/rot16.ll
test/CodeGen/X86/rot32.ll
test/CodeGen/X86/rot64.ll
test/CodeGen/X86/rotate.ll
test/CodeGen/X86/rotate2.ll
test/CodeGen/X86/scalar-extract.ll
test/CodeGen/X86/scalar-min-max-fill-operand.ll
test/CodeGen/X86/scalar_sse_minmax.ll
test/CodeGen/X86/scalarize-bitcast.ll
test/CodeGen/X86/scev-interchange.ll
test/CodeGen/X86/select-zero-one.ll
test/CodeGen/X86/select.ll
test/CodeGen/X86/setoeq.ll
test/CodeGen/X86/setuge.ll
test/CodeGen/X86/sext-load.ll
test/CodeGen/X86/sext-ret-val.ll
test/CodeGen/X86/sext-select.ll
test/CodeGen/X86/sext-trunc.ll
test/CodeGen/X86/sfence.ll
test/CodeGen/X86/shift-and.ll
test/CodeGen/X86/shift-coalesce.ll
test/CodeGen/X86/shift-codegen.ll
test/CodeGen/X86/shift-combine.ll
test/CodeGen/X86/shift-double.ll
test/CodeGen/X86/shift-folding.ll
test/CodeGen/X86/shift-i128.ll
test/CodeGen/X86/shift-i256.ll
test/CodeGen/X86/shift-one.ll
test/CodeGen/X86/shift-parts.ll [new file with mode: 0644]
test/CodeGen/X86/shl_elim.ll
test/CodeGen/X86/shrink-fp-const1.ll
test/CodeGen/X86/shrink-fp-const2.ll
test/CodeGen/X86/sincos.ll
test/CodeGen/X86/sink-hoist.ll [new file with mode: 0644]
test/CodeGen/X86/small-byval-memcpy.ll
test/CodeGen/X86/smul-with-overflow-2.ll
test/CodeGen/X86/smul-with-overflow-3.ll
test/CodeGen/X86/smul-with-overflow.ll
test/CodeGen/X86/soft-fp.ll
test/CodeGen/X86/split-eh-lpad-edges.ll
test/CodeGen/X86/split-select.ll
test/CodeGen/X86/split-vector-rem.ll
test/CodeGen/X86/sret.ll
test/CodeGen/X86/sse-align-0.ll
test/CodeGen/X86/sse-align-1.ll
test/CodeGen/X86/sse-align-10.ll
test/CodeGen/X86/sse-align-11.ll
test/CodeGen/X86/sse-align-12.ll
test/CodeGen/X86/sse-align-2.ll
test/CodeGen/X86/sse-align-3.ll
test/CodeGen/X86/sse-align-4.ll
test/CodeGen/X86/sse-align-5.ll
test/CodeGen/X86/sse-align-6.ll
test/CodeGen/X86/sse-align-7.ll
test/CodeGen/X86/sse-align-8.ll
test/CodeGen/X86/sse-align-9.ll
test/CodeGen/X86/sse-fcopysign.ll
test/CodeGen/X86/sse-load-ret.ll
test/CodeGen/X86/sse-minmax.ll [new file with mode: 0644]
test/CodeGen/X86/sse-varargs.ll
test/CodeGen/X86/sse2.ll [new file with mode: 0644]
test/CodeGen/X86/sse3.ll [new file with mode: 0644]
test/CodeGen/X86/sse41.ll [new file with mode: 0644]
test/CodeGen/X86/sse42.ll [new file with mode: 0644]
test/CodeGen/X86/sse_reload_fold.ll
test/CodeGen/X86/stack-align.ll
test/CodeGen/X86/stack-color-with-reg-2.ll
test/CodeGen/X86/stack-color-with-reg.ll
test/CodeGen/X86/stdarg.ll [new file with mode: 0644]
test/CodeGen/X86/store-empty-member.ll [new file with mode: 0644]
test/CodeGen/X86/store-fp-constant.ll
test/CodeGen/X86/store-global-address.ll
test/CodeGen/X86/store_op_load_fold.ll
test/CodeGen/X86/store_op_load_fold2.ll
test/CodeGen/X86/storetrunc-fp.ll
test/CodeGen/X86/stride-nine-with-base-reg.ll
test/CodeGen/X86/stride-reuse.ll
test/CodeGen/X86/sub-with-overflow.ll
test/CodeGen/X86/subreg-to-reg-0.ll
test/CodeGen/X86/subreg-to-reg-1.ll
test/CodeGen/X86/subreg-to-reg-2.ll
test/CodeGen/X86/subreg-to-reg-3.ll
test/CodeGen/X86/subreg-to-reg-4.ll
test/CodeGen/X86/subreg-to-reg-5.ll
test/CodeGen/X86/subreg-to-reg-6.ll
test/CodeGen/X86/switch-zextload.ll
test/CodeGen/X86/swizzle.ll
test/CodeGen/X86/tailcall-i1.ll
test/CodeGen/X86/tailcall-stackalign.ll
test/CodeGen/X86/tailcall-structret.ll
test/CodeGen/X86/tailcall-void.ll
test/CodeGen/X86/tailcall1.ll
test/CodeGen/X86/tailcallbyval.ll
test/CodeGen/X86/tailcallbyval64.ll
test/CodeGen/X86/tailcallfp.ll
test/CodeGen/X86/tailcallfp2.ll
test/CodeGen/X86/tailcallpic1.ll
test/CodeGen/X86/tailcallpic2.ll
test/CodeGen/X86/tailcallstack64.ll
test/CodeGen/X86/test-nofold.ll
test/CodeGen/X86/test-shrink-bug.ll [new file with mode: 0644]
test/CodeGen/X86/test-shrink.ll [new file with mode: 0644]
test/CodeGen/X86/testl-commute.ll
test/CodeGen/X86/tls-pic.ll [new file with mode: 0644]
test/CodeGen/X86/tls1.ll
test/CodeGen/X86/tls10.ll
test/CodeGen/X86/tls11.ll
test/CodeGen/X86/tls12.ll
test/CodeGen/X86/tls13.ll
test/CodeGen/X86/tls14.ll
test/CodeGen/X86/tls15.ll
test/CodeGen/X86/tls2.ll
test/CodeGen/X86/tls3.ll
test/CodeGen/X86/tls4.ll
test/CodeGen/X86/tls5.ll
test/CodeGen/X86/tls6.ll
test/CodeGen/X86/tls7.ll
test/CodeGen/X86/tls8.ll
test/CodeGen/X86/tls9.ll
test/CodeGen/X86/trap.ll
test/CodeGen/X86/trunc-to-bool.ll
test/CodeGen/X86/twoaddr-coalesce-2.ll
test/CodeGen/X86/twoaddr-coalesce.ll
test/CodeGen/X86/twoaddr-delete.ll
test/CodeGen/X86/twoaddr-pass-sink.ll
test/CodeGen/X86/twoaddr-remat.ll
test/CodeGen/X86/uint_to_fp-2.ll
test/CodeGen/X86/uint_to_fp.ll
test/CodeGen/X86/umul-with-carry.ll
test/CodeGen/X86/umul-with-overflow.ll
test/CodeGen/X86/urem-i8-constant.ll
test/CodeGen/X86/v4f32-immediate.ll
test/CodeGen/X86/variable-sized-darwin-bzero.ll
test/CodeGen/X86/variadic-node-pic.ll
test/CodeGen/X86/vec_add.ll
test/CodeGen/X86/vec_align.ll
test/CodeGen/X86/vec_call.ll
test/CodeGen/X86/vec_clear.ll
test/CodeGen/X86/vec_compare.ll [new file with mode: 0644]
test/CodeGen/X86/vec_ctbits.ll
test/CodeGen/X86/vec_extract-sse4.ll
test/CodeGen/X86/vec_extract.ll
test/CodeGen/X86/vec_fneg.ll
test/CodeGen/X86/vec_i64.ll
test/CodeGen/X86/vec_ins_extract-1.ll
test/CodeGen/X86/vec_ins_extract.ll
test/CodeGen/X86/vec_insert-2.ll
test/CodeGen/X86/vec_insert-3.ll
test/CodeGen/X86/vec_insert-5.ll
test/CodeGen/X86/vec_insert-6.ll
test/CodeGen/X86/vec_insert-7.ll
test/CodeGen/X86/vec_insert-8.ll
test/CodeGen/X86/vec_insert.ll
test/CodeGen/X86/vec_insert_4.ll
test/CodeGen/X86/vec_loadsingles.ll
test/CodeGen/X86/vec_logical.ll
test/CodeGen/X86/vec_return.ll
test/CodeGen/X86/vec_select.ll
test/CodeGen/X86/vec_set-2.ll
test/CodeGen/X86/vec_set-3.ll
test/CodeGen/X86/vec_set-4.ll
test/CodeGen/X86/vec_set-5.ll
test/CodeGen/X86/vec_set-6.ll
test/CodeGen/X86/vec_set-7.ll
test/CodeGen/X86/vec_set-8.ll
test/CodeGen/X86/vec_set-9.ll
test/CodeGen/X86/vec_set-A.ll
test/CodeGen/X86/vec_set-B.ll
test/CodeGen/X86/vec_set-C.ll
test/CodeGen/X86/vec_set-D.ll
test/CodeGen/X86/vec_set-E.ll
test/CodeGen/X86/vec_set-F.ll
test/CodeGen/X86/vec_set-G.ll
test/CodeGen/X86/vec_set-H.ll
test/CodeGen/X86/vec_set-I.ll
test/CodeGen/X86/vec_set-J.ll
test/CodeGen/X86/vec_set.ll
test/CodeGen/X86/vec_shift.ll
test/CodeGen/X86/vec_shift2.ll
test/CodeGen/X86/vec_shift3.ll
test/CodeGen/X86/vec_shuffle-10.ll
test/CodeGen/X86/vec_shuffle-11.ll
test/CodeGen/X86/vec_shuffle-14.ll
test/CodeGen/X86/vec_shuffle-15.ll
test/CodeGen/X86/vec_shuffle-16.ll
test/CodeGen/X86/vec_shuffle-17.ll
test/CodeGen/X86/vec_shuffle-18.ll
test/CodeGen/X86/vec_shuffle-19.ll
test/CodeGen/X86/vec_shuffle-20.ll
test/CodeGen/X86/vec_shuffle-22.ll
test/CodeGen/X86/vec_shuffle-23.ll
test/CodeGen/X86/vec_shuffle-24.ll
test/CodeGen/X86/vec_shuffle-25.ll
test/CodeGen/X86/vec_shuffle-26.ll
test/CodeGen/X86/vec_shuffle-27.ll
test/CodeGen/X86/vec_shuffle-28.ll
test/CodeGen/X86/vec_shuffle-3.ll
test/CodeGen/X86/vec_shuffle-30.ll
test/CodeGen/X86/vec_shuffle-31.ll
test/CodeGen/X86/vec_shuffle-34.ll
test/CodeGen/X86/vec_shuffle-35.ll
test/CodeGen/X86/vec_shuffle-36.ll
test/CodeGen/X86/vec_shuffle-4.ll
test/CodeGen/X86/vec_shuffle-5.ll
test/CodeGen/X86/vec_shuffle-6.ll
test/CodeGen/X86/vec_shuffle-7.ll
test/CodeGen/X86/vec_shuffle-8.ll
test/CodeGen/X86/vec_shuffle-9.ll
test/CodeGen/X86/vec_shuffle.ll
test/CodeGen/X86/vec_splat-2.ll
test/CodeGen/X86/vec_splat-3.ll
test/CodeGen/X86/vec_splat-4.ll
test/CodeGen/X86/vec_splat.ll
test/CodeGen/X86/vec_ss_load_fold.ll
test/CodeGen/X86/vec_zero-2.ll
test/CodeGen/X86/vec_zero.ll
test/CodeGen/X86/vec_zero_cse.ll
test/CodeGen/X86/vector-intrinsics.ll
test/CodeGen/X86/vector-rem.ll
test/CodeGen/X86/vector-variable-idx.ll
test/CodeGen/X86/vector.ll
test/CodeGen/X86/vfcmp.ll
test/CodeGen/X86/volatile.ll
test/CodeGen/X86/vortex-bug.ll
test/CodeGen/X86/vshift-1.ll
test/CodeGen/X86/vshift-2.ll
test/CodeGen/X86/vshift-3.ll
test/CodeGen/X86/vshift-4.ll
test/CodeGen/X86/vshift-5.ll [new file with mode: 0644]
test/CodeGen/X86/vshift_scalar.ll
test/CodeGen/X86/vshift_split.ll
test/CodeGen/X86/vshift_split2.ll
test/CodeGen/X86/weak.ll
test/CodeGen/X86/wide-integer-fold.ll [new file with mode: 0644]
test/CodeGen/X86/widen_arith-1.ll
test/CodeGen/X86/widen_arith-2.ll
test/CodeGen/X86/widen_arith-3.ll
test/CodeGen/X86/widen_arith-4.ll
test/CodeGen/X86/widen_arith-5.ll
test/CodeGen/X86/widen_arith-6.ll
test/CodeGen/X86/widen_cast-1.ll
test/CodeGen/X86/widen_cast-2.ll
test/CodeGen/X86/widen_cast-3.ll
test/CodeGen/X86/widen_cast-4.ll
test/CodeGen/X86/widen_cast-5.ll
test/CodeGen/X86/widen_cast-6.ll
test/CodeGen/X86/widen_conv-1.ll
test/CodeGen/X86/widen_conv-2.ll
test/CodeGen/X86/widen_conv-3.ll
test/CodeGen/X86/widen_conv-4.ll
test/CodeGen/X86/widen_load-0.ll [new file with mode: 0644]
test/CodeGen/X86/widen_load-1.ll [new file with mode: 0644]
test/CodeGen/X86/widen_select-1.ll
test/CodeGen/X86/widen_shuffle-1.ll
test/CodeGen/X86/widen_shuffle-2.ll
test/CodeGen/X86/x86-64-and-mask.ll
test/CodeGen/X86/x86-64-arg.ll
test/CodeGen/X86/x86-64-asm.ll
test/CodeGen/X86/x86-64-dead-stack-adjust.ll
test/CodeGen/X86/x86-64-disp.ll
test/CodeGen/X86/x86-64-frameaddr.ll
test/CodeGen/X86/x86-64-gv-offset.ll
test/CodeGen/X86/x86-64-malloc.ll
test/CodeGen/X86/x86-64-mem.ll
test/CodeGen/X86/x86-64-pic-1.ll
test/CodeGen/X86/x86-64-pic-10.ll
test/CodeGen/X86/x86-64-pic-11.ll
test/CodeGen/X86/x86-64-pic-2.ll
test/CodeGen/X86/x86-64-pic-3.ll
test/CodeGen/X86/x86-64-pic-4.ll
test/CodeGen/X86/x86-64-pic-5.ll
test/CodeGen/X86/x86-64-pic-6.ll
test/CodeGen/X86/x86-64-pic-7.ll
test/CodeGen/X86/x86-64-pic-8.ll
test/CodeGen/X86/x86-64-pic-9.ll
test/CodeGen/X86/x86-64-ret0.ll
test/CodeGen/X86/x86-64-shortint.ll
test/CodeGen/X86/x86-64-sret-return.ll
test/CodeGen/X86/x86-64-varargs.ll
test/CodeGen/X86/x86-frameaddr.ll
test/CodeGen/X86/x86-frameaddr2.ll
test/CodeGen/X86/x86-store-gv-addr.ll
test/CodeGen/X86/xmm-r64.ll
test/CodeGen/X86/xor.ll [new file with mode: 0644]
test/CodeGen/X86/zero-remat.ll
test/CodeGen/X86/zext-inreg-0.ll
test/CodeGen/X86/zext-inreg-1.ll
test/CodeGen/XCore/2008-11-17-Shl64.ll
test/CodeGen/XCore/2009-01-08-Crash.ll
test/CodeGen/XCore/2009-01-14-Remat-Crash.ll
test/CodeGen/XCore/2009-03-27-v2f64-param.ll
test/CodeGen/XCore/2009-07-15-store192.ll [new file with mode: 0644]
test/CodeGen/XCore/addsub64.ll
test/CodeGen/XCore/ashr.ll [new file with mode: 0644]
test/CodeGen/XCore/basictest.ll
test/CodeGen/XCore/bitrev.ll
test/CodeGen/XCore/constants.ll [new file with mode: 0644]
test/CodeGen/XCore/cos.ll
test/CodeGen/XCore/exp.ll
test/CodeGen/XCore/exp2.ll
test/CodeGen/XCore/fneg.ll
test/CodeGen/XCore/getid.ll
test/CodeGen/XCore/globals.ll [new file with mode: 0644]
test/CodeGen/XCore/load.ll [new file with mode: 0644]
test/CodeGen/XCore/log.ll
test/CodeGen/XCore/log10.ll
test/CodeGen/XCore/log2.ll
test/CodeGen/XCore/pow.ll
test/CodeGen/XCore/powi.ll
test/CodeGen/XCore/private.ll
test/CodeGen/XCore/sext.ll [new file with mode: 0644]
test/CodeGen/XCore/sin.ll
test/CodeGen/XCore/sqrt.ll
test/CodeGen/XCore/store.ll [new file with mode: 0644]
test/CodeGen/XCore/tls.ll [new file with mode: 0644]
test/CodeGen/XCore/trap.ll
test/CodeGen/XCore/unaligned_load.ll [new file with mode: 0644]
test/CodeGen/XCore/unaligned_store.ll [new file with mode: 0644]
test/CodeGen/XCore/unaligned_store_combine.ll [new file with mode: 0644]
test/DebugInfo/2008-10-17-C++DebugCrash.ll
test/DebugInfo/2008-11-05-InlinedFuncStart.ll
test/DebugInfo/2009-01-15-RecordVariableCrash.ll
test/DebugInfo/2009-01-15-dbg_declare.ll
test/DebugInfo/2009-01-15-member.ll
test/DebugInfo/2009-02-18-DefaultScope-Crash.ll
test/DebugInfo/2009-02-27-licm.ll
test/DebugInfo/2009-03-03-cheapdse.ll
test/DebugInfo/2009-03-03-deadstore.ll
test/DebugInfo/2009-03-03-store-to-load-forward.ll
test/DebugInfo/2009-03-05-gvn.ll
test/DebugInfo/2009-06-12-Inline.ll
test/DebugInfo/2009-06-12-InlineFuncStart.ll
test/DebugInfo/2009-06-15-InlineFuncStart.ll
test/DebugInfo/2009-06-15-abstract_origin.ll
test/DebugInfo/2009-10-08-DebugInfo-NullGlobalVariable.ll [new file with mode: 0644]
test/DebugInfo/deaddebuglabel.ll
test/DebugInfo/funccall.ll
test/DebugInfo/globalGetElementPtr.ll
test/DebugInfo/printdbginfo2.ll
test/ExecutionEngine/2002-12-16-ArgTest.ll
test/ExecutionEngine/2003-01-04-ArgumentBug.ll
test/ExecutionEngine/2003-01-04-LoopTest.ll
test/ExecutionEngine/2003-01-04-PhiTest.ll
test/ExecutionEngine/2003-01-09-SARTest.ll
test/ExecutionEngine/2003-01-10-FUCOM.ll
test/ExecutionEngine/2003-01-15-AlignmentTest.ll
test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll
test/ExecutionEngine/2003-06-04-bzip2-bug.ll
test/ExecutionEngine/2003-06-05-PHIBug.ll
test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll
test/ExecutionEngine/hello.ll
test/ExecutionEngine/hello2.ll
test/ExecutionEngine/simplesttest.ll
test/ExecutionEngine/simpletest.ll
test/ExecutionEngine/stubs.ll [new file with mode: 0644]
test/ExecutionEngine/test-arith.ll
test/ExecutionEngine/test-branch.ll
test/ExecutionEngine/test-call.ll
test/ExecutionEngine/test-cast.ll
test/ExecutionEngine/test-constantexpr.ll
test/ExecutionEngine/test-fp.ll
test/ExecutionEngine/test-loadstore.ll
test/ExecutionEngine/test-logical.ll
test/ExecutionEngine/test-loop.ll
test/ExecutionEngine/test-malloc.ll
test/ExecutionEngine/test-phi.ll
test/ExecutionEngine/test-ret.ll
test/ExecutionEngine/test-setcond-fp.ll
test/ExecutionEngine/test-setcond-int.ll
test/ExecutionEngine/test-shift.ll
test/Feature/NamedMDNode.ll [new file with mode: 0644]
test/Feature/NamedMDNode2.ll [new file with mode: 0644]
test/Feature/float.ll
test/Feature/globalredefinition3.ll
test/Feature/inlineasm.ll
test/Feature/load_module.ll
test/Feature/md_on_instruction.ll [new file with mode: 0644]
test/Feature/md_on_instruction2.ll [new file with mode: 0644]
test/Feature/memorymarkers.ll [new file with mode: 0644]
test/Feature/weak_constant.ll
test/FrontendC++/2003-08-20-ExceptionFail.cpp
test/FrontendC++/2003-08-21-EmptyClass.cpp
test/FrontendC++/2003-08-27-TypeNamespaces.cpp
test/FrontendC++/2003-08-28-ForwardType.cpp
test/FrontendC++/2003-08-28-SaveExprBug.cpp
test/FrontendC++/2003-08-31-StructLayout.cpp
test/FrontendC++/2003-09-22-CompositeExprValue.cpp
test/FrontendC++/2003-09-29-ArgumentNumberMismatch.cpp
test/FrontendC++/2003-09-30-CommaExprBug.cpp
test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp
test/FrontendC++/2003-09-30-ForIncrementExprBug2.cpp
test/FrontendC++/2003-09-30-NestedFunctionDecl.cpp
test/FrontendC++/2003-10-17-BoolBitfields.cpp
test/FrontendC++/2003-10-27-VirtualBaseClassCrash.cpp
test/FrontendC++/2003-11-04-ArrayConstructors.cpp
test/FrontendC++/2003-11-04-CatchLabelName.cpp
test/FrontendC++/2003-11-18-EnumArray.cpp
test/FrontendC++/2003-11-18-PtrMemConstantInitializer.cpp
test/FrontendC++/2003-11-25-ReturningOpaqueByValue.cpp
test/FrontendC++/2003-11-27-MultipleInheritanceThunk.cpp
test/FrontendC++/2003-11-29-DuplicatedCleanupTest.cpp
test/FrontendC++/2003-12-08-ArrayOfPtrToMemberFunc.cpp
test/FrontendC++/2004-03-08-ReinterpretCastCopy.cpp
test/FrontendC++/2004-03-15-CleanupsAndGotos.cpp
test/FrontendC++/2004-06-08-LateTemplateInstantiation.cpp
test/FrontendC++/2004-09-27-CompilerCrash.cpp
test/FrontendC++/2006-11-06-StackTrace.cpp
test/FrontendC++/2006-11-30-NoCompileUnit.cpp
test/FrontendC++/2006-11-30-Pubnames.cpp
test/FrontendC++/2007-04-05-PackedBitFields-1.cpp
test/FrontendC++/2007-04-05-PackedBitFieldsOverlap-2.cpp
test/FrontendC++/2007-04-05-PackedBitFieldsOverlap.cpp
test/FrontendC++/2007-04-05-PackedBitFieldsSmall.cpp
test/FrontendC++/2007-04-05-StructPackedFieldUnpacked.cpp
test/FrontendC++/2009-04-21-DtorNames-dbg.cpp
test/FrontendC++/2009-06-20-DarwinPPCLayout.cpp
test/FrontendC++/2009-06-30-ByrefBlock.cpp
test/FrontendC++/2009-07-15-LineNumbers.cpp [new file with mode: 0644]
test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp [new file with mode: 0644]
test/FrontendC++/2009-07-16-Using.cpp [new file with mode: 0644]
test/FrontendC++/2009-08-03-Varargs.cpp [new file with mode: 0644]
test/FrontendC++/2009-08-05-ZeroInitWidth.cpp [new file with mode: 0644]
test/FrontendC++/2009-08-11-VectorRetTy.cpp [new file with mode: 0644]
test/FrontendC++/2009-09-04-modify-crash.cpp [new file with mode: 0644]
test/FrontendC++/2009-09-09-packed-layout.cpp [new file with mode: 0644]
test/FrontendC++/member-alignment.cpp [new file with mode: 0644]
test/FrontendC++/msasm.cpp [new file with mode: 0644]
test/FrontendC/2002-01-23-LoadQISIReloadFailure.c
test/FrontendC/2002-01-24-ComplexSpaceInType.c
test/FrontendC/2002-01-24-HandleCallInsnSEGV.c
test/FrontendC/2002-02-13-ConditionalInCall.c
test/FrontendC/2002-02-13-ReloadProblem.c
test/FrontendC/2002-02-13-TypeVarNameCollision.c
test/FrontendC/2002-02-13-UnnamedLocal.c
test/FrontendC/2002-02-14-EntryNodePreds.c
test/FrontendC/2002-02-16-RenamingTest.c
test/FrontendC/2002-02-17-ArgumentAddress.c
test/FrontendC/2002-02-18-64bitConstant.c
test/FrontendC/2002-02-18-StaticData.c
test/FrontendC/2002-03-11-LargeCharInString.c
test/FrontendC/2002-03-12-ArrayInitialization.c
test/FrontendC/2002-03-12-StructInitialize.c
test/FrontendC/2002-03-12-StructInitializer.c
test/FrontendC/2002-03-14-BrokenPHINode.c
test/FrontendC/2002-03-14-BrokenSSA.c
test/FrontendC/2002-03-14-QuotesInStrConst.c
test/FrontendC/2002-04-07-SwitchStmt.c
test/FrontendC/2002-04-08-LocalArray.c
test/FrontendC/2002-04-09-StructRetVal.c
test/FrontendC/2002-04-10-StructParameters.c
test/FrontendC/2002-05-23-StaticValues.c
test/FrontendC/2002-05-23-TypeNameCollision.c
test/FrontendC/2002-05-24-Alloca.c
test/FrontendC/2002-06-25-FWriteInterfaceFailure.c
test/FrontendC/2002-07-14-MiscListTests.c
test/FrontendC/2002-07-14-MiscTests.c
test/FrontendC/2002-07-14-MiscTests2.c
test/FrontendC/2002-07-14-MiscTests3.c
test/FrontendC/2002-07-16-HardStringInit.c
test/FrontendC/2002-07-17-StringConstant.c
test/FrontendC/2002-07-29-Casts.c
test/FrontendC/2002-07-30-SubregSetAssertion.c
test/FrontendC/2002-07-30-UnionTest.c
test/FrontendC/2002-07-30-VarArgsCallFailure.c
test/FrontendC/2002-07-31-BadAssert.c
test/FrontendC/2002-07-31-SubregFailure.c
test/FrontendC/2002-08-02-UnionTest.c
test/FrontendC/2002-08-19-RecursiveLocals.c
test/FrontendC/2002-09-08-PointerShifts.c
test/FrontendC/2002-09-18-UnionProblem.c
test/FrontendC/2002-09-19-StarInLabel.c
test/FrontendC/2002-10-12-TooManyArguments.c
test/FrontendC/2002-12-15-GlobalBoolTest.c
test/FrontendC/2002-12-15-GlobalConstantTest.c
test/FrontendC/2002-12-15-GlobalRedefinition.c
test/FrontendC/2002-12-15-StructParameters.c
test/FrontendC/2003-03-03-DeferredType.c
test/FrontendC/2003-06-22-UnionCrash.c
test/FrontendC/2003-06-23-GCC-fold-infinite-recursion.c
test/FrontendC/2003-06-26-CFECrash.c
test/FrontendC/2003-06-29-MultipleFunctionDefinition.c
test/FrontendC/2003-08-18-SigSetJmp.c
test/FrontendC/2003-08-18-StructAsValue.c
test/FrontendC/2003-08-20-BadBitfieldRef.c
test/FrontendC/2003-08-20-PrototypeMismatch.c
test/FrontendC/2003-08-20-vfork-bug.c
test/FrontendC/2003-08-21-BinOp-Type-Mismatch.c
test/FrontendC/2003-08-21-StmtExpr.c
test/FrontendC/2003-08-21-WideString.c
test/FrontendC/2003-08-23-LocalUnionTest.c
test/FrontendC/2003-08-29-BitFieldStruct.c
test/FrontendC/2003-08-29-HugeCharConst.c
test/FrontendC/2003-08-29-StructLayoutBug.c
test/FrontendC/2003-08-30-LargeIntegerBitfieldMember.c
test/FrontendC/2003-09-18-BitfieldTests.c
test/FrontendC/2003-09-30-StructLayout.c
test/FrontendC/2003-10-02-UnionLValueError.c
test/FrontendC/2003-10-06-NegateExprType.c
test/FrontendC/2003-10-09-UnionInitializerBug.c
test/FrontendC/2003-10-28-ident.c
test/FrontendC/2003-10-29-AsmRename.c
test/FrontendC/2003-11-01-C99-CompoundLiteral.c
test/FrontendC/2003-11-01-EmptyStructCrash.c
test/FrontendC/2003-11-01-GlobalUnionInit.c
test/FrontendC/2003-11-04-EmptyStruct.c
test/FrontendC/2003-11-04-OutOfMemory.c
test/FrontendC/2003-11-12-VoidString.c
test/FrontendC/2003-11-16-StaticArrayInit.c
test/FrontendC/2003-11-18-CondExprLValue.c
test/FrontendC/2003-11-19-BitFieldArray.c
test/FrontendC/2003-11-20-Bitfields.c
test/FrontendC/2003-11-20-ComplexDivision.c
test/FrontendC/2003-11-20-UnionBitfield.c
test/FrontendC/2003-11-26-PointerShift.c
test/FrontendC/2003-11-27-ConstructorCast.c
test/FrontendC/2003-11-27-UnionCtorInitialization.c
test/FrontendC/2004-01-08-ExternInlineRedefine.c
test/FrontendC/2004-03-07-ComplexDivEquals.c
test/FrontendC/2004-03-09-LargeArrayInitializers.c
test/FrontendC/2004-03-15-SimpleIndirectGoto.c
test/FrontendC/2004-03-16-AsmRegisterCrash.c
test/FrontendC/2004-05-07-VarArrays.c
test/FrontendC/2004-05-21-IncompleteEnum.c
test/FrontendC/2004-06-08-OpaqueStructArg.c
test/FrontendC/2004-06-17-UnorderedBuiltins.c
test/FrontendC/2004-06-18-VariableLengthArrayOfStructures.c
test/FrontendC/2004-07-06-FunctionCast.c
test/FrontendC/2004-08-06-LargeStructTest.c
test/FrontendC/2005-02-27-MarkGlobalConstant.c
test/FrontendC/2005-07-20-SqrtNoErrno.c
test/FrontendC/2005-09-20-ComplexConstants.c
test/FrontendC/2005-12-04-DeclarationLineNumbers.c
test/FrontendC/2006-01-13-Includes.c
test/FrontendC/2007-02-16-WritableStrings.c
test/FrontendC/2007-03-27-VarLengthArray.c
test/FrontendC/2008-03-05-syncPtr.c
test/FrontendC/2008-03-24-BitField-And-Alloca.c
test/FrontendC/2008-07-29-EHLabel.ll
test/FrontendC/2009-02-17-BitField-dbg.c
test/FrontendC/2009-03-09-WeakDeclarations-1.c
test/FrontendC/2009-07-14-VoidPtr.c [new file with mode: 0644]
test/FrontendC/2009-07-15-pad-wchar_t-array.c [new file with mode: 0644]
test/FrontendC/2009-07-17-VoidParameter.c [new file with mode: 0644]
test/FrontendC/2009-07-22-StructLayout.c [new file with mode: 0644]
test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c [new file with mode: 0644]
test/FrontendC/2009-09-24-SqrtErrno.c [new file with mode: 0644]
test/FrontendC/Atomics-no64bit.c
test/FrontendC/Atomics.c
test/FrontendC/func-aligned.c [new file with mode: 0644]
test/FrontendC/msasm.c [new file with mode: 0644]
test/FrontendC/ptr-rotate.c [new file with mode: 0644]
test/FrontendC/redef-ext-inline.c [new file with mode: 0644]
test/FrontendC/wchar-const.c [new file with mode: 0644]
test/FrontendObjC/2007-10-17-SJLJExceptions.m
test/FrontendObjC/2009-04-14-AsmSection.m
test/FrontendObjC/2009-04-27-bitfield-vs-ivar.m
test/FrontendObjC/2009-08-05-utf16.m [new file with mode: 0644]
test/FrontendObjC/2009-08-17-DebugInfo.m [new file with mode: 0644]
test/Integer/a15.ll.out
test/Integer/a17.ll.out
test/Integer/a31.ll.out
test/Integer/a33.ll.out
test/Integer/a63.ll.out
test/Integer/a7.ll.out
test/Integer/a9.ll.out
test/Integer/varargs_bt.ll
test/LLVMC/C++/dash-x.cpp [new file with mode: 0644]
test/LLVMC/C++/dg.exp [new file with mode: 0644]
test/LLVMC/C++/hello.cpp [new file with mode: 0644]
test/LLVMC/C++/together.cpp [new file with mode: 0644]
test/LLVMC/C/dg.exp [new file with mode: 0644]
test/LLVMC/C/emit-llvm.c [new file with mode: 0644]
test/LLVMC/C/hello.c [new file with mode: 0644]
test/LLVMC/C/include.c [new file with mode: 0644]
test/LLVMC/C/opt-test.c [new file with mode: 0644]
test/LLVMC/C/sink.c [new file with mode: 0644]
test/LLVMC/C/wall.c [new file with mode: 0644]
test/LLVMC/EmptyCompilationGraph.td
test/LLVMC/EnvParentheses.td
test/LLVMC/ExternOptions.td
test/LLVMC/ForwardAs.td
test/LLVMC/HookWithArguments.td
test/LLVMC/MultiValuedOption.td
test/LLVMC/MultipleCompilationGraphs.td
test/LLVMC/NoActions.td
test/LLVMC/NoCompilationGraph.td
test/LLVMC/ObjC++/dg.exp [new file with mode: 0644]
test/LLVMC/ObjC++/hello.mm [new file with mode: 0644]
test/LLVMC/ObjC/dg.exp [new file with mode: 0644]
test/LLVMC/ObjC/hello.m [new file with mode: 0644]
test/LLVMC/OneOrMore.td
test/LLVMC/TestWarnings.td
test/LLVMC/dg.exp [new file with mode: 0644]
test/LLVMC/test_data/false.c [new file with mode: 0644]
test/Linker/2003-01-30-LinkerRename.ll
test/Linker/2003-01-30-LinkerTypeRename.ll
test/Linker/2003-04-21-Linkage.ll
test/Linker/2003-04-23-LinkOnceLost.ll
test/Linker/2003-04-26-NullPtrLinkProblem.ll
test/Linker/2003-05-15-TypeProblem.ll
test/Linker/2003-05-31-LinkerRename.ll
test/Linker/2003-08-20-OpaqueTypeResolve.ll
test/Linker/2003-08-23-GlobalVarLinking.ll
test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
test/Linker/2003-08-28-TypeResolvesGlobal.ll
test/Linker/2003-08-28-TypeResolvesGlobal2.ll
test/Linker/2003-08-28-TypeResolvesGlobal3.ll
test/Linker/2003-10-21-ConflictingTypesTolerance.ll
test/Linker/2004-02-17-WeakStrongLinkage.ll
test/Linker/2004-05-07-TypeResolution1.ll
test/Linker/2004-12-03-DisagreeingType.ll
test/Linker/2005-02-12-ConstantGlobals-2.ll
test/Linker/2005-02-12-ConstantGlobals.ll
test/Linker/2005-12-06-AppendingZeroLengthArrays.ll
test/Linker/2006-01-19-ConstantPacked.ll
test/Linker/2006-06-15-GlobalVarAlignment.ll
test/Linker/2008-03-05-AliasReference.ll
test/Linker/2008-06-13-LinkOnceRedefinition.ll
test/Linker/2008-06-26-AddressSpace.ll
test/Linker/2008-07-06-AliasFnDecl.ll
test/Linker/2008-07-06-AliasWeakDest.ll
test/Linker/2009-09-03-mdnode.ll [new file with mode: 0644]
test/Linker/2009-09-03-mdnode2.ll [new file with mode: 0644]
test/Linker/AppendingLinkage.ll
test/Linker/AppendingLinkage2.ll
test/Linker/ConstantGlobals1.ll
test/Linker/ConstantGlobals2.ll
test/Linker/ConstantGlobals3.ll
test/Linker/LinkOnce.ll
test/Linker/basiclink.ll
test/Linker/link-archive.ll
test/Linker/link-global-to-func.ll
test/Linker/link-messages.ll
test/Linker/linkmdnode.ll [new file with mode: 0644]
test/Linker/linkmdnode2.ll [new file with mode: 0644]
test/Linker/linknamedmdnode.ll [new file with mode: 0644]
test/Linker/linknamedmdnode2.ll [new file with mode: 0644]
test/Linker/partial-type-refinement-link.ll [new file with mode: 0644]
test/Linker/partial-type-refinement.ll [new file with mode: 0644]
test/Linker/redefinition.ll
test/Linker/weakextern.ll
test/MC/AsmParser/ARM/arm_word_directive.s [new file with mode: 0644]
test/MC/AsmParser/ARM/dg.exp [new file with mode: 0644]
test/MC/AsmParser/X86/dg.exp [new file with mode: 0644]
test/MC/AsmParser/X86/x86_instructions.s [new file with mode: 0644]
test/MC/AsmParser/X86/x86_operands.s [new file with mode: 0644]
test/MC/AsmParser/X86/x86_word_directive.s [new file with mode: 0644]
test/MC/AsmParser/assignment.s
test/MC/AsmParser/conditional_asm.s [new file with mode: 0644]
test/MC/AsmParser/dg.exp
test/MC/AsmParser/directive_abort.s [new file with mode: 0644]
test/MC/AsmParser/directive_align.s
test/MC/AsmParser/directive_ascii.s
test/MC/AsmParser/directive_comm.s [new file with mode: 0644]
test/MC/AsmParser/directive_darwin_section.s [new file with mode: 0644]
test/MC/AsmParser/directive_desc.s [new file with mode: 0644]
test/MC/AsmParser/directive_file.s [new file with mode: 0644]
test/MC/AsmParser/directive_fill.s
test/MC/AsmParser/directive_include.s [new file with mode: 0644]
test/MC/AsmParser/directive_lcomm.s [new file with mode: 0644]
test/MC/AsmParser/directive_line.s [new file with mode: 0644]
test/MC/AsmParser/directive_loc.s [new file with mode: 0644]
test/MC/AsmParser/directive_lsym.s [new file with mode: 0644]
test/MC/AsmParser/directive_org.s
test/MC/AsmParser/directive_set.s
test/MC/AsmParser/directive_space.s
test/MC/AsmParser/directive_subsections_via_symbols.s [new file with mode: 0644]
test/MC/AsmParser/directive_symbol_attrs.s
test/MC/AsmParser/directive_values.s
test/MC/AsmParser/directive_zerofill.s [new file with mode: 0644]
test/MC/AsmParser/exprs-invalid.s [new file with mode: 0644]
test/MC/AsmParser/exprs.s
test/MC/AsmParser/hello.s [new file with mode: 0644]
test/MC/AsmParser/labels.s [new file with mode: 0644]
test/MC/MachO/comm-1.s [new file with mode: 0644]
test/MC/MachO/data.s [new file with mode: 0644]
test/MC/MachO/dg.exp [new file with mode: 0644]
test/MC/MachO/lcomm-attributes.s [new file with mode: 0644]
test/MC/MachO/reloc.s [new file with mode: 0644]
test/MC/MachO/section-align-1.s [new file with mode: 0644]
test/MC/MachO/section-align-2.s [new file with mode: 0644]
test/MC/MachO/sections.s [new file with mode: 0644]
test/MC/MachO/symbol-flags.s [new file with mode: 0644]
test/MC/MachO/symbol-indirect.s [new file with mode: 0644]
test/MC/MachO/symbols-1.s [new file with mode: 0644]
test/MC/MachO/values.s [new file with mode: 0644]
test/MC/MachO/zerofill-1.s [new file with mode: 0644]
test/MC/MachO/zerofill-2.s [new file with mode: 0644]
test/MC/MachO/zerofill-3.s [new file with mode: 0644]
test/Makefile
test/Makefile.tests
test/Other/2002-01-31-CallGraph.ll
test/Other/2002-02-24-InlineBrokePHINodes.ll
test/Other/2002-03-11-ConstPropCrash.ll
test/Other/2003-02-19-LoopInfoNestingBug.ll
test/Other/2006-02-05-PassManager.ll
test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll
test/Other/2007-06-05-PassID.ll
test/Other/2007-06-28-PassManager.ll
test/Other/2007-09-10-PassManager.ll
test/Other/2008-02-14-PassManager.ll
test/Other/2008-03-19-PassManager.ll
test/Other/2008-06-04-FieldSizeInPacked.ll
test/Other/2008-08-14-PassManager.ll
test/Other/2008-10-06-RemoveDeadPass.ll
test/Other/2009-03-31-CallGraph.ll
test/Other/2009-06-05-no-implicit-float.ll
test/Other/2009-09-14-function-elements.ll [new file with mode: 0644]
test/Scripts/macho-dump [new file with mode: 0755]
test/Transforms/ADCE/2002-01-31-UseStuckAround.ll
test/Transforms/ADCE/2002-05-22-PHITest.ll
test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll
test/Transforms/ADCE/2002-05-28-Crash-distilled.ll
test/Transforms/ADCE/2002-05-28-Crash.ll
test/Transforms/ADCE/2002-07-17-AssertionFailure.ll
test/Transforms/ADCE/2002-07-17-PHIAssertion.ll
test/Transforms/ADCE/2002-07-29-Segfault.ll
test/Transforms/ADCE/2003-01-22-PredecessorProblem.ll
test/Transforms/ADCE/2003-04-25-PHIPostDominateProblem.ll
test/Transforms/ADCE/2003-06-11-InvalidCFG.ll
test/Transforms/ADCE/2003-06-24-BadSuccessor.ll
test/Transforms/ADCE/2003-06-24-BasicFunctionality.ll
test/Transforms/ADCE/2003-09-10-UnwindInstFail.ll
test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll
test/Transforms/ADCE/2003-11-16-MissingPostDominanceInfo.ll
test/Transforms/ADCE/2004-05-04-UnreachableBlock.ll
test/Transforms/ADCE/2005-02-17-PHI-Invoke-Crash.ll
test/Transforms/ADCE/basictest.ll
test/Transforms/ADCE/basictest1.ll
test/Transforms/ADCE/basictest2.ll
test/Transforms/ADCE/dce_pure_call.ll
test/Transforms/ADCE/dce_pure_invoke.ll
test/Transforms/ADCE/unreachable-function.ll
test/Transforms/ArgumentPromotion/2008-02-01-ReturnAttrs.ll
test/Transforms/ArgumentPromotion/2008-07-02-array-indexing.ll
test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll
test/Transforms/ArgumentPromotion/2008-09-08-CGUpdateSelfEdge.ll
test/Transforms/ArgumentPromotion/aggregate-promote.ll
test/Transforms/ArgumentPromotion/attrs.ll
test/Transforms/ArgumentPromotion/basictest.ll
test/Transforms/ArgumentPromotion/byval-2.ll
test/Transforms/ArgumentPromotion/byval.ll
test/Transforms/ArgumentPromotion/callgraph-update.ll [new file with mode: 0644]
test/Transforms/ArgumentPromotion/chained.ll
test/Transforms/ArgumentPromotion/control-flow.ll
test/Transforms/ArgumentPromotion/control-flow2.ll
test/Transforms/ArgumentPromotion/pr3085.ll
test/Transforms/BlockPlacement/basictest.ll
test/Transforms/BranchFolding/2007-10-19-InlineAsmDirectives.ll
test/Transforms/CodeExtractor/2004-03-13-LoopExtractorCrash.ll
test/Transforms/CodeExtractor/2004-03-14-DominanceProblem.ll
test/Transforms/CodeExtractor/2004-03-14-NoSwitchSupport.ll
test/Transforms/CodeExtractor/2004-03-17-MissedLiveIns.ll
test/Transforms/CodeExtractor/2004-03-17-OutputMismatch.ll
test/Transforms/CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll
test/Transforms/CodeExtractor/2004-08-12-BlockExtractPHI.ll
test/Transforms/CodeExtractor/2004-11-12-InvokeExtract.ll
test/Transforms/CodeGenPrepare/2008-11-24-RAUW-Self.ll
test/Transforms/CondProp/2006-08-14-SingleEntryPhiCrash.ll
test/Transforms/CondProp/2006-11-01-PhiNodeCrash.ll
test/Transforms/CondProp/2007-08-01-InvalidRead.ll
test/Transforms/CondProp/2009-01-25-SingleEntryPHI.ll
test/Transforms/CondProp/basictest-dbg.ll
test/Transforms/CondProp/basictest.ll
test/Transforms/CondProp/phisimplify.ll
test/Transforms/CondProp/phisimplify2.ll
test/Transforms/CondProp/phisimplify3.ll
test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll
test/Transforms/ConstProp/2002-05-03-NotOperator.ll
test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll
test/Transforms/ConstProp/2003-05-12-DivideError.ll
test/Transforms/ConstProp/2005-01-28-SetCCGEP.ll
test/Transforms/ConstProp/2006-11-30-vector-cast.ll
test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll
test/Transforms/ConstProp/2006-12-01-bool-casts.ll
test/Transforms/ConstProp/2007-02-05-BitCast.ll
test/Transforms/ConstProp/2007-11-23-cttz.ll
test/Transforms/ConstProp/2008-07-07-VectorCompare.ll
test/Transforms/ConstProp/2009-09-01-GEP-Crash.ll [new file with mode: 0644]
test/Transforms/ConstProp/2009-09-19-ConstFold-i1-ConstExpr.ll [new file with mode: 0644]
test/Transforms/ConstProp/basictest.ll
test/Transforms/ConstProp/bitcast2.ll
test/Transforms/ConstProp/bswap.ll
test/Transforms/ConstProp/calls.ll
test/Transforms/ConstProp/div-zero.ll
test/Transforms/ConstProp/float-to-ptr-cast.ll
test/Transforms/ConstProp/logicaltest.ll
test/Transforms/ConstProp/nottest.ll
test/Transforms/ConstProp/overflow-ops.ll [new file with mode: 0644]
test/Transforms/ConstProp/phi.ll
test/Transforms/ConstProp/remtest.ll
test/Transforms/ConstantMerge/2002-09-23-CPR-Update.ll
test/Transforms/ConstantMerge/2003-10-28-MergeExternalConstants.ll
test/Transforms/ConstantMerge/2006-03-07-DontMergeDiffSections.ll
test/Transforms/DeadArgElim/2006-06-27-struct-ret.ll
test/Transforms/DeadArgElim/2007-02-07-FuncRename.ll
test/Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll
test/Transforms/DeadArgElim/2007-12-20-ParamAttrs.ll
test/Transforms/DeadArgElim/2008-01-16-VarargsParamAttrs.ll
test/Transforms/DeadArgElim/2008-06-23-DeadAfterLive.ll
test/Transforms/DeadArgElim/2009-03-17-MRE-Invoke.ll
test/Transforms/DeadArgElim/basictest.ll
test/Transforms/DeadArgElim/canon.ll
test/Transforms/DeadArgElim/dead_vaargs.ll
test/Transforms/DeadArgElim/deadretval.ll
test/Transforms/DeadArgElim/deadretval2.ll
test/Transforms/DeadArgElim/keepalive.ll
test/Transforms/DeadArgElim/multdeadretval.ll
test/Transforms/DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll
test/Transforms/DeadStoreElimination/2004-12-28-PartialStore.ll
test/Transforms/DeadStoreElimination/2005-11-30-vaarg.ll
test/Transforms/DeadStoreElimination/2006-06-27-AST-Remove.ll
test/Transforms/DeadStoreElimination/2008-07-28-load-store.ll
test/Transforms/DeadStoreElimination/2008-11-28-MemDepUpdate.ll
test/Transforms/DeadStoreElimination/2008-11-29-OffEndOfBlock.ll
test/Transforms/DeadStoreElimination/PartialStore.ll
test/Transforms/DeadStoreElimination/alloca.ll
test/Transforms/DeadStoreElimination/byval.ll
test/Transforms/DeadStoreElimination/context-sensitive.ll
test/Transforms/DeadStoreElimination/crash.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/free.ll
test/Transforms/DeadStoreElimination/memcpy.ll
test/Transforms/DeadStoreElimination/simple.ll
test/Transforms/DeadStoreElimination/volatile-load.ll
test/Transforms/FunctionAttrs/2008-09-03-Mutual.ll
test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll
test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll
test/Transforms/FunctionAttrs/2008-09-13-VolatileRead.ll
test/Transforms/FunctionAttrs/2008-10-04-LocalMemory.ll
test/Transforms/FunctionAttrs/2008-12-29-Constant.ll
test/Transforms/FunctionAttrs/2008-12-31-NoCapture.ll
test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll
test/Transforms/FunctionAttrs/2009-05-06-Malloc.ll
test/Transforms/GVN/2007-07-25-DominatedLoop.ll
test/Transforms/GVN/2007-07-25-InfiniteLoop.ll
test/Transforms/GVN/2007-07-25-Loop.ll
test/Transforms/GVN/2007-07-25-NestedLoop.ll
test/Transforms/GVN/2007-07-25-SinglePredecessor.ll
test/Transforms/GVN/2007-07-26-InterlockingLoops.ll
test/Transforms/GVN/2007-07-26-NonRedundant.ll
test/Transforms/GVN/2007-07-26-PhiErasure.ll
test/Transforms/GVN/2007-07-30-PredIDom.ll
test/Transforms/GVN/2007-07-31-NoDomInherit.ll
test/Transforms/GVN/2007-07-31-RedundantPhi.ll
test/Transforms/GVN/2008-02-12-UndefLoad.ll
test/Transforms/GVN/2008-02-13-NewPHI.ll
test/Transforms/GVN/2008-02-24-NonDominatedMemcpy.ll
test/Transforms/GVN/2008-02-26-MemCpySize.ll
test/Transforms/GVN/2008-07-02-Unreachable.ll
test/Transforms/GVN/2008-12-09-SelfRemove.ll
test/Transforms/GVN/2008-12-12-RLE-Crash.ll
test/Transforms/GVN/2008-12-14-rle-reanalyze.ll
test/Transforms/GVN/2008-12-15-CacheVisited.ll
test/Transforms/GVN/2009-01-21-SortInvalidation.ll
test/Transforms/GVN/2009-01-22-SortInvalidation.ll
test/Transforms/GVN/2009-02-17-LoadPRECrash.ll
test/Transforms/GVN/2009-03-05-dbg.ll
test/Transforms/GVN/2009-03-10-PREOnVoid.ll
test/Transforms/GVN/2009-06-17-InvalidPRE.ll
test/Transforms/GVN/2009-07-13-MemDepSortFail.ll [new file with mode: 0644]
test/Transforms/GVN/2009-11-12-MemDepMallocBitCast.ll [new file with mode: 0644]
test/Transforms/GVN/basic.ll
test/Transforms/GVN/bitcast-of-call.ll
test/Transforms/GVN/calls-nonlocal.ll
test/Transforms/GVN/calls-readonly.ll
test/Transforms/GVN/condprop.ll
test/Transforms/GVN/load-constant-mem.ll
test/Transforms/GVN/local-pre.ll
test/Transforms/GVN/lpre-basic.ll
test/Transforms/GVN/lpre-call-wrap-2.ll
test/Transforms/GVN/lpre-call-wrap.ll
test/Transforms/GVN/mixed.ll
test/Transforms/GVN/pre-basic-add.ll
test/Transforms/GVN/pre-single-pred.ll
test/Transforms/GVN/rle-dominated.ll
test/Transforms/GVN/rle-must-alias.ll
test/Transforms/GVN/rle-no-phi-translate.ll
test/Transforms/GVN/rle-nonlocal.ll
test/Transforms/GVN/rle-phi-translate.ll
test/Transforms/GVN/rle-semidominated.ll
test/Transforms/GVN/rle.ll [new file with mode: 0644]
test/Transforms/GlobalDCE/2002-07-17-CastRef.ll
test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll
test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll
test/Transforms/GlobalDCE/2002-09-12-Redeletion.ll
test/Transforms/GlobalDCE/2003-07-01-SelfReference.ll
test/Transforms/GlobalDCE/2003-10-09-PreserveWeakGlobals.ll
test/Transforms/GlobalDCE/2009-01-05-DeadAliases.ll
test/Transforms/GlobalDCE/2009-02-17-AliasUsesAliasee.ll
test/Transforms/GlobalDCE/2009-09-03-MDNode.ll [new file with mode: 0644]
test/Transforms/GlobalDCE/basicvariabletest.ll
test/Transforms/GlobalDCE/externally_available.ll
test/Transforms/GlobalOpt/2004-10-10-CastStoreOnce.ll
test/Transforms/GlobalOpt/2005-06-15-LocalizeConstExprCrash.ll
test/Transforms/GlobalOpt/2005-09-27-Crash.ll
test/Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll
test/Transforms/GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll
test/Transforms/GlobalOpt/2007-04-05-Crash.ll
test/Transforms/GlobalOpt/2007-05-13-Crash.ll
test/Transforms/GlobalOpt/2007-06-04-PackedStruct.ll
test/Transforms/GlobalOpt/2007-11-09-GEP-GEP-Crash.ll
test/Transforms/GlobalOpt/2008-01-03-Crash.ll
test/Transforms/GlobalOpt/2008-01-13-OutOfRangeSROA.ll
test/Transforms/GlobalOpt/2008-01-29-VolatileGlobal.ll
test/Transforms/GlobalOpt/2008-02-16-NestAttr.ll
test/Transforms/GlobalOpt/2008-04-26-SROA-Global-Align.ll
test/Transforms/GlobalOpt/2008-07-17-addrspace.ll
test/Transforms/GlobalOpt/2008-12-16-HeapSRACrash-2.ll
test/Transforms/GlobalOpt/2008-12-16-HeapSRACrash.ll
test/Transforms/GlobalOpt/2009-01-13-phi-user.ll
test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll
test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll
test/Transforms/GlobalOpt/2009-03-03-dbg.ll
test/Transforms/GlobalOpt/2009-03-05-dbg.ll
test/Transforms/GlobalOpt/2009-03-06-Anonymous.ll
test/Transforms/GlobalOpt/2009-03-07-PromotePtrToBool.ll
test/Transforms/GlobalOpt/2009-06-01-RecursivePHI.ll
test/Transforms/GlobalOpt/alias-resolve.ll
test/Transforms/GlobalOpt/basictest.ll
test/Transforms/GlobalOpt/constantexpr-dangle.ll
test/Transforms/GlobalOpt/ctor-list-opt-dbg.ll
test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/ctor-list-opt.ll
test/Transforms/GlobalOpt/deadglobal-2.ll
test/Transforms/GlobalOpt/deadglobal.ll
test/Transforms/GlobalOpt/globalsra-partial.ll
test/Transforms/GlobalOpt/globalsra-unknown-index.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/globalsra.ll
test/Transforms/GlobalOpt/heap-sra-1.ll
test/Transforms/GlobalOpt/heap-sra-2.ll
test/Transforms/GlobalOpt/heap-sra-phi.ll
test/Transforms/GlobalOpt/integer-bool.ll
test/Transforms/GlobalOpt/iterate.ll
test/Transforms/GlobalOpt/load-store-global.ll
test/Transforms/GlobalOpt/malloc-promote-1.ll
test/Transforms/GlobalOpt/malloc-promote-2.ll
test/Transforms/GlobalOpt/malloc-promote-3.ll
test/Transforms/GlobalOpt/memcpy.ll
test/Transforms/GlobalOpt/memset.ll
test/Transforms/GlobalOpt/phi-select.ll
test/Transforms/GlobalOpt/storepointer-compare.ll
test/Transforms/GlobalOpt/storepointer.ll
test/Transforms/GlobalOpt/trivialstore.ll
test/Transforms/GlobalOpt/undef-init.ll
test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll
test/Transforms/IPConstantProp/2009-09-24-byval-ptr.ll [new file with mode: 0644]
test/Transforms/IPConstantProp/deadarg.ll
test/Transforms/IPConstantProp/recursion.ll
test/Transforms/IPConstantProp/return-argument.ll
test/Transforms/IPConstantProp/return-constant.ll
test/Transforms/IPConstantProp/return-constants.ll
test/Transforms/IndMemRem/2009-01-24-Noalias.ll
test/Transforms/IndVarSimplify/2002-09-09-PointerIndVar.ll
test/Transforms/IndVarSimplify/2003-04-16-ExprAnalysis.ll
test/Transforms/IndVarSimplify/2003-09-12-MultiplePred.ll
test/Transforms/IndVarSimplify/2003-09-23-NotAtTop.ll
test/Transforms/IndVarSimplify/2003-12-10-IndVarDeadCode.ll
test/Transforms/IndVarSimplify/2003-12-10-RemoveInstrCrash.ll
test/Transforms/IndVarSimplify/2003-12-15-Crash.ll
test/Transforms/IndVarSimplify/2003-12-21-IndVarSize.ll
test/Transforms/IndVarSimplify/2004-03-10-PHIInsertionBug.ll
test/Transforms/IndVarSimplify/2004-04-05-InvokeCastCrash.ll
test/Transforms/IndVarSimplify/2004-04-07-ScalarEvolutionCrash.ll
test/Transforms/IndVarSimplify/2005-02-11-InvokeCrash.ll
test/Transforms/IndVarSimplify/2005-02-17-TruncateExprCrash.ll
test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll
test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll
test/Transforms/IndVarSimplify/2005-11-18-Crash.ll
test/Transforms/IndVarSimplify/2006-03-31-NegativeStride.ll
test/Transforms/IndVarSimplify/2006-06-16-Indvar-LCSSA-Crash.ll
test/Transforms/IndVarSimplify/2006-09-20-LFTR-Crash.ll
test/Transforms/IndVarSimplify/2006-12-10-BitCast.ll
test/Transforms/IndVarSimplify/2007-01-06-TripCount.ll
test/Transforms/IndVarSimplify/2007-01-08-X86-64-Pointer.ll
test/Transforms/IndVarSimplify/2007-06-06-DeleteDanglesPtr.ll
test/Transforms/IndVarSimplify/2007-11-23-BitcastCrash.ll
test/Transforms/IndVarSimplify/2008-06-15-SCEVExpanderBug.ll
test/Transforms/IndVarSimplify/2008-09-02-IVType.ll
test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll
test/Transforms/IndVarSimplify/2008-11-03-Floating.ll
test/Transforms/IndVarSimplify/2008-11-17-Floating.ll
test/Transforms/IndVarSimplify/2008-11-25-APFloatAssert.ll
test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
test/Transforms/IndVarSimplify/2009-04-15-shorten-iv-vars-2.ll
test/Transforms/IndVarSimplify/2009-04-22-IndvarCrash.ll
test/Transforms/IndVarSimplify/2009-04-27-Floating.ll
test/Transforms/IndVarSimplify/2009-05-24-useafterfree.ll
test/Transforms/IndVarSimplify/ada-loops.ll
test/Transforms/IndVarSimplify/addrec-gep.ll
test/Transforms/IndVarSimplify/ashr-tripcount.ll
test/Transforms/IndVarSimplify/avoid-i0.ll
test/Transforms/IndVarSimplify/casted-argument.ll
test/Transforms/IndVarSimplify/complex-scev.ll
test/Transforms/IndVarSimplify/divide-pointer.ll
test/Transforms/IndVarSimplify/exit_value_tests.ll
test/Transforms/IndVarSimplify/gep-with-mul-base.ll
test/Transforms/IndVarSimplify/interesting-invoke-use.ll
test/Transforms/IndVarSimplify/iterationCount_zext_or_trunc.ll
test/Transforms/IndVarSimplify/iv-sext.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/iv-zext.ll
test/Transforms/IndVarSimplify/lftr-other-uses.ll
test/Transforms/IndVarSimplify/lftr-promote.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/lftr_simple.ll
test/Transforms/IndVarSimplify/loop-invariant-step.ll
test/Transforms/IndVarSimplify/loop_evaluate10.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/loop_evaluate11.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/loop_evaluate7.ll
test/Transforms/IndVarSimplify/loop_evaluate8.ll
test/Transforms/IndVarSimplify/loop_evaluate9.ll
test/Transforms/IndVarSimplify/loop_evaluate_1.ll
test/Transforms/IndVarSimplify/loop_evaluate_2.ll
test/Transforms/IndVarSimplify/loop_evaluate_3.ll
test/Transforms/IndVarSimplify/loop_evaluate_4.ll
test/Transforms/IndVarSimplify/loop_evaluate_5.ll
test/Transforms/IndVarSimplify/loop_evaluate_6.ll
test/Transforms/IndVarSimplify/masked-iv.ll
test/Transforms/IndVarSimplify/max-pointer.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll
test/Transforms/IndVarSimplify/pointer-indvars.ll
test/Transforms/IndVarSimplify/pointer.ll
test/Transforms/IndVarSimplify/polynomial-expand.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/preserve-gep-loop-variant.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/preserve-gep-nested.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/preserve-gep-remainder.ll
test/Transforms/IndVarSimplify/preserve-gep.ll
test/Transforms/IndVarSimplify/preserve-signed-wrap.ll
test/Transforms/IndVarSimplify/promote-iv-to-eliminate-casts.ll
test/Transforms/IndVarSimplify/shrunk-constant.ll
test/Transforms/IndVarSimplify/signed-trip-count.ll
test/Transforms/IndVarSimplify/single-element-range.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/sink-alloca.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/sink-trapping.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/subtract.ll
test/Transforms/IndVarSimplify/tripcount_compute.ll
test/Transforms/IndVarSimplify/tripcount_infinite.ll
test/Transforms/IndVarSimplify/variable-stride-ivs-0.ll
test/Transforms/IndVarSimplify/variable-stride-ivs-1.ll
test/Transforms/Inline/2003-09-14-InlineValue.ll
test/Transforms/Inline/2003-09-22-PHINodeInlineFail.ll
test/Transforms/Inline/2003-09-22-PHINodesInExceptionDest.ll
test/Transforms/Inline/2003-09-22-PHINodesInNormalInvokeDest.ll
test/Transforms/Inline/2003-10-13-AllocaDominanceProblem.ll
test/Transforms/Inline/2003-10-26-InlineInvokeExceptionDestPhi.ll
test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll
test/Transforms/Inline/2004-04-20-InlineLinkOnce.ll
test/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll
test/Transforms/Inline/2006-01-14-CallGraphUpdate.ll
test/Transforms/Inline/2006-07-12-InlinePruneCGUpdate.ll
test/Transforms/Inline/2006-11-09-InlineCGUpdate-2.ll
test/Transforms/Inline/2006-11-09-InlineCGUpdate.ll
test/Transforms/Inline/2007-04-15-InlineEH.ll
test/Transforms/Inline/2007-06-06-NoInline.ll
test/Transforms/Inline/2007-06-25-WeakInline.ll
test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
test/Transforms/Inline/2008-03-04-StructRet.ll
test/Transforms/Inline/2008-03-07-Inline-2.ll
test/Transforms/Inline/2008-03-07-Inline.ll
test/Transforms/Inline/2008-09-02-AlwaysInline.ll
test/Transforms/Inline/2008-09-02-NoInline.ll
test/Transforms/Inline/2008-10-30-AlwaysInline.ll
test/Transforms/Inline/2008-11-04-AlwaysInline.ll
test/Transforms/Inline/2009-01-08-NoInlineDynamicAlloca.ll
test/Transforms/Inline/2009-01-12-RecursiveInline.ll
test/Transforms/Inline/2009-01-13-RecursiveInlineCrash.ll
test/Transforms/Inline/2009-05-07-CallUsingSelfCrash.ll
test/Transforms/Inline/PR4909.ll [new file with mode: 0644]
test/Transforms/Inline/alloca-in-scc.ll [new file with mode: 0644]
test/Transforms/Inline/alloca_test.ll
test/Transforms/Inline/always_inline_dyn_alloca.ll
test/Transforms/Inline/array_merge.ll [new file with mode: 0644]
test/Transforms/Inline/basictest.ll
test/Transforms/Inline/byval.ll
test/Transforms/Inline/byval2.ll
test/Transforms/Inline/callgraph-update.ll [new file with mode: 0644]
test/Transforms/Inline/casts.ll
test/Transforms/Inline/cfg_preserve_test.ll
test/Transforms/Inline/crash.ll [new file with mode: 0644]
test/Transforms/Inline/dynamic_alloca_test.ll
test/Transforms/Inline/externally_available.ll
test/Transforms/Inline/indirect_resolve.ll [new file with mode: 0644]
test/Transforms/Inline/inline-invoke-tail.ll
test/Transforms/Inline/inline-tail.ll
test/Transforms/Inline/inline_cleanup.ll
test/Transforms/Inline/inline_constprop.ll
test/Transforms/Inline/inline_dce.ll
test/Transforms/Inline/inline_prune.ll
test/Transforms/Inline/invoke_test-1.ll
test/Transforms/Inline/invoke_test-2.ll
test/Transforms/Inline/invoke_test-3.ll
test/Transforms/Inline/nested-inline.ll [new file with mode: 0644]
test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll
test/Transforms/InstCombine/2002-05-14-SubFailure.ll
test/Transforms/InstCombine/2002-08-02-CastTest.ll
test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll
test/Transforms/InstCombine/2003-05-26-CastMiscompile.ll
test/Transforms/InstCombine/2003-05-27-ConstExprCrash.ll
test/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll
test/Transforms/InstCombine/2003-07-21-ExternalConstant.ll
test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll
test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll
test/Transforms/InstCombine/2003-10-29-CallSiteResolve.ll
test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll
test/Transforms/InstCombine/2003-11-13-ConstExprCastCall.ll
test/Transforms/InstCombine/2004-01-13-InstCombineInvokePHI.ll
test/Transforms/InstCombine/2004-02-23-ShiftShiftOverflow.ll
test/Transforms/InstCombine/2004-03-13-InstCombineInfLoop.ll
test/Transforms/InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll
test/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll
test/Transforms/InstCombine/2004-07-27-ConstantExprMul.ll
test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll
test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
test/Transforms/InstCombine/2004-09-20-BadLoadCombine.ll
test/Transforms/InstCombine/2004-09-20-BadLoadCombine2.ll
test/Transforms/InstCombine/2004-09-28-BadShiftAndSetCC.ll
test/Transforms/InstCombine/2004-11-22-Missed-and-fold.ll
test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
test/Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll
test/Transforms/InstCombine/2005-03-04-ShiftOverflow.ll
test/Transforms/InstCombine/2005-04-07-UDivSelectCrash.ll
test/Transforms/InstCombine/2005-06-15-DivSelectCrash.ll
test/Transforms/InstCombine/2005-06-15-ShiftSetCCCrash.ll
test/Transforms/InstCombine/2005-06-16-RangeCrash.ll
test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll
test/Transforms/InstCombine/2005-07-07-DeadPHILoop.ll
test/Transforms/InstCombine/2006-02-13-DemandedMiscompile.ll
test/Transforms/InstCombine/2006-02-28-Crash.ll
test/Transforms/InstCombine/2006-03-30-ExtractElement.ll
test/Transforms/InstCombine/2006-04-28-ShiftShiftLongLong.ll
test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll
test/Transforms/InstCombine/2006-09-15-CastToBool.ll
test/Transforms/InstCombine/2006-10-19-SignedToUnsignedCastAndConst-2.ll
test/Transforms/InstCombine/2006-10-19-SignedToUnsignedCastAndConst.ll
test/Transforms/InstCombine/2006-10-20-mask.ll
test/Transforms/InstCombine/2006-10-26-VectorReassoc.ll
test/Transforms/InstCombine/2006-11-03-Memmove64.ll
test/Transforms/InstCombine/2006-11-10-ashr-miscompile.ll
test/Transforms/InstCombine/2006-12-01-BadFPVectorXform.ll
test/Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll
test/Transforms/InstCombine/2006-12-08-ICmp-Combining.ll
test/Transforms/InstCombine/2006-12-08-Phi-ICmp-Op-Fold.ll
test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll
test/Transforms/InstCombine/2006-12-15-Range-Test.ll
test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll
test/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll
test/Transforms/InstCombine/2007-01-14-FcmpSelf.ll
test/Transforms/InstCombine/2007-01-18-VectorInfLoop.ll
test/Transforms/InstCombine/2007-01-27-AndICmp.ll
test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll
test/Transforms/InstCombine/2007-02-07-PointerCast.ll
test/Transforms/InstCombine/2007-02-23-PhiFoldInfLoop.ll
test/Transforms/InstCombine/2007-03-13-CompareMerge.ll
test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll
test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll
test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll
test/Transforms/InstCombine/2007-03-25-DoubleShift.ll
test/Transforms/InstCombine/2007-03-26-BadShiftMask.ll
test/Transforms/InstCombine/2007-03-27-PR1280.ll
test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll
test/Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll
test/Transforms/InstCombine/2007-05-04-Crash.ll
test/Transforms/InstCombine/2007-05-10-icmp-or.ll
test/Transforms/InstCombine/2007-05-14-Crash.ll
test/Transforms/InstCombine/2007-05-18-CastFoldBug.ll
test/Transforms/InstCombine/2007-06-06-AshrSignBit.ll
test/Transforms/InstCombine/2007-06-21-DivCompareMiscomp.ll
test/Transforms/InstCombine/2007-08-02-InfiniteLoop.ll
test/Transforms/InstCombine/2007-09-10-AliasConstFold.ll
test/Transforms/InstCombine/2007-09-11-Trampoline.ll
test/Transforms/InstCombine/2007-09-17-AliasConstFold2.ll
test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
test/Transforms/InstCombine/2007-10-12-Crash.ll
test/Transforms/InstCombine/2007-10-28-stacksave.ll
test/Transforms/InstCombine/2007-10-31-RangeCrash.ll
test/Transforms/InstCombine/2007-10-31-StringCrash.ll
test/Transforms/InstCombine/2007-11-07-OpaqueAlignCrash.ll
test/Transforms/InstCombine/2007-11-15-CompareMiscomp.ll
test/Transforms/InstCombine/2007-11-22-IcmpCrash.ll
test/Transforms/InstCombine/2007-11-25-CompatibleAttributes.ll
test/Transforms/InstCombine/2007-12-10-ConstFoldCompare.ll
test/Transforms/InstCombine/2007-12-12-GEPScale.ll
test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll
test/Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll
test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll
test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
test/Transforms/InstCombine/2008-01-06-CastCrash.ll
test/Transforms/InstCombine/2008-01-06-VoidCast.ll
test/Transforms/InstCombine/2008-01-13-AndCmpCmp.ll
test/Transforms/InstCombine/2008-01-13-NoBitCastAttributes.ll
test/Transforms/InstCombine/2008-01-14-DoubleNest.ll
test/Transforms/InstCombine/2008-01-14-VarArgTrampoline.ll
test/Transforms/InstCombine/2008-01-21-MismatchedCastAndCompare.ll
test/Transforms/InstCombine/2008-01-21-MulTrunc.ll
test/Transforms/InstCombine/2008-01-27-FloatSelect.ll
test/Transforms/InstCombine/2008-01-29-AddICmp.ll
test/Transforms/InstCombine/2008-02-13-MulURem.ll
test/Transforms/InstCombine/2008-02-16-SDivOverflow.ll
test/Transforms/InstCombine/2008-02-16-SDivOverflow2.ll
test/Transforms/InstCombine/2008-02-23-MulSub.ll
test/Transforms/InstCombine/2008-02-28-OrFCmpCrash.ll
test/Transforms/InstCombine/2008-03-13-IntToPtr.ll
test/Transforms/InstCombine/2008-04-22-ByValBitcast.ll
test/Transforms/InstCombine/2008-04-28-VolatileStore.ll
test/Transforms/InstCombine/2008-04-29-VolatileLoadDontMerge.ll
test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll
test/Transforms/InstCombine/2008-05-08-LiveStoreDelete.ll
test/Transforms/InstCombine/2008-05-08-StrLenSink.ll
test/Transforms/InstCombine/2008-05-09-SinkOfInvoke.ll
test/Transforms/InstCombine/2008-05-17-InfLoop.ll
test/Transforms/InstCombine/2008-05-18-FoldIntToPtr.ll
test/Transforms/InstCombine/2008-05-22-IDivVector.ll
test/Transforms/InstCombine/2008-05-22-NegValVector.ll
test/Transforms/InstCombine/2008-05-23-CompareFold.ll
test/Transforms/InstCombine/2008-05-31-AddBool.ll
test/Transforms/InstCombine/2008-05-31-Bools.ll
test/Transforms/InstCombine/2008-06-05-ashr-crash.ll
test/Transforms/InstCombine/2008-06-08-ICmpPHI.ll
test/Transforms/InstCombine/2008-06-13-InfiniteLoopStore.ll
test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll
test/Transforms/InstCombine/2008-06-19-UncondLoad.ll
test/Transforms/InstCombine/2008-06-21-CompareMiscomp.ll
test/Transforms/InstCombine/2008-06-24-StackRestore.ll
test/Transforms/InstCombine/2008-07-08-AndICmp.ll
test/Transforms/InstCombine/2008-07-08-ShiftOneAndOne.ll
test/Transforms/InstCombine/2008-07-08-SubAnd.ll
test/Transforms/InstCombine/2008-07-08-VolatileLoadMerge.ll
test/Transforms/InstCombine/2008-07-09-SubAndError.ll
test/Transforms/InstCombine/2008-07-10-CastSextBool.ll
test/Transforms/InstCombine/2008-07-10-ICmpBinOp.ll
test/Transforms/InstCombine/2008-07-11-RemAnd.ll
test/Transforms/InstCombine/2008-07-13-DivZero.ll
test/Transforms/InstCombine/2008-07-16-fsub.ll
test/Transforms/InstCombine/2008-07-16-sse2_storel_dq.ll
test/Transforms/InstCombine/2008-08-05-And.ll
test/Transforms/InstCombine/2008-08-17-ICmpXorSignbit.ll
test/Transforms/InstCombine/2008-09-02-VectorCrash.ll
test/Transforms/InstCombine/2008-09-29-FoldingOr.ll
test/Transforms/InstCombine/2008-10-11-DivCompareFold.ll
test/Transforms/InstCombine/2008-10-23-ConstFoldWithoutMask.ll
test/Transforms/InstCombine/2008-11-01-SRemDemandedBits.ll
test/Transforms/InstCombine/2008-11-08-FCmp.ll
test/Transforms/InstCombine/2008-11-20-DivMulRem.ll
test/Transforms/InstCombine/2008-11-27-IDivVector.ll
test/Transforms/InstCombine/2008-11-27-MultiplyIntVec.ll
test/Transforms/InstCombine/2008-11-27-UDivNegative.ll
test/Transforms/InstCombine/2008-12-17-SRemNegConstVec.ll
test/Transforms/InstCombine/2009-01-05-i128-crash.ll
test/Transforms/InstCombine/2009-01-08-AlignAlloca.ll
test/Transforms/InstCombine/2009-01-16-PointerAddrSpace.ll
test/Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll
test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll
test/Transforms/InstCombine/2009-01-24-EmptyStruct.ll
test/Transforms/InstCombine/2009-01-31-InfIterate.ll
test/Transforms/InstCombine/2009-01-31-Pressure.ll
test/Transforms/InstCombine/2009-02-04-FPBitcast.ll
test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll
test/Transforms/InstCombine/2009-02-21-LoadCST.ll
test/Transforms/InstCombine/2009-02-25-CrashZeroSizeArray.ll
test/Transforms/InstCombine/2009-03-18-vector-ashr-crash.ll
test/Transforms/InstCombine/2009-03-20-AShrOverShift.ll
test/Transforms/InstCombine/2009-03-24-InfLoop.ll
test/Transforms/InstCombine/2009-04-07-MulPromoteToI96.ll
test/Transforms/InstCombine/2009-05-23-FCmpToICmp.ll
test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll
test/Transforms/InstCombine/2009-06-16-SRemDemandedBits.ll
test/Transforms/InstCombine/2009-07-02-MaskedIntVector.ll
test/Transforms/InstCombine/CPP_min_max.ll
test/Transforms/InstCombine/IntPtrCast.ll
test/Transforms/InstCombine/JavaCompare.ll
test/Transforms/InstCombine/add-shrink.ll
test/Transforms/InstCombine/add-sitofp.ll
test/Transforms/InstCombine/add.ll
test/Transforms/InstCombine/add2.ll
test/Transforms/InstCombine/add3.ll [new file with mode: 0644]
test/Transforms/InstCombine/addnegneg.ll
test/Transforms/InstCombine/adjust-for-sminmax.ll
test/Transforms/InstCombine/align-2d-gep.ll
test/Transforms/InstCombine/align-addr.ll
test/Transforms/InstCombine/align-external.ll [new file with mode: 0644]
test/Transforms/InstCombine/align-inc.ll
test/Transforms/InstCombine/alloca.ll
test/Transforms/InstCombine/and-compare.ll
test/Transforms/InstCombine/and-fcmp.ll
test/Transforms/InstCombine/and-not-or.ll
test/Transforms/InstCombine/and-or-and.ll
test/Transforms/InstCombine/and-or-not.ll
test/Transforms/InstCombine/and-or.ll
test/Transforms/InstCombine/and-xor-merge.ll
test/Transforms/InstCombine/and.ll
test/Transforms/InstCombine/and2.ll
test/Transforms/InstCombine/apint-add1.ll
test/Transforms/InstCombine/apint-add2.ll
test/Transforms/InstCombine/apint-and-compare.ll
test/Transforms/InstCombine/apint-and-or-and.ll
test/Transforms/InstCombine/apint-and-xor-merge.ll
test/Transforms/InstCombine/apint-and1.ll
test/Transforms/InstCombine/apint-and2.ll
test/Transforms/InstCombine/apint-call-cast-target.ll
test/Transforms/InstCombine/apint-cast-and-cast.ll
test/Transforms/InstCombine/apint-cast-cast-to-and.ll
test/Transforms/InstCombine/apint-cast.ll
test/Transforms/InstCombine/apint-div1.ll
test/Transforms/InstCombine/apint-div2.ll
test/Transforms/InstCombine/apint-elim-logicalops.ll
test/Transforms/InstCombine/apint-mul1.ll
test/Transforms/InstCombine/apint-mul2.ll
test/Transforms/InstCombine/apint-not.ll
test/Transforms/InstCombine/apint-or1.ll
test/Transforms/InstCombine/apint-or2.ll
test/Transforms/InstCombine/apint-rem1.ll
test/Transforms/InstCombine/apint-rem2.ll
test/Transforms/InstCombine/apint-select.ll
test/Transforms/InstCombine/apint-shift-simplify.ll
test/Transforms/InstCombine/apint-shift.ll
test/Transforms/InstCombine/apint-shl-trunc.ll
test/Transforms/InstCombine/apint-sub.ll
test/Transforms/InstCombine/apint-xor1.ll
test/Transforms/InstCombine/apint-xor2.ll
test/Transforms/InstCombine/apint-zext1.ll
test/Transforms/InstCombine/apint-zext2.ll
test/Transforms/InstCombine/ashr-nop.ll
test/Transforms/InstCombine/badmalloc.ll [new file with mode: 0644]
test/Transforms/InstCombine/binop-cast.ll
test/Transforms/InstCombine/bit-tracking.ll
test/Transforms/InstCombine/bitcast-scalar-to-vector.ll
test/Transforms/InstCombine/bitcast-vec-canon.ll [new file with mode: 0644]
test/Transforms/InstCombine/bitcast-vector-fold.ll
test/Transforms/InstCombine/bitcount.ll
test/Transforms/InstCombine/bittest.ll
test/Transforms/InstCombine/bswap-fold.ll
test/Transforms/InstCombine/bswap.ll
test/Transforms/InstCombine/call-cast-target.ll
test/Transforms/InstCombine/call-intrinsics.ll
test/Transforms/InstCombine/call.ll
test/Transforms/InstCombine/call2.ll
test/Transforms/InstCombine/canonicalize_branch.ll
test/Transforms/InstCombine/cast-and-cast.ll
test/Transforms/InstCombine/cast-cast-to-and.ll
test/Transforms/InstCombine/cast-load-gep.ll
test/Transforms/InstCombine/cast-malloc.ll
test/Transforms/InstCombine/cast-mul-select.ll
test/Transforms/InstCombine/cast-propagate.ll
test/Transforms/InstCombine/cast-set.ll
test/Transforms/InstCombine/cast-sext-zext.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/cast2.ll
test/Transforms/InstCombine/cast3.ll [new file with mode: 0644]
test/Transforms/InstCombine/cast_ld_addr_space.ll
test/Transforms/InstCombine/cast_ptr.ll
test/Transforms/InstCombine/constant-fold-gep.ll [new file with mode: 0644]
test/Transforms/InstCombine/constant-fold-ptr-casts.ll
test/Transforms/InstCombine/crash.ll [new file with mode: 0644]
test/Transforms/InstCombine/dce-iterate.ll
test/Transforms/InstCombine/deadcode.ll
test/Transforms/InstCombine/div-cmp-overflow.ll
test/Transforms/InstCombine/div.ll
test/Transforms/InstCombine/enforce-known-alignment.ll
test/Transforms/InstCombine/exact-sdiv.ll [new file with mode: 0644]
test/Transforms/InstCombine/extractvalue.ll
test/Transforms/InstCombine/fold-bin-operand.ll [new file with mode: 0644]
test/Transforms/InstCombine/fold-vector-zero.ll
test/Transforms/InstCombine/fp-ret-bitcast.ll
test/Transforms/InstCombine/fpcast.ll
test/Transforms/InstCombine/fpextend.ll
test/Transforms/InstCombine/fsub-fsub.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/hoist_instr.ll
test/Transforms/InstCombine/icmp.ll
test/Transforms/InstCombine/known_align.ll
test/Transforms/InstCombine/load.ll
test/Transforms/InstCombine/load2.ll
test/Transforms/InstCombine/load3.ll
test/Transforms/InstCombine/loadstore-alignment.ll
test/Transforms/InstCombine/logical-select.ll
test/Transforms/InstCombine/lshr-phi.ll
test/Transforms/InstCombine/malloc-free-delete.ll
test/Transforms/InstCombine/malloc.ll
test/Transforms/InstCombine/malloc2.ll
test/Transforms/InstCombine/malloc3.ll
test/Transforms/InstCombine/memcpy-to-load.ll
test/Transforms/InstCombine/memmove.ll
test/Transforms/InstCombine/memset.ll
test/Transforms/InstCombine/mul-masked-bits.ll
test/Transforms/InstCombine/mul.ll
test/Transforms/InstCombine/multi-use-or.ll
test/Transforms/InstCombine/narrow.ll
test/Transforms/InstCombine/no-negzero.ll [new file with mode: 0644]
test/Transforms/InstCombine/not-fcmp.ll
test/Transforms/InstCombine/not.ll
test/Transforms/InstCombine/nothrow.ll
test/Transforms/InstCombine/nsw.ll [new file with mode: 0644]
test/Transforms/InstCombine/odr-linkage.ll
test/Transforms/InstCombine/or-fcmp.ll
test/Transforms/InstCombine/or-to-xor.ll
test/Transforms/InstCombine/or.ll
test/Transforms/InstCombine/or2.ll
test/Transforms/InstCombine/phi-merge-gep.ll [new file with mode: 0644]
test/Transforms/InstCombine/phi-merge.ll
test/Transforms/InstCombine/phi.ll
test/Transforms/InstCombine/pr2645-0.ll
test/Transforms/InstCombine/pr2645-1.ll
test/Transforms/InstCombine/pr2996.ll
test/Transforms/InstCombine/preserve-sminmax.ll
test/Transforms/InstCombine/ptr-int-cast.ll
test/Transforms/InstCombine/rem.ll
test/Transforms/InstCombine/sdiv-1.ll
test/Transforms/InstCombine/sdiv-2.ll
test/Transforms/InstCombine/sdiv-shift.ll [new file with mode: 0644]
test/Transforms/InstCombine/select-2.ll
test/Transforms/InstCombine/select-load-call.ll
test/Transforms/InstCombine/select.ll
test/Transforms/InstCombine/set.ll
test/Transforms/InstCombine/setcc-cast-cast.ll
test/Transforms/InstCombine/setcc-strength-reduce.ll
test/Transforms/InstCombine/sext-misc.ll
test/Transforms/InstCombine/shift-simplify.ll
test/Transforms/InstCombine/shift-sra.ll
test/Transforms/InstCombine/shift-trunc-shift.ll
test/Transforms/InstCombine/shift.ll
test/Transforms/InstCombine/shufflemask-undef.ll
test/Transforms/InstCombine/shufflevec-constant.ll
test/Transforms/InstCombine/signed-comparison.ll
test/Transforms/InstCombine/signext.ll
test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll [new file with mode: 0644]
test/Transforms/InstCombine/sink_instruction.ll
test/Transforms/InstCombine/sitofp.ll
test/Transforms/InstCombine/srem-simplify-bug.ll
test/Transforms/InstCombine/srem.ll
test/Transforms/InstCombine/srem1.ll
test/Transforms/InstCombine/stack-overalign.ll
test/Transforms/InstCombine/stacksaverestore.ll
test/Transforms/InstCombine/store-merge.ll
test/Transforms/InstCombine/store.ll
test/Transforms/InstCombine/sub.ll
test/Transforms/InstCombine/trunc-mask-ext.ll
test/Transforms/InstCombine/udiv-simplify-bug-0.ll
test/Transforms/InstCombine/udiv-simplify-bug-1.ll
test/Transforms/InstCombine/udiv_select_to_select_shift.ll
test/Transforms/InstCombine/udivrem-change-width.ll [new file with mode: 0644]
test/Transforms/InstCombine/urem-simplify-bug.ll
test/Transforms/InstCombine/urem.ll
test/Transforms/InstCombine/vec_demanded_elts-2.ll
test/Transforms/InstCombine/vec_demanded_elts-3.ll
test/Transforms/InstCombine/vec_demanded_elts.ll
test/Transforms/InstCombine/vec_extract_elt.ll
test/Transforms/InstCombine/vec_insertelt.ll
test/Transforms/InstCombine/vec_narrow.ll
test/Transforms/InstCombine/vec_shuffle.ll
test/Transforms/InstCombine/vector-casts.ll [new file with mode: 0644]
test/Transforms/InstCombine/vector-srem.ll
test/Transforms/InstCombine/volatile_store.ll
test/Transforms/InstCombine/xor-demorgans.ll
test/Transforms/InstCombine/xor-undef.ll
test/Transforms/InstCombine/xor.ll
test/Transforms/InstCombine/xor2.ll
test/Transforms/InstCombine/zero-point-zero-add.ll
test/Transforms/InstCombine/zeroext-and-reduce.ll
test/Transforms/InstCombine/zext-bool-add-sub.ll [new file with mode: 0644]
test/Transforms/InstCombine/zext-fold.ll
test/Transforms/InstCombine/zext-or-icmp.ll
test/Transforms/InstCombine/zext.ll
test/Transforms/Internalize/2008-05-09-AllButMain.ll
test/Transforms/Internalize/2009-01-05-InternalizeAliases.ll
test/Transforms/JumpThreading/2008-11-27-EntryMunge.ll
test/Transforms/JumpThreading/2008-11-28-InfLoop.ll
test/Transforms/JumpThreading/2009-01-08-DeadLoopRepl.ll
test/Transforms/JumpThreading/2009-01-19-InfSwitchLoop.ll
test/Transforms/JumpThreading/and-and-cond.ll
test/Transforms/JumpThreading/and-cond.ll
test/Transforms/JumpThreading/basic.ll
test/Transforms/JumpThreading/branch-no-const.ll
test/Transforms/JumpThreading/compare.ll
test/Transforms/JumpThreading/crash.ll [new file with mode: 0644]
test/Transforms/JumpThreading/no-irreducible-loops.ll
test/Transforms/JumpThreading/thread-loads.ll
test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll
test/Transforms/LCSSA/2006-06-12-MultipleExitsSameBlock.ll
test/Transforms/LCSSA/2006-07-09-NoDominator.ll
test/Transforms/LCSSA/2006-10-31-UnreachableBlock-2.ll
test/Transforms/LCSSA/2006-10-31-UnreachableBlock.ll
test/Transforms/LCSSA/2007-07-12-LICM-2.ll
test/Transforms/LCSSA/2007-07-12-LICM-3.ll
test/Transforms/LCSSA/2007-07-12-LICM.ll
test/Transforms/LCSSA/basictest.ll
test/Transforms/LCSSA/invoke-dest.ll
test/Transforms/LICM/2003-02-26-LoopExitNotDominated.ll
test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll
test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll
test/Transforms/LICM/2003-02-27-PreheaderProblem.ll
test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll
test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll
test/Transforms/LICM/2003-05-02-LoadHoist.ll
test/Transforms/LICM/2003-12-11-SinkingToPHI.ll
test/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.ll
test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll
test/Transforms/LICM/2005-03-24-LICM-Aggregate-Crash.ll
test/Transforms/LICM/2006-09-12-DeadUserOfSunkInstr.ll
test/Transforms/LICM/2007-05-22-VolatileSink.ll
test/Transforms/LICM/2007-07-30-AliasSet.ll
test/Transforms/LICM/2007-09-17-PromoteValue.ll
test/Transforms/LICM/2007-09-24-PromoteNullValue.ll
test/Transforms/LICM/2007-10-01-PromoteSafeValue.ll
test/Transforms/LICM/2008-05-20-AliasSetVAArg.ll
test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll
test/Transforms/LICM/2009-03-25-AliasSetTracker.ll
test/Transforms/LICM/Preserve-LCSSA.ll
test/Transforms/LICM/basictest.ll
test/Transforms/LICM/hoisting.ll [new file with mode: 0644]
test/Transforms/LICM/licm_preserve_dbginfo.ll [new file with mode: 0644]
test/Transforms/LICM/no-preheader-test.ll
test/Transforms/LICM/scalar_promote.ll
test/Transforms/LICM/sinking.ll [new file with mode: 0644]
test/Transforms/LoopDeletion/2007-07-23-InfiniteLoop.ll
test/Transforms/LoopDeletion/2008-05-06-Phi.ll
test/Transforms/LoopDeletion/dcetest.ll
test/Transforms/LoopIndexSplit/2007-09-21-LoopBound.ll
test/Transforms/LoopIndexSplit/2007-09-24-UpdateIterationSpace.ll
test/Transforms/LoopIndexSplit/2007-09-25-UpdateIterationSpace-2.ll
test/Transforms/LoopIndexSplit/2008-01-28-IndDecrement.ll
test/Transforms/LoopIndexSplit/2008-02-08-Crash.ll
test/Transforms/LoopIndexSplit/2008-02-13-ExitValueNum.ll
test/Transforms/LoopIndexSplit/2008-02-13-LoopLatch.ll
test/Transforms/LoopIndexSplit/2008-02-13-LoopLatchPHI.ll
test/Transforms/LoopIndexSplit/2008-02-14-Crash.ll
test/Transforms/LoopIndexSplit/2008-03-24-ExitPhi.ll
test/Transforms/LoopIndexSplit/2008-05-19-IndVar.ll
test/Transforms/LoopIndexSplit/2008-06-03-DomFrontier.ll
test/Transforms/LoopIndexSplit/2008-07-08-MisCompilation.ll
test/Transforms/LoopIndexSplit/2008-09-17-IVUse.ll
test/Transforms/LoopIndexSplit/2008-09-20-Crash.ll
test/Transforms/LoopIndexSplit/2008-10-06-Crash.ll
test/Transforms/LoopIndexSplit/2008-10-10-OneIteration.ll
test/Transforms/LoopIndexSplit/2008-11-10-Sign.ll
test/Transforms/LoopIndexSplit/2009-03-02-UpdateIterationSpace-crash.ll
test/Transforms/LoopIndexSplit/2009-03-30-undef.ll
test/Transforms/LoopIndexSplit/Crash-2007-08-17.ll
test/Transforms/LoopIndexSplit/Crash-2007-12-03.ll
test/Transforms/LoopIndexSplit/Crash2-2007-08-17.ll
test/Transforms/LoopIndexSplit/ExitCondition-2007-09-10.ll
test/Transforms/LoopIndexSplit/OneIterLoop-2007-08-17.ll
test/Transforms/LoopIndexSplit/OneIterLoop2-2007-08-17.ll
test/Transforms/LoopIndexSplit/OneIterLoop3-2007-08-17.ll
test/Transforms/LoopIndexSplit/PR3913.ll [new file with mode: 0644]
test/Transforms/LoopIndexSplit/SaveLastValue-2007-08-17.ll
test/Transforms/LoopIndexSplit/SplitValue-2007-08-24-dbg.ll
test/Transforms/LoopIndexSplit/SplitValue-2007-08-24.ll
test/Transforms/LoopIndexSplit/UpperBound-2007-08-24.ll
test/Transforms/LoopIndexSplit/non-iv-cmp-operand.ll
test/Transforms/LoopRotate/2009-01-25-SingleEntryPhi.ll
test/Transforms/LoopRotate/LRCrash-1.ll
test/Transforms/LoopRotate/LRCrash-2.ll
test/Transforms/LoopRotate/LRCrash-3.ll
test/Transforms/LoopRotate/LRCrash-4.ll
test/Transforms/LoopRotate/LRCrash-5.ll
test/Transforms/LoopRotate/PhiRename-1.ll
test/Transforms/LoopRotate/PhiSelfRefernce-1.ll
test/Transforms/LoopRotate/pr2639.ll
test/Transforms/LoopRotate/preserve-scev.ll [new file with mode: 0644]
test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll
test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll
test/Transforms/LoopSimplify/2003-08-15-PreheadersFail.ll
test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll
test/Transforms/LoopSimplify/2004-02-05-DominatorInfoCorruption.ll
test/Transforms/LoopSimplify/2004-03-15-IncorrectDomUpdate.ll
test/Transforms/LoopSimplify/2004-04-01-IncorrectDomUpdate.ll
test/Transforms/LoopSimplify/2004-04-12-LoopSimplify-SwitchBackedges.ll
test/Transforms/LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll
test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll
test/Transforms/LoopSimplify/basictest.ll
test/Transforms/LoopSimplify/hardertest.ll
test/Transforms/LoopSimplify/merge-exits.ll
test/Transforms/LoopSimplify/phi-node-simplify.ll
test/Transforms/LoopSimplify/single-backedge.ll
test/Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll
test/Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopVariant.ll
test/Transforms/LoopStrengthReduce/2005-09-12-UsesOutOutsideOfLoop.ll
test/Transforms/LoopStrengthReduce/2007-04-23-UseIterator.ll
test/Transforms/LoopStrengthReduce/2008-08-06-CmpStride.ll
test/Transforms/LoopStrengthReduce/2008-08-13-CmpStride.ll
test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll
test/Transforms/LoopStrengthReduce/2008-09-09-Overflow.ll
test/Transforms/LoopStrengthReduce/2009-01-13-nonconstant-stride-outside-loop.ll
test/Transforms/LoopStrengthReduce/2009-02-09-ivs-different-sizes.ll
test/Transforms/LoopStrengthReduce/2009-04-28-no-reduce-mul.ll
test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll
test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-1.ll
test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-2.ll
test/Transforms/LoopStrengthReduce/dead-phi.ll
test/Transforms/LoopStrengthReduce/different-type-ivs.ll
test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll
test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll
test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll
test/Transforms/LoopStrengthReduce/dont_reverse.ll
test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
test/Transforms/LoopStrengthReduce/invariant_value_first.ll
test/Transforms/LoopStrengthReduce/invariant_value_first_arg.ll
test/Transforms/LoopStrengthReduce/nested-reduce.ll
test/Transforms/LoopStrengthReduce/ops_after_indvar.ll
test/Transforms/LoopStrengthReduce/phi_node_update_multiple_preds.ll
test/Transforms/LoopStrengthReduce/pr2537.ll
test/Transforms/LoopStrengthReduce/pr2570.ll
test/Transforms/LoopStrengthReduce/pr3086.ll
test/Transforms/LoopStrengthReduce/pr3399.ll
test/Transforms/LoopStrengthReduce/pr3571.ll
test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll
test/Transforms/LoopStrengthReduce/related_indvars.ll
test/Transforms/LoopStrengthReduce/remove_indvar.ll
test/Transforms/LoopStrengthReduce/share_code_in_preheader.ll
test/Transforms/LoopStrengthReduce/share_ivs.ll
test/Transforms/LoopStrengthReduce/use_postinc_value_outside_loop.ll
test/Transforms/LoopStrengthReduce/var_stride_used_by_compare.ll
test/Transforms/LoopStrengthReduce/variable_stride.ll
test/Transforms/LoopUnroll/2004-05-13-DontUnrollTooMuch.ll
test/Transforms/LoopUnroll/2005-03-06-BadLoopInfoUpdate.ll
test/Transforms/LoopUnroll/2006-08-24-MultiBlockLoop.ll
test/Transforms/LoopUnroll/2007-04-16-PhiUpdate.ll
test/Transforms/LoopUnroll/2007-05-05-UnrollMiscomp.ll
test/Transforms/LoopUnroll/2007-05-09-UnknownTripCount.ll
test/Transforms/LoopUnroll/2007-11-05-Crash.ll
test/Transforms/LoopUnswitch/2006-02-14-LoopSimplifyCrash.ll
test/Transforms/LoopUnswitch/2006-02-22-UnswitchCrash.ll
test/Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI.ll
test/Transforms/LoopUnswitch/2006-06-27-DeadSwitchCase.ll
test/Transforms/LoopUnswitch/2007-05-09-Unreachable.ll
test/Transforms/LoopUnswitch/2007-05-09-tl.ll
test/Transforms/LoopUnswitch/2007-07-12-ExitDomInfo.ll
test/Transforms/LoopUnswitch/2007-07-13-DomInfo.ll
test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll
test/Transforms/LoopUnswitch/2007-08-01-Dom.ll
test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll
test/Transforms/LoopUnswitch/2007-10-04-DomFrontier.ll
test/Transforms/LoopUnswitch/2008-06-02-DomInfo.ll
test/Transforms/LoopUnswitch/2008-06-17-DomFrontier.ll
test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll
test/Transforms/LoopUnswitch/basictest.ll
test/Transforms/LoopUnswitch/preserve-analyses.ll [new file with mode: 0644]
test/Transforms/LowerInvoke/2003-12-10-Crash.ll
test/Transforms/LowerInvoke/2004-02-29-PHICrash.ll
test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHI.ll
test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHIUse.ll
test/Transforms/LowerInvoke/2008-02-14-CritEdgePhiCrash.ll
test/Transforms/LowerInvoke/basictest.ll
test/Transforms/LowerSetJmp/2003-11-05-DominanceProperties.ll
test/Transforms/LowerSetJmp/simpletest.ll
test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll
test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll
test/Transforms/LowerSwitch/2004-03-13-SwitchIsDefaultCrash.ll
test/Transforms/LowerSwitch/feature.ll
test/Transforms/Mem2Reg/2002-03-28-UninitializedVal.ll
test/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll
test/Transforms/Mem2Reg/2003-04-10-DFNotFound.ll
test/Transforms/Mem2Reg/2003-04-18-DeadBlockProblem.ll
test/Transforms/Mem2Reg/2003-04-24-MultipleIdenticalSuccessors.ll
test/Transforms/Mem2Reg/2003-06-26-IterativePromote.ll
test/Transforms/Mem2Reg/2003-10-05-DeadPHIInsertion.ll
test/Transforms/Mem2Reg/2005-06-30-ReadBeforeWrite.ll
test/Transforms/Mem2Reg/2005-11-28-Crash.ll
test/Transforms/Mem2Reg/2007-08-27-VolatileLoadsStores.ll
test/Transforms/Mem2Reg/PromoteMemToRegister.ll
test/Transforms/Mem2Reg/UndefValuesMerge.ll
test/Transforms/Mem2Reg/crash.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/2008-02-24-MultipleUseofSRet.ll
test/Transforms/MemCpyOpt/2008-03-13-ReturnSlotBitcast.ll
test/Transforms/MemCpyOpt/2008-04-29-SRetRemoval.ll
test/Transforms/MemCpyOpt/align.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/crash.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/form-memset.ll
test/Transforms/MemCpyOpt/form-memset2.ll
test/Transforms/MemCpyOpt/memcpy.ll
test/Transforms/MemCpyOpt/memmove.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/sret.ll
test/Transforms/MergeFunc/fold-weak.ll
test/Transforms/MergeFunc/phi-speculation1.ll
test/Transforms/MergeFunc/phi-speculation2.ll
test/Transforms/PruneEH/2003-09-14-ExternalCall.ll
test/Transforms/PruneEH/2003-11-21-PHIUpdate.ll
test/Transforms/PruneEH/2008-06-02-Weak.ll
test/Transforms/PruneEH/2008-09-05-CGUpdate.ll
test/Transforms/PruneEH/recursivetest.ll
test/Transforms/PruneEH/simplenoreturntest.ll
test/Transforms/PruneEH/simpletest.ll
test/Transforms/RaiseAllocations/2004-11-08-FreeUseCrash.ll
test/Transforms/RaiseAllocations/2007-10-17-InvokeFree.ll
test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll
test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll
test/Transforms/Reassociate/2002-05-15-MissedTree.ll
test/Transforms/Reassociate/2002-05-15-SubReassociate.ll
test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll
test/Transforms/Reassociate/2002-07-09-DominanceProblem.ll
test/Transforms/Reassociate/2003-08-12-InfiniteLoop.ll
test/Transforms/Reassociate/2005-08-24-Crash.ll
test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll
test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll
test/Transforms/Reassociate/basictest.ll
test/Transforms/Reassociate/basictest2.ll
test/Transforms/Reassociate/basictest3.ll
test/Transforms/Reassociate/basictest4.ll
test/Transforms/Reassociate/inverses.ll
test/Transforms/Reassociate/looptest.ll
test/Transforms/Reassociate/mul-factor3.ll
test/Transforms/Reassociate/mul-neg-add.ll
test/Transforms/Reassociate/mulfactor.ll
test/Transforms/Reassociate/mulfactor2.ll
test/Transforms/Reassociate/negation.ll
test/Transforms/Reassociate/otherops.ll
test/Transforms/Reassociate/shift-factor.ll
test/Transforms/Reassociate/shifttest.ll
test/Transforms/Reassociate/subtest.ll
test/Transforms/Reassociate/subtest2.ll
test/Transforms/SCCP/2002-05-02-EdgeFailure.ll
test/Transforms/SCCP/2002-05-02-MissSecondInst.ll
test/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll
test/Transforms/SCCP/2002-05-21-InvalidSimplify.ll
test/Transforms/SCCP/2002-08-30-GetElementPtrTest.ll
test/Transforms/SCCP/2003-06-24-OverdefinedPHIValue.ll
test/Transforms/SCCP/2003-08-26-InvokeHandling.ll
test/Transforms/SCCP/2004-11-16-DeadInvoke.ll
test/Transforms/SCCP/2004-12-10-UndefBranchBug.ll
test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll
test/Transforms/SCCP/2006-12-04-PackedType.ll
test/Transforms/SCCP/2006-12-19-UndefBug.ll
test/Transforms/SCCP/2007-05-16-InvokeCrash.ll
test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll
test/Transforms/SCCP/2008-03-10-sret.ll
test/Transforms/SCCP/2008-04-22-multiple-ret-sccp.ll
test/Transforms/SCCP/2008-05-23-UndefCallFold.ll
test/Transforms/SCCP/2009-01-14-IPSCCP-Invoke.ll
test/Transforms/SCCP/2009-05-27-VectorOperandZero.ll
test/Transforms/SCCP/apint-array.ll
test/Transforms/SCCP/apint-basictest.ll
test/Transforms/SCCP/apint-basictest2.ll
test/Transforms/SCCP/apint-basictest3.ll
test/Transforms/SCCP/apint-basictest4.ll
test/Transforms/SCCP/apint-bigarray.ll
test/Transforms/SCCP/apint-bigint.ll
test/Transforms/SCCP/apint-bigint2.ll
test/Transforms/SCCP/apint-ipsccp1.ll
test/Transforms/SCCP/apint-ipsccp2.ll
test/Transforms/SCCP/apint-ipsccp3.ll
test/Transforms/SCCP/apint-ipsccp4.ll
test/Transforms/SCCP/apint-load.ll
test/Transforms/SCCP/apint-phi.ll
test/Transforms/SCCP/apint-select.ll
test/Transforms/SCCP/basictest.ll
test/Transforms/SCCP/calltest.ll
test/Transforms/SCCP/ipsccp-basic.ll
test/Transforms/SCCP/ipsccp-conditional.ll
test/Transforms/SCCP/ipsccp-gvar.ll
test/Transforms/SCCP/loadtest.ll
test/Transforms/SCCP/logical-nuke.ll
test/Transforms/SCCP/phitest.ll
test/Transforms/SCCP/sccptest.ll
test/Transforms/SCCP/select.ll
test/Transforms/SRETPromotion/2008-03-11-attributes.ll
test/Transforms/SRETPromotion/2008-06-04-function-pointer-passing.ll
test/Transforms/SRETPromotion/2008-06-05-non-call-use.ll
test/Transforms/SRETPromotion/basictest.ll
test/Transforms/SSI/2009-07-09-Invoke.ll [new file with mode: 0644]
test/Transforms/SSI/2009-08-15-UnreachableBB.ll [new file with mode: 0644]
test/Transforms/SSI/2009-08-17-CritEdge.ll [new file with mode: 0644]
test/Transforms/SSI/2009-08-19-UnreachableBB2.ll [new file with mode: 0644]
test/Transforms/SSI/dg.exp [new file with mode: 0644]
test/Transforms/SSI/ssiphi.ll [new file with mode: 0644]
test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll
test/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll
test/Transforms/ScalarRepl/2003-05-30-MultiLevel.ll
test/Transforms/ScalarRepl/2003-09-12-IncorrectPromote.ll
test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
test/Transforms/ScalarRepl/2005-12-14-UnionPromoteCrash.ll
test/Transforms/ScalarRepl/2006-01-24-IllegalUnionPromoteCrash.ll
test/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll
test/Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll
test/Transforms/ScalarRepl/2006-11-07-InvalidArrayPromote.ll
test/Transforms/ScalarRepl/2006-12-11-SROA-Crash.ll
test/Transforms/ScalarRepl/2007-03-19-CanonicalizeMemcpy.ll
test/Transforms/ScalarRepl/2007-05-24-LargeAggregate.ll
test/Transforms/ScalarRepl/2007-05-29-MemcpyPreserve.ll
test/Transforms/ScalarRepl/2007-11-03-bigendian_apint.ll
test/Transforms/ScalarRepl/2008-01-29-PromoteBug.ll
test/Transforms/ScalarRepl/2008-02-28-SubElementExtractCrash.ll
test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll
test/Transforms/ScalarRepl/2008-06-22-LargeArray.ll
test/Transforms/ScalarRepl/2008-08-22-out-of-range-array-promote.ll
test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll
test/Transforms/ScalarRepl/2009-01-09-scalarrepl-empty.ll
test/Transforms/ScalarRepl/2009-02-02-ScalarPromoteOutOfRange.ll
test/Transforms/ScalarRepl/2009-02-05-LoadFCA.ll
test/Transforms/ScalarRepl/2009-03-04-MemCpyAlign.ll
test/Transforms/ScalarRepl/2009-03-05-Aggre2Scalar-dbg.ll
test/Transforms/ScalarRepl/2009-03-17-CleanUp.ll
test/Transforms/ScalarRepl/2009-04-21-ZeroLengthMemSet.ll
test/Transforms/ScalarRepl/2009-05-08-I1Crash.ll
test/Transforms/ScalarRepl/2009-06-01-BitcastIntPadding.ll
test/Transforms/ScalarRepl/2009-08-16-VLA.ll [new file with mode: 0644]
test/Transforms/ScalarRepl/AggregatePromote.ll
test/Transforms/ScalarRepl/DifferingTypes.ll
test/Transforms/ScalarRepl/arraytest.ll
test/Transforms/ScalarRepl/badarray.ll
test/Transforms/ScalarRepl/basictest.ll
test/Transforms/ScalarRepl/bitfield-sroa.ll
test/Transforms/ScalarRepl/copy-aggregate.ll
test/Transforms/ScalarRepl/debuginfo.ll
test/Transforms/ScalarRepl/load-store-aggregate.ll
test/Transforms/ScalarRepl/memcpy-from-global.ll
test/Transforms/ScalarRepl/memset-aggregate-byte-leader.ll
test/Transforms/ScalarRepl/memset-aggregate.ll
test/Transforms/ScalarRepl/not-a-vector.ll
test/Transforms/ScalarRepl/phinodepromote.ll
test/Transforms/ScalarRepl/select_promote.ll
test/Transforms/ScalarRepl/sroa-fca.ll
test/Transforms/ScalarRepl/sroa_two.ll
test/Transforms/ScalarRepl/union-fp-int.ll
test/Transforms/ScalarRepl/union-packed.ll
test/Transforms/ScalarRepl/union-pointer.ll
test/Transforms/ScalarRepl/vector_memcpy.ll
test/Transforms/ScalarRepl/vector_promote.ll
test/Transforms/ScalarRepl/volatile.ll
test/Transforms/SimplifyCFG/2002-05-05-EmptyBlockMerge.ll
test/Transforms/SimplifyCFG/2002-05-21-PHIElimination.ll
test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll
test/Transforms/SimplifyCFG/2002-09-24-PHIAssertion.ll
test/Transforms/SimplifyCFG/2003-03-07-DominateProblem.ll
test/Transforms/SimplifyCFG/2003-08-05-InvokeCrash.ll
test/Transforms/SimplifyCFG/2003-08-05-MishandleInvoke.ll
test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll
test/Transforms/SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch-dbg.ll
test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch.ll
test/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll
test/Transforms/SimplifyCFG/2005-06-16-PHICrash.ll
test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll
test/Transforms/SimplifyCFG/2005-08-03-PHIFactorCrash.ll
test/Transforms/SimplifyCFG/2005-10-02-InvokeSimplify.ll
test/Transforms/SimplifyCFG/2005-12-03-IncorrectPHIFold.ll
test/Transforms/SimplifyCFG/2006-02-17-InfiniteUnroll.ll
test/Transforms/SimplifyCFG/2006-06-12-InfLoop.ll
test/Transforms/SimplifyCFG/2006-08-03-Crash.ll
test/Transforms/SimplifyCFG/2006-10-19-UncondDiv.ll
test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll
test/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll
test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll
test/Transforms/SimplifyCFG/2007-12-21-Crash.ll
test/Transforms/SimplifyCFG/2008-01-02-hoist-fp-add.ll
test/Transforms/SimplifyCFG/2008-04-23-MergeMultipleResultRet.ll
test/Transforms/SimplifyCFG/2008-04-27-MultipleReturnCrash.ll
test/Transforms/SimplifyCFG/2008-05-16-PHIBlockMerge.ll
test/Transforms/SimplifyCFG/2008-07-13-InfLoopMiscompile.ll
test/Transforms/SimplifyCFG/2008-09-08-MultiplePred.ll
test/Transforms/SimplifyCFG/2008-09-17-SpeculativeHoist.ll
test/Transforms/SimplifyCFG/2008-10-03-SpeculativelyExecuteBeforePHI.ll
test/Transforms/SimplifyCFG/2008-12-06-SingleEntryPhi.ll
test/Transforms/SimplifyCFG/2008-12-16-DCECond.ll
test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll
test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll
test/Transforms/SimplifyCFG/2009-03-05-Speculative-Hoist-Dbg.ll
test/Transforms/SimplifyCFG/2009-05-12-externweak.ll
test/Transforms/SimplifyCFG/2009-06-15-InvokeCrash.ll
test/Transforms/SimplifyCFG/BrUnwind.ll
test/Transforms/SimplifyCFG/DeadSetCC.ll
test/Transforms/SimplifyCFG/EqualPHIEdgeBlockMerge.ll
test/Transforms/SimplifyCFG/HoistCode.ll
test/Transforms/SimplifyCFG/PhiBlockMerge.ll
test/Transforms/SimplifyCFG/PhiBlockMerge2.ll
test/Transforms/SimplifyCFG/PhiEliminate.ll
test/Transforms/SimplifyCFG/PhiEliminate2.ll
test/Transforms/SimplifyCFG/PhiNoEliminate.ll
test/Transforms/SimplifyCFG/SpeculativeExec.ll
test/Transforms/SimplifyCFG/UncondBranchToReturn.ll
test/Transforms/SimplifyCFG/UnreachableEliminate.ll
test/Transforms/SimplifyCFG/basictest.ll
test/Transforms/SimplifyCFG/branch-branch-dbginfo.ll
test/Transforms/SimplifyCFG/branch-cond-merge.ll
test/Transforms/SimplifyCFG/branch-cond-prop.ll
test/Transforms/SimplifyCFG/branch-fold-test.ll
test/Transforms/SimplifyCFG/branch-fold.ll
test/Transforms/SimplifyCFG/branch-phi-thread.ll
test/Transforms/SimplifyCFG/branch_fold_dbg.ll
test/Transforms/SimplifyCFG/dbginfo.ll
test/Transforms/SimplifyCFG/hoist-common-code.dbg.ll
test/Transforms/SimplifyCFG/hoist-common-code.ll
test/Transforms/SimplifyCFG/invoke_unwind.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/iterative-simplify.ll
test/Transforms/SimplifyCFG/noreturn-call.ll
test/Transforms/SimplifyCFG/return-merge.ll
test/Transforms/SimplifyCFG/switch-simplify-crash.ll
test/Transforms/SimplifyCFG/switch_create.ll
test/Transforms/SimplifyCFG/switch_formation.dbg.ll
test/Transforms/SimplifyCFG/switch_formation.ll
test/Transforms/SimplifyCFG/switch_switch_fold.ll
test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll
test/Transforms/SimplifyCFG/switch_thread.ll
test/Transforms/SimplifyCFG/trapping-load-unreachable.ll
test/Transforms/SimplifyCFG/two-entry-phi-return.dbg.ll
test/Transforms/SimplifyCFG/two-entry-phi-return.ll
test/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll
test/Transforms/SimplifyLibCalls/2007-04-06-strchr-miscompile.ll
test/Transforms/SimplifyLibCalls/2008-05-19-memcmp.ll
test/Transforms/SimplifyLibCalls/2009-01-04-Annotate.ll
test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll
test/Transforms/SimplifyLibCalls/2009-02-12-StrTo.ll
test/Transforms/SimplifyLibCalls/2009-05-30-memcmp-byte.ll
test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll [new file with mode: 0644]
test/Transforms/SimplifyLibCalls/2009-07-29-Exit2.ll [new file with mode: 0644]
test/Transforms/SimplifyLibCalls/FFS.ll
test/Transforms/SimplifyLibCalls/FPrintF.ll
test/Transforms/SimplifyLibCalls/IsDigit.ll
test/Transforms/SimplifyLibCalls/MemCpy.ll
test/Transforms/SimplifyLibCalls/Printf.ll
test/Transforms/SimplifyLibCalls/Puts.ll
test/Transforms/SimplifyLibCalls/SPrintF.ll
test/Transforms/SimplifyLibCalls/StrCat.ll
test/Transforms/SimplifyLibCalls/StrChr.ll
test/Transforms/SimplifyLibCalls/StrCmp.ll
test/Transforms/SimplifyLibCalls/StrCpy.ll
test/Transforms/SimplifyLibCalls/StrLen.ll
test/Transforms/SimplifyLibCalls/StrNCat.ll
test/Transforms/SimplifyLibCalls/StrNCmp.ll
test/Transforms/SimplifyLibCalls/StrNCpy.ll
test/Transforms/SimplifyLibCalls/ToAscii.ll
test/Transforms/SimplifyLibCalls/abs.ll
test/Transforms/SimplifyLibCalls/exp2.ll
test/Transforms/SimplifyLibCalls/floor.ll
test/Transforms/SimplifyLibCalls/half-powr.ll
test/Transforms/SimplifyLibCalls/memcmp.ll
test/Transforms/SimplifyLibCalls/memmove.ll
test/Transforms/SimplifyLibCalls/memset-64.ll [new file with mode: 0644]
test/Transforms/SimplifyLibCalls/memset.ll
test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll [new file with mode: 0644]
test/Transforms/SimplifyLibCalls/pow2.ll
test/Transforms/SimplifyLibCalls/weak-symbols.ll [new file with mode: 0644]
test/Transforms/StripSymbols/2007-01-15-llvm.used.ll
test/Transforms/TailCallElim/accum_recursion.ll
test/Transforms/TailCallElim/accum_recursion_constant_arg.ll
test/Transforms/TailCallElim/ackermann.ll
test/Transforms/TailCallElim/dont-tce-tail-marked-call.ll
test/Transforms/TailCallElim/dont_reorder_load.ll
test/Transforms/TailCallElim/inf-recursion.ll
test/Transforms/TailCallElim/intervening-inst.ll
test/Transforms/TailCallElim/move_alloca_for_tail_call.ll
test/Transforms/TailCallElim/reorder_load.ll
test/Transforms/TailCallElim/return_constant.ll
test/Transforms/TailCallElim/trivial_codegen_tailcall.ll
test/Transforms/TailDup/2003-06-24-Simpleloop.ll
test/Transforms/TailDup/2003-07-22-InfiniteLoop.ll
test/Transforms/TailDup/2003-08-23-InvalidatedPointers.ll
test/Transforms/TailDup/2003-08-31-UnreachableBlocks.ll
test/Transforms/TailDup/2004-04-01-DemoteRegToStack.ll
test/Transforms/TailDup/2008-05-13-InfiniteLoop.ll
test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
test/Transforms/TailDup/2009-07-31-phicrash.ll [new file with mode: 0644]
test/Transforms/TailDup/MergeTest.ll
test/Transforms/TailDup/PHIUpdateTest.ll
test/Transforms/TailDup/basictest.ll
test/Transforms/TailDup/basictest2.ll
test/Transforms/TailDup/if-tail-dup.ll
test/Unit/lit.cfg [new file with mode: 0644]
test/Verifier/2008-03-01-AllocaSized.ll
test/Verifier/2008-08-22-MemCpyAlignment.ll
test/Verifier/SelfReferential.ll
test/Verifier/aliasing-chain.ll
test/Verifier/byval-4.ll
test/Verifier/invoke-2.ll
test/lib/llvm.exp
test/lib/llvm2cpp.exp
test/lit.cfg [new file with mode: 0644]
test/lit.site.cfg.in [new file with mode: 0644]
test/site.exp.in [new file with mode: 0644]
tools/CMakeLists.txt
tools/Makefile
tools/bugpoint/BugDriver.cpp
tools/bugpoint/BugDriver.h
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/FindBugs.cpp
tools/bugpoint/ListReducer.h
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/ToolRunner.h
tools/bugpoint/bugpoint.cpp
tools/gold/Makefile
tools/gold/gold-plugin.cpp
tools/llc/CMakeLists.txt
tools/llc/Makefile
tools/llc/llc.cpp
tools/lli/lli.cpp
tools/llvm-ar/llvm-ar.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
tools/llvm-config/CMakeLists.txt
tools/llvm-config/llvm-config.in.in
tools/llvm-dis/llvm-dis.cpp
tools/llvm-extract/CMakeLists.txt
tools/llvm-extract/Makefile
tools/llvm-extract/llvm-extract.cpp
tools/llvm-ld/Optimize.cpp
tools/llvm-ld/llvm-ld.cpp
tools/llvm-link/CMakeLists.txt
tools/llvm-link/Makefile
tools/llvm-link/llvm-link.cpp
tools/llvm-mc/AsmCond.h [new file with mode: 0644]
tools/llvm-mc/AsmLexer.cpp
tools/llvm-mc/AsmLexer.h
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h
tools/llvm-mc/CMakeLists.txt
tools/llvm-mc/Makefile
tools/llvm-mc/llvm-mc.cpp
tools/llvm-nm/llvm-nm.cpp
tools/llvm-prof/llvm-prof.cpp
tools/llvm-ranlib/llvm-ranlib.cpp
tools/llvm-stub/llvm-stub.c
tools/llvmc/doc/LLVMC-Reference.rst
tools/llvmc/example/Hello/Hello.cpp
tools/llvmc/example/mcc16/driver/Main.cpp
tools/llvmc/example/mcc16/plugins/PIC16Base/PIC16Base.td
tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp
tools/llvmc/plugins/Base/Base.td.in
tools/lto/LTOCodeGenerator.cpp
tools/lto/LTOCodeGenerator.h
tools/lto/LTOModule.cpp
tools/lto/Makefile
tools/lto/lto.cpp
tools/opt/AnalysisWrappers.cpp
tools/opt/CMakeLists.txt
tools/opt/GraphPrinters.cpp
tools/opt/Makefile
tools/opt/PrintSCC.cpp
tools/opt/opt.cpp
unittests/ADT/APFloatTest.cpp [new file with mode: 0644]
unittests/ADT/APIntTest.cpp
unittests/ADT/SmallStringTest.cpp [new file with mode: 0644]
unittests/ADT/SmallVectorTest.cpp
unittests/ADT/SparseBitVectorTest.cpp [new file with mode: 0644]
unittests/ADT/StringMapTest.cpp
unittests/ADT/StringRefTest.cpp [new file with mode: 0644]
unittests/ADT/TripleTest.cpp
unittests/ADT/TwineTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/ExecutionEngineTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/JIT/JITTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/Makefile
unittests/Makefile
unittests/Makefile.unittest
unittests/Support/AllocatorTest.cpp [new file with mode: 0644]
unittests/Support/CommandLineTest.cpp [new file with mode: 0644]
unittests/Support/ConstantRangeTest.cpp [new file with mode: 0644]
unittests/Support/MathExtrasTest.cpp
unittests/Support/RegexTest.cpp [new file with mode: 0644]
unittests/Support/TypeBuilderTest.cpp
unittests/Support/ValueHandleTest.cpp
unittests/Support/raw_ostream_test.cpp
unittests/Transforms/Makefile [new file with mode: 0644]
unittests/Transforms/Utils/Cloning.cpp [new file with mode: 0644]
unittests/Transforms/Utils/Makefile [new file with mode: 0644]
unittests/VMCore/ConstantsTest.cpp
unittests/VMCore/MetadataTest.cpp
unittests/VMCore/PassManagerTest.cpp
utils/FileCheck/CMakeLists.txt [new file with mode: 0644]
utils/FileCheck/FileCheck.cpp [new file with mode: 0644]
utils/FileCheck/Makefile [new file with mode: 0644]
utils/FileUpdate/CMakeLists.txt [new file with mode: 0644]
utils/FileUpdate/FileUpdate.cpp [new file with mode: 0644]
utils/FileUpdate/Makefile [new file with mode: 0644]
utils/Makefile
utils/NewNightlyTest.pl
utils/PerfectShuffle/PerfectShuffle.cpp
utils/TableGen/AsmMatcherEmitter.cpp [new file with mode: 0644]
utils/TableGen/AsmMatcherEmitter.h [new file with mode: 0644]
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/AsmWriterEmitter.h
utils/TableGen/CMakeLists.txt
utils/TableGen/CallingConvEmitter.cpp
utils/TableGen/CodeEmitterGen.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenDAGPatterns.h
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/CodeGenTarget.h
utils/TableGen/DAGISelEmitter.cpp
utils/TableGen/FastISelEmitter.cpp
utils/TableGen/InstrInfoEmitter.cpp
utils/TableGen/IntrinsicEmitter.cpp
utils/TableGen/LLVMCConfigurationEmitter.cpp
utils/TableGen/Record.cpp
utils/TableGen/Record.h
utils/TableGen/RegisterInfoEmitter.cpp
utils/TableGen/StringToOffsetTable.h [new file with mode: 0644]
utils/TableGen/SubtargetEmitter.cpp
utils/TableGen/SubtargetEmitter.h
utils/TableGen/TGParser.cpp
utils/TableGen/TGValueTypes.cpp
utils/TableGen/TableGen.cpp
utils/UpdateCMakeLists.pl [new file with mode: 0755]
utils/bugpoint/RemoteRunSafely.sh [new file with mode: 0644]
utils/buildit/GNUmakefile
utils/buildit/build_llvm
utils/count/CMakeLists.txt [new file with mode: 0644]
utils/count/Makefile [new file with mode: 0644]
utils/count/count.c [new file with mode: 0644]
utils/crosstool/ARM/build-install-linux.sh
utils/crosstool/create-snapshots.sh
utils/emacs/emacs.el
utils/lit/LitConfig.py [new file with mode: 0644]
utils/lit/LitFormats.py [new file with mode: 0644]
utils/lit/ProgressBar.py [new file with mode: 0644]
utils/lit/ShCommands.py [new file with mode: 0644]
utils/lit/ShUtil.py [new file with mode: 0644]
utils/lit/TODO [new file with mode: 0644]
utils/lit/TclUtil.py [new file with mode: 0644]
utils/lit/Test.py [new file with mode: 0644]
utils/lit/TestFormats.py [new file with mode: 0644]
utils/lit/TestRunner.py [new file with mode: 0644]
utils/lit/TestingConfig.py [new file with mode: 0644]
utils/lit/Util.py [new file with mode: 0644]
utils/lit/lit.py [new file with mode: 0755]
utils/llvm.grm
utils/llvmdo
utils/llvmgrep
utils/not/CMakeLists.txt [new file with mode: 0644]
utils/not/Makefile [new file with mode: 0644]
utils/not/not.cpp [new file with mode: 0644]
utils/unittest/Makefile
utils/unittest/UnitTestMain/Makefile [new file with mode: 0644]
utils/unittest/UnitTestMain/TestMain.cpp [new file with mode: 0644]
utils/unittest/googletest/Makefile
utils/unittest/googletest/README.LLVM
utils/unittest/googletest/include/gtest/internal/gtest-internal.h
utils/unittest/googletest/include/gtest/internal/gtest-port.h
utils/valgrind/x86_64-pc-linux-gnu_gcc-4.3.3.supp [new file with mode: 0644]
utils/vim/llvm.vim
win32/unistd.h