Date: Wed, 9 Jun 2010 17:59:52 +0000 (UTC) From: Roman Divacky <rdivacky@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/llvm CMakeLists.txt CREDITS.TXT LICENSE.TXT Makefile Makefile.common Makefile.config.in Makefile.rules ModuleInfo.txt README.txt build-for-llvm-top.sh configure llvm.spec.in mklib src/contrib/llvm/Xcode README.txt ... Message-ID: <201006100731.o5A7VQ3r055461@repoman.freebsd.org>
index | next in thread | raw e-mail
rdivacky 2010-06-09 17:59:52 UTC
FreeBSD src repository
Added files:
contrib/llvm CMakeLists.txt CREDITS.TXT LICENSE.TXT
Makefile Makefile.common
Makefile.config.in Makefile.rules
ModuleInfo.txt README.txt
build-for-llvm-top.sh configure
llvm.spec.in mklib
contrib/llvm/Xcode README.txt
contrib/llvm/Xcode/LLVM.xcodeproj project.pbxproj
contrib/llvm/autoconf AutoRegen.sh ExportMap.map LICENSE.TXT
README.TXT config.guess config.sub
configure.ac depcomp install-sh
ltmain.sh missing mkinstalldirs
contrib/llvm/autoconf/m4 bison.m4 build_exeext.m4
c_printf_a.m4 check_gnu_make.m4
config_makefile.m4 config_project.m4
cxx_bidi_iterator.m4
cxx_flag_check.m4 cxx_fwd_iterator.m4
cxx_namespaces.m4 cxx_std_iterator.m4
find_std_program.m4 flex.m4
func_isinf.m4 func_isnan.m4
func_mmap_file.m4
header_mmap_anonymous.m4 huge_val.m4
libtool.m4 link_options.m4
linux_mixed_64_32.m4 ltdl.m4
need_dev_zero_for_mmap.m4
path_perl.m4 path_tclsh.m4 rand48.m4
sanity_check.m4 single_cxx_check.m4
visibility_inlines_hidden.m4
contrib/llvm/bindings Makefile README.txt
contrib/llvm/bindings/ada llvm.gpr
contrib/llvm/bindings/ada/analysis llvm_analysis-binding.ads
llvm_analysis.ads
llvm_analysis_wrap.cxx
contrib/llvm/bindings/ada/bitreader
llvm_bit_reader-binding.ads
llvm_bit_reader.ads
llvm_bitreader_wrap.cxx
contrib/llvm/bindings/ada/bitwriter
llvm_bit_writer-binding.ads
llvm_bit_writer.ads
llvm_bitwriter_wrap.cxx
contrib/llvm/bindings/ada/executionengine
llvm_execution_engine-binding.ads
llvm_execution_engine.ads
llvm_executionengine_wrap.cxx
contrib/llvm/bindings/ada/llvm llvm-binding.ads llvm.ads
llvm_link_time_optimizer-binding.ads
llvm_link_time_optimizer.ads
llvm_linktimeoptimizer_wrap.cxx
llvm_wrap.cxx
contrib/llvm/bindings/ada/target llvm_target-binding.ads
llvm_target.ads
llvm_target_wrap.cxx
contrib/llvm/bindings/ada/transforms
llvm_transforms-binding.ads
llvm_transforms.ads
llvm_transforms_wrap.cxx
contrib/llvm/bindings/ocaml Makefile Makefile.ocaml
contrib/llvm/bindings/ocaml/analysis Makefile analysis_ocaml.c
llvm_analysis.ml
llvm_analysis.mli
contrib/llvm/bindings/ocaml/bitreader Makefile
bitreader_ocaml.c
llvm_bitreader.ml
llvm_bitreader.mli
contrib/llvm/bindings/ocaml/bitwriter Makefile
bitwriter_ocaml.c
llvm_bitwriter.ml
llvm_bitwriter.mli
contrib/llvm/bindings/ocaml/executionengine Makefile
executionengine_ocaml.c
llvm_executionengine.ml
llvm_executionengine.mli
contrib/llvm/bindings/ocaml/llvm Makefile llvm.ml llvm.mli
llvm_ocaml.c
contrib/llvm/bindings/ocaml/target Makefile llvm_target.ml
llvm_target.mli
target_ocaml.c
contrib/llvm/bindings/ocaml/transforms Makefile
contrib/llvm/bindings/ocaml/transforms/scalar Makefile
llvm_scalar_opts.ml
llvm_scalar_opts.mli
scalar_opts_ocaml.c
contrib/llvm/cmake README config-ix.cmake
contrib/llvm/cmake/modules AddLLVM.cmake
AddLLVMDefinitions.cmake
CheckAtomic.cmake
CrossCompileLLVM.cmake
FindBison.cmake
GetTargetTriple.cmake
LLVMConfig.cmake LLVMLibDeps.cmake
LLVMProcessSources.cmake
TableGen.cmake
contrib/llvm/examples CMakeLists.txt Makefile
contrib/llvm/examples/BrainF BrainF.cpp BrainF.h
BrainFDriver.cpp CMakeLists.txt
Makefile
contrib/llvm/examples/ExceptionDemo CMakeLists.txt
ExceptionDemo.cpp Makefile
contrib/llvm/examples/Fibonacci CMakeLists.txt Makefile
fibonacci.cpp
contrib/llvm/examples/HowToUseJIT CMakeLists.txt
HowToUseJIT.cpp Makefile
contrib/llvm/examples/Kaleidoscope CMakeLists.txt Makefile
contrib/llvm/examples/Kaleidoscope/Chapter2 CMakeLists.txt
Makefile toy.cpp
contrib/llvm/examples/Kaleidoscope/Chapter3 CMakeLists.txt
Makefile toy.cpp
contrib/llvm/examples/Kaleidoscope/Chapter4 CMakeLists.txt
Makefile toy.cpp
contrib/llvm/examples/Kaleidoscope/Chapter5 CMakeLists.txt
Makefile toy.cpp
contrib/llvm/examples/Kaleidoscope/Chapter6 CMakeLists.txt
Makefile toy.cpp
contrib/llvm/examples/Kaleidoscope/Chapter7 CMakeLists.txt
Makefile toy.cpp
contrib/llvm/examples/ModuleMaker CMakeLists.txt Makefile
ModuleMaker.cpp README.txt
contrib/llvm/examples/OCaml-Kaleidoscope Makefile
contrib/llvm/examples/OCaml-Kaleidoscope/Chapter2 Makefile
_tags ast.ml
lexer.ml
parser.ml
token.ml
toplevel.ml
toy.ml
contrib/llvm/examples/OCaml-Kaleidoscope/Chapter3 Makefile
_tags ast.ml
codegen.ml
lexer.ml
myocamlbuild.ml
parser.ml
token.ml
toplevel.ml
toy.ml
contrib/llvm/examples/OCaml-Kaleidoscope/Chapter4 Makefile
_tags ast.ml
bindings.c
codegen.ml
lexer.ml
myocamlbuild.ml
parser.ml
token.ml
toplevel.ml
toy.ml
contrib/llvm/examples/OCaml-Kaleidoscope/Chapter5 Makefile
_tags ast.ml
bindings.c
codegen.ml
lexer.ml
myocamlbuild.ml
parser.ml
token.ml
toplevel.ml
toy.ml
contrib/llvm/examples/OCaml-Kaleidoscope/Chapter6 Makefile
_tags ast.ml
bindings.c
codegen.ml
lexer.ml
myocamlbuild.ml
parser.ml
token.ml
toplevel.ml
toy.ml
contrib/llvm/examples/OCaml-Kaleidoscope/Chapter7 Makefile
_tags ast.ml
bindings.c
codegen.ml
lexer.ml
myocamlbuild.ml
parser.ml
token.ml
toplevel.ml
toy.ml
contrib/llvm/examples/ParallelJIT CMakeLists.txt Makefile
ParallelJIT.cpp
contrib/llvm/include/llvm AbstractTypeUser.h Argument.h
Attributes.h AutoUpgrade.h
BasicBlock.h CMakeLists.txt
CallGraphSCCPass.h CallingConv.h
Constant.h Constants.h
DerivedTypes.h Function.h
GVMaterializer.h GlobalAlias.h
GlobalValue.h GlobalVariable.h
InlineAsm.h InstrTypes.h
Instruction.def Instruction.h
Instructions.h IntrinsicInst.h
Intrinsics.h Intrinsics.td
IntrinsicsARM.td IntrinsicsAlpha.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td IntrinsicsXCore.td
LLVMContext.h LinkAllPasses.h
LinkAllVMCore.h Linker.h Metadata.h
Module.h OperandTraits.h Operator.h
Pass.h PassAnalysisSupport.h
PassManager.h PassManagers.h
PassSupport.h
SymbolTableListTraits.h Type.h
TypeSymbolTable.h Use.h User.h
Value.h ValueSymbolTable.h
contrib/llvm/include/llvm/ADT APFloat.h APInt.h APSInt.h
BitVector.h DeltaAlgorithm.h
DenseMap.h DenseMapInfo.h
DenseSet.h DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h GraphTraits.h
ImmutableIntervalMap.h
ImmutableList.h ImmutableMap.h
ImmutableSet.h IndexedMap.h
IntrusiveRefCntPtr.h Optional.h
OwningPtr.h PointerIntPair.h
PointerUnion.h
PostOrderIterator.h
PriorityQueue.h SCCIterator.h
STLExtras.h ScopedHashTable.h
SetOperations.h SetVector.h
SmallBitVector.h SmallPtrSet.h
SmallSet.h SmallString.h
SmallVector.h SparseBitVector.h
Statistic.h StringExtras.h
StringMap.h StringRef.h
StringSet.h StringSwitch.h
Trie.h Triple.h Twine.h
UniqueVector.h ValueMap.h
VectorExtras.h ilist.h
ilist_node.h iterator.cmake
iterator.h.in
contrib/llvm/include/llvm/Analysis AliasAnalysis.h
AliasSetTracker.h
CFGPrinter.h CallGraph.h
CaptureTracking.h
ConstantFolding.h
ConstantsScanner.h
DOTGraphTraitsPass.h
DebugInfo.h DomPrinter.h
DominatorInternals.h
Dominators.h
FindUsedTypes.h IVUsers.h
InlineCost.h
InstructionSimplify.h
Interval.h
IntervalIterator.h
IntervalPartition.h
LazyValueInfo.h
LibCallAliasAnalysis.h
LibCallSemantics.h Lint.h
LiveValues.h
LoopDependenceAnalysis.h
LoopInfo.h LoopPass.h
MemoryBuiltins.h
MemoryDependenceAnalysis.h
PHITransAddr.h Passes.h
PointerTracking.h
PostDominators.h
ProfileInfo.h
ProfileInfoLoader.h
ProfileInfoTypes.h
ScalarEvolution.h
ScalarEvolutionExpander.h
ScalarEvolutionExpressions.h
ScalarEvolutionNormalization.h
SparsePropagation.h Trace.h
ValueTracking.h Verifier.h
contrib/llvm/include/llvm/Assembly AsmAnnotationWriter.h
Parser.h PrintModulePass.h
Writer.h
contrib/llvm/include/llvm/Bitcode Archive.h BitCodes.h
BitstreamReader.h
BitstreamWriter.h
LLVMBitCodes.h
ReaderWriter.h
contrib/llvm/include/llvm/CodeGen Analysis.h AsmPrinter.h
BinaryObject.h
CalcSpillWeights.h
CallingConvLower.h
FastISel.h GCMetadata.h
GCMetadataPrinter.h
GCStrategy.h GCs.h
ISDOpcodes.h
IntrinsicLowering.h
JITCodeEmitter.h
LatencyPriorityQueue.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h
LiveIntervalAnalysis.h
LiveStackAnalysis.h
LiveVariables.h
MachORelocation.h
MachineBasicBlock.h
MachineCodeEmitter.h
MachineCodeInfo.h
MachineConstantPool.h
MachineDominators.h
MachineFrameInfo.h
MachineFunction.h
MachineFunctionAnalysis.h
MachineFunctionPass.h
MachineInstr.h
MachineInstrBuilder.h
MachineJumpTableInfo.h
MachineLocation.h
MachineLoopInfo.h
MachineMemOperand.h
MachineModuleInfo.h
MachineModuleInfoImpls.h
MachineOperand.h
MachinePassRegistry.h
MachineRegisterInfo.h
MachineRelocation.h
MachineSSAUpdater.h
ObjectCodeEmitter.h Passes.h
ProcessImplicitDefs.h
PseudoSourceValue.h
RegAllocRegistry.h
RegisterCoalescer.h
RegisterScavenging.h
RuntimeLibcalls.h
ScheduleDAG.h
ScheduleHazardRecognizer.h
SchedulerRegistry.h
SelectionDAG.h
SelectionDAGISel.h
SelectionDAGNodes.h
SlotIndexes.h
TargetLoweringObjectFileImpl.h
ValueTypes.h ValueTypes.td
contrib/llvm/include/llvm/CompilerDriver Action.h
BuiltinOptions.h
Common.td
CompilationGraph.h
Error.h
ForceLinkage.h
ForceLinkageMacros.h
Main.inc Plugin.h
Tool.h
contrib/llvm/include/llvm/Config AsmParsers.def.in
AsmPrinters.def.in
Disassemblers.def.in
Targets.def.in config.h.cmake
config.h.in
contrib/llvm/include/llvm/ExecutionEngine ExecutionEngine.h
GenericValue.h
Interpreter.h JIT.h
JITEventListener.h
JITMemoryManager.h
contrib/llvm/include/llvm/MC EDInstInfo.h MCAsmInfo.h
MCAsmInfoCOFF.h MCAsmInfoDarwin.h
MCAsmLayout.h MCAssembler.h
MCCodeEmitter.h MCContext.h
MCDirectives.h MCDisassembler.h
MCExpr.h MCFixup.h MCInst.h
MCInstPrinter.h MCLabel.h
MCMachOSymbolFlags.h
MCObjectWriter.h MCSection.h
MCSectionCOFF.h MCSectionELF.h
MCSectionMachO.h MCStreamer.h
MCSymbol.h MCValue.h
MachObjectWriter.h SectionKind.h
contrib/llvm/include/llvm/MC/MCParser AsmCond.h AsmLexer.h
AsmParser.h MCAsmLexer.h
MCAsmParser.h
MCParsedAsmOperand.h
contrib/llvm/include/llvm/Support AlignOf.h Allocator.h CFG.h
CallSite.h Casting.h
CommandLine.h Compiler.h
ConstantFolder.h
ConstantRange.h
DOTGraphTraits.h DataFlow.h
DataTypes.h.cmake
DataTypes.h.in Debug.h
DebugLoc.h Dwarf.h
DynamicLinker.h ELF.h
ErrorHandling.h
FileUtilities.h Format.h
FormattedStream.h
GetElementPtrTypeIterator.h
GraphWriter.h IRBuilder.h
IRReader.h InstIterator.h
InstVisitor.h LeakDetector.h
MachO.h ManagedStatic.h
MathExtras.h MemoryBuffer.h
MemoryObject.h MutexGuard.h
NoFolder.h OutputBuffer.h
PassNameParser.h
PatternMatch.h
PluginLoader.h
PointerLikeTypeTraits.h
PredIteratorCache.h
PrettyStackTrace.h
Recycler.h
RecyclingAllocator.h Regex.h
Registry.h RegistryParser.h
SMLoc.h
SlowOperationInformer.h
SourceMgr.h
StableBasicBlockNumbering.h
StandardPasses.h
StringPool.h SystemUtils.h
TargetFolder.h Timer.h
TypeBuilder.h ValueHandle.h
circular_raw_ostream.h
raw_os_ostream.h
raw_ostream.h type_traits.h
contrib/llvm/include/llvm/System AIXDataTypesFix.h Alarm.h
Atomic.h DataTypes.h.cmake
DataTypes.h.in Disassembler.h
DynamicLibrary.h Errno.h
Host.h IncludeFile.h
LICENSE.TXT Memory.h Mutex.h
Path.h Process.h Program.h
RWMutex.h Signals.h Solaris.h
ThreadLocal.h Threading.h
TimeValue.h Valgrind.h
contrib/llvm/include/llvm/Target Mangler.h SubtargetFeature.h
Target.td TargetAsmBackend.h
TargetAsmLexer.h
TargetAsmParser.h
TargetCallingConv.td
TargetData.h
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrDesc.h
TargetInstrInfo.h
TargetInstrItineraries.h
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLowering.h
TargetLoweringObjectFile.h
TargetMachine.h
TargetOpcodes.h
TargetOptions.h
TargetRegisterInfo.h
TargetRegistry.h
TargetSchedule.td
TargetSelect.h
TargetSelectionDAG.td
TargetSelectionDAGInfo.h
TargetSubtarget.h
contrib/llvm/include/llvm/Transforms IPO.h Instrumentation.h
RSProfiling.h Scalar.h
contrib/llvm/include/llvm/Transforms/IPO InlinerPass.h
contrib/llvm/include/llvm/Transforms/Utils AddrModeMatcher.h
BasicBlockUtils.h
BasicInliner.h
BuildLibCalls.h
Cloning.h
FunctionUtils.h
Local.h
PromoteMemToReg.h
SSAUpdater.h
SSAUpdaterImpl.h
SSI.h
UnifyFunctionExitNodes.h
UnrollLoop.h
contrib/llvm/include/llvm-c Analysis.h BitReader.h BitWriter.h
Core.h EnhancedDisassembly.h
ExecutionEngine.h
LinkTimeOptimizer.h Target.h lto.h
contrib/llvm/include/llvm-c/Transforms IPO.h Scalar.h
contrib/llvm/lib Makefile
contrib/llvm/lib/Analysis AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasDebugger.cpp
AliasSetTracker.cpp Analysis.cpp
BasicAliasAnalysis.cpp
CFGPrinter.cpp CMakeLists.txt
CaptureTracking.cpp
ConstantFolding.cpp
DbgInfoPrinter.cpp DebugInfo.cpp
DomPrinter.cpp IVUsers.cpp
InlineCost.cpp InstCount.cpp
InstructionSimplify.cpp Interval.cpp
IntervalPartition.cpp
LazyValueInfo.cpp
LibCallAliasAnalysis.cpp
LibCallSemantics.cpp Lint.cpp
LiveValues.cpp
LoopDependenceAnalysis.cpp
LoopInfo.cpp LoopPass.cpp Makefile
MemoryBuiltins.cpp
MemoryDependenceAnalysis.cpp
ModuleDebugInfoPrinter.cpp
PHITransAddr.cpp PointerTracking.cpp
PostDominators.cpp
ProfileEstimatorPass.cpp
ProfileInfo.cpp
ProfileInfoLoader.cpp
ProfileInfoLoaderPass.cpp
ProfileVerifierPass.cpp README.txt
ScalarEvolution.cpp
ScalarEvolutionAliasAnalysis.cpp
ScalarEvolutionExpander.cpp
ScalarEvolutionNormalization.cpp
SparsePropagation.cpp Trace.cpp
ValueTracking.cpp
contrib/llvm/lib/Analysis/IPA CMakeLists.txt CallGraph.cpp
CallGraphSCCPass.cpp
FindUsedTypes.cpp
GlobalsModRef.cpp Makefile
contrib/llvm/lib/Archive Archive.cpp ArchiveInternals.h
ArchiveReader.cpp ArchiveWriter.cpp
CMakeLists.txt Makefile
contrib/llvm/lib/AsmParser CMakeLists.txt LLLexer.cpp
LLLexer.h LLParser.cpp LLParser.h
LLToken.h Makefile Parser.cpp
contrib/llvm/lib/Bitcode Makefile
contrib/llvm/lib/Bitcode/Reader BitReader.cpp
BitcodeReader.cpp
BitcodeReader.h CMakeLists.txt
Makefile
contrib/llvm/lib/Bitcode/Writer BitWriter.cpp
BitcodeWriter.cpp
BitcodeWriterPass.cpp
CMakeLists.txt Makefile
ValueEnumerator.cpp
ValueEnumerator.h
contrib/llvm/lib/CodeGen AggressiveAntiDepBreaker.cpp
AggressiveAntiDepBreaker.h
Analysis.cpp AntiDepBreaker.h
BranchFolding.cpp BranchFolding.h
CMakeLists.txt CalcSpillWeights.cpp
CodePlacementOpt.cpp
CriticalAntiDepBreaker.cpp
CriticalAntiDepBreaker.h
DeadMachineInstructionElim.cpp
DwarfEHPrepare.cpp ELF.h
ELFCodeEmitter.cpp ELFCodeEmitter.h
ELFWriter.cpp ELFWriter.h
ExactHazardRecognizer.cpp
ExactHazardRecognizer.h
GCMetadata.cpp GCMetadataPrinter.cpp
GCStrategy.cpp IfConversion.cpp
IntrinsicLowering.cpp
LLVMTargetMachine.cpp
LatencyPriorityQueue.cpp
LiveInterval.cpp
LiveIntervalAnalysis.cpp
LiveStackAnalysis.cpp
LiveVariables.cpp LowerSubregs.cpp
MachineBasicBlock.cpp MachineCSE.cpp
MachineDominators.cpp
MachineFunction.cpp
MachineFunctionAnalysis.cpp
MachineFunctionPass.cpp
MachineFunctionPrinterPass.cpp
MachineInstr.cpp MachineLICM.cpp
MachineLoopInfo.cpp
MachineModuleInfo.cpp
MachineModuleInfoImpls.cpp
MachinePassRegistry.cpp
MachineRegisterInfo.cpp
MachineSSAUpdater.cpp MachineSink.cpp
MachineVerifier.cpp Makefile
ObjectCodeEmitter.cpp OcamlGC.cpp
OptimizeExts.cpp OptimizePHIs.cpp
PHIElimination.cpp PHIElimination.h
Passes.cpp PostRASchedulerList.cpp
PreAllocSplitting.cpp
ProcessImplicitDefs.cpp
PrologEpilogInserter.cpp
PrologEpilogInserter.h
PseudoSourceValue.cpp README.txt
RegAllocFast.cpp
RegAllocLinearScan.cpp
RegAllocLocal.cpp RegAllocPBQP.cpp
RegisterCoalescer.cpp
RegisterScavenging.cpp
ScheduleDAG.cpp ScheduleDAGEmit.cpp
ScheduleDAGInstrs.cpp
ScheduleDAGInstrs.h
ScheduleDAGPrinter.cpp
ShadowStackGC.cpp ShrinkWrapping.cpp
SimpleHazardRecognizer.h
SimpleRegisterCoalescing.cpp
SimpleRegisterCoalescing.h
SjLjEHPrepare.cpp SlotIndexes.cpp
Spiller.cpp Spiller.h
StackProtector.cpp
StackSlotColoring.cpp
StrongPHIElimination.cpp
TailDuplication.cpp
TargetInstrInfoImpl.cpp
TargetLoweringObjectFileImpl.cpp
TwoAddressInstructionPass.cpp
UnreachableBlockElim.cpp
VirtRegMap.cpp VirtRegMap.h
VirtRegRewriter.cpp VirtRegRewriter.h
contrib/llvm/lib/CodeGen/AsmPrinter AsmPrinter.cpp
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
CMakeLists.txt DIE.cpp
DIE.h DwarfDebug.cpp
DwarfDebug.h
DwarfException.cpp
DwarfException.h Makefile
OcamlGCPrinter.cpp
contrib/llvm/lib/CodeGen/PBQP Graph.h HeuristicBase.h
HeuristicSolver.h Math.h
Solution.h
contrib/llvm/lib/CodeGen/PBQP/Heuristics Briggs.h
contrib/llvm/lib/CodeGen/SelectionDAG CMakeLists.txt
CallingConvLower.cpp
DAGCombiner.cpp
FastISel.cpp
FunctionLoweringInfo.cpp
FunctionLoweringInfo.h
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
SDNodeDbgValue.h
SDNodeOrdering.h
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SelectionDAG.cpp
SelectionDAGBuilder.cpp
SelectionDAGBuilder.h
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp
TargetLowering.cpp
TargetSelectionDAGInfo.cpp
contrib/llvm/lib/CompilerDriver Action.cpp BuiltinOptions.cpp
CMakeLists.txt
CompilationGraph.cpp Main.cpp
Makefile Plugin.cpp Tool.cpp
contrib/llvm/lib/ExecutionEngine CMakeLists.txt
ExecutionEngine.cpp
ExecutionEngineBindings.cpp
Makefile
contrib/llvm/lib/ExecutionEngine/Interpreter CMakeLists.txt
Execution.cpp
ExternalFunctions.cpp
Interpreter.cpp
Interpreter.h
Makefile
contrib/llvm/lib/ExecutionEngine/JIT CMakeLists.txt
Intercept.cpp JIT.cpp
JIT.h
JITDebugRegisterer.cpp
JITDebugRegisterer.h
JITDwarfEmitter.cpp
JITDwarfEmitter.h
JITEmitter.cpp
JITMemoryManager.cpp
Makefile
OProfileJITEventListener.cpp
TargetSelect.cpp
contrib/llvm/lib/Linker CMakeLists.txt LinkArchives.cpp
LinkItems.cpp LinkModules.cpp
Linker.cpp Makefile
contrib/llvm/lib/MC CMakeLists.txt MCAsmInfo.cpp
MCAsmInfoCOFF.cpp MCAsmInfoDarwin.cpp
MCAsmStreamer.cpp MCAssembler.cpp
MCCodeEmitter.cpp MCContext.cpp
MCDisassembler.cpp MCExpr.cpp MCInst.cpp
MCInstPrinter.cpp MCLabel.cpp
MCLoggingStreamer.cpp MCMachOStreamer.cpp
MCNullStreamer.cpp MCObjectWriter.cpp
MCSection.cpp MCSectionCOFF.cpp
MCSectionELF.cpp MCSectionMachO.cpp
MCStreamer.cpp MCSymbol.cpp MCValue.cpp
MachObjectWriter.cpp Makefile
TargetAsmBackend.cpp
contrib/llvm/lib/MC/MCParser AsmLexer.cpp AsmParser.cpp
CMakeLists.txt MCAsmLexer.cpp
MCAsmParser.cpp Makefile
TargetAsmParser.cpp
contrib/llvm/lib/Support APFloat.cpp APInt.cpp APSInt.cpp
Allocator.cpp CMakeLists.txt
COPYRIGHT.regex CommandLine.cpp
ConstantRange.cpp Debug.cpp
DeltaAlgorithm.cpp Dwarf.cpp
ErrorHandling.cpp FileUtilities.cpp
FoldingSet.cpp FormattedStream.cpp
GraphWriter.cpp IsInf.cpp IsNAN.cpp
Makefile ManagedStatic.cpp
MemoryBuffer.cpp MemoryObject.cpp
PluginLoader.cpp PrettyStackTrace.cpp
Regex.cpp SlowOperationInformer.cpp
SmallPtrSet.cpp SmallVector.cpp
SourceMgr.cpp Statistic.cpp
StringExtras.cpp StringMap.cpp
StringPool.cpp StringRef.cpp
SystemUtils.cpp TargetRegistry.cpp
Timer.cpp Triple.cpp Twine.cpp
circular_raw_ostream.cpp
raw_os_ostream.cpp raw_ostream.cpp
regcclass.h regcname.h regcomp.c
regengine.inc regerror.c regex2.h
regex_impl.h regexec.c regfree.c
regstrlcpy.c regutils.h
contrib/llvm/lib/System Alarm.cpp Atomic.cpp CMakeLists.txt
Disassembler.cpp DynamicLibrary.cpp
Errno.cpp Host.cpp IncludeFile.cpp
Makefile Memory.cpp Mutex.cpp Path.cpp
Process.cpp Program.cpp README.txt
RWMutex.cpp
SearchForAddressOfSpecialSymbol.cpp
Signals.cpp ThreadLocal.cpp
Threading.cpp TimeValue.cpp
Valgrind.cpp
contrib/llvm/lib/System/Unix Alarm.inc Host.inc Memory.inc
Mutex.inc Path.inc Process.inc
Program.inc README.txt
RWMutex.inc Signals.inc
ThreadLocal.inc TimeValue.inc
Unix.h
contrib/llvm/lib/System/Win32 Alarm.inc DynamicLibrary.inc
Host.inc Memory.inc Mutex.inc
Path.inc Process.inc Program.inc
RWMutex.inc Signals.inc
ThreadLocal.inc TimeValue.inc
Win32.h
contrib/llvm/lib/Target CMakeLists.txt Makefile Mangler.cpp
README.txt SubtargetFeature.cpp
Target.cpp TargetAsmLexer.cpp
TargetData.cpp TargetELFWriterInfo.cpp
TargetFrameInfo.cpp
TargetInstrInfo.cpp
TargetIntrinsicInfo.cpp
TargetLoweringObjectFile.cpp
TargetMachine.cpp
TargetRegisterInfo.cpp
TargetSubtarget.cpp
contrib/llvm/lib/Target/ARM ARM.h ARM.td ARMAddressingModes.h
ARMBaseInstrInfo.cpp
ARMBaseInstrInfo.h
ARMBaseRegisterInfo.cpp
ARMBaseRegisterInfo.h
ARMBuildAttrs.h ARMCallingConv.td
ARMCodeEmitter.cpp
ARMConstantIslandPass.cpp
ARMConstantPoolValue.cpp
ARMConstantPoolValue.h
ARMExpandPseudoInsts.cpp
ARMFrameInfo.h ARMISelDAGToDAG.cpp
ARMISelLowering.cpp
ARMISelLowering.h
ARMInstrFormats.td
ARMInstrInfo.cpp ARMInstrInfo.h
ARMInstrInfo.td ARMInstrNEON.td
ARMInstrThumb.td ARMInstrThumb2.td
ARMInstrVFP.td ARMJITInfo.cpp
ARMJITInfo.h
ARMLoadStoreOptimizer.cpp
ARMMCAsmInfo.cpp ARMMCAsmInfo.h
ARMMachineFunctionInfo.h
ARMPerfectShuffle.h
ARMRegisterInfo.cpp
ARMRegisterInfo.h
ARMRegisterInfo.td
ARMRelocations.h ARMSchedule.td
ARMScheduleA8.td ARMScheduleA9.td
ARMScheduleV6.td
ARMSelectionDAGInfo.cpp
ARMSelectionDAGInfo.h
ARMSubtarget.cpp ARMSubtarget.h
ARMTargetMachine.cpp
ARMTargetMachine.h
ARMTargetObjectFile.cpp
ARMTargetObjectFile.h
CMakeLists.txt Makefile
NEONMoveFix.cpp
NEONPreAllocPass.cpp
README-Thumb.txt README-Thumb2.txt
README.txt Thumb1InstrInfo.cpp
Thumb1InstrInfo.h
Thumb1RegisterInfo.cpp
Thumb1RegisterInfo.h
Thumb2ITBlockPass.cpp
Thumb2InstrInfo.cpp
Thumb2InstrInfo.h
Thumb2RegisterInfo.cpp
Thumb2RegisterInfo.h
Thumb2SizeReduction.cpp
contrib/llvm/lib/Target/ARM/AsmParser ARMAsmLexer.cpp
ARMAsmParser.cpp
CMakeLists.txt Makefile
contrib/llvm/lib/Target/ARM/AsmPrinter ARMAsmPrinter.cpp
ARMInstPrinter.cpp
ARMInstPrinter.h
ARMMCInstLower.cpp
ARMMCInstLower.h
CMakeLists.txt Makefile
contrib/llvm/lib/Target/ARM/Disassembler ARMDisassembler.cpp
ARMDisassembler.h
ARMDisassemblerCore.cpp
ARMDisassemblerCore.h
Makefile
ThumbDisassemblerCore.h
contrib/llvm/lib/Target/ARM/TargetInfo ARMTargetInfo.cpp
CMakeLists.txt Makefile
contrib/llvm/lib/Target/Alpha Alpha.h Alpha.td
AlphaBranchSelector.cpp
AlphaCallingConv.td
AlphaCodeEmitter.cpp
AlphaISelDAGToDAG.cpp
AlphaISelLowering.cpp
AlphaISelLowering.h
AlphaInstrFormats.td
AlphaInstrInfo.cpp
AlphaInstrInfo.h
AlphaInstrInfo.td
AlphaJITInfo.cpp AlphaJITInfo.h
AlphaLLRP.cpp AlphaMCAsmInfo.cpp
AlphaMCAsmInfo.h
AlphaMachineFunctionInfo.h
AlphaRegisterInfo.cpp
AlphaRegisterInfo.h
AlphaRegisterInfo.td
AlphaRelocations.h
AlphaSchedule.td
AlphaSelectionDAGInfo.cpp
AlphaSelectionDAGInfo.h
AlphaSubtarget.cpp
AlphaSubtarget.h
AlphaTargetMachine.cpp
AlphaTargetMachine.h
CMakeLists.txt Makefile
README.txt
contrib/llvm/lib/Target/Alpha/AsmPrinter AlphaAsmPrinter.cpp
CMakeLists.txt
Makefile
contrib/llvm/lib/Target/Alpha/TargetInfo AlphaTargetInfo.cpp
CMakeLists.txt
Makefile
contrib/llvm/lib/Target/Blackfin Blackfin.h Blackfin.td
BlackfinCallingConv.td
BlackfinISelDAGToDAG.cpp
BlackfinISelLowering.cpp
BlackfinISelLowering.h
BlackfinInstrFormats.td
BlackfinInstrInfo.cpp
BlackfinInstrInfo.h
BlackfinInstrInfo.td
BlackfinIntrinsicInfo.cpp
BlackfinIntrinsicInfo.h
BlackfinIntrinsics.td
BlackfinMCAsmInfo.cpp
BlackfinMCAsmInfo.h
BlackfinRegisterInfo.cpp
BlackfinRegisterInfo.h
BlackfinRegisterInfo.td
BlackfinSelectionDAGInfo.cpp
BlackfinSelectionDAGInfo.h
BlackfinSubtarget.cpp
BlackfinSubtarget.h
BlackfinTargetMachine.cpp
BlackfinTargetMachine.h
CMakeLists.txt Makefile
README.txt
contrib/llvm/lib/Target/Blackfin/AsmPrinter
BlackfinAsmPrinter.cpp
CMakeLists.txt
Makefile
contrib/llvm/lib/Target/Blackfin/TargetInfo
BlackfinTargetInfo.cpp
CMakeLists.txt
Makefile
contrib/llvm/lib/Target/CBackend CBackend.cpp CMakeLists.txt
CTargetMachine.h Makefile
contrib/llvm/lib/Target/CBackend/TargetInfo
CBackendTargetInfo.cpp
CMakeLists.txt
Makefile
contrib/llvm/lib/Target/CellSPU CMakeLists.txt
CellSDKIntrinsics.td Makefile
README.txt SPU.h SPU.td
SPU128InstrInfo.td
SPU64InstrInfo.td
SPUCallingConv.td
SPUFrameInfo.cpp
SPUFrameInfo.h
SPUHazardRecognizers.cpp
SPUHazardRecognizers.h
SPUISelDAGToDAG.cpp
SPUISelLowering.cpp
SPUISelLowering.h
SPUInstrBuilder.h
SPUInstrFormats.td
SPUInstrInfo.cpp
SPUInstrInfo.h SPUInstrInfo.td
SPUMCAsmInfo.cpp
SPUMCAsmInfo.h
SPUMachineFunction.h
SPUMathInstr.td SPUNodes.td
SPUOperands.td
SPURegisterInfo.cpp
SPURegisterInfo.h
SPURegisterInfo.td
SPURegisterNames.h
SPUSchedule.td
SPUSelectionDAGInfo.cpp
SPUSelectionDAGInfo.h
SPUSubtarget.cpp
SPUSubtarget.h
SPUTargetMachine.cpp
SPUTargetMachine.h
contrib/llvm/lib/Target/CellSPU/AsmPrinter CMakeLists.txt
Makefile
SPUAsmPrinter.cpp
contrib/llvm/lib/Target/CellSPU/TargetInfo CMakeLists.txt
CellSPUTargetInfo.cpp
Makefile
contrib/llvm/lib/Target/CppBackend CMakeLists.txt
CPPBackend.cpp
CPPTargetMachine.h Makefile
contrib/llvm/lib/Target/CppBackend/TargetInfo CMakeLists.txt
CppBackendTargetInfo.cpp
Makefile
contrib/llvm/lib/Target/MBlaze CMakeLists.txt MBlaze.h
MBlaze.td MBlazeCallingConv.td
MBlazeDelaySlotFiller.cpp
MBlazeISelDAGToDAG.cpp
MBlazeISelLowering.cpp
MBlazeISelLowering.h
MBlazeInstrFPU.td
MBlazeInstrFSL.td
MBlazeInstrFormats.td
MBlazeInstrInfo.cpp
MBlazeInstrInfo.h
MBlazeInstrInfo.td
MBlazeIntrinsicInfo.cpp
MBlazeIntrinsicInfo.h
MBlazeIntrinsics.td
MBlazeMCAsmInfo.cpp
MBlazeMCAsmInfo.h
MBlazeMachineFunction.h
MBlazeRegisterInfo.cpp
MBlazeRegisterInfo.h
MBlazeRegisterInfo.td
MBlazeSchedule.td
MBlazeSelectionDAGInfo.cpp
MBlazeSelectionDAGInfo.h
MBlazeSubtarget.cpp
MBlazeSubtarget.h
MBlazeTargetMachine.cpp
MBlazeTargetMachine.h
MBlazeTargetObjectFile.cpp
MBlazeTargetObjectFile.h
Makefile
contrib/llvm/lib/Target/MBlaze/AsmPrinter CMakeLists.txt
MBlazeAsmPrinter.cpp
Makefile
contrib/llvm/lib/Target/MBlaze/TargetInfo CMakeLists.txt
MBlazeTargetInfo.cpp
Makefile
contrib/llvm/lib/Target/MSIL CMakeLists.txt MSILWriter.cpp
MSILWriter.h Makefile README.TXT
contrib/llvm/lib/Target/MSIL/TargetInfo CMakeLists.txt
MSILTargetInfo.cpp
Makefile
contrib/llvm/lib/Target/MSP430 CMakeLists.txt MSP430.h
MSP430.td
MSP430BranchSelector.cpp
MSP430CallingConv.td
MSP430ISelDAGToDAG.cpp
MSP430ISelLowering.cpp
MSP430ISelLowering.h
MSP430InstrFormats.td
MSP430InstrInfo.cpp
MSP430InstrInfo.h
MSP430InstrInfo.td
MSP430MCAsmInfo.cpp
MSP430MCAsmInfo.h
MSP430MachineFunctionInfo.h
MSP430RegisterInfo.cpp
MSP430RegisterInfo.h
MSP430RegisterInfo.td
MSP430SelectionDAGInfo.cpp
MSP430SelectionDAGInfo.h
MSP430Subtarget.cpp
MSP430Subtarget.h
MSP430TargetMachine.cpp
MSP430TargetMachine.h Makefile
README.txt
contrib/llvm/lib/Target/MSP430/AsmPrinter CMakeLists.txt
MSP430AsmPrinter.cpp
MSP430InstPrinter.cpp
MSP430InstPrinter.h
MSP430MCInstLower.cpp
MSP430MCInstLower.h
Makefile
contrib/llvm/lib/Target/MSP430/TargetInfo CMakeLists.txt
MSP430TargetInfo.cpp
Makefile
contrib/llvm/lib/Target/Mips CMakeLists.txt Makefile Mips.h
Mips.td MipsCallingConv.td
MipsDelaySlotFiller.cpp
MipsISelDAGToDAG.cpp
MipsISelLowering.cpp
MipsISelLowering.h
MipsInstrFPU.td
MipsInstrFormats.td
MipsInstrInfo.cpp MipsInstrInfo.h
MipsInstrInfo.td
MipsMCAsmInfo.cpp MipsMCAsmInfo.h
MipsMachineFunction.h
MipsRegisterInfo.cpp
MipsRegisterInfo.h
MipsRegisterInfo.td
MipsSchedule.td
MipsSelectionDAGInfo.cpp
MipsSelectionDAGInfo.h
MipsSubtarget.cpp MipsSubtarget.h
MipsTargetMachine.cpp
MipsTargetMachine.h
MipsTargetObjectFile.cpp
MipsTargetObjectFile.h
contrib/llvm/lib/Target/Mips/AsmPrinter CMakeLists.txt
Makefile
MipsAsmPrinter.cpp
contrib/llvm/lib/Target/Mips/TargetInfo CMakeLists.txt
Makefile
MipsTargetInfo.cpp
contrib/llvm/lib/Target/PIC16 CMakeLists.txt Makefile PIC16.h
PIC16.td PIC16ABINames.h
PIC16DebugInfo.cpp
PIC16DebugInfo.h
PIC16ISelDAGToDAG.cpp
PIC16ISelDAGToDAG.h
PIC16ISelLowering.cpp
PIC16ISelLowering.h
PIC16InstrFormats.td
PIC16InstrInfo.cpp
PIC16InstrInfo.h
PIC16InstrInfo.td
PIC16MCAsmInfo.cpp
PIC16MCAsmInfo.h
PIC16MachineFunctionInfo.h
PIC16MemSelOpt.cpp
PIC16RegisterInfo.cpp
PIC16RegisterInfo.h
PIC16RegisterInfo.td
PIC16Section.cpp PIC16Section.h
PIC16SelectionDAGInfo.cpp
PIC16SelectionDAGInfo.h
PIC16Subtarget.cpp
PIC16Subtarget.h
PIC16TargetMachine.cpp
PIC16TargetMachine.h
PIC16TargetObjectFile.cpp
PIC16TargetObjectFile.h
contrib/llvm/lib/Target/PIC16/AsmPrinter CMakeLists.txt
Makefile
PIC16AsmPrinter.cpp
PIC16AsmPrinter.h
contrib/llvm/lib/Target/PIC16/PIC16Passes Makefile
PIC16Cloner.cpp
PIC16Cloner.h
PIC16Overlay.cpp
PIC16Overlay.h
contrib/llvm/lib/Target/PIC16/TargetInfo CMakeLists.txt
Makefile
PIC16TargetInfo.cpp
contrib/llvm/lib/Target/PowerPC CMakeLists.txt Makefile PPC.h
PPC.td PPCBranchSelector.cpp
PPCCallingConv.td
PPCCodeEmitter.cpp
PPCFrameInfo.h
PPCHazardRecognizers.cpp
PPCHazardRecognizers.h
PPCISelDAGToDAG.cpp
PPCISelLowering.cpp
PPCISelLowering.h
PPCInstr64Bit.td
PPCInstrAltivec.td
PPCInstrBuilder.h
PPCInstrFormats.td
PPCInstrInfo.cpp
PPCInstrInfo.h PPCInstrInfo.td
PPCJITInfo.cpp PPCJITInfo.h
PPCMCAsmInfo.cpp
PPCMCAsmInfo.h
PPCMachineFunctionInfo.h
PPCPerfectShuffle.h
PPCPredicates.cpp
PPCPredicates.h
PPCRegisterInfo.cpp
PPCRegisterInfo.h
PPCRegisterInfo.td
PPCRelocations.h
PPCSchedule.td
PPCScheduleG3.td
PPCScheduleG4.td
PPCScheduleG4Plus.td
PPCScheduleG5.td
PPCSelectionDAGInfo.cpp
PPCSelectionDAGInfo.h
PPCSubtarget.cpp
PPCSubtarget.h
PPCTargetMachine.cpp
PPCTargetMachine.h README.txt
README_ALTIVEC.txt
contrib/llvm/lib/Target/PowerPC/AsmPrinter CMakeLists.txt
Makefile
PPCAsmPrinter.cpp
contrib/llvm/lib/Target/PowerPC/TargetInfo CMakeLists.txt
Makefile
PowerPCTargetInfo.cpp
contrib/llvm/lib/Target/Sparc CMakeLists.txt
DelaySlotFiller.cpp FPMover.cpp
Makefile README.txt Sparc.h
Sparc.td SparcCallingConv.td
SparcISelDAGToDAG.cpp
SparcISelLowering.cpp
SparcISelLowering.h
SparcInstrFormats.td
SparcInstrInfo.cpp
SparcInstrInfo.h
SparcInstrInfo.td
SparcMCAsmInfo.cpp
SparcMCAsmInfo.h
SparcMachineFunctionInfo.h
SparcRegisterInfo.cpp
SparcRegisterInfo.h
SparcRegisterInfo.td
SparcSelectionDAGInfo.cpp
SparcSelectionDAGInfo.h
SparcSubtarget.cpp
SparcSubtarget.h
SparcTargetMachine.cpp
SparcTargetMachine.h
contrib/llvm/lib/Target/Sparc/AsmPrinter CMakeLists.txt
Makefile
SparcAsmPrinter.cpp
contrib/llvm/lib/Target/Sparc/TargetInfo CMakeLists.txt
Makefile
SparcTargetInfo.cpp
contrib/llvm/lib/Target/SystemZ CMakeLists.txt Makefile
SystemZ.h SystemZ.td
SystemZCallingConv.td
SystemZISelDAGToDAG.cpp
SystemZISelLowering.cpp
SystemZISelLowering.h
SystemZInstrBuilder.h
SystemZInstrFP.td
SystemZInstrFormats.td
SystemZInstrInfo.cpp
SystemZInstrInfo.h
SystemZInstrInfo.td
SystemZMCAsmInfo.cpp
SystemZMCAsmInfo.h
SystemZMachineFunctionInfo.h
SystemZOperands.td
SystemZRegisterInfo.cpp
SystemZRegisterInfo.h
SystemZRegisterInfo.td
SystemZSelectionDAGInfo.cpp
SystemZSelectionDAGInfo.h
SystemZSubtarget.cpp
SystemZSubtarget.h
SystemZTargetMachine.cpp
SystemZTargetMachine.h
contrib/llvm/lib/Target/SystemZ/AsmPrinter CMakeLists.txt
Makefile
SystemZAsmPrinter.cpp
contrib/llvm/lib/Target/SystemZ/TargetInfo CMakeLists.txt
Makefile
SystemZTargetInfo.cpp
contrib/llvm/lib/Target/X86 CMakeLists.txt Makefile
README-FPStack.txt README-MMX.txt
README-SSE.txt
README-UNIMPLEMENTED.txt
README-X86-64.txt README.txt
SSEDomainFix.cpp X86.h X86.td
X86AsmBackend.cpp X86COFF.h
X86COFFMachineModuleInfo.cpp
X86COFFMachineModuleInfo.h
X86CallingConv.td
X86CodeEmitter.cpp
X86CompilationCallback_Win64.asm
X86ELFWriterInfo.cpp
X86ELFWriterInfo.h X86FastISel.cpp
X86FixupKinds.h
X86FloatingPoint.cpp
X86FloatingPointRegKill.cpp
X86ISelDAGToDAG.cpp
X86ISelLowering.cpp
X86ISelLowering.h X86Instr64bit.td
X86InstrBuilder.h
X86InstrFPStack.td
X86InstrFormats.td
X86InstrFragmentsSIMD.td
X86InstrInfo.cpp X86InstrInfo.h
X86InstrInfo.td X86InstrMMX.td
X86InstrSSE.td X86JITInfo.cpp
X86JITInfo.h X86MCAsmInfo.cpp
X86MCAsmInfo.h
X86MCCodeEmitter.cpp
X86MachineFunctionInfo.h
X86RegisterInfo.cpp
X86RegisterInfo.h
X86RegisterInfo.td
X86Relocations.h
X86SelectionDAGInfo.cpp
X86SelectionDAGInfo.h
X86Subtarget.cpp X86Subtarget.h
X86TargetMachine.cpp
X86TargetMachine.h
X86TargetObjectFile.cpp
X86TargetObjectFile.h
contrib/llvm/lib/Target/X86/AsmParser CMakeLists.txt Makefile
X86AsmLexer.cpp
X86AsmParser.cpp
contrib/llvm/lib/Target/X86/AsmPrinter CMakeLists.txt Makefile
X86ATTInstPrinter.cpp
X86ATTInstPrinter.h
X86AsmPrinter.cpp
X86AsmPrinter.h
X86IntelInstPrinter.cpp
X86IntelInstPrinter.h
X86MCInstLower.cpp
X86MCInstLower.h
contrib/llvm/lib/Target/X86/Disassembler CMakeLists.txt
Makefile
X86Disassembler.cpp
X86Disassembler.h
X86DisassemblerDecoder.c
X86DisassemblerDecoder.h
X86DisassemblerDecoderCommon.h
contrib/llvm/lib/Target/X86/TargetInfo CMakeLists.txt Makefile
X86TargetInfo.cpp
contrib/llvm/lib/Target/XCore CMakeLists.txt Makefile
README.txt XCore.h XCore.td
XCoreCallingConv.td
XCoreFrameInfo.cpp
XCoreFrameInfo.h
XCoreISelDAGToDAG.cpp
XCoreISelLowering.cpp
XCoreISelLowering.h
XCoreInstrFormats.td
XCoreInstrInfo.cpp
XCoreInstrInfo.h
XCoreInstrInfo.td
XCoreMCAsmInfo.cpp
XCoreMCAsmInfo.h
XCoreMachineFunctionInfo.h
XCoreRegisterInfo.cpp
XCoreRegisterInfo.h
XCoreRegisterInfo.td
XCoreSelectionDAGInfo.cpp
XCoreSelectionDAGInfo.h
XCoreSubtarget.cpp
XCoreSubtarget.h
XCoreTargetMachine.cpp
XCoreTargetMachine.h
XCoreTargetObjectFile.cpp
XCoreTargetObjectFile.h
contrib/llvm/lib/Target/XCore/AsmPrinter CMakeLists.txt
Makefile
XCoreAsmPrinter.cpp
contrib/llvm/lib/Target/XCore/TargetInfo CMakeLists.txt
Makefile
XCoreTargetInfo.cpp
contrib/llvm/lib/Transforms Makefile
contrib/llvm/lib/Transforms/Hello CMakeLists.txt Hello.cpp
Makefile
contrib/llvm/lib/Transforms/IPO ArgumentPromotion.cpp
CMakeLists.txt
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp
ExtractGV.cpp
FunctionAttrs.cpp
GlobalDCE.cpp GlobalOpt.cpp
IPConstantPropagation.cpp
IPO.cpp InlineAlways.cpp
InlineSimple.cpp Inliner.cpp
Internalize.cpp
LoopExtractor.cpp
LowerSetJmp.cpp Makefile
MergeFunctions.cpp
PartialInlining.cpp
PartialSpecialization.cpp
PruneEH.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp
StructRetPromotion.cpp
contrib/llvm/lib/Transforms/InstCombine CMakeLists.txt
InstCombine.h
InstCombineAddSub.cpp
InstCombineAndOrXor.cpp
InstCombineCalls.cpp
InstCombineCasts.cpp
InstCombineCompares.cpp
InstCombineLoadStoreAlloca.cpp
InstCombineMulDivRem.cpp
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp
Makefile
contrib/llvm/lib/Transforms/Instrumentation CMakeLists.txt
EdgeProfiling.cpp
Makefile
MaximumSpanningTree.h
OptimalEdgeProfiling.cpp
ProfilingUtils.cpp
ProfilingUtils.h
contrib/llvm/lib/Transforms/Scalar ABCD.cpp ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp
ConstantProp.cpp DCE.cpp
DeadStoreElimination.cpp
GEPSplitter.cpp GVN.cpp
IndVarSimplify.cpp
JumpThreading.cpp LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnrollPass.cpp
LoopUnswitch.cpp Makefile
MemCpyOptimizer.cpp
Reassociate.cpp Reg2Mem.cpp
SCCP.cpp Scalar.cpp
ScalarReplAggregates.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
Sink.cpp
TailDuplication.cpp
TailRecursionElimination.cpp
contrib/llvm/lib/Transforms/Utils AddrModeMatcher.cpp
BasicBlockUtils.cpp
BasicInliner.cpp
BreakCriticalEdges.cpp
BuildLibCalls.cpp
CMakeLists.txt
CloneFunction.cpp
CloneLoop.cpp
CloneModule.cpp
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineFunction.cpp
InstructionNamer.cpp
LCSSA.cpp Local.cpp
LoopSimplify.cpp
LoopUnroll.cpp
LowerInvoke.cpp
LowerSwitch.cpp Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp
SSAUpdater.cpp SSI.cpp
SimplifyCFG.cpp
UnifyFunctionExitNodes.cpp
ValueMapper.cpp
ValueMapper.h
contrib/llvm/lib/VMCore AsmWriter.cpp Attributes.cpp
AutoUpgrade.cpp BasicBlock.cpp
CMakeLists.txt ConstantFold.cpp
ConstantFold.h Constants.cpp
ConstantsContext.h Core.cpp
DebugLoc.cpp Dominators.cpp
Function.cpp GVMaterializer.cpp
Globals.cpp IRBuilder.cpp
InlineAsm.cpp Instruction.cpp
Instructions.cpp IntrinsicInst.cpp
LLVMContext.cpp LLVMContextImpl.cpp
LLVMContextImpl.h LeakDetector.cpp
LeaksContext.h Makefile Metadata.cpp
Module.cpp Pass.cpp PassManager.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h Type.cpp
TypeSymbolTable.cpp TypesContext.h
Use.cpp Value.cpp ValueSymbolTable.cpp
ValueTypes.cpp Verifier.cpp
contrib/llvm/projects CMakeLists.txt Makefile
contrib/llvm/projects/sample Makefile Makefile.common.in
configure
contrib/llvm/projects/sample/autoconf AutoRegen.sh LICENSE.TXT
config.guess config.sub
configure.ac
contrib/llvm/projects/sample/docs index.html
contrib/llvm/projects/sample/include sample.h
contrib/llvm/projects/sample/lib Makefile
contrib/llvm/projects/sample/lib/sample Makefile sample.c
contrib/llvm/projects/sample/tools Makefile
contrib/llvm/projects/sample/tools/sample Makefile main.c
contrib/llvm/runtime Makefile README.txt
contrib/llvm/runtime/libprofile BasicBlockTracing.c
BlockProfiling.c
CommonProfiling.c
EdgeProfiling.c
FunctionProfiling.c Makefile
OptimalEdgeProfiling.c
Profiling.h
exported_symbols.lst
contrib/llvm/tools CMakeLists.txt Makefile
contrib/llvm/tools/bugpoint BugDriver.cpp BugDriver.h
CMakeLists.txt CrashDebugger.cpp
ExecutionDriver.cpp
ExtractFunction.cpp FindBugs.cpp
ListReducer.h Makefile
Miscompilation.cpp
OptimizerDriver.cpp TestPasses.cpp
ToolRunner.cpp ToolRunner.h
bugpoint.cpp
contrib/llvm/tools/clang CMakeLists.txt INSTALL.txt
LICENSE.TXT Makefile ModuleInfo.txt
NOTES.txt README.txt TODO.txt VER
contrib/llvm/tools/clang/INPUTS Cocoa_h.m all-std-headers.cpp
c99-intconst-1.c carbon_h.c
iostream.cc macro_pounder_fn.c
macro_pounder_obj.c
stpcpy-test.c
contrib/llvm/tools/clang/bindings/python README.txt
contrib/llvm/tools/clang/bindings/python/clang __init__.py
cindex.py
contrib/llvm/tools/clang/bindings/python/examples/cindex
cindex-dump.py
cindex-includes.py
contrib/llvm/tools/clang/bindings/python/tests __init__.py
contrib/llvm/tools/clang/bindings/python/tests/cindex
__init__.py
test_cursor.py
test_cursor_kind.py
test_diagnostics.py
test_index.py
test_translation_unit.py
contrib/llvm/tools/clang/bindings/python/tests/cindex/INPUTS
header1.h
header2.h
header3.h
hello.cpp
include.cpp
parse_arguments.c
contrib/llvm/tools/clang/clang.xcodeproj project.pbxproj
contrib/llvm/tools/clang/examples CMakeLists.txt Makefile
contrib/llvm/tools/clang/examples/PrintFunctionNames
CMakeLists.txt
Makefile
PrintFunctionNames.cpp
README.txt
contrib/llvm/tools/clang/examples/clang-interpreter
CMakeLists.txt
Makefile
README.txt
main.cpp
contrib/llvm/tools/clang/examples/wpa CMakeLists.txt Makefile
clang-wpa.cpp
contrib/llvm/tools/clang/include CMakeLists.txt Makefile
contrib/llvm/tools/clang/include/clang CMakeLists.txt Makefile
contrib/llvm/tools/clang/include/clang/AST APValue.h AST.h
ASTConsumer.h
ASTContext.h
ASTDiagnostic.h
ASTImporter.h
ASTVector.h Attr.h
CMakeLists.txt
CXXInheritance.h
CanonicalType.h
CharUnits.h Decl.h
DeclAccessPair.h
DeclBase.h
DeclCXX.h
DeclContextInternals.h
DeclFriend.h
DeclGroup.h
DeclNodes.def
DeclObjC.h
DeclTemplate.h
DeclVisitor.h
DeclarationName.h
DependentDiagnostic.h
Expr.h ExprCXX.h
ExprObjC.h
ExternalASTSource.h
FullExpr.h Makefile
NestedNameSpecifier.h
ParentMap.h
PrettyPrinter.h
RecordLayout.h
RecursiveASTVisitor.h
Redeclarable.h
Stmt.h StmtCXX.h
StmtGraphTraits.h
StmtIterator.h
StmtNodes.def
StmtNodes.td
StmtObjC.h
StmtVisitor.h
TemplateBase.h
TemplateName.h
Type.h TypeLoc.h
TypeLocBuilder.h
TypeLocNodes.def
TypeLocVisitor.h
TypeNodes.def
TypeOrdering.h
TypeVisitor.h
UnresolvedSet.h
UsuallyTinyPtrVector.h
contrib/llvm/tools/clang/include/clang/Analysis
AnalysisContext.h
AnalysisDiagnostic.h
CFG.h
ProgramPoint.h
contrib/llvm/tools/clang/include/clang/Analysis/Analyses
LiveVariables.h
PrintfFormatString.h
ReachableCode.h
UninitializedValues.h
contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive
DataflowSolver.h
DataflowValues.h
contrib/llvm/tools/clang/include/clang/Analysis/Support
BlkExprDeclBitVector.h
BumpVector.h
SaveAndRestore.h
contrib/llvm/tools/clang/include/clang/Analysis/Visitors
CFGRecStmtDeclVisitor.h
CFGRecStmtVisitor.h
CFGStmtVisitor.h
contrib/llvm/tools/clang/include/clang/Basic Builtins.def
Builtins.h
BuiltinsARM.def
BuiltinsPPC.def
BuiltinsX86.def
CMakeLists.txt
ConvertUTF.h
Diagnostic.h
Diagnostic.td
DiagnosticASTKinds.td
DiagnosticAnalysisKinds.td
DiagnosticCategories.td
DiagnosticCommonKinds.td
DiagnosticDriverKinds.td
DiagnosticFrontendKinds.td
DiagnosticGroups.td
DiagnosticLexKinds.td
DiagnosticParseKinds.td
DiagnosticSemaKinds.td
FileManager.h
IdentifierTable.h
LangOptions.h
Linkage.h
MacroBuilder.h
Makefile
OnDiskHashTable.h
OperatorKinds.def
OperatorKinds.h
PartialDiagnostic.h
PrettyStackTrace.h
SourceLocation.h
SourceManager.h
SourceManagerInternals.h
Specifiers.h
TargetBuiltins.h
TargetInfo.h
TargetOptions.h
TemplateKinds.h
TokenKinds.def
TokenKinds.h
TypeTraits.h
Version.h
contrib/llvm/tools/clang/include/clang/Checker
ManagerRegistry.h
contrib/llvm/tools/clang/include/clang/Checker/BugReporter
BugReporter.h
BugType.h
PathDiagnostic.h
contrib/llvm/tools/clang/include/clang/Checker/Checkers
DereferenceChecker.h
LocalCheckers.h
contrib/llvm/tools/clang/include/clang/Checker/DomainSpecific
CocoaConventions.h
contrib/llvm/tools/clang/include/clang/Checker/PathSensitive
AnalysisManager.h
BasicValueFactory.h
Checker.h
CheckerVisitor.def
CheckerVisitor.h
ConstraintManager.h
Environment.h
ExplodedGraph.h
GRAuditor.h
GRBlockCounter.h
GRCoreEngine.h
GRExprEngine.h
GRExprEngineBuilders.h
GRSimpleAPICheck.h
GRState.h
GRStateTrait.h
GRSubEngine.h
GRTransferFuncs.h
GRWorkList.h
MemRegion.h
SVals.h
SValuator.h
Store.h
SummaryManager.h
SymbolManager.h
ValueManager.h
contrib/llvm/tools/clang/include/clang/CodeGen
CodeGenOptions.h
ModuleBuilder.h
contrib/llvm/tools/clang/include/clang/Driver Action.h Arg.h
ArgList.h
CC1AsOptions.h
CC1AsOptions.td
CC1Options.h
CC1Options.td
CMakeLists.txt
Compilation.h
Driver.h
DriverDiagnostic.h
HostInfo.h Job.h
Makefile
OptParser.td
OptSpecifier.h
OptTable.h
Option.h
Options.h
Options.td
Phases.h Tool.h
ToolChain.h
Types.def
Types.h Util.h
contrib/llvm/tools/clang/include/clang/Frontend ASTConsumers.h
ASTUnit.h
Analyses.def
AnalysisConsumer.h
ChainedDiagnosticClient.h
CodeGenAction.h
CommandLineSourceLoc.h
CompilerInstance.h
CompilerInvocation.h
DeclContextXML.def
DeclXML.def
DependencyOutputOptions.h
DiagnosticOptions.h
DocumentXML.def
DocumentXML.h
FixItRewriter.h
FrontendAction.h
FrontendActions.h
FrontendDiagnostic.h
FrontendOptions.h
FrontendPluginRegistry.h
HeaderSearchOptions.h
LangStandard.h
LangStandards.def
PCHBitCodes.h
PCHReader.h
PCHWriter.h
PathDiagnosticClients.h
PreprocessorOptions.h
PreprocessorOutputOptions.h
StmtXML.def
TextDiagnosticBuffer.h
TextDiagnosticPrinter.h
TypeXML.def
Utils.h
VerifyDiagnosticsClient.h
contrib/llvm/tools/clang/include/clang/Index ASTLocation.h
Analyzer.h
CallGraph.h
DeclReferenceMap.h
Entity.h
GlobalSelector.h
Handlers.h
IndexProvider.h
Indexer.h
Program.h
STLExtras.h
SelectorMap.h
TranslationUnit.h
Utils.h
contrib/llvm/tools/clang/include/clang/Lex DirectoryLookup.h
ExternalPreprocessorSource.h
HeaderMap.h
HeaderSearch.h
LexDiagnostic.h
Lexer.h
LiteralSupport.h
MacroInfo.h
MultipleIncludeOpt.h
PPCallbacks.h
PTHLexer.h
PTHManager.h
Pragma.h
PreprocessingRecord.h
Preprocessor.h
PreprocessorLexer.h
ScratchBuffer.h
Token.h
TokenConcatenation.h
TokenLexer.h
contrib/llvm/tools/clang/include/clang/Parse Action.h
AttributeList.h
DeclSpec.h
Designator.h
Ownership.h
ParseDiagnostic.h
Parser.h Scope.h
Template.h
contrib/llvm/tools/clang/include/clang/Rewrite DeltaTree.h
HTMLRewrite.h
RewriteRope.h
Rewriter.h
TokenRewriter.h
contrib/llvm/tools/clang/include/clang/Sema
CodeCompleteConsumer.h
ExternalSemaSource.h
ParseAST.h
SemaConsumer.h
SemaDiagnostic.h
contrib/llvm/tools/clang/include/clang-c Index.h Makefile
contrib/llvm/tools/clang/lib CMakeLists.txt Makefile
contrib/llvm/tools/clang/lib/AST APValue.cpp ASTConsumer.cpp
ASTContext.cpp
ASTDiagnostic.cpp
ASTImporter.cpp AttrImpl.cpp
CMakeLists.txt
CXXInheritance.cpp Decl.cpp
DeclBase.cpp DeclCXX.cpp
DeclFriend.cpp DeclGroup.cpp
DeclObjC.cpp DeclPrinter.cpp
DeclTemplate.cpp
DeclarationName.cpp Expr.cpp
ExprCXX.cpp ExprConstant.cpp
FullExpr.cpp InheritViz.cpp
Makefile
NestedNameSpecifier.cpp
ParentMap.cpp
RecordLayout.cpp
RecordLayoutBuilder.cpp
Stmt.cpp StmtDumper.cpp
StmtIterator.cpp
StmtPrinter.cpp
StmtProfile.cpp StmtViz.cpp
TemplateBase.cpp
TemplateName.cpp Type.cpp
TypeLoc.cpp TypePrinter.cpp
contrib/llvm/tools/clang/lib/Analysis AnalysisContext.cpp
CFG.cpp CMakeLists.txt
LiveVariables.cpp
Makefile
PrintfFormatString.cpp
ReachableCode.cpp
UninitializedValues.cpp
contrib/llvm/tools/clang/lib/Basic Builtins.cpp CMakeLists.txt
ConvertUTF.c Diagnostic.cpp
FileManager.cpp
IdentifierTable.cpp
Makefile SourceLocation.cpp
SourceManager.cpp
TargetInfo.cpp Targets.cpp
TokenKinds.cpp Version.cpp
contrib/llvm/tools/clang/lib/Checker
AdjustedReturnValueChecker.cpp
AggExprVisitor.cpp
ArrayBoundChecker.cpp
AttrNonNullChecker.cpp
BasicConstraintManager.cpp
BasicObjCFoundationChecks.cpp
BasicObjCFoundationChecks.h
BasicStore.cpp
BasicValueFactory.cpp
BugReporter.cpp
BugReporterVisitors.cpp
BuiltinFunctionChecker.cpp
CFRefCount.cpp
CMakeLists.txt
CallAndMessageChecker.cpp
CallInliner.cpp
CastSizeChecker.cpp
CastToStructChecker.cpp
CheckDeadStores.cpp
CheckObjCDealloc.cpp
CheckObjCInstMethSignature.cpp
CheckSecuritySyntaxOnly.cpp
CheckSizeofPointer.cpp
Checker.cpp
CocoaConventions.cpp
DereferenceChecker.cpp
DivZeroChecker.cpp
Environment.cpp
ExplodedGraph.cpp
FixedAddressChecker.cpp
FlatStore.cpp
GRBlockCounter.cpp
GRCXXExprEngine.cpp
GRCoreEngine.cpp
GRExprEngine.cpp
GRExprEngineExperimentalChecks.cpp
GRExprEngineExperimentalChecks.h
GRExprEngineInternalChecks.h
GRState.cpp
LLVMConventionsChecker.cpp
MacOSXAPIChecker.cpp
Makefile
MallocChecker.cpp
ManagerRegistry.cpp
MemRegion.cpp
NSAutoreleasePoolChecker.cpp
NSErrorChecker.cpp
NoReturnFunctionChecker.cpp
OSAtomicChecker.cpp
ObjCUnusedIVarsChecker.cpp
PathDiagnostic.cpp
PointerArithChecker.cpp
PointerSubChecker.cpp
PthreadLockChecker.cpp
RangeConstraintManager.cpp
RegionStore.cpp
ReturnPointerRangeChecker.cpp
ReturnStackAddressChecker.cpp
ReturnUndefChecker.cpp
SVals.cpp SValuator.cpp
SimpleConstraintManager.cpp
SimpleConstraintManager.h
SimpleSValuator.cpp
Store.cpp
SymbolManager.cpp
UndefBranchChecker.cpp
UndefCapturedBlockVarChecker.cpp
UndefResultChecker.cpp
UndefinedArraySubscriptChecker.cpp
UndefinedAssignmentChecker.cpp
UnixAPIChecker.cpp
VLASizeChecker.cpp
ValueManager.cpp
contrib/llvm/tools/clang/lib/CodeGen ABIInfo.h CGBlocks.cpp
CGBlocks.h CGBuilder.h
CGBuiltin.cpp CGCXX.cpp
CGCXX.h CGCXXABI.h
CGCall.cpp CGCall.h
CGClass.cpp
CGDebugInfo.cpp
CGDebugInfo.h CGDecl.cpp
CGDeclCXX.cpp
CGException.cpp
CGExpr.cpp CGExprAgg.cpp
CGExprCXX.cpp
CGExprComplex.cpp
CGExprConstant.cpp
CGExprScalar.cpp
CGObjC.cpp CGObjCGNU.cpp
CGObjCMac.cpp
CGObjCRuntime.h
CGRTTI.cpp
CGRecordLayout.h
CGRecordLayoutBuilder.cpp
CGStmt.cpp
CGTemporaries.cpp
CGVTT.cpp CGVTables.cpp
CGVTables.h CGValue.h
CMakeLists.txt
CodeGenFunction.cpp
CodeGenFunction.h
CodeGenModule.cpp
CodeGenModule.h
CodeGenTypes.cpp
CodeGenTypes.h
GlobalDecl.h
ItaniumCXXABI.cpp
Makefile Mangle.cpp
Mangle.h
ModuleBuilder.cpp
README.txt TargetInfo.cpp
TargetInfo.h
contrib/llvm/tools/clang/lib/Driver Action.cpp Arg.cpp
ArgList.cpp
CC1AsOptions.cpp
CC1Options.cpp
CMakeLists.txt
Compilation.cpp Driver.cpp
DriverOptions.cpp
HostInfo.cpp InputInfo.h
Job.cpp Makefile
OptTable.cpp Option.cpp
Phases.cpp Tool.cpp
ToolChain.cpp
ToolChains.cpp
ToolChains.h Tools.cpp
Tools.h Types.cpp
contrib/llvm/tools/clang/lib/Frontend ASTConsumers.cpp
ASTMerge.cpp ASTUnit.cpp
AnalysisConsumer.cpp
BoostConAction.cpp
CMakeLists.txt
CacheTokens.cpp
CodeGenAction.cpp
CompilerInstance.cpp
CompilerInvocation.cpp
DeclXML.cpp
DependencyFile.cpp
DiagChecker.cpp
DocumentXML.cpp
FixItRewriter.cpp
FrontendAction.cpp
FrontendActions.cpp
FrontendOptions.cpp
GeneratePCH.cpp
HTMLDiagnostics.cpp
HTMLPrint.cpp
InitHeaderSearch.cpp
InitPreprocessor.cpp
LangStandards.cpp
Makefile PCHReader.cpp
PCHReaderDecl.cpp
PCHReaderStmt.cpp
PCHWriter.cpp
PCHWriterDecl.cpp
PCHWriterStmt.cpp
PlistDiagnostics.cpp
PrintParserCallbacks.cpp
PrintPreprocessedOutput.cpp
RewriteMacros.cpp
RewriteObjC.cpp
RewriteTest.cpp
StmtXML.cpp
TextDiagnosticBuffer.cpp
TextDiagnosticPrinter.cpp
TypeXML.cpp
VerifyDiagnosticsClient.cpp
Warnings.cpp
contrib/llvm/tools/clang/lib/Headers CMakeLists.txt Makefile
altivec.h arm_neon.h
emmintrin.h float.h
iso646.h limits.h
mm_malloc.h mmintrin.h
nmmintrin.h pmmintrin.h
smmintrin.h stdarg.h
stdbool.h stddef.h
stdint.h tgmath.h
tmmintrin.h varargs.h
wmmintrin.h xmmintrin.h
contrib/llvm/tools/clang/lib/Index ASTLocation.cpp
ASTVisitor.h Analyzer.cpp
CMakeLists.txt
CallGraph.cpp
DeclReferenceMap.cpp
Entity.cpp EntityImpl.h
GlobalSelector.cpp
Handlers.cpp
IndexProvider.cpp
Indexer.cpp Makefile
Program.cpp ProgramImpl.h
ResolveLocation.cpp
SelectorMap.cpp
contrib/llvm/tools/clang/lib/Lex CMakeLists.txt HeaderMap.cpp
HeaderSearch.cpp Lexer.cpp
LiteralSupport.cpp
MacroArgs.cpp MacroArgs.h
MacroInfo.cpp Makefile
PPCaching.cpp
PPDirectives.cpp
PPExpressions.cpp
PPLexerChange.cpp
PPMacroExpansion.cpp
PTHLexer.cpp Pragma.cpp
PreprocessingRecord.cpp
Preprocessor.cpp
PreprocessorLexer.cpp
ScratchBuffer.cpp
TokenConcatenation.cpp
TokenLexer.cpp
contrib/llvm/tools/clang/lib/Parse AttributeList.cpp
CMakeLists.txt DeclSpec.cpp
Makefile MinimalAction.cpp
ParseCXXInlineMethods.cpp
ParseDecl.cpp
ParseDeclCXX.cpp
ParseExpr.cpp
ParseExprCXX.cpp
ParseInit.cpp ParseObjc.cpp
ParsePragma.cpp
ParsePragma.h ParseStmt.cpp
ParseTemplate.cpp
ParseTentative.cpp
Parser.cpp
RAIIObjectsForParser.h
contrib/llvm/tools/clang/lib/Rewrite CMakeLists.txt
DeltaTree.cpp
HTMLRewrite.cpp Makefile
RewriteRope.cpp
Rewriter.cpp
TokenRewriter.cpp
contrib/llvm/tools/clang/lib/Runtime Makefile
contrib/llvm/tools/clang/lib/Sema AnalysisBasedWarnings.cpp
AnalysisBasedWarnings.h
CMakeLists.txt
CXXFieldCollector.h
CodeCompleteConsumer.cpp
IdentifierResolver.cpp
IdentifierResolver.h
JumpDiagnostics.cpp Lookup.h
Makefile ParseAST.cpp
Sema.cpp Sema.h
SemaAccess.cpp SemaAttr.cpp
SemaCXXCast.cpp
SemaCXXScopeSpec.cpp
SemaChecking.cpp
SemaCodeComplete.cpp
SemaDecl.cpp
SemaDeclAttr.cpp
SemaDeclCXX.cpp
SemaDeclObjC.cpp
SemaExceptionSpec.cpp
SemaExpr.cpp SemaExprCXX.cpp
SemaExprObjC.cpp
SemaInit.cpp SemaInit.h
SemaLookup.cpp
SemaObjCProperty.cpp
SemaOverload.cpp
SemaOverload.h SemaStmt.cpp
SemaTemplate.cpp
SemaTemplate.h
SemaTemplateDeduction.cpp
SemaTemplateInstantiate.cpp
SemaTemplateInstantiateDecl.cpp
SemaType.cpp
TargetAttributesSema.cpp
TargetAttributesSema.h
TreeTransform.h
contrib/llvm/tools/clang/tools CMakeLists.txt Makefile
contrib/llvm/tools/clang/tools/CIndex CIndex.cpp
CIndex.darwin.exports
CIndex.exports
CIndexCodeCompletion.cpp
CIndexDiagnostic.cpp
CIndexDiagnostic.h
CIndexInclusionStack.cpp
CIndexUSRs.cpp
CIndexer.cpp CIndexer.h
CMakeLists.txt
CXCursor.cpp CXCursor.h
CXSourceLocation.h
Makefile
contrib/llvm/tools/clang/tools/c-index-test CMakeLists.txt
Makefile
c-index-test.c
contrib/llvm/tools/clang/tools/driver CMakeLists.txt Makefile
cc1_main.cpp
cc1as_main.cpp
driver.cpp
contrib/llvm/tools/clang/tools/index-test CMakeLists.txt
Makefile
index-test.cpp
contrib/llvm/tools/clang/tools/libclang CIndex.cpp
CIndexCodeCompletion.cpp
CIndexDiagnostic.cpp
CIndexDiagnostic.h
CIndexInclusionStack.cpp
CIndexUSRs.cpp
CIndexer.cpp
CIndexer.h
CMakeLists.txt
CXCursor.cpp
CXCursor.h
CXSourceLocation.h
CXTypes.cpp Makefile
libclang.darwin.exports
libclang.exports
contrib/llvm/tools/clang/tools/scan-build c++-analyzer
ccc-analyzer
scan-build
scanview.css
set-xcode-analyzer
sorttable.js
contrib/llvm/tools/clang/tools/scan-view Reporter.py
ScanView.py scan-view
startfile.py
contrib/llvm/tools/clang/tools/scan-view/Resources
FileRadar.scpt
GetRadarVersion.scpt
bugcatcher.ico
contrib/llvm/tools/clang/utils CaptureCmd CmpDriver
FindSpecRefs SummarizeErrors
builtin-defines.c
clang-completion-mode.el
pch-test.pl token-delta.py
contrib/llvm/tools/clang/utils/ABITest ABITestGen.py
Enumeration.py
Makefile.test.common
TypeGen.py
build-and-summarize-all.sh
build-and-summarize.sh
build.sh summarize.sh
contrib/llvm/tools/clang/utils/ABITest/layout Makefile
contrib/llvm/tools/clang/utils/ABITest/return-types-32
Makefile
contrib/llvm/tools/clang/utils/ABITest/return-types-64
Makefile
contrib/llvm/tools/clang/utils/ABITest/single-args-32 Makefile
contrib/llvm/tools/clang/utils/ABITest/single-args-64 Makefile
contrib/llvm/tools/clang/utils/C++Tests lit.cfg
contrib/llvm/tools/clang/utils/C++Tests/Clang-Code-Compile
lit.local.cfg
contrib/llvm/tools/clang/utils/C++Tests/Clang-Code-Syntax
lit.local.cfg
contrib/llvm/tools/clang/utils/C++Tests/Clang-Syntax
lit.local.cfg
contrib/llvm/tools/clang/utils/C++Tests/LLVM-Code-Compile
lit.local.cfg
contrib/llvm/tools/clang/utils/C++Tests/LLVM-Code-Symbols
check-symbols
lit.local.cfg
contrib/llvm/tools/clang/utils/C++Tests/LLVM-Code-Syntax
lit.local.cfg
contrib/llvm/tools/clang/utils/C++Tests/LLVM-Syntax
lit.local.cfg
contrib/llvm/tools/clang/utils/C++Tests/stdc++-Syntax
lit.local.cfg
contrib/llvm/tools/clang/utils/CIndex
completion_logger_server.py
contrib/llvm/tools/clang/utils/OptionalTests README.txt
lit.cfg
contrib/llvm/tools/clang/utils/OptionalTests/Extra README.txt
contrib/llvm/tools/clang/utils/OptionalTests/Extra/Runtime
darwin-clang_rt.c
contrib/llvm/tools/clang/utils/TestUtils deep-stack.py
pch-test.pl
contrib/llvm/tools/clang/utils/VtableTest Makefile check-zti
check-ztt check-zvt
gen.cc
contrib/llvm/tools/clang/utils/analyzer CmpRuns ubiviz
contrib/llvm/tools/clang/utils/valgrind
x86_64-pc-linux-gnu_gcc-4.3.3.supp
contrib/llvm/tools/clang/win32/clangAST clangAST.vcproj
contrib/llvm/tools/clang/win32/clangAnalysis
clangAnalysis.vcproj
contrib/llvm/tools/clang/win32/clangBasic clangBasic.vcproj
contrib/llvm/tools/clang/win32/clangCodeGen
clangCodeGen.vcproj
contrib/llvm/tools/clang/win32/clangDriver clangDriver.vcproj
contrib/llvm/tools/clang/win32/clangLex clangLex.vcproj
contrib/llvm/tools/clang/win32/clangLibDriver
clangLibDriver.vcproj
contrib/llvm/tools/clang/win32/clangParse clangParse.vcproj
contrib/llvm/tools/clang/win32/clangRewrite
clangRewrite.vcproj
contrib/llvm/tools/clang/win32/clangSema clangSema.vcproj
contrib/llvm/tools/clang/www CheckerNotes.html
OpenProjects.html
StaticAnalysis.html
StaticAnalysisUsage.html
UniversalDriver.html
carbon-compile.png
clang-tutorial.html
clang_video-05-25-2007.html
clang_video-07-25-2007.html
comparison.html content.css
cxx_compatibility.html
cxx_status.html diagnostics.html
distclang_status.html
feature-compile1.png
feature-compile2.png
feature-memory1.png features.html
get_involved.html
get_started.html hacking.html
index.html menu.css
menu.html.incl
performance-2008-10-31.html
performance-2009-03-02.html
performance.html
contrib/llvm/tools/clang/www/analyzer annotations.html
available_checks.html
content.css dev_cxx.html
filing_bugs.html
index.html
installation.html
latest_checker.html.incl
menu.css menu.html.incl
menu.js scan-build.html
xcode.html
contrib/llvm/tools/clang/www/analyzer/images analyzer_html.png
analyzer_xcode.png
example_attribute_nonnull.png
example_cf_returns_retained.png
example_cf_returns_retained_gc.png
example_ns_returns_retained.png
scan_build_cmd.png
contrib/llvm/tools/clang/www/analyzer/images/tree bullet.gif
minus.gif
plus.gif
contrib/llvm/tools/clang/www/analyzer/scripts dbtree.js
menu.js
contrib/llvm/tools/clang/www/demo DemoInfo.html cathead.png
index.cgi syntax.css
contrib/llvm/tools/clang/www/timing-data/2008-10-31
176.gcc-01.txt
176.gcc-02.txt
176.gcc.png
sketch-01.txt
sketch-02.txt
sketch.png
contrib/llvm/tools/clang/www/timing-data/2009-03-02
176.gcc.pdf
176.gcc.png
176.gcc.txt
sketch.pdf
sketch.png
sketch.txt
contrib/llvm/tools/clang/www/timing-data/2009-06-26
176.gcc.pdf
176.gcc.png
176.gcc.txt
sketch.pdf
sketch.png
sketch.txt
contrib/llvm/tools/edis CMakeLists.txt EDDisassembler.cpp
EDDisassembler.h EDInfo.td EDInst.cpp
EDInst.h EDMain.cpp EDOperand.cpp
EDOperand.h EDToken.cpp EDToken.h
EnhancedDisassembly.exports Makefile
contrib/llvm/tools/gold Makefile README.txt gold-plugin.cpp
gold.exports
contrib/llvm/tools/llc CMakeLists.txt Makefile llc.cpp
contrib/llvm/tools/lli CMakeLists.txt Makefile lli.cpp
contrib/llvm/tools/llvm-ar CMakeLists.txt Makefile llvm-ar.cpp
contrib/llvm/tools/llvm-as CMakeLists.txt Makefile llvm-as.cpp
contrib/llvm/tools/llvm-bcanalyzer CMakeLists.txt Makefile
llvm-bcanalyzer.cpp
contrib/llvm/tools/llvm-config CMakeLists.txt Makefile
find-cycles.pl
llvm-config.in.in
contrib/llvm/tools/llvm-dis CMakeLists.txt Makefile
llvm-dis.cpp
contrib/llvm/tools/llvm-extract CMakeLists.txt Makefile
llvm-extract.cpp
contrib/llvm/tools/llvm-ld CMakeLists.txt Makefile
Optimize.cpp llvm-ld.cpp
contrib/llvm/tools/llvm-link CMakeLists.txt Makefile
llvm-link.cpp
contrib/llvm/tools/llvm-mc CMakeLists.txt Disassembler.cpp
Disassembler.h Makefile llvm-mc.cpp
contrib/llvm/tools/llvm-nm CMakeLists.txt Makefile llvm-nm.cpp
contrib/llvm/tools/llvm-prof CMakeLists.txt Makefile
llvm-prof.cpp
contrib/llvm/tools/llvm-ranlib CMakeLists.txt Makefile
llvm-ranlib.cpp
contrib/llvm/tools/llvm-shlib Makefile
contrib/llvm/tools/llvm-stub CMakeLists.txt Makefile
llvm-stub.c
contrib/llvm/tools/llvmc CMakeLists.txt Makefile
contrib/llvm/tools/llvmc/doc LLVMC-Reference.rst
LLVMC-Tutorial.rst Makefile
contrib/llvm/tools/llvmc/doc/img lines.gif
contrib/llvm/tools/llvmc/driver Main.cpp Makefile
contrib/llvm/tools/llvmc/example/Hello Hello.cpp Makefile
contrib/llvm/tools/llvmc/example/Simple Makefile
PluginMain.cpp
Simple.td
contrib/llvm/tools/llvmc/example/Skeleton Makefile README
contrib/llvm/tools/llvmc/example/Skeleton/driver Main.cpp
Makefile
contrib/llvm/tools/llvmc/example/Skeleton/plugins Makefile
contrib/llvm/tools/llvmc/example/Skeleton/plugins/Plugin
Makefile
Plugin.td
PluginMain.cpp
contrib/llvm/tools/llvmc/example/mcc16 Makefile README
contrib/llvm/tools/llvmc/example/mcc16/driver Main.cpp
Makefile
contrib/llvm/tools/llvmc/example/mcc16/plugins Makefile
contrib/llvm/tools/llvmc/example/mcc16/plugins/PIC16Base
Makefile
PIC16Base.td
PluginMain.cpp
contrib/llvm/tools/llvmc/plugins Makefile
contrib/llvm/tools/llvmc/plugins/Base Base.td.in Hooks.cpp
Makefile PluginMain.cpp
contrib/llvm/tools/llvmc/plugins/Clang Clang.td Makefile
PluginMain.cpp
contrib/llvm/tools/lto LTOCodeGenerator.cpp LTOCodeGenerator.h
LTOModule.cpp LTOModule.h Makefile
lto.cpp lto.exports
contrib/llvm/tools/opt AnalysisWrappers.cpp CMakeLists.txt
GraphPrinters.cpp Makefile PrintSCC.cpp
opt.cpp
contrib/llvm/unittests Makefile Makefile.unittest
contrib/llvm/unittests/ADT APFloatTest.cpp APIntTest.cpp
BitVectorTest.cpp
DeltaAlgorithmTest.cpp
DenseMapTest.cpp DenseSetTest.cpp
ImmutableSetTest.cpp Makefile
SmallBitVectorTest.cpp
SmallStringTest.cpp
SmallVectorTest.cpp
SparseBitVectorTest.cpp
StringMapTest.cpp StringRefTest.cpp
TripleTest.cpp TwineTest.cpp
ValueMapTest.cpp ilistTest.cpp
contrib/llvm/unittests/ExecutionEngine ExecutionEngineTest.cpp
Makefile
contrib/llvm/unittests/ExecutionEngine/JIT
JITEventListenerTest.cpp
JITMemoryManagerTest.cpp
JITTest.cpp
Makefile
MultiJITTest.cpp
contrib/llvm/unittests/Support AllocatorTest.cpp
CommandLineTest.cpp
ConstantRangeTest.cpp
LeakDetectorTest.cpp Makefile
MathExtrasTest.cpp
RegexTest.cpp System.cpp
TypeBuilderTest.cpp
ValueHandleTest.cpp
raw_ostream_test.cpp
contrib/llvm/unittests/Transforms Makefile
contrib/llvm/unittests/Transforms/Utils Cloning.cpp Makefile
contrib/llvm/unittests/VMCore ConstantsTest.cpp
DerivedTypesTest.cpp
InstructionsTest.cpp Makefile
MetadataTest.cpp
PassManagerTest.cpp
VerifierTest.cpp
contrib/llvm/utils DSAclean.py DSAextract.py GenLibDeps.pl
GetSourceVersion Makefile NLT.schema
NewNightlyTest.pl NightlyTest.gnuplot
NightlyTestTemplate.html
OldenDataRecover.pl RegressionFinder.pl
UpdateCMakeLists.pl cgiplotNLT.pl
check-each-file codegen-diff countloc.sh
findmisopt findoptdiff findsym.pl
getsrcs.sh importNLT.pl llvm-native-gcc
llvm-native-gxx llvm.grm llvmdo llvmgrep
makellvm mkpatch parseNLT.pl plotNLT.pl
profile.pl userloc.pl webNLT.pl
contrib/llvm/utils/FileCheck CMakeLists.txt FileCheck.cpp
Makefile
contrib/llvm/utils/FileUpdate CMakeLists.txt FileUpdate.cpp
Makefile
contrib/llvm/utils/Misc zkill
contrib/llvm/utils/PerfectShuffle Makefile PerfectShuffle.cpp
contrib/llvm/utils/TableGen ARMDecoderEmitter.cpp
ARMDecoderEmitter.h
AsmMatcherEmitter.cpp
AsmMatcherEmitter.h
AsmWriterEmitter.cpp
AsmWriterEmitter.h
AsmWriterInst.cpp AsmWriterInst.h
CMakeLists.txt
CallingConvEmitter.cpp
CallingConvEmitter.h
ClangASTNodesEmitter.cpp
ClangASTNodesEmitter.h
ClangDiagnosticsEmitter.cpp
ClangDiagnosticsEmitter.h
CodeEmitterGen.cpp
CodeEmitterGen.h
CodeGenDAGPatterns.cpp
CodeGenDAGPatterns.h
CodeGenInstruction.cpp
CodeGenInstruction.h
CodeGenIntrinsics.h
CodeGenRegisters.h
CodeGenTarget.cpp CodeGenTarget.h
DAGISelEmitter.cpp
DAGISelEmitter.h
DAGISelMatcher.cpp
DAGISelMatcher.h
DAGISelMatcherEmitter.cpp
DAGISelMatcherGen.cpp
DAGISelMatcherOpt.cpp
DisassemblerEmitter.cpp
DisassemblerEmitter.h
EDEmitter.cpp EDEmitter.h
FastISelEmitter.cpp
FastISelEmitter.h
InstrEnumEmitter.cpp
InstrEnumEmitter.h
InstrInfoEmitter.cpp
InstrInfoEmitter.h
IntrinsicEmitter.cpp
IntrinsicEmitter.h
LLVMCConfigurationEmitter.cpp
LLVMCConfigurationEmitter.h
Makefile OptParserEmitter.cpp
OptParserEmitter.h Record.cpp
Record.h RegisterInfoEmitter.cpp
RegisterInfoEmitter.h
StringToOffsetTable.h
SubtargetEmitter.cpp
SubtargetEmitter.h TGLexer.cpp
TGLexer.h TGParser.cpp TGParser.h
TGValueTypes.cpp TableGen.cpp
TableGenBackend.cpp
TableGenBackend.h
X86DisassemblerShared.h
X86DisassemblerTables.cpp
X86DisassemblerTables.h
X86ModRMFilters.h
X86RecognizableInstr.cpp
X86RecognizableInstr.h
contrib/llvm/utils/bugpoint RemoteRunSafely.sh
contrib/llvm/utils/buildit GNUmakefile build_llvm
contrib/llvm/utils/count CMakeLists.txt Makefile count.c
contrib/llvm/utils/crosstool create-snapshots.sh
contrib/llvm/utils/crosstool/ARM README build-install-linux.sh
contrib/llvm/utils/emacs README emacs.el llvm-mode.el
tablegen-mode.el
contrib/llvm/utils/fpcmp Makefile fpcmp.cpp
contrib/llvm/utils/git find-rev
contrib/llvm/utils/jedit README tablegen.xml
contrib/llvm/utils/lint common_lint.py cpp_lint.py
generic_lint.py
remove_trailing_whitespace.sh
contrib/llvm/utils/lit TODO lit.py setup.py
contrib/llvm/utils/lit/lit LitConfig.py LitFormats.py
LitTestCase.py ProgressBar.py
ShCommands.py ShUtil.py TclUtil.py
Test.py TestFormats.py
TestRunner.py TestingConfig.py
Util.py __init__.py lit.py
contrib/llvm/utils/lit/lit/ExampleTests fail.c lit.cfg pass.c
xfail.c xpass.c
contrib/llvm/utils/lit/lit/ExampleTests/Clang fsyntax-only.c
lit.cfg
contrib/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test
lit.cfg
lit.site.cfg
site.exp
contrib/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar
bar-test.ll
dg.exp
contrib/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree
lit.local.cfg
contrib/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test
lit.site.cfg
site.exp
contrib/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/Foo
lit.local.cfg
contrib/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test
lit.cfg
contrib/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo
data.txt
dg.exp
pct-S.ll
contrib/llvm/utils/lit/lit/ExampleTests/ShExternal
lit.local.cfg
contrib/llvm/utils/lit/lit/ExampleTests/ShInternal
lit.local.cfg
contrib/llvm/utils/lit/lit/ExampleTests/TclTest lit.local.cfg
stderr-pipe.ll
tcl-redir-1.ll
contrib/llvm/utils/lit/lit/ExampleTests.ObjDir lit.site.cfg
contrib/llvm/utils/not CMakeLists.txt Makefile not.cpp
contrib/llvm/utils/unittest Makefile
contrib/llvm/utils/unittest/UnitTestMain Makefile TestMain.cpp
contrib/llvm/utils/unittest/googletest LICENSE.TXT Makefile
README.LLVM
gtest-death-test.cc
gtest-filepath.cc
gtest-port.cc
gtest-test-part.cc
gtest-typed-test.cc
gtest.cc
contrib/llvm/utils/unittest/googletest/include/gtest
gtest-death-test.h
gtest-message.h
gtest-param-test.h
gtest-spi.h
gtest-test-part.h
gtest-typed-test.h
gtest.h
gtest_pred_impl.h
gtest_prod.h
contrib/llvm/utils/unittest/googletest/include/gtest/internal
gtest-death-test-internal.h
gtest-filepath.h
gtest-internal-inl.h
gtest-internal.h
gtest-linked_ptr.h
gtest-param-util-generated.h
gtest-param-util.h
gtest-port.h
gtest-string.h
gtest-type-util.h
contrib/llvm/utils/valgrind i386-pc-linux-gnu.supp
x86_64-pc-linux-gnu.supp
x86_64-pc-linux-gnu_gcc-4.3.3.supp
contrib/llvm/utils/vim README llvm.vim tablegen.vim vimrc
contrib/llvm/win32 clang.sln common.vsprops config.h
dobison.cmd doflex.cmd llvm.sln unistd.h
contrib/llvm/win32/Analysis Analysis.vcproj
contrib/llvm/win32/Archive Archive.vcproj
contrib/llvm/win32/AsmParser AsmParser.vcproj
contrib/llvm/win32/Bitcode Bitcode.vcproj
contrib/llvm/win32/CBackend CBackend.vcproj
contrib/llvm/win32/CodeGen CodeGen.vcproj
contrib/llvm/win32/Configure Configure.vcproj
contrib/llvm/win32/ExecutionEngine ExecutionEngine.vcproj
contrib/llvm/win32/Fibonacci Fibonacci.vcproj
contrib/llvm/win32/Linker Linker.vcproj
contrib/llvm/win32/Support Support.vcproj
contrib/llvm/win32/System System.vcproj
contrib/llvm/win32/TableGen TableGen.vcproj
contrib/llvm/win32/Target Target.vcproj
contrib/llvm/win32/Transforms Transforms.vcproj
contrib/llvm/win32/VMCore VMCore.vcproj
contrib/llvm/win32/bugpoint bugpoint.vcproj
contrib/llvm/win32/llc llc.vcproj
contrib/llvm/win32/lli lli.vcproj
contrib/llvm/win32/llvm-ar llvm-ar.vcproj
contrib/llvm/win32/llvm-as llvm-as.vcproj
contrib/llvm/win32/llvm-bcanalyzer llvm-bcanalyzer.vcproj
contrib/llvm/win32/llvm-dis llvm-dis.vcproj
contrib/llvm/win32/llvm-ld llvm-ld.vcproj
contrib/llvm/win32/llvm-link llvm-link.vcproj
contrib/llvm/win32/llvm-nm llvm-nm.vcproj
contrib/llvm/win32/llvm-prof llvm-prof.vcproj
contrib/llvm/win32/llvm-ranlib llvm-ranlib.vcproj
contrib/llvm/win32/opt opt.vcproj
contrib/llvm/win32/x86 x86.vcproj
Log:
SVN rev 208954 on 2010-06-09 17:59:52Z by rdivacky
Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/
in llvm/ and/or llvm/contrib/clang/ respectively.
Approved by: ed (mentor)
Approved by: core
Revision Changes Path
1.1 +397 -0 src/contrib/llvm/CMakeLists.txt (new)
1.1 +342 -0 src/contrib/llvm/CREDITS.TXT (new)
1.1 +69 -0 src/contrib/llvm/LICENSE.TXT (new)
1.1 +241 -0 src/contrib/llvm/Makefile (new)
1.1 +70 -0 src/contrib/llvm/Makefile.common (new)
1.1 +348 -0 src/contrib/llvm/Makefile.config.in (new)
1.1 +2126 -0 src/contrib/llvm/Makefile.rules (new)
1.1 +4 -0 src/contrib/llvm/ModuleInfo.txt (new)
1.1 +15 -0 src/contrib/llvm/README.txt (new)
1.1 +3303 -0 src/contrib/llvm/Xcode/LLVM.xcodeproj/project.pbxproj (new)
1.1 +1 -0 src/contrib/llvm/Xcode/README.txt (new)
1.1 +58 -0 src/contrib/llvm/autoconf/AutoRegen.sh (new)
1.1 +7 -0 src/contrib/llvm/autoconf/ExportMap.map (new)
1.1 +24 -0 src/contrib/llvm/autoconf/LICENSE.TXT (new)
1.1 +49 -0 src/contrib/llvm/autoconf/README.TXT (new)
1.1 +1498 -0 src/contrib/llvm/autoconf/config.guess (new)
1.1 +1702 -0 src/contrib/llvm/autoconf/config.sub (new)
1.1 +1585 -0 src/contrib/llvm/autoconf/configure.ac (new)
1.1 +522 -0 src/contrib/llvm/autoconf/depcomp (new)
1.1 +322 -0 src/contrib/llvm/autoconf/install-sh (new)
1.1 +6863 -0 src/contrib/llvm/autoconf/ltmain.sh (new)
1.1 +15 -0 src/contrib/llvm/autoconf/m4/bison.m4 (new)
1.1 +42 -0 src/contrib/llvm/autoconf/m4/build_exeext.m4 (new)
1.1 +31 -0 src/contrib/llvm/autoconf/m4/c_printf_a.m4 (new)
1.1 +26 -0 src/contrib/llvm/autoconf/m4/check_gnu_make.m4 (new)
1.1 +9 -0 src/contrib/llvm/autoconf/m4/config_makefile.m4 (new)
1.1 +14 -0 src/contrib/llvm/autoconf/m4/config_project.m4 (new)
1.1 +22 -0 src/contrib/llvm/autoconf/m4/cxx_bidi_iterator.m4 (new)
1.1 +2 -0 src/contrib/llvm/autoconf/m4/cxx_flag_check.m4 (new)
1.1 +22 -0 src/contrib/llvm/autoconf/m4/cxx_fwd_iterator.m4 (new)
1.1 +19 -0 src/contrib/llvm/autoconf/m4/cxx_namespaces.m4 (new)
1.1 +26 -0 src/contrib/llvm/autoconf/m4/cxx_std_iterator.m4 (new)
1.1 +118 -0 src/contrib/llvm/autoconf/m4/find_std_program.m4 (new)
1.1 +17 -0 src/contrib/llvm/autoconf/m4/flex.m4 (new)
1.1 +36 -0 src/contrib/llvm/autoconf/m4/func_isinf.m4 (new)
1.1 +27 -0 src/contrib/llvm/autoconf/m4/func_isnan.m4 (new)
1.1 +26 -0 src/contrib/llvm/autoconf/m4/func_mmap_file.m4 (new)
1.1 +21 -0 src/contrib/llvm/autoconf/m4/header_mmap_anonymous.m4 (new)
1.1 +20 -0 src/contrib/llvm/autoconf/m4/huge_val.m4 (new)
1.1 +6389 -0 src/contrib/llvm/autoconf/m4/libtool.m4 (new)
1.1 +84 -0 src/contrib/llvm/autoconf/m4/link_options.m4 (new)
1.1 +17 -0 src/contrib/llvm/autoconf/m4/linux_mixed_64_32.m4 (new)
1.1 +418 -0 src/contrib/llvm/autoconf/m4/ltdl.m4 (new)
1.1 +17 -0 src/contrib/llvm/autoconf/m4/need_dev_zero_for_mmap.m4 (new)
1.1 +16 -0 src/contrib/llvm/autoconf/m4/path_perl.m4 (new)
1.1 +39 -0 src/contrib/llvm/autoconf/m4/path_tclsh.m4 (new)
1.1 +12 -0 src/contrib/llvm/autoconf/m4/rand48.m4 (new)
1.1 +31 -0 src/contrib/llvm/autoconf/m4/sanity_check.m4 (new)
1.1 +10 -0 src/contrib/llvm/autoconf/m4/single_cxx_check.m4 (new)
1.1 +22 -0 src/contrib/llvm/autoconf/m4/visibility_inlines_hidden.m4 (new)
1.1 +353 -0 src/contrib/llvm/autoconf/missing (new)
1.1 +150 -0 src/contrib/llvm/autoconf/mkinstalldirs (new)
1.1 +16 -0 src/contrib/llvm/bindings/Makefile (new)
1.1 +3 -0 src/contrib/llvm/bindings/README.txt (new)
1.1 +32 -0 src/contrib/llvm/bindings/ada/analysis/llvm_analysis-binding.ads (new)
1.1 +30 -0 src/contrib/llvm/bindings/ada/analysis/llvm_analysis.ads (new)
1.1 +369 -0 src/contrib/llvm/bindings/ada/analysis/llvm_analysis_wrap.cxx (new)
1.1 +52 -0 src/contrib/llvm/bindings/ada/bitreader/llvm_bit_reader-binding.ads (new)
1.1 +6 -0 src/contrib/llvm/bindings/ada/bitreader/llvm_bit_reader.ads (new)
1.1 +423 -0 src/contrib/llvm/bindings/ada/bitreader/llvm_bitreader_wrap.cxx (new)
1.1 +28 -0 src/contrib/llvm/bindings/ada/bitwriter/llvm_bit_writer-binding.ads (new)
1.1 +6 -0 src/contrib/llvm/bindings/ada/bitwriter/llvm_bit_writer.ads (new)
1.1 +335 -0 src/contrib/llvm/bindings/ada/bitwriter/llvm_bitwriter_wrap.cxx (new)
1.1 +192 -0 src/contrib/llvm/bindings/ada/executionengine/llvm_execution_engine-binding.ads (new)
1.1 +90 -0 src/contrib/llvm/bindings/ada/executionengine/llvm_execution_engine.ads (new)
1.1 +924 -0 src/contrib/llvm/bindings/ada/executionengine/llvm_executionengine_wrap.cxx (new)
1.1 +34 -0 src/contrib/llvm/bindings/ada/llvm.gpr (new)
1.1 +1974 -0 src/contrib/llvm/bindings/ada/llvm/llvm-binding.ads (new)
1.1 +493 -0 src/contrib/llvm/bindings/ada/llvm/llvm.ads (new)
1.1 +207 -0 src/contrib/llvm/bindings/ada/llvm/llvm_link_time_optimizer-binding.ads (new)
1.1 +184 -0 src/contrib/llvm/bindings/ada/llvm/llvm_link_time_optimizer.ads (new)
1.1 +923 -0 src/contrib/llvm/bindings/ada/llvm/llvm_linktimeoptimizer_wrap.cxx (new)
1.1 +8817 -0 src/contrib/llvm/bindings/ada/llvm/llvm_wrap.cxx (new)
1.1 +138 -0 src/contrib/llvm/bindings/ada/target/llvm_target-binding.ads (new)
1.1 +72 -0 src/contrib/llvm/bindings/ada/target/llvm_target.ads (new)
1.1 +720 -0 src/contrib/llvm/bindings/ada/target/llvm_target_wrap.cxx (new)
1.1 +206 -0 src/contrib/llvm/bindings/ada/transforms/llvm_transforms-binding.ads (new)
1.1 +6 -0 src/contrib/llvm/bindings/ada/transforms/llvm_transforms.ads (new)
1.1 +828 -0 src/contrib/llvm/bindings/ada/transforms/llvm_transforms_wrap.cxx (new)
1.1 +19 -0 src/contrib/llvm/bindings/ocaml/Makefile (new)
1.1 +410 -0 src/contrib/llvm/bindings/ocaml/Makefile.ocaml (new)
1.1 +19 -0 src/contrib/llvm/bindings/ocaml/analysis/Makefile (new)
1.1 +72 -0 src/contrib/llvm/bindings/ocaml/analysis/analysis_ocaml.c (new)
1.1 +22 -0 src/contrib/llvm/bindings/ocaml/analysis/llvm_analysis.ml (new)
1.1 +46 -0 src/contrib/llvm/bindings/ocaml/analysis/llvm_analysis.mli (new)
1.1 +19 -0 src/contrib/llvm/bindings/ocaml/bitreader/Makefile (new)
1.1 +73 -0 src/contrib/llvm/bindings/ocaml/bitreader/bitreader_ocaml.c (new)
1.1 +20 -0 src/contrib/llvm/bindings/ocaml/bitreader/llvm_bitreader.ml (new)
1.1 +29 -0 src/contrib/llvm/bindings/ocaml/bitreader/llvm_bitreader.mli (new)
1.1 +19 -0 src/contrib/llvm/bindings/ocaml/bitwriter/Makefile (new)
1.1 +45 -0 src/contrib/llvm/bindings/ocaml/bitwriter/bitwriter_ocaml.c (new)
1.1 +25 -0 src/contrib/llvm/bindings/ocaml/bitwriter/llvm_bitwriter.ml (new)
1.1 +30 -0 src/contrib/llvm/bindings/ocaml/bitwriter/llvm_bitwriter.mli (new)
1.1 +19 -0 src/contrib/llvm/bindings/ocaml/executionengine/Makefile (new)
1.1 +323 -0 src/contrib/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c (new)
1.1 +112 -0 src/contrib/llvm/bindings/ocaml/executionengine/llvm_executionengine.ml (new)
1.1 +163 -0 src/contrib/llvm/bindings/ocaml/executionengine/llvm_executionengine.mli (new)
1.1 +19 -0 src/contrib/llvm/bindings/ocaml/llvm/Makefile (new)
1.1 +1072 -0 src/contrib/llvm/bindings/ocaml/llvm/llvm.ml (new)
1.1 +2269 -0 src/contrib/llvm/bindings/ocaml/llvm/llvm.mli (new)
1.1 +1828 -0 src/contrib/llvm/bindings/ocaml/llvm/llvm_ocaml.c (new)
1.1 +19 -0 src/contrib/llvm/bindings/ocaml/target/Makefile (new)
1.1 +44 -0 src/contrib/llvm/bindings/ocaml/target/llvm_target.ml (new)
1.1 +102 -0 src/contrib/llvm/bindings/ocaml/target/llvm_target.mli (new)
1.1 +109 -0 src/contrib/llvm/bindings/ocaml/target/target_ocaml.c (new)
1.1 +18 -0 src/contrib/llvm/bindings/ocaml/transforms/Makefile (new)
1.1 +20 -0 src/contrib/llvm/bindings/ocaml/transforms/scalar/Makefile (new)
1.1 +75 -0 src/contrib/llvm/bindings/ocaml/transforms/scalar/llvm_scalar_opts.ml (new)
1.1 +123 -0 src/contrib/llvm/bindings/ocaml/transforms/scalar/llvm_scalar_opts.mli (new)
1.1 +152 -0 src/contrib/llvm/bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c (new)
1.1 +68 -0 src/contrib/llvm/build-for-llvm-top.sh (new)
1.1 +1 -0 src/contrib/llvm/cmake/README (new)
1.1 +271 -0 src/contrib/llvm/cmake/config-ix.cmake (new)
1.1 +109 -0 src/contrib/llvm/cmake/modules/AddLLVM.cmake (new)
1.1 +11 -0 src/contrib/llvm/cmake/modules/AddLLVMDefinitions.cmake (new)
1.1 +29 -0 src/contrib/llvm/cmake/modules/CheckAtomic.cmake (new)
1.1 +26 -0 src/contrib/llvm/cmake/modules/CrossCompileLLVM.cmake (new)
1.1 +52 -0 src/contrib/llvm/cmake/modules/FindBison.cmake (new)
1.1 +26 -0 src/contrib/llvm/cmake/modules/GetTargetTriple.cmake (new)
1.1 +129 -0 src/contrib/llvm/cmake/modules/LLVMConfig.cmake (new)
1.1 +72 -0 src/contrib/llvm/cmake/modules/LLVMLibDeps.cmake (new)
1.1 +54 -0 src/contrib/llvm/cmake/modules/LLVMProcessSources.cmake (new)
1.1 +20 -0 src/contrib/llvm/cmake/modules/TableGen.cmake (new)
1.1 +21979 -0 src/contrib/llvm/configure (new)
1.1 +467 -0 src/contrib/llvm/examples/BrainF/BrainF.cpp (new)
1.1 +94 -0 src/contrib/llvm/examples/BrainF/BrainF.h (new)
1.1 +160 -0 src/contrib/llvm/examples/BrainF/BrainFDriver.cpp (new)
1.1 +6 -0 src/contrib/llvm/examples/BrainF/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/examples/BrainF/Makefile (new)
1.1 +16 -0 src/contrib/llvm/examples/CMakeLists.txt (new)
1.1 +5 -0 src/contrib/llvm/examples/ExceptionDemo/CMakeLists.txt (new)
1.1 +2027 -0 src/contrib/llvm/examples/ExceptionDemo/ExceptionDemo.cpp (new)
1.1 +16 -0 src/contrib/llvm/examples/ExceptionDemo/Makefile (new)
1.1 +5 -0 src/contrib/llvm/examples/Fibonacci/CMakeLists.txt (new)
1.1 +17 -0 src/contrib/llvm/examples/Fibonacci/Makefile (new)
1.1 +131 -0 src/contrib/llvm/examples/Fibonacci/fibonacci.cpp (new)
1.1 +5 -0 src/contrib/llvm/examples/HowToUseJIT/CMakeLists.txt (new)
1.1 +124 -0 src/contrib/llvm/examples/HowToUseJIT/HowToUseJIT.cpp (new)
1.1 +15 -0 src/contrib/llvm/examples/HowToUseJIT/Makefile (new)
1.1 +6 -0 src/contrib/llvm/examples/Kaleidoscope/CMakeLists.txt (new)
1.1 +3 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter2/CMakeLists.txt (new)
1.1 +13 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter2/Makefile (new)
1.1 +398 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter2/toy.cpp (new)
1.1 +5 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter3/Makefile (new)
1.1 +563 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter3/toy.cpp (new)
1.1 +5 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter4/Makefile (new)
1.1 +610 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter4/toy.cpp (new)
1.1 +5 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter5/Makefile (new)
1.1 +855 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter5/toy.cpp (new)
1.1 +5 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter6/Makefile (new)
1.1 +973 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter6/toy.cpp (new)
1.1 +5 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt (new)
1.1 +16 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter7/Makefile (new)
1.1 +1139 -0 src/contrib/llvm/examples/Kaleidoscope/Chapter7/toy.cpp (new)
1.1 +15 -0 src/contrib/llvm/examples/Kaleidoscope/Makefile (new)
1.1 +32 -0 src/contrib/llvm/examples/Makefile (new)
1.1 +5 -0 src/contrib/llvm/examples/ModuleMaker/CMakeLists.txt (new)
1.1 +14 -0 src/contrib/llvm/examples/ModuleMaker/Makefile (new)
1.1 +64 -0 src/contrib/llvm/examples/ModuleMaker/ModuleMaker.cpp (new)
1.1 +8 -0 src/contrib/llvm/examples/ModuleMaker/README.txt (new)
1.1 +22 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter2/Makefile (new)
1.1 +1 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter2/_tags (new)
1.1 +25 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter2/ast.ml (new)
1.1 +52 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter2/lexer.ml (new)
1.1 +122 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter2/parser.ml (new)
1.1 +15 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter2/token.ml (new)
1.1 +34 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter2/toplevel.ml (new)
1.1 +21 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter2/toy.ml (new)
1.1 +24 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter3/Makefile (new)
1.1 +2 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter3/_tags (new)
1.1 +25 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter3/ast.ml (new)
1.1 +100 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter3/codegen.ml (new)
1.1 +52 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter3/lexer.ml (new)
1.1 +6 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter3/myocamlbuild.ml (new)
1.1 +122 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter3/parser.ml (new)
1.1 +15 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter3/token.ml (new)
1.1 +39 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter3/toplevel.ml (new)
1.1 +26 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter3/toy.ml (new)
1.1 +25 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter4/Makefile (new)
1.1 +4 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter4/_tags (new)
1.1 +25 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter4/ast.ml (new)
1.1 +7 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter4/bindings.c (new)
1.1 +103 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter4/codegen.ml (new)
1.1 +52 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter4/lexer.ml (new)
1.1 +10 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter4/myocamlbuild.ml (new)
1.1 +122 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter4/parser.ml (new)
1.1 +15 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter4/token.ml (new)
1.1 +49 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter4/toplevel.ml (new)
1.1 +53 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter4/toy.ml (new)
1.1 +25 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter5/Makefile (new)
1.1 +4 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter5/_tags (new)
1.1 +31 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter5/ast.ml (new)
1.1 +7 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter5/bindings.c (new)
1.1 +225 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter5/codegen.ml (new)
1.1 +57 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter5/lexer.ml (new)
1.1 +10 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter5/myocamlbuild.ml (new)
1.1 +158 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter5/parser.ml (new)
1.1 +19 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter5/token.ml (new)
1.1 +49 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter5/toplevel.ml (new)
1.1 +53 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter5/toy.ml (new)
1.1 +25 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter6/Makefile (new)
1.1 +4 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter6/_tags (new)
1.1 +36 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter6/ast.ml (new)
1.1 +13 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter6/bindings.c (new)
1.1 +251 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter6/codegen.ml (new)
1.1 +59 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter6/lexer.ml (new)
1.1 +10 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter6/myocamlbuild.ml (new)
1.1 +195 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter6/parser.ml (new)
1.1 +22 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter6/token.ml (new)
1.1 +49 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter6/toplevel.ml (new)
1.1 +53 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter6/toy.ml (new)
1.1 +25 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter7/Makefile (new)
1.1 +4 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter7/_tags (new)
1.1 +39 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter7/ast.ml (new)
1.1 +13 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter7/bindings.c (new)
1.1 +370 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter7/codegen.ml (new)
1.1 +60 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter7/lexer.ml (new)
1.1 +10 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter7/myocamlbuild.ml (new)
1.1 +221 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter7/parser.ml (new)
1.1 +25 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter7/token.ml (new)
1.1 +49 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter7/toplevel.ml (new)
1.1 +57 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Chapter7/toy.ml (new)
1.1 +15 -0 src/contrib/llvm/examples/OCaml-Kaleidoscope/Makefile (new)
1.1 +9 -0 src/contrib/llvm/examples/ParallelJIT/CMakeLists.txt (new)
1.1 +17 -0 src/contrib/llvm/examples/ParallelJIT/Makefile (new)
1.1 +304 -0 src/contrib/llvm/examples/ParallelJIT/ParallelJIT.cpp (new)
1.1 +55 -0 src/contrib/llvm/include/llvm-c/Analysis.h (new)
1.1 +66 -0 src/contrib/llvm/include/llvm-c/BitReader.h (new)
1.1 +46 -0 src/contrib/llvm/include/llvm-c/BitWriter.h (new)
1.1 +1158 -0 src/contrib/llvm/include/llvm-c/Core.h (new)
1.1 +516 -0 src/contrib/llvm/include/llvm-c/EnhancedDisassembly.h (new)
1.1 +150 -0 src/contrib/llvm/include/llvm-c/ExecutionEngine.h (new)
1.1 +58 -0 src/contrib/llvm/include/llvm-c/LinkTimeOptimizer.h (new)
1.1 +176 -0 src/contrib/llvm/include/llvm-c/Target.h (new)
1.1 +76 -0 src/contrib/llvm/include/llvm-c/Transforms/IPO.h (new)
1.1 +105 -0 src/contrib/llvm/include/llvm-c/Transforms/Scalar.h (new)
1.1 +258 -0 src/contrib/llvm/include/llvm-c/lto.h (new)
1.1 +445 -0 src/contrib/llvm/include/llvm/ADT/APFloat.h (new)
1.1 +1708 -0 src/contrib/llvm/include/llvm/ADT/APInt.h (new)
1.1 +264 -0 src/contrib/llvm/include/llvm/ADT/APSInt.h (new)
1.1 +435 -0 src/contrib/llvm/include/llvm/ADT/BitVector.h (new)
1.1 +91 -0 src/contrib/llvm/include/llvm/ADT/DeltaAlgorithm.h (new)
1.1 +508 -0 src/contrib/llvm/include/llvm/ADT/DenseMap.h (new)
1.1 +151 -0 src/contrib/llvm/include/llvm/ADT/DenseMapInfo.h (new)
1.1 +120 -0 src/contrib/llvm/include/llvm/ADT/DenseSet.h (new)
1.1 +259 -0 src/contrib/llvm/include/llvm/ADT/DepthFirstIterator.h (new)
1.1 +281 -0 src/contrib/llvm/include/llvm/ADT/EquivalenceClasses.h (new)
1.1 +492 -0 src/contrib/llvm/include/llvm/ADT/FoldingSet.h (new)
1.1 +103 -0 src/contrib/llvm/include/llvm/ADT/GraphTraits.h (new)
1.1 +238 -0 src/contrib/llvm/include/llvm/ADT/ImmutableIntervalMap.h (new)
1.1 +222 -0 src/contrib/llvm/include/llvm/ADT/ImmutableList.h (new)
1.1 +230 -0 src/contrib/llvm/include/llvm/ADT/ImmutableMap.h (new)
1.1 +1057 -0 src/contrib/llvm/include/llvm/ADT/ImmutableSet.h (new)
1.1 +75 -0 src/contrib/llvm/include/llvm/ADT/IndexedMap.h (new)
1.1 +230 -0 src/contrib/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h (new)
1.1 +66 -0 src/contrib/llvm/include/llvm/ADT/Optional.h (new)
1.1 +133 -0 src/contrib/llvm/include/llvm/ADT/OwningPtr.h (new)
1.1 +156 -0 src/contrib/llvm/include/llvm/ADT/PointerIntPair.h (new)
1.1 +371 -0 src/contrib/llvm/include/llvm/ADT/PointerUnion.h (new)
1.1 +233 -0 src/contrib/llvm/include/llvm/ADT/PostOrderIterator.h (new)
1.1 +84 -0 src/contrib/llvm/include/llvm/ADT/PriorityQueue.h (new)
1.1 +220 -0 src/contrib/llvm/include/llvm/ADT/SCCIterator.h (new)
1.1 +306 -0 src/contrib/llvm/include/llvm/ADT/STLExtras.h (new)
1.1 +206 -0 src/contrib/llvm/include/llvm/ADT/ScopedHashTable.h (new)
1.1 +71 -0 src/contrib/llvm/include/llvm/ADT/SetOperations.h (new)
1.1 +168 -0 src/contrib/llvm/include/llvm/ADT/SetVector.h (new)
1.1 +454 -0 src/contrib/llvm/include/llvm/ADT/SmallBitVector.h (new)
1.1 +292 -0 src/contrib/llvm/include/llvm/ADT/SmallPtrSet.h (new)
1.1 +118 -0 src/contrib/llvm/include/llvm/ADT/SmallSet.h (new)
1.1 +68 -0 src/contrib/llvm/include/llvm/ADT/SmallString.h (new)
1.1 +724 -0 src/contrib/llvm/include/llvm/ADT/SmallVector.h (new)
1.1 +906 -0 src/contrib/llvm/include/llvm/ADT/SparseBitVector.h (new)
1.1 +128 -0 src/contrib/llvm/include/llvm/ADT/Statistic.h (new)
1.1 +170 -0 src/contrib/llvm/include/llvm/ADT/StringExtras.h (new)
1.1 +486 -0 src/contrib/llvm/include/llvm/ADT/StringMap.h (new)
1.1 +432 -0 src/contrib/llvm/include/llvm/ADT/StringRef.h (new)
1.1 +39 -0 src/contrib/llvm/include/llvm/ADT/StringSet.h (new)
1.1 +106 -0 src/contrib/llvm/include/llvm/ADT/StringSwitch.h (new)
1.1 +336 -0 src/contrib/llvm/include/llvm/ADT/Trie.h (new)
1.1 +291 -0 src/contrib/llvm/include/llvm/ADT/Triple.h (new)
1.1 +457 -0 src/contrib/llvm/include/llvm/ADT/Twine.h (new)
1.1 +89 -0 src/contrib/llvm/include/llvm/ADT/UniqueVector.h (new)
1.1 +380 -0 src/contrib/llvm/include/llvm/ADT/ValueMap.h (new)
1.1 +41 -0 src/contrib/llvm/include/llvm/ADT/VectorExtras.h (new)
1.1 +707 -0 src/contrib/llvm/include/llvm/ADT/ilist.h (new)
1.1 +106 -0 src/contrib/llvm/include/llvm/ADT/ilist_node.h (new)
1.1 +79 -0 src/contrib/llvm/include/llvm/ADT/iterator.cmake (new)
1.1 +76 -0 src/contrib/llvm/include/llvm/ADT/iterator.h.in (new)
1.1 +204 -0 src/contrib/llvm/include/llvm/AbstractTypeUser.h (new)
1.1 +361 -0 src/contrib/llvm/include/llvm/Analysis/AliasAnalysis.h (new)
1.1 +406 -0 src/contrib/llvm/include/llvm/Analysis/AliasSetTracker.h (new)
1.1 +111 -0 src/contrib/llvm/include/llvm/Analysis/CFGPrinter.h (new)
1.1 +366 -0 src/contrib/llvm/include/llvm/Analysis/CallGraph.h (new)
1.1 +33 -0 src/contrib/llvm/include/llvm/Analysis/CaptureTracking.h (new)
1.1 +81 -0 src/contrib/llvm/include/llvm/Analysis/ConstantFolding.h (new)
1.1 +93 -0 src/contrib/llvm/include/llvm/Analysis/ConstantsScanner.h (new)
1.1 +83 -0 src/contrib/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h (new)
1.1 +796 -0 src/contrib/llvm/include/llvm/Analysis/DebugInfo.h (new)
1.1 +30 -0 src/contrib/llvm/include/llvm/Analysis/DomPrinter.h (new)
1.1 +344 -0 src/contrib/llvm/include/llvm/Analysis/DominatorInternals.h (new)
1.1 +1064 -0 src/contrib/llvm/include/llvm/Analysis/Dominators.h (new)
1.1 +64 -0 src/contrib/llvm/include/llvm/Analysis/FindUsedTypes.h (new)
1.1 +175 -0 src/contrib/llvm/include/llvm/Analysis/IVUsers.h (new)
1.1 +211 -0 src/contrib/llvm/include/llvm/Analysis/InlineCost.h (new)
1.1 +88 -0 src/contrib/llvm/include/llvm/Analysis/InstructionSimplify.h (new)
1.1 +153 -0 src/contrib/llvm/include/llvm/Analysis/Interval.h (new)
1.1 +259 -0 src/contrib/llvm/include/llvm/Analysis/IntervalIterator.h (new)
1.1 +109 -0 src/contrib/llvm/include/llvm/Analysis/IntervalPartition.h (new)
1.1 +73 -0 src/contrib/llvm/include/llvm/Analysis/LazyValueInfo.h (new)
1.1 +58 -0 src/contrib/llvm/include/llvm/Analysis/LibCallAliasAnalysis.h (new)
1.1 +166 -0 src/contrib/llvm/include/llvm/Analysis/LibCallSemantics.h (new)
1.1 +51 -0 src/contrib/llvm/include/llvm/Analysis/Lint.h (new)
1.1 +99 -0 src/contrib/llvm/include/llvm/Analysis/LiveValues.h (new)
1.1 +122 -0 src/contrib/llvm/include/llvm/Analysis/LoopDependenceAnalysis.h (new)
1.1 +1050 -0 src/contrib/llvm/include/llvm/Analysis/LoopInfo.h (new)
1.1 +158 -0 src/contrib/llvm/include/llvm/Analysis/LoopPass.h (new)
1.1 +80 -0 src/contrib/llvm/include/llvm/Analysis/MemoryBuiltins.h (new)
1.1 +349 -0 src/contrib/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h (new)
1.1 +117 -0 src/contrib/llvm/include/llvm/Analysis/PHITransAddr.h (new)
1.1 +161 -0 src/contrib/llvm/include/llvm/Analysis/Passes.h (new)
1.1 +131 -0 src/contrib/llvm/include/llvm/Analysis/PointerTracking.h (new)
1.1 +134 -0 src/contrib/llvm/include/llvm/Analysis/PostDominators.h (new)
1.1 +248 -0 src/contrib/llvm/include/llvm/Analysis/ProfileInfo.h (new)
1.1 +84 -0 src/contrib/llvm/include/llvm/Analysis/ProfileInfoLoader.h (new)
1.1 +29 -0 src/contrib/llvm/include/llvm/Analysis/ProfileInfoTypes.h (new)
1.1 +673 -0 src/contrib/llvm/include/llvm/Analysis/ScalarEvolution.h (new)
1.1 +190 -0 src/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h (new)
1.1 +609 -0 src/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h (new)
1.1 +78 -0 src/contrib/llvm/include/llvm/Analysis/ScalarEvolutionNormalization.h (new)
1.1 +206 -0 src/contrib/llvm/include/llvm/Analysis/SparsePropagation.h (new)
1.1 +119 -0 src/contrib/llvm/include/llvm/Analysis/Trace.h (new)
1.1 +134 -0 src/contrib/llvm/include/llvm/Analysis/ValueTracking.h (new)
1.1 +75 -0 src/contrib/llvm/include/llvm/Analysis/Verifier.h (new)
1.1 +88 -0 src/contrib/llvm/include/llvm/Argument.h (new)
1.1 +58 -0 src/contrib/llvm/include/llvm/Assembly/AsmAnnotationWriter.h (new)
1.1 +65 -0 src/contrib/llvm/include/llvm/Assembly/Parser.h (new)
1.1 +42 -0 src/contrib/llvm/include/llvm/Assembly/PrintModulePass.h (new)
1.1 +78 -0 src/contrib/llvm/include/llvm/Assembly/Writer.h (new)
1.1 +287 -0 src/contrib/llvm/include/llvm/Attributes.h (new)
1.1 +43 -0 src/contrib/llvm/include/llvm/AutoUpgrade.h (new)
1.1 +269 -0 src/contrib/llvm/include/llvm/BasicBlock.h (new)
1.1 +548 -0 src/contrib/llvm/include/llvm/Bitcode/Archive.h (new)
1.1 +185 -0 src/contrib/llvm/include/llvm/Bitcode/BitCodes.h (new)
1.1 +642 -0 src/contrib/llvm/include/llvm/Bitcode/BitstreamReader.h (new)
1.1 +531 -0 src/contrib/llvm/include/llvm/Bitcode/BitstreamWriter.h (new)
1.1 +251 -0 src/contrib/llvm/include/llvm/Bitcode/LLVMBitCodes.h (new)
1.1 +135 -0 src/contrib/llvm/include/llvm/Bitcode/ReaderWriter.h (new)
1.1 +19 -0 src/contrib/llvm/include/llvm/CMakeLists.txt (new)
1.1 +105 -0 src/contrib/llvm/include/llvm/CallGraphSCCPass.h (new)
1.1 +88 -0 src/contrib/llvm/include/llvm/CallingConv.h (new)
1.1 +80 -0 src/contrib/llvm/include/llvm/CodeGen/Analysis.h (new)
1.1 +449 -0 src/contrib/llvm/include/llvm/CodeGen/AsmPrinter.h (new)
1.1 +353 -0 src/contrib/llvm/include/llvm/CodeGen/BinaryObject.h (new)
1.1 +39 -0 src/contrib/llvm/include/llvm/CodeGen/CalcSpillWeights.h (new)
1.1 +293 -0 src/contrib/llvm/include/llvm/CodeGen/CallingConvLower.h (new)
1.1 +339 -0 src/contrib/llvm/include/llvm/CodeGen/FastISel.h (new)
1.1 +190 -0 src/contrib/llvm/include/llvm/CodeGen/GCMetadata.h (new)
1.1 +73 -0 src/contrib/llvm/include/llvm/CodeGen/GCMetadataPrinter.h (new)
1.1 +142 -0 src/contrib/llvm/include/llvm/CodeGen/GCStrategy.h (new)
1.1 +35 -0 src/contrib/llvm/include/llvm/CodeGen/GCs.h (new)
1.1 +777 -0 src/contrib/llvm/include/llvm/CodeGen/ISDOpcodes.h (new)
1.1 +54 -0 src/contrib/llvm/include/llvm/CodeGen/IntrinsicLowering.h (new)
1.1 +343 -0 src/contrib/llvm/include/llvm/CodeGen/JITCodeEmitter.h (new)
1.1 +96 -0 src/contrib/llvm/include/llvm/CodeGen/LatencyPriorityQueue.h (new)
1.1 +37 -0 src/contrib/llvm/include/llvm/CodeGen/LinkAllAsmWriterComponents.h (new)
1.1 +58 -0 src/contrib/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h (new)
1.1 +598 -0 src/contrib/llvm/include/llvm/CodeGen/LiveInterval.h (new)
1.1 +441 -0 src/contrib/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h (new)
1.1 +107 -0 src/contrib/llvm/include/llvm/CodeGen/LiveStackAnalysis.h (new)
1.1 +313 -0 src/contrib/llvm/include/llvm/CodeGen/LiveVariables.h (new)
1.1 +56 -0 src/contrib/llvm/include/llvm/CodeGen/MachORelocation.h (new)
1.1 +446 -0 src/contrib/llvm/include/llvm/CodeGen/MachineBasicBlock.h (new)
1.1 +332 -0 src/contrib/llvm/include/llvm/CodeGen/MachineCodeEmitter.h (new)
1.1 +53 -0 src/contrib/llvm/include/llvm/CodeGen/MachineCodeInfo.h (new)
1.1 +167 -0 src/contrib/llvm/include/llvm/CodeGen/MachineConstantPool.h (new)
1.1 +202 -0 src/contrib/llvm/include/llvm/CodeGen/MachineDominators.h (new)
1.1 +469 -0 src/contrib/llvm/include/llvm/CodeGen/MachineFrameInfo.h (new)
1.1 +468 -0 src/contrib/llvm/include/llvm/CodeGen/MachineFunction.h (new)
1.1 +50 -0 src/contrib/llvm/include/llvm/CodeGen/MachineFunctionAnalysis.h (new)
1.1 +59 -0 src/contrib/llvm/include/llvm/CodeGen/MachineFunctionPass.h (new)
1.1 +492 -0 src/contrib/llvm/include/llvm/CodeGen/MachineInstr.h (new)
1.1 +227 -0 src/contrib/llvm/include/llvm/CodeGen/MachineInstrBuilder.h (new)
1.1 +125 -0 src/contrib/llvm/include/llvm/CodeGen/MachineJumpTableInfo.h (new)
1.1 +93 -0 src/contrib/llvm/include/llvm/CodeGen/MachineLocation.h (new)
1.1 +176 -0 src/contrib/llvm/include/llvm/CodeGen/MachineLoopInfo.h (new)
1.1 +113 -0 src/contrib/llvm/include/llvm/CodeGen/MachineMemOperand.h (new)
1.1 +353 -0 src/contrib/llvm/include/llvm/CodeGen/MachineModuleInfo.h (new)
1.1 +97 -0 src/contrib/llvm/include/llvm/CodeGen/MachineModuleInfoImpls.h (new)
1.1 +528 -0 src/contrib/llvm/include/llvm/CodeGen/MachineOperand.h (new)
1.1 +156 -0 src/contrib/llvm/include/llvm/CodeGen/MachinePassRegistry.h (new)
1.1 +395 -0 src/contrib/llvm/include/llvm/CodeGen/MachineRegisterInfo.h (new)
1.1 +342 -0 src/contrib/llvm/include/llvm/CodeGen/MachineRelocation.h (new)
1.1 +115 -0 src/contrib/llvm/include/llvm/CodeGen/MachineSSAUpdater.h (new)
1.1 +171 -0 src/contrib/llvm/include/llvm/CodeGen/ObjectCodeEmitter.h (new)
1.1 +215 -0 src/contrib/llvm/include/llvm/CodeGen/Passes.h (new)
1.1 +41 -0 src/contrib/llvm/include/llvm/CodeGen/ProcessImplicitDefs.h (new)
1.1 +112 -0 src/contrib/llvm/include/llvm/CodeGen/PseudoSourceValue.h (new)
1.1 +66 -0 src/contrib/llvm/include/llvm/CodeGen/RegAllocRegistry.h (new)
1.1 +154 -0 src/contrib/llvm/include/llvm/CodeGen/RegisterCoalescer.h (new)
1.1 +159 -0 src/contrib/llvm/include/llvm/CodeGen/RegisterScavenging.h (new)
1.1 +279 -0 src/contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h (new)
1.1 +681 -0 src/contrib/llvm/include/llvm/CodeGen/ScheduleDAG.h (new)
1.1 +71 -0 src/contrib/llvm/include/llvm/CodeGen/ScheduleHazardRecognizer.h (new)
1.1 +104 -0 src/contrib/llvm/include/llvm/CodeGen/SchedulerRegistry.h (new)
1.1 +1044 -0 src/contrib/llvm/include/llvm/CodeGen/SelectionDAG.h (new)
1.1 +317 -0 src/contrib/llvm/include/llvm/CodeGen/SelectionDAGISel.h (new)
1.1 +1881 -0 src/contrib/llvm/include/llvm/CodeGen/SelectionDAGNodes.h (new)
1.1 +765 -0 src/contrib/llvm/include/llvm/CodeGen/SlotIndexes.h (new)
1.1 +201 -0 src/contrib/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h (new)
1.1 +689 -0 src/contrib/llvm/include/llvm/CodeGen/ValueTypes.h (new)
1.1 +77 -0 src/contrib/llvm/include/llvm/CodeGen/ValueTypes.td (new)
1.1 +50 -0 src/contrib/llvm/include/llvm/CompilerDriver/Action.h (new)
1.1 +35 -0 src/contrib/llvm/include/llvm/CompilerDriver/BuiltinOptions.h (new)
1.1 +147 -0 src/contrib/llvm/include/llvm/CompilerDriver/Common.td (new)
1.1 +325 -0 src/contrib/llvm/include/llvm/CompilerDriver/CompilationGraph.h (new)
1.1 +35 -0 src/contrib/llvm/include/llvm/CompilerDriver/Error.h (new)
1.1 +122 -0 src/contrib/llvm/include/llvm/CompilerDriver/ForceLinkage.h (new)
1.1 +29 -0 src/contrib/llvm/include/llvm/CompilerDriver/ForceLinkageMacros.h (new)
1.1 +33 -0 src/contrib/llvm/include/llvm/CompilerDriver/Main.inc (new)
1.1 +81 -0 src/contrib/llvm/include/llvm/CompilerDriver/Plugin.h (new)
1.1 +92 -0 src/contrib/llvm/include/llvm/CompilerDriver/Tool.h (new)
1.1 +29 -0 src/contrib/llvm/include/llvm/Config/AsmParsers.def.in (new)
1.1 +29 -0 src/contrib/llvm/include/llvm/Config/AsmPrinters.def.in (new)
1.1 +29 -0 src/contrib/llvm/include/llvm/Config/Disassemblers.def.in (new)
1.1 +28 -0 src/contrib/llvm/include/llvm/Config/Targets.def.in (new)
1.1 +627 -0 src/contrib/llvm/include/llvm/Config/config.h.cmake (new)
1.1 +597 -0 src/contrib/llvm/include/llvm/Config/config.h.in (new)
1.1 +159 -0 src/contrib/llvm/include/llvm/Constant.h (new)
1.1 +964 -0 src/contrib/llvm/include/llvm/Constants.h (new)
1.1 +576 -0 src/contrib/llvm/include/llvm/DerivedTypes.h (new)
1.1 +520 -0 src/contrib/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h (new)
1.1 +44 -0 src/contrib/llvm/include/llvm/ExecutionEngine/GenericValue.h (new)
1.1 +38 -0 src/contrib/llvm/include/llvm/ExecutionEngine/Interpreter.h (new)
1.1 +38 -0 src/contrib/llvm/include/llvm/ExecutionEngine/JIT.h (new)
1.1 +78 -0 src/contrib/llvm/include/llvm/ExecutionEngine/JITEventListener.h (new)
1.1 +192 -0 src/contrib/llvm/include/llvm/ExecutionEngine/JITMemoryManager.h (new)
1.1 +437 -0 src/contrib/llvm/include/llvm/Function.h (new)
1.1 +66 -0 src/contrib/llvm/include/llvm/GVMaterializer.h (new)
1.1 +99 -0 src/contrib/llvm/include/llvm/GlobalAlias.h (new)
1.1 +276 -0 src/contrib/llvm/include/llvm/GlobalValue.h (new)
1.1 +152 -0 src/contrib/llvm/include/llvm/GlobalVariable.h (new)
1.1 +212 -0 src/contrib/llvm/include/llvm/InlineAsm.h (new)
1.1 +905 -0 src/contrib/llvm/include/llvm/InstrTypes.h (new)
1.1 +196 -0 src/contrib/llvm/include/llvm/Instruction.def (new)
1.1 +401 -0 src/contrib/llvm/include/llvm/Instruction.h (new)
1.1 +3139 -0 src/contrib/llvm/include/llvm/Instructions.h (new)
1.1 +311 -0 src/contrib/llvm/include/llvm/IntrinsicInst.h (new)
1.1 +80 -0 src/contrib/llvm/include/llvm/Intrinsics.h (new)
1.1 +495 -0 src/contrib/llvm/include/llvm/Intrinsics.td (new)
1.1 +376 -0 src/contrib/llvm/include/llvm/IntrinsicsARM.td (new)
1.1 +18 -0 src/contrib/llvm/include/llvm/IntrinsicsAlpha.td (new)
1.1 +242 -0 src/contrib/llvm/include/llvm/IntrinsicsCellSPU.td (new)
1.1 +470 -0 src/contrib/llvm/include/llvm/IntrinsicsPowerPC.td (new)
1.1 +1174 -0 src/contrib/llvm/include/llvm/IntrinsicsX86.td (new)
1.1 +14 -0 src/contrib/llvm/include/llvm/IntrinsicsXCore.td (new)
1.1 +89 -0 src/contrib/llvm/include/llvm/LLVMContext.h (new)
1.1 +155 -0 src/contrib/llvm/include/llvm/LinkAllPasses.h (new)
1.1 +55 -0 src/contrib/llvm/include/llvm/LinkAllVMCore.h (new)
1.1 +300 -0 src/contrib/llvm/include/llvm/Linker.h (new)
1.1 +29 -0 src/contrib/llvm/include/llvm/MC/EDInstInfo.h (new)
1.1 +426 -0 src/contrib/llvm/include/llvm/MC/MCAsmInfo.h (new)
1.1 +24 -0 src/contrib/llvm/include/llvm/MC/MCAsmInfoCOFF.h (new)
1.1 +32 -0 src/contrib/llvm/include/llvm/MC/MCAsmInfoDarwin.h (new)
1.1 +135 -0 src/contrib/llvm/include/llvm/MC/MCAsmLayout.h (new)
1.1 +786 -0 src/contrib/llvm/include/llvm/MC/MCAssembler.h (new)
1.1 +80 -0 src/contrib/llvm/include/llvm/MC/MCCodeEmitter.h (new)
1.1 +212 -0 src/contrib/llvm/include/llvm/MC/MCContext.h (new)
1.1 +50 -0 src/contrib/llvm/include/llvm/MC/MCDirectives.h (new)
1.1 +60 -0 src/contrib/llvm/include/llvm/MC/MCDisassembler.h (new)
1.1 +404 -0 src/contrib/llvm/include/llvm/MC/MCExpr.h (new)
1.1 +93 -0 src/contrib/llvm/include/llvm/MC/MCFixup.h (new)
1.1 +142 -0 src/contrib/llvm/include/llvm/MC/MCInst.h (new)
1.1 +48 -0 src/contrib/llvm/include/llvm/MC/MCInstPrinter.h (new)
1.1 +56 -0 src/contrib/llvm/include/llvm/MC/MCLabel.h (new)
1.1 +44 -0 src/contrib/llvm/include/llvm/MC/MCMachOSymbolFlags.h (new)
1.1 +167 -0 src/contrib/llvm/include/llvm/MC/MCObjectWriter.h (new)
1.1 +40 -0 src/contrib/llvm/include/llvm/MC/MCParser/AsmCond.h (new)
1.1 +72 -0 src/contrib/llvm/include/llvm/MC/MCParser/AsmLexer.h (new)
1.1 +166 -0 src/contrib/llvm/include/llvm/MC/MCParser/AsmParser.h (new)
1.1 +171 -0 src/contrib/llvm/include/llvm/MC/MCParser/MCAsmLexer.h (new)
1.1 +87 -0 src/contrib/llvm/include/llvm/MC/MCParser/MCAsmParser.h (new)
1.1 +33 -0 src/contrib/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h (new)
1.1 +69 -0 src/contrib/llvm/include/llvm/MC/MCSection.h (new)
1.1 +115 -0 src/contrib/llvm/include/llvm/MC/MCSectionCOFF.h (new)
1.1 +190 -0 src/contrib/llvm/include/llvm/MC/MCSectionELF.h (new)
1.1 +177 -0 src/contrib/llvm/include/llvm/MC/MCSectionMachO.h (new)
1.1 +358 -0 src/contrib/llvm/include/llvm/MC/MCStreamer.h (new)
1.1 +158 -0 src/contrib/llvm/include/llvm/MC/MCSymbol.h (new)
1.1 +87 -0 src/contrib/llvm/include/llvm/MC/MCValue.h (new)
1.1 +44 -0 src/contrib/llvm/include/llvm/MC/MachObjectWriter.h (new)
1.1 +240 -0 src/contrib/llvm/include/llvm/MC/SectionKind.h (new)
1.1 +241 -0 src/contrib/llvm/include/llvm/Metadata.h (new)
1.1 +559 -0 src/contrib/llvm/include/llvm/Module.h (new)
1.1 +207 -0 src/contrib/llvm/include/llvm/OperandTraits.h (new)
1.1 +306 -0 src/contrib/llvm/include/llvm/Operator.h (new)
1.1 +413 -0 src/contrib/llvm/include/llvm/Pass.h (new)
1.1 +263 -0 src/contrib/llvm/include/llvm/PassAnalysisSupport.h (new)
1.1 +112 -0 src/contrib/llvm/include/llvm/PassManager.h (new)
1.1 +468 -0 src/contrib/llvm/include/llvm/PassManagers.h (new)
1.1 +258 -0 src/contrib/llvm/include/llvm/PassSupport.h (new)
1.1 +60 -0 src/contrib/llvm/include/llvm/Support/AlignOf.h (new)
1.1 +241 -0 src/contrib/llvm/include/llvm/Support/Allocator.h (new)
1.1 +334 -0 src/contrib/llvm/include/llvm/Support/CFG.h (new)
1.1 +325 -0 src/contrib/llvm/include/llvm/Support/CallSite.h (new)
1.1 +308 -0 src/contrib/llvm/include/llvm/Support/Casting.h (new)
1.1 +1384 -0 src/contrib/llvm/include/llvm/Support/CommandLine.h (new)
1.1 +108 -0 src/contrib/llvm/include/llvm/Support/Compiler.h (new)
1.1 +246 -0 src/contrib/llvm/include/llvm/Support/ConstantFolder.h (new)
1.1 +248 -0 src/contrib/llvm/include/llvm/Support/ConstantRange.h (new)
1.1 +160 -0 src/contrib/llvm/include/llvm/Support/DOTGraphTraits.h (new)
1.1 +103 -0 src/contrib/llvm/include/llvm/Support/DataFlow.h (new)
1.1 +152 -0 src/contrib/llvm/include/llvm/Support/DataTypes.h.cmake (new)
1.1 +147 -0 src/contrib/llvm/include/llvm/Support/DataTypes.h.in (new)
1.1 +101 -0 src/contrib/llvm/include/llvm/Support/Debug.h (new)
1.1 +80 -0 src/contrib/llvm/include/llvm/Support/DebugLoc.h (new)
1.1 +589 -0 src/contrib/llvm/include/llvm/Support/Dwarf.h (new)
1.1 +40 -0 src/contrib/llvm/include/llvm/Support/DynamicLinker.h (new)
1.1 +320 -0 src/contrib/llvm/include/llvm/Support/ELF.h (new)
1.1 +88 -0 src/contrib/llvm/include/llvm/Support/ErrorHandling.h (new)
1.1 +72 -0 src/contrib/llvm/include/llvm/Support/FileUtilities.h (new)
1.1 +154 -0 src/contrib/llvm/include/llvm/Support/Format.h (new)
1.1 +154 -0 src/contrib/llvm/include/llvm/Support/FormattedStream.h (new)
1.1 +113 -0 src/contrib/llvm/include/llvm/Support/GetElementPtrTypeIterator.h (new)
1.1 +346 -0 src/contrib/llvm/include/llvm/Support/GraphWriter.h (new)
1.1 +1100 -0 src/contrib/llvm/include/llvm/Support/IRBuilder.h (new)
1.1 +110 -0 src/contrib/llvm/include/llvm/Support/IRReader.h (new)
1.1 +147 -0 src/contrib/llvm/include/llvm/Support/InstIterator.h (new)
1.1 +217 -0 src/contrib/llvm/include/llvm/Support/InstVisitor.h (new)
1.1 +92 -0 src/contrib/llvm/include/llvm/Support/LeakDetector.h (new)
1.1 +56 -0 src/contrib/llvm/include/llvm/Support/MachO.h (new)
1.1 +116 -0 src/contrib/llvm/include/llvm/Support/ManagedStatic.h (new)
1.1 +474 -0 src/contrib/llvm/include/llvm/Support/MathExtras.h (new)
1.1 +106 -0 src/contrib/llvm/include/llvm/Support/MemoryBuffer.h (new)
1.1 +70 -0 src/contrib/llvm/include/llvm/Support/MemoryObject.h (new)
1.1 +41 -0 src/contrib/llvm/include/llvm/Support/MutexGuard.h (new)
1.1 +220 -0 src/contrib/llvm/include/llvm/Support/NoFolder.h (new)
1.1 +166 -0 src/contrib/llvm/include/llvm/Support/OutputBuffer.h (new)
1.1 +137 -0 src/contrib/llvm/include/llvm/Support/PassNameParser.h (new)
1.1 +617 -0 src/contrib/llvm/include/llvm/Support/PatternMatch.h (new)
1.1 +37 -0 src/contrib/llvm/include/llvm/Support/PluginLoader.h (new)
1.1 +81 -0 src/contrib/llvm/include/llvm/Support/PointerLikeTypeTraits.h (new)
1.1 +70 -0 src/contrib/llvm/include/llvm/Support/PredIteratorCache.h (new)
1.1 +71 -0 src/contrib/llvm/include/llvm/Support/PrettyStackTrace.h (new)
1.1 +117 -0 src/contrib/llvm/include/llvm/Support/Recycler.h (new)
1.1 +73 -0 src/contrib/llvm/include/llvm/Support/RecyclingAllocator.h (new)
1.1 +76 -0 src/contrib/llvm/include/llvm/Support/Regex.h (new)
1.1 +221 -0 src/contrib/llvm/include/llvm/Support/Registry.h (new)
1.1 +55 -0 src/contrib/llvm/include/llvm/Support/RegistryParser.h (new)
1.1 +44 -0 src/contrib/llvm/include/llvm/Support/SMLoc.h (new)
1.1 +65 -0 src/contrib/llvm/include/llvm/Support/SlowOperationInformer.h (new)
1.1 +189 -0 src/contrib/llvm/include/llvm/Support/SourceMgr.h (new)
1.1 +59 -0 src/contrib/llvm/include/llvm/Support/StableBasicBlockNumbering.h (new)
1.1 +248 -0 src/contrib/llvm/include/llvm/Support/StandardPasses.h (new)
1.1 +139 -0 src/contrib/llvm/include/llvm/Support/StringPool.h (new)
1.1 +44 -0 src/contrib/llvm/include/llvm/Support/SystemUtils.h (new)
1.1 +264 -0 src/contrib/llvm/include/llvm/Support/TargetFolder.h (new)
1.1 +192 -0 src/contrib/llvm/include/llvm/Support/Timer.h (new)
1.1 +393 -0 src/contrib/llvm/include/llvm/Support/TypeBuilder.h (new)
1.1 +408 -0 src/contrib/llvm/include/llvm/Support/ValueHandle.h (new)
1.1 +171 -0 src/contrib/llvm/include/llvm/Support/circular_raw_ostream.h (new)
1.1 +42 -0 src/contrib/llvm/include/llvm/Support/raw_os_ostream.h (new)
1.1 +486 -0 src/contrib/llvm/include/llvm/Support/raw_ostream.h (new)
1.1 +126 -0 src/contrib/llvm/include/llvm/Support/type_traits.h (new)
1.1 +80 -0 src/contrib/llvm/include/llvm/SymbolTableListTraits.h (new)
1.1 +25 -0 src/contrib/llvm/include/llvm/System/AIXDataTypesFix.h (new)
1.1 +51 -0 src/contrib/llvm/include/llvm/System/Alarm.h (new)
1.1 +39 -0 src/contrib/llvm/include/llvm/System/Atomic.h (new)
1.1 +171 -0 src/contrib/llvm/include/llvm/System/DataTypes.h.cmake (new)
1.1 +111 -0 src/contrib/llvm/include/llvm/System/DataTypes.h.in (new)
1.1 +35 -0 src/contrib/llvm/include/llvm/System/Disassembler.h (new)
1.1 +86 -0 src/contrib/llvm/include/llvm/System/DynamicLibrary.h (new)
1.1 +34 -0 src/contrib/llvm/include/llvm/System/Errno.h (new)
1.1 +66 -0 src/contrib/llvm/include/llvm/System/Host.h (new)
1.1 +79 -0 src/contrib/llvm/include/llvm/System/IncludeFile.h (new)
1.1 +6 -0 src/contrib/llvm/include/llvm/System/LICENSE.TXT (new)
1.1 +97 -0 src/contrib/llvm/include/llvm/System/Memory.h (new)
1.1 +154 -0 src/contrib/llvm/include/llvm/System/Mutex.h (new)
1.1 +723 -0 src/contrib/llvm/include/llvm/System/Path.h (new)
1.1 +148 -0 src/contrib/llvm/include/llvm/System/Process.h (new)
1.1 +158 -0 src/contrib/llvm/include/llvm/System/Program.h (new)
1.1 +173 -0 src/contrib/llvm/include/llvm/System/RWMutex.h (new)
1.1 +55 -0 src/contrib/llvm/include/llvm/System/Signals.h (new)
1.1 +40 -0 src/contrib/llvm/include/llvm/System/Solaris.h (new)
1.1 +41 -0 src/contrib/llvm/include/llvm/System/ThreadLocal.h (new)
1.1 +45 -0 src/contrib/llvm/include/llvm/System/Threading.h (new)
1.1 +382 -0 src/contrib/llvm/include/llvm/System/TimeValue.h (new)
1.1 +32 -0 src/contrib/llvm/include/llvm/System/Valgrind.h (new)
1.1 +82 -0 src/contrib/llvm/include/llvm/Target/Mangler.h (new)
1.1 +119 -0 src/contrib/llvm/include/llvm/Target/SubtargetFeature.h (new)
1.1 +651 -0 src/contrib/llvm/include/llvm/Target/Target.td (new)
1.1 +134 -0 src/contrib/llvm/include/llvm/Target/TargetAsmBackend.h (new)
1.1 +89 -0 src/contrib/llvm/include/llvm/Target/TargetAsmLexer.h (new)
1.1 +76 -0 src/contrib/llvm/include/llvm/Target/TargetAsmParser.h (new)
1.1 +128 -0 src/contrib/llvm/include/llvm/Target/TargetCallingConv.td (new)
1.1 +335 -0 src/contrib/llvm/include/llvm/Target/TargetData.h (new)
1.1 +124 -0 src/contrib/llvm/include/llvm/Target/TargetELFWriterInfo.h (new)
1.1 +97 -0 src/contrib/llvm/include/llvm/Target/TargetFrameInfo.h (new)
1.1 +492 -0 src/contrib/llvm/include/llvm/Target/TargetInstrDesc.h (new)
1.1 +598 -0 src/contrib/llvm/include/llvm/Target/TargetInstrInfo.h (new)
1.1 +187 -0 src/contrib/llvm/include/llvm/Target/TargetInstrItineraries.h (new)
1.1 +64 -0 src/contrib/llvm/include/llvm/Target/TargetIntrinsicInfo.h (new)
1.1 +142 -0 src/contrib/llvm/include/llvm/Target/TargetJITInfo.h (new)
1.1 +1681 -0 src/contrib/llvm/include/llvm/Target/TargetLowering.h (new)
1.1 +235 -0 src/contrib/llvm/include/llvm/Target/TargetLoweringObjectFile.h (new)
1.1 +346 -0 src/contrib/llvm/include/llvm/Target/TargetMachine.h (new)
1.1 +80 -0 src/contrib/llvm/include/llvm/Target/TargetOpcodes.h (new)
1.1 +157 -0 src/contrib/llvm/include/llvm/Target/TargetOptions.h (new)
1.1 +752 -0 src/contrib/llvm/include/llvm/Target/TargetRegisterInfo.h (new)
1.1 +718 -0 src/contrib/llvm/include/llvm/Target/TargetRegistry.h (new)
1.1 +95 -0 src/contrib/llvm/include/llvm/Target/TargetSchedule.td (new)
1.1 +118 -0 src/contrib/llvm/include/llvm/Target/TargetSelect.h (new)
1.1 +861 -0 src/contrib/llvm/include/llvm/Target/TargetSelectionDAG.td (new)
1.1 +101 -0 src/contrib/llvm/include/llvm/Target/TargetSelectionDAGInfo.h (new)
1.1 +67 -0 src/contrib/llvm/include/llvm/Target/TargetSubtarget.h (new)
1.1 +212 -0 src/contrib/llvm/include/llvm/Transforms/IPO.h (new)
1.1 +97 -0 src/contrib/llvm/include/llvm/Transforms/IPO/InlinerPass.h (new)
1.1 +30 -0 src/contrib/llvm/include/llvm/Transforms/Instrumentation.h (new)
1.1 +42 -0 src/contrib/llvm/include/llvm/Transforms/RSProfiling.h (new)
1.1 +343 -0 src/contrib/llvm/include/llvm/Transforms/Scalar.h (new)
1.1 +102 -0 src/contrib/llvm/include/llvm/Transforms/Utils/AddrModeMatcher.h (new)
1.1 +204 -0 src/contrib/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h (new)
1.1 +55 -0 src/contrib/llvm/include/llvm/Transforms/Utils/BasicInliner.h (new)
1.1 +120 -0 src/contrib/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h (new)
1.1 +205 -0 src/contrib/llvm/include/llvm/Transforms/Utils/Cloning.h (new)
1.1 +41 -0 src/contrib/llvm/include/llvm/Transforms/Utils/FunctionUtils.h (new)
1.1 +159 -0 src/contrib/llvm/include/llvm/Transforms/Utils/Local.h (new)
1.1 +46 -0 src/contrib/llvm/include/llvm/Transforms/Utils/PromoteMemToReg.h (new)
1.1 +106 -0 src/contrib/llvm/include/llvm/Transforms/Utils/SSAUpdater.h (new)
1.1 +469 -0 src/contrib/llvm/include/llvm/Transforms/Utils/SSAUpdaterImpl.h (new)
1.1 +93 -0 src/contrib/llvm/include/llvm/Transforms/Utils/SSI.h (new)
1.1 +49 -0 src/contrib/llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h (new)
1.1 +29 -0 src/contrib/llvm/include/llvm/Transforms/Utils/UnrollLoop.h (new)
1.1 +564 -0 src/contrib/llvm/include/llvm/Type.h (new)
1.1 +153 -0 src/contrib/llvm/include/llvm/TypeSymbolTable.h (new)
1.1 +238 -0 src/contrib/llvm/include/llvm/Use.h (new)
1.1 +204 -0 src/contrib/llvm/include/llvm/User.h (new)
1.1 +403 -0 src/contrib/llvm/include/llvm/Value.h (new)
1.1 +221 -0 src/contrib/llvm/include/llvm/ValueSymbolTable.h (new)
1.1 +249 -0 src/contrib/llvm/lib/Analysis/AliasAnalysis.cpp (new)
1.1 +168 -0 src/contrib/llvm/lib/Analysis/AliasAnalysisCounter.cpp (new)
1.1 +261 -0 src/contrib/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp (new)
1.1 +126 -0 src/contrib/llvm/lib/Analysis/AliasDebugger.cpp (new)
1.1 +604 -0 src/contrib/llvm/lib/Analysis/AliasSetTracker.cpp (new)
1.1 +43 -0 src/contrib/llvm/lib/Analysis/Analysis.cpp (new)
1.1 +758 -0 src/contrib/llvm/lib/Analysis/BasicAliasAnalysis.cpp (new)
1.1 +160 -0 src/contrib/llvm/lib/Analysis/CFGPrinter.cpp (new)
1.1 +49 -0 src/contrib/llvm/lib/Analysis/CMakeLists.txt (new)
1.1 +144 -0 src/contrib/llvm/lib/Analysis/CaptureTracking.cpp (new)
1.1 +1282 -0 src/contrib/llvm/lib/Analysis/ConstantFolding.cpp (new)
1.1 +105 -0 src/contrib/llvm/lib/Analysis/DbgInfoPrinter.cpp (new)
1.1 +1455 -0 src/contrib/llvm/lib/Analysis/DebugInfo.cpp (new)
1.1 +217 -0 src/contrib/llvm/lib/Analysis/DomPrinter.cpp (new)
1.1 +6 -0 src/contrib/llvm/lib/Analysis/IPA/CMakeLists.txt (new)
1.1 +323 -0 src/contrib/llvm/lib/Analysis/IPA/CallGraph.cpp (new)
1.1 +609 -0 src/contrib/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp (new)
1.1 +103 -0 src/contrib/llvm/lib/Analysis/IPA/FindUsedTypes.cpp (new)
1.1 +579 -0 src/contrib/llvm/lib/Analysis/IPA/GlobalsModRef.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/Analysis/IPA/Makefile (new)
1.1 +256 -0 src/contrib/llvm/lib/Analysis/IVUsers.cpp (new)
1.1 +469 -0 src/contrib/llvm/lib/Analysis/InlineCost.cpp (new)
1.1 +85 -0 src/contrib/llvm/lib/Analysis/InstCount.cpp (new)
1.1 +466 -0 src/contrib/llvm/lib/Analysis/InstructionSimplify.cpp (new)
1.1 +58 -0 src/contrib/llvm/lib/Analysis/Interval.cpp (new)
1.1 +114 -0 src/contrib/llvm/lib/Analysis/IntervalPartition.cpp (new)
1.1 +582 -0 src/contrib/llvm/lib/Analysis/LazyValueInfo.cpp (new)
1.1 +139 -0 src/contrib/llvm/lib/Analysis/LibCallAliasAnalysis.cpp (new)
1.1 +62 -0 src/contrib/llvm/lib/Analysis/LibCallSemantics.cpp (new)
1.1 +502 -0 src/contrib/llvm/lib/Analysis/Lint.cpp (new)
1.1 +193 -0 src/contrib/llvm/lib/Analysis/LiveValues.cpp (new)
1.1 +351 -0 src/contrib/llvm/lib/Analysis/LoopDependenceAnalysis.cpp (new)
1.1 +431 -0 src/contrib/llvm/lib/Analysis/LoopInfo.cpp (new)
1.1 +404 -0 src/contrib/llvm/lib/Analysis/LoopPass.cpp (new)
1.1 +16 -0 src/contrib/llvm/lib/Analysis/Makefile (new)
1.1 +207 -0 src/contrib/llvm/lib/Analysis/MemoryBuiltins.cpp (new)
1.1 +1252 -0 src/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp (new)
1.1 +86 -0 src/contrib/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp (new)
1.1 +429 -0 src/contrib/llvm/lib/Analysis/PHITransAddr.cpp (new)
1.1 +267 -0 src/contrib/llvm/lib/Analysis/PointerTracking.cpp (new)
1.1 +97 -0 src/contrib/llvm/lib/Analysis/PostDominators.cpp (new)
1.1 +423 -0 src/contrib/llvm/lib/Analysis/ProfileEstimatorPass.cpp (new)
1.1 +1107 -0 src/contrib/llvm/lib/Analysis/ProfileInfo.cpp (new)
1.1 +158 -0 src/contrib/llvm/lib/Analysis/ProfileInfoLoader.cpp (new)
1.1 +268 -0 src/contrib/llvm/lib/Analysis/ProfileInfoLoaderPass.cpp (new)
1.1 +377 -0 src/contrib/llvm/lib/Analysis/ProfileVerifierPass.cpp (new)
1.1 +30 -0 src/contrib/llvm/lib/Analysis/README.txt (new)
1.1 +5801 -0 src/contrib/llvm/lib/Analysis/ScalarEvolution.cpp (new)
1.1 +143 -0 src/contrib/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp (new)
1.1 +1353 -0 src/contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp (new)
1.1 +150 -0 src/contrib/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp (new)
1.1 +347 -0 src/contrib/llvm/lib/Analysis/SparsePropagation.cpp (new)
1.1 +51 -0 src/contrib/llvm/lib/Analysis/Trace.cpp (new)
1.1 +1568 -0 src/contrib/llvm/lib/Analysis/ValueTracking.cpp (new)
1.1 +255 -0 src/contrib/llvm/lib/Archive/Archive.cpp (new)
1.1 +89 -0 src/contrib/llvm/lib/Archive/ArchiveInternals.h (new)
1.1 +630 -0 src/contrib/llvm/lib/Archive/ArchiveReader.cpp (new)
1.1 +480 -0 src/contrib/llvm/lib/Archive/ArchiveWriter.cpp (new)
1.1 +5 -0 src/contrib/llvm/lib/Archive/CMakeLists.txt (new)
1.1 +17 -0 src/contrib/llvm/lib/Archive/Makefile (new)
1.1 +6 -0 src/contrib/llvm/lib/AsmParser/CMakeLists.txt (new)
1.1 +866 -0 src/contrib/llvm/lib/AsmParser/LLLexer.cpp (new)
1.1 +90 -0 src/contrib/llvm/lib/AsmParser/LLLexer.h (new)
1.1 +3994 -0 src/contrib/llvm/lib/AsmParser/LLParser.cpp (new)
1.1 +369 -0 src/contrib/llvm/lib/AsmParser/LLParser.h (new)
1.1 +145 -0 src/contrib/llvm/lib/AsmParser/LLToken.h (new)
1.1 +14 -0 src/contrib/llvm/lib/AsmParser/Makefile (new)
1.1 +63 -0 src/contrib/llvm/lib/AsmParser/Parser.cpp (new)
1.1 +14 -0 src/contrib/llvm/lib/Bitcode/Makefile (new)
1.1 +88 -0 src/contrib/llvm/lib/Bitcode/Reader/BitReader.cpp (new)
1.1 +2496 -0 src/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.cpp (new)
1.1 +267 -0 src/contrib/llvm/lib/Bitcode/Reader/BitcodeReader.h (new)
1.1 +4 -0 src/contrib/llvm/lib/Bitcode/Reader/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Bitcode/Reader/Makefile (new)
1.1 +40 -0 src/contrib/llvm/lib/Bitcode/Writer/BitWriter.cpp (new)
1.1 +1697 -0 src/contrib/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp (new)
1.1 +41 -0 src/contrib/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp (new)
1.1 +6 -0 src/contrib/llvm/lib/Bitcode/Writer/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Bitcode/Writer/Makefile (new)
1.1 +467 -0 src/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp (new)
1.1 +144 -0 src/contrib/llvm/lib/Bitcode/Writer/ValueEnumerator.h (new)
1.1 +937 -0 src/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp (new)
1.1 +183 -0 src/contrib/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h (new)
1.1 +285 -0 src/contrib/llvm/lib/CodeGen/Analysis.cpp (new)
1.1 +59 -0 src/contrib/llvm/lib/CodeGen/AntiDepBreaker.h (new)
1.1 +1863 -0 src/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp (new)
1.1 +279 -0 src/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp (new)
1.1 +384 -0 src/contrib/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp (new)
1.1 +11 -0 src/contrib/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt (new)
1.1 +366 -0 src/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.cpp (new)
1.1 +434 -0 src/contrib/llvm/lib/CodeGen/AsmPrinter/DIE.h (new)
1.1 +3629 -0 src/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (new)
1.1 +639 -0 src/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h (new)
1.1 +960 -0 src/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp (new)
1.1 +191 -0 src/contrib/llvm/lib/CodeGen/AsmPrinter/DwarfException.h (new)
1.1 +13 -0 src/contrib/llvm/lib/CodeGen/AsmPrinter/Makefile (new)
1.1 +165 -0 src/contrib/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp (new)
1.1 +1335 -0 src/contrib/llvm/lib/CodeGen/BranchFolding.cpp (new)
1.1 +115 -0 src/contrib/llvm/lib/CodeGen/BranchFolding.h (new)
1.1 +81 -0 src/contrib/llvm/lib/CodeGen/CMakeLists.txt (new)
1.1 +148 -0 src/contrib/llvm/lib/CodeGen/CalcSpillWeights.cpp (new)
1.1 +421 -0 src/contrib/llvm/lib/CodeGen/CodePlacementOpt.cpp (new)
1.1 +552 -0 src/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp (new)
1.1 +98 -0 src/contrib/llvm/lib/CodeGen/CriticalAntiDepBreaker.h (new)
1.1 +187 -0 src/contrib/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp (new)
1.1 +738 -0 src/contrib/llvm/lib/CodeGen/DwarfEHPrepare.cpp (new)
1.1 +317 -0 src/contrib/llvm/lib/CodeGen/ELF.h (new)
1.1 +205 -0 src/contrib/llvm/lib/CodeGen/ELFCodeEmitter.cpp (new)
1.1 +78 -0 src/contrib/llvm/lib/CodeGen/ELFCodeEmitter.h (new)
1.1 +1090 -0 src/contrib/llvm/lib/CodeGen/ELFWriter.cpp (new)
1.1 +250 -0 src/contrib/llvm/lib/CodeGen/ELFWriter.h (new)
1.1 +180 -0 src/contrib/llvm/lib/CodeGen/ExactHazardRecognizer.cpp (new)
1.1 +86 -0 src/contrib/llvm/lib/CodeGen/ExactHazardRecognizer.h (new)
1.1 +212 -0 src/contrib/llvm/lib/CodeGen/GCMetadata.cpp (new)
1.1 +27 -0 src/contrib/llvm/lib/CodeGen/GCMetadataPrinter.cpp (new)
1.1 +397 -0 src/contrib/llvm/lib/CodeGen/GCStrategy.cpp (new)
1.1 +1254 -0 src/contrib/llvm/lib/CodeGen/IfConversion.cpp (new)
1.1 +534 -0 src/contrib/llvm/lib/CodeGen/IntrinsicLowering.cpp (new)
1.1 +425 -0 src/contrib/llvm/lib/CodeGen/LLVMTargetMachine.cpp (new)
1.1 +138 -0 src/contrib/llvm/lib/CodeGen/LatencyPriorityQueue.cpp (new)
1.1 +873 -0 src/contrib/llvm/lib/CodeGen/LiveInterval.cpp (new)
1.1 +2195 -0 src/contrib/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp (new)
1.1 +63 -0 src/contrib/llvm/lib/CodeGen/LiveStackAnalysis.cpp (new)
1.1 +793 -0 src/contrib/llvm/lib/CodeGen/LiveVariables.cpp (new)
1.1 +332 -0 src/contrib/llvm/lib/CodeGen/LowerSubregs.cpp (new)
1.1 +522 -0 src/contrib/llvm/lib/CodeGen/MachineBasicBlock.cpp (new)
1.1 +505 -0 src/contrib/llvm/lib/CodeGen/MachineCSE.cpp (new)
1.1 +59 -0 src/contrib/llvm/lib/CodeGen/MachineDominators.cpp (new)
1.1 +734 -0 src/contrib/llvm/lib/CodeGen/MachineFunction.cpp (new)
1.1 +62 -0 src/contrib/llvm/lib/CodeGen/MachineFunctionAnalysis.cpp (new)
1.1 +56 -0 src/contrib/llvm/lib/CodeGen/MachineFunctionPass.cpp (new)
1.1 +60 -0 src/contrib/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp (new)
1.1 +1467 -0 src/contrib/llvm/lib/CodeGen/MachineInstr.cpp (new)
1.1 +810 -0 src/contrib/llvm/lib/CodeGen/MachineLICM.cpp (new)
1.1 +80 -0 src/contrib/llvm/lib/CodeGen/MachineLoopInfo.cpp (new)
1.1 +565 -0 src/contrib/llvm/lib/CodeGen/MachineModuleInfo.cpp (new)
1.1 +45 -0 src/contrib/llvm/lib/CodeGen/MachineModuleInfoImpls.cpp (new)
1.1 +41 -0 src/contrib/llvm/lib/CodeGen/MachinePassRegistry.cpp (new)
1.1 +302 -0 src/contrib/llvm/lib/CodeGen/MachineRegisterInfo.cpp (new)
1.1 +372 -0 src/contrib/llvm/lib/CodeGen/MachineSSAUpdater.cpp (new)
1.1 +323 -0 src/contrib/llvm/lib/CodeGen/MachineSink.cpp (new)
1.1 +888 -0 src/contrib/llvm/lib/CodeGen/MachineVerifier.cpp (new)
1.1 +22 -0 src/contrib/llvm/lib/CodeGen/Makefile (new)
1.1 +141 -0 src/contrib/llvm/lib/CodeGen/ObjectCodeEmitter.cpp (new)
1.1 +37 -0 src/contrib/llvm/lib/CodeGen/OcamlGC.cpp (new)
1.1 +200 -0 src/contrib/llvm/lib/CodeGen/OptimizeExts.cpp (new)
1.1 +189 -0 src/contrib/llvm/lib/CodeGen/OptimizePHIs.cpp (new)
1.1 +425 -0 src/contrib/llvm/lib/CodeGen/PBQP/Graph.h (new)
1.1 +242 -0 src/contrib/llvm/lib/CodeGen/PBQP/HeuristicBase.h (new)
1.1 +607 -0 src/contrib/llvm/lib/CodeGen/PBQP/HeuristicSolver.h (new)
1.1 +465 -0 src/contrib/llvm/lib/CodeGen/PBQP/Heuristics/Briggs.h (new)
1.1 +288 -0 src/contrib/llvm/lib/CodeGen/PBQP/Math.h (new)
1.1 +58 -0 src/contrib/llvm/lib/CodeGen/PBQP/Solution.h (new)
1.1 +447 -0 src/contrib/llvm/lib/CodeGen/PHIElimination.cpp (new)
1.1 +113 -0 src/contrib/llvm/lib/CodeGen/PHIElimination.h (new)
1.1 +54 -0 src/contrib/llvm/lib/CodeGen/Passes.cpp (new)
1.1 +728 -0 src/contrib/llvm/lib/CodeGen/PostRASchedulerList.cpp (new)
1.1 +1467 -0 src/contrib/llvm/lib/CodeGen/PreAllocSplitting.cpp (new)
1.1 +276 -0 src/contrib/llvm/lib/CodeGen/ProcessImplicitDefs.cpp (new)
1.1 +913 -0 src/contrib/llvm/lib/CodeGen/PrologEpilogInserter.cpp (new)
1.1 +182 -0 src/contrib/llvm/lib/CodeGen/PrologEpilogInserter.h (new)
1.1 +134 -0 src/contrib/llvm/lib/CodeGen/PseudoSourceValue.cpp (new)
1.1 +199 -0 src/contrib/llvm/lib/CodeGen/README.txt (new)
1.1 +846 -0 src/contrib/llvm/lib/CodeGen/RegAllocFast.cpp (new)
1.1 +1508 -0 src/contrib/llvm/lib/CodeGen/RegAllocLinearScan.cpp (new)
1.1 +1254 -0 src/contrib/llvm/lib/CodeGen/RegAllocLocal.cpp (new)
1.1 +914 -0 src/contrib/llvm/lib/CodeGen/RegAllocPBQP.cpp (new)
1.1 +41 -0 src/contrib/llvm/lib/CodeGen/RegisterCoalescer.cpp (new)
1.1 +363 -0 src/contrib/llvm/lib/CodeGen/RegisterScavenging.cpp (new)
1.1 +587 -0 src/contrib/llvm/lib/CodeGen/ScheduleDAG.cpp (new)
1.1 +73 -0 src/contrib/llvm/lib/CodeGen/ScheduleDAGEmit.cpp (new)
1.1 +619 -0 src/contrib/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp (new)
1.1 +194 -0 src/contrib/llvm/lib/CodeGen/ScheduleDAGInstrs.h (new)
1.1 +98 -0 src/contrib/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp (new)
1.1 +26 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt (new)
1.1 +179 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp (new)
1.1 +7134 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp (new)
1.1 +1217 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp (new)
1.1 +272 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp (new)
1.1 +144 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h (new)
1.1 +869 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp (new)
1.1 +142 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h (new)
1.1 +3199 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp (new)
1.1 +1423 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp (new)
1.1 +2398 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp (new)
1.1 +1110 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp (new)
1.1 +740 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h (new)
1.1 +480 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp (new)
1.1 +290 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp (new)
1.1 +2472 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp (new)
1.1 +13 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/Makefile (new)
1.1 +114 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h (new)
1.1 +54 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/SDNodeOrdering.h (new)
1.1 +604 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp (new)
1.1 +268 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp (new)
1.1 +1671 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp (new)
1.1 +640 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp (new)
1.1 +119 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h (new)
1.1 +6484 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp (new)
1.1 +6144 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp (new)
1.1 +508 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h (new)
1.1 +2658 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp (new)
1.1 +301 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp (new)
1.1 +2737 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp (new)
1.1 +23 -0 src/contrib/llvm/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp (new)
1.1 +449 -0 src/contrib/llvm/lib/CodeGen/ShadowStackGC.cpp (new)
1.1 +1152 -0 src/contrib/llvm/lib/CodeGen/ShrinkWrapping.cpp (new)
1.1 +89 -0 src/contrib/llvm/lib/CodeGen/SimpleHazardRecognizer.h (new)
1.1 +2865 -0 src/contrib/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp (new)
1.1 +249 -0 src/contrib/llvm/lib/CodeGen/SimpleRegisterCoalescing.h (new)
1.1 +524 -0 src/contrib/llvm/lib/CodeGen/SjLjEHPrepare.cpp (new)
1.1 +226 -0 src/contrib/llvm/lib/CodeGen/SlotIndexes.cpp (new)
1.1 +542 -0 src/contrib/llvm/lib/CodeGen/Spiller.cpp (new)
1.1 +49 -0 src/contrib/llvm/lib/CodeGen/Spiller.h (new)
1.1 +232 -0 src/contrib/llvm/lib/CodeGen/StackProtector.cpp (new)
1.1 +759 -0 src/contrib/llvm/lib/CodeGen/StackSlotColoring.cpp (new)
1.1 +1050 -0 src/contrib/llvm/lib/CodeGen/StrongPHIElimination.cpp (new)
1.1 +654 -0 src/contrib/llvm/lib/CodeGen/TailDuplication.cpp (new)
1.1 +326 -0 src/contrib/llvm/lib/CodeGen/TargetInstrInfoImpl.cpp (new)
1.1 +1009 -0 src/contrib/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp (new)
1.1 +1337 -0 src/contrib/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp (new)
1.1 +206 -0 src/contrib/llvm/lib/CodeGen/UnreachableBlockElim.cpp (new)
1.1 +284 -0 src/contrib/llvm/lib/CodeGen/VirtRegMap.cpp (new)
1.1 +495 -0 src/contrib/llvm/lib/CodeGen/VirtRegMap.h (new)
1.1 +2565 -0 src/contrib/llvm/lib/CodeGen/VirtRegRewriter.cpp (new)
1.1 +32 -0 src/contrib/llvm/lib/CodeGen/VirtRegRewriter.h (new)
1.1 +125 -0 src/contrib/llvm/lib/CompilerDriver/Action.cpp (new)
1.1 +59 -0 src/contrib/llvm/lib/CompilerDriver/BuiltinOptions.cpp (new)
1.1 +10 -0 src/contrib/llvm/lib/CompilerDriver/CMakeLists.txt (new)
1.1 +536 -0 src/contrib/llvm/lib/CompilerDriver/CompilationGraph.cpp (new)
1.1 +156 -0 src/contrib/llvm/lib/CompilerDriver/Main.cpp (new)
1.1 +48 -0 src/contrib/llvm/lib/CompilerDriver/Makefile (new)
1.1 +78 -0 src/contrib/llvm/lib/CompilerDriver/Plugin.cpp (new)
1.1 +94 -0 src/contrib/llvm/lib/CompilerDriver/Tool.cpp (new)
1.1 +4 -0 src/contrib/llvm/lib/ExecutionEngine/CMakeLists.txt (new)
1.1 +1130 -0 src/contrib/llvm/lib/ExecutionEngine/ExecutionEngine.cpp (new)
1.1 +250 -0 src/contrib/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp (new)
1.1 +5 -0 src/contrib/llvm/lib/ExecutionEngine/Interpreter/CMakeLists.txt (new)
1.1 +1352 -0 src/contrib/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp (new)
1.1 +492 -0 src/contrib/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp (new)
1.1 +98 -0 src/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp (new)
1.1 +242 -0 src/contrib/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h (new)
1.1 +13 -0 src/contrib/llvm/lib/ExecutionEngine/Interpreter/Makefile (new)
1.1 +13 -0 src/contrib/llvm/lib/ExecutionEngine/JIT/CMakeLists.txt (new)
1.1 +149 -0 src/contrib/llvm/lib/ExecutionEngine/JIT/Intercept.cpp (new)
1.1 +794 -0 src/contrib/llvm/lib/ExecutionEngine/JIT/JIT.cpp (new)
1.1 +215 -0 src/contrib/llvm/lib/ExecutionEngine/JIT/JIT.h (new)
1.1 +212 -0 src/contrib/llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp (new)
1.1 +116 -0 src/contrib/llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.h (new)
1.1 +1037 -0 src/contrib/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp (new)
1.1 +87 -0 src/contrib/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.h (new)
1.1 +1597 -0 src/contrib/llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp (new)
1.1 +727 -0 src/contrib/llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp (new)
1.1 +38 -0 src/contrib/llvm/lib/ExecutionEngine/JIT/Makefile (new)
1.1 +192 -0 src/contrib/llvm/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp (new)
1.1 +91 -0 src/contrib/llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp (new)
1.1 +13 -0 src/contrib/llvm/lib/ExecutionEngine/Makefile (new)
1.1 +6 -0 src/contrib/llvm/lib/Linker/CMakeLists.txt (new)
1.1 +198 -0 src/contrib/llvm/lib/Linker/LinkArchives.cpp (new)
1.1 +241 -0 src/contrib/llvm/lib/Linker/LinkItems.cpp (new)
1.1 +1383 -0 src/contrib/llvm/lib/Linker/LinkModules.cpp (new)
1.1 +172 -0 src/contrib/llvm/lib/Linker/Linker.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/Linker/Makefile (new)
1.1 +27 -0 src/contrib/llvm/lib/MC/CMakeLists.txt (new)
1.1 +102 -0 src/contrib/llvm/lib/MC/MCAsmInfo.cpp (new)
1.1 +37 -0 src/contrib/llvm/lib/MC/MCAsmInfoCOFF.cpp (new)
1.1 +48 -0 src/contrib/llvm/lib/MC/MCAsmInfoDarwin.cpp (new)
1.1 +706 -0 src/contrib/llvm/lib/MC/MCAsmStreamer.cpp (new)
1.1 +1031 -0 src/contrib/llvm/lib/MC/MCAssembler.cpp (new)
1.1 +30 -0 src/contrib/llvm/lib/MC/MCCodeEmitter.cpp (new)
1.1 +176 -0 src/contrib/llvm/lib/MC/MCContext.cpp (new)
1.1 +14 -0 src/contrib/llvm/lib/MC/MCDisassembler.cpp (new)
1.1 +382 -0 src/contrib/llvm/lib/MC/MCExpr.cpp (new)
1.1 +66 -0 src/contrib/llvm/lib/MC/MCInst.cpp (new)
1.1 +21 -0 src/contrib/llvm/lib/MC/MCInstPrinter.cpp (new)
1.1 +21 -0 src/contrib/llvm/lib/MC/MCLabel.cpp (new)
1.1 +208 -0 src/contrib/llvm/lib/MC/MCLoggingStreamer.cpp (new)
1.1 +498 -0 src/contrib/llvm/lib/MC/MCMachOStreamer.cpp (new)
1.1 +88 -0 src/contrib/llvm/lib/MC/MCNullStreamer.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/MC/MCObjectWriter.cpp (new)
1.1 +333 -0 src/contrib/llvm/lib/MC/MCParser/AsmLexer.cpp (new)
1.1 +1928 -0 src/contrib/llvm/lib/MC/MCParser/AsmParser.cpp (new)
1.1 +7 -0 src/contrib/llvm/lib/MC/MCParser/CMakeLists.txt (new)
1.1 +23 -0 src/contrib/llvm/lib/MC/MCParser/MCAsmLexer.cpp (new)
1.1 +35 -0 src/contrib/llvm/lib/MC/MCParser/MCAsmParser.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/MC/MCParser/Makefile (new)
1.1 +19 -0 src/contrib/llvm/lib/MC/MCParser/TargetAsmParser.cpp (new)
1.1 +22 -0 src/contrib/llvm/lib/MC/MCSection.cpp (new)
1.1 +76 -0 src/contrib/llvm/lib/MC/MCSectionCOFF.cpp (new)
1.1 +135 -0 src/contrib/llvm/lib/MC/MCSectionELF.cpp (new)
1.1 +286 -0 src/contrib/llvm/lib/MC/MCSectionMachO.cpp (new)
1.1 +64 -0 src/contrib/llvm/lib/MC/MCStreamer.cpp (new)
1.1 +67 -0 src/contrib/llvm/lib/MC/MCSymbol.cpp (new)
1.1 +36 -0 src/contrib/llvm/lib/MC/MCValue.cpp (new)
1.1 +1180 -0 src/contrib/llvm/lib/MC/MachObjectWriter.cpp (new)
1.1 +16 -0 src/contrib/llvm/lib/MC/Makefile (new)
1.1 +22 -0 src/contrib/llvm/lib/MC/TargetAsmBackend.cpp (new)
1.1 +17 -0 src/contrib/llvm/lib/Makefile (new)
1.1 +3563 -0 src/contrib/llvm/lib/Support/APFloat.cpp (new)
1.1 +2857 -0 src/contrib/llvm/lib/Support/APInt.cpp (new)
1.1 +23 -0 src/contrib/llvm/lib/Support/APSInt.cpp (new)
1.1 +174 -0 src/contrib/llvm/lib/Support/Allocator.cpp (new)
1.1 +48 -0 src/contrib/llvm/lib/Support/CMakeLists.txt (new)
1.1 +54 -0 src/contrib/llvm/lib/Support/COPYRIGHT.regex (new)
1.1 +1239 -0 src/contrib/llvm/lib/Support/CommandLine.cpp (new)
1.1 +672 -0 src/contrib/llvm/lib/Support/ConstantRange.cpp (new)
1.1 +134 -0 src/contrib/llvm/lib/Support/Debug.cpp (new)
1.1 +114 -0 src/contrib/llvm/lib/Support/DeltaAlgorithm.cpp (new)
1.1 +561 -0 src/contrib/llvm/lib/Support/Dwarf.cpp (new)
1.1 +77 -0 src/contrib/llvm/lib/Support/ErrorHandling.cpp (new)
1.1 +263 -0 src/contrib/llvm/lib/Support/FileUtilities.cpp (new)
1.1 +381 -0 src/contrib/llvm/lib/Support/FoldingSet.cpp (new)
1.1 +100 -0 src/contrib/llvm/lib/Support/FormattedStream.cpp (new)
1.1 +176 -0 src/contrib/llvm/lib/Support/GraphWriter.cpp (new)
1.1 +49 -0 src/contrib/llvm/lib/Support/IsInf.cpp (new)
1.1 +33 -0 src/contrib/llvm/lib/Support/IsNAN.cpp (new)
1.1 +17 -0 src/contrib/llvm/lib/Support/Makefile (new)
1.1 +75 -0 src/contrib/llvm/lib/Support/ManagedStatic.cpp (new)
1.1 +287 -0 src/contrib/llvm/lib/Support/MemoryBuffer.cpp (new)
1.1 +34 -0 src/contrib/llvm/lib/Support/MemoryObject.cpp (new)
1.1 +47 -0 src/contrib/llvm/lib/Support/PluginLoader.cpp (new)
1.1 +114 -0 src/contrib/llvm/lib/Support/PrettyStackTrace.cpp (new)
1.1 +168 -0 src/contrib/llvm/lib/Support/Regex.cpp (new)
1.1 +67 -0 src/contrib/llvm/lib/Support/SlowOperationInformer.cpp (new)
1.1 +223 -0 src/contrib/llvm/lib/Support/SmallPtrSet.cpp (new)
1.1 +37 -0 src/contrib/llvm/lib/Support/SmallVector.cpp (new)
1.1 +229 -0 src/contrib/llvm/lib/Support/SourceMgr.cpp (new)
1.1 +148 -0 src/contrib/llvm/lib/Support/Statistic.cpp (new)
1.1 +81 -0 src/contrib/llvm/lib/Support/StringExtras.cpp (new)
1.1 +215 -0 src/contrib/llvm/lib/Support/StringMap.cpp (new)
1.1 +35 -0 src/contrib/llvm/lib/Support/StringPool.cpp (new)
1.1 +383 -0 src/contrib/llvm/lib/Support/StringRef.cpp (new)
1.1 +55 -0 src/contrib/llvm/lib/Support/SystemUtils.cpp (new)
1.1 +92 -0 src/contrib/llvm/lib/Support/TargetRegistry.cpp (new)
1.1 +391 -0 src/contrib/llvm/lib/Support/Timer.cpp (new)
1.1 +474 -0 src/contrib/llvm/lib/Support/Triple.cpp (new)
1.1 +140 -0 src/contrib/llvm/lib/Support/Twine.cpp (new)
1.1 +45 -0 src/contrib/llvm/lib/Support/circular_raw_ostream.cpp (new)
1.1 +30 -0 src/contrib/llvm/lib/Support/raw_os_ostream.cpp (new)
1.1 +667 -0 src/contrib/llvm/lib/Support/raw_ostream.cpp (new)
1.1 +70 -0 src/contrib/llvm/lib/Support/regcclass.h (new)
1.1 +139 -0 src/contrib/llvm/lib/Support/regcname.h (new)
1.1 +1525 -0 src/contrib/llvm/lib/Support/regcomp.c (new)
1.1 +1034 -0 src/contrib/llvm/lib/Support/regengine.inc (new)
1.1 +135 -0 src/contrib/llvm/lib/Support/regerror.c (new)
1.1 +157 -0 src/contrib/llvm/lib/Support/regex2.h (new)
1.1 +108 -0 src/contrib/llvm/lib/Support/regex_impl.h (new)
1.1 +161 -0 src/contrib/llvm/lib/Support/regexec.c (new)
1.1 +72 -0 src/contrib/llvm/lib/Support/regfree.c (new)
1.1 +52 -0 src/contrib/llvm/lib/Support/regstrlcpy.c (new)
1.1 +53 -0 src/contrib/llvm/lib/Support/regutils.h (new)
1.1 +33 -0 src/contrib/llvm/lib/System/Alarm.cpp (new)
1.1 +112 -0 src/contrib/llvm/lib/System/Atomic.cpp (new)
1.1 +48 -0 src/contrib/llvm/lib/System/CMakeLists.txt (new)
1.1 +79 -0 src/contrib/llvm/lib/System/Disassembler.cpp (new)
1.1 +155 -0 src/contrib/llvm/lib/System/DynamicLibrary.cpp (new)
1.1 +74 -0 src/contrib/llvm/lib/System/Errno.cpp (new)
1.1 +305 -0 src/contrib/llvm/lib/System/Host.cpp (new)
1.1 +20 -0 src/contrib/llvm/lib/System/IncludeFile.cpp (new)
1.1 +25 -0 src/contrib/llvm/lib/System/Makefile (new)
1.1 +74 -0 src/contrib/llvm/lib/System/Memory.cpp (new)
1.1 +157 -0 src/contrib/llvm/lib/System/Mutex.cpp (new)
1.1 +267 -0 src/contrib/llvm/lib/System/Path.cpp (new)
1.1 +33 -0 src/contrib/llvm/lib/System/Process.cpp (new)
1.1 +56 -0 src/contrib/llvm/lib/System/Program.cpp (new)
1.1 +43 -0 src/contrib/llvm/lib/System/README.txt (new)
1.1 +171 -0 src/contrib/llvm/lib/System/RWMutex.cpp (new)
1.1 +64 -0 src/contrib/llvm/lib/System/SearchForAddressOfSpecialSymbol.cpp (new)
1.1 +34 -0 src/contrib/llvm/lib/System/Signals.cpp (new)
1.1 +80 -0 src/contrib/llvm/lib/System/ThreadLocal.cpp (new)
1.1 +64 -0 src/contrib/llvm/lib/System/Threading.cpp (new)
1.1 +58 -0 src/contrib/llvm/lib/System/TimeValue.cpp (new)
1.1 +72 -0 src/contrib/llvm/lib/System/Unix/Alarm.inc (new)
1.1 +96 -0 src/contrib/llvm/lib/System/Unix/Host.inc (new)
1.1 +151 -0 src/contrib/llvm/lib/System/Unix/Memory.inc (new)
1.1 +43 -0 src/contrib/llvm/lib/System/Unix/Mutex.inc (new)
1.1 +920 -0 src/contrib/llvm/lib/System/Unix/Path.inc (new)
1.1 +295 -0 src/contrib/llvm/lib/System/Unix/Process.inc (new)
1.1 +405 -0 src/contrib/llvm/lib/System/Unix/Program.inc (new)
1.1 +16 -0 src/contrib/llvm/lib/System/Unix/README.txt (new)
1.1 +43 -0 src/contrib/llvm/lib/System/Unix/RWMutex.inc (new)
1.1 +248 -0 src/contrib/llvm/lib/System/Unix/Signals.inc (new)
1.1 +25 -0 src/contrib/llvm/lib/System/Unix/ThreadLocal.inc (new)
1.1 +56 -0 src/contrib/llvm/lib/System/Unix/TimeValue.inc (new)
1.1 +87 -0 src/contrib/llvm/lib/System/Unix/Unix.h (new)
1.1 +54 -0 src/contrib/llvm/lib/System/Valgrind.cpp (new)
1.1 +43 -0 src/contrib/llvm/lib/System/Win32/Alarm.inc (new)
1.1 +200 -0 src/contrib/llvm/lib/System/Win32/DynamicLibrary.inc (new)
1.1 +23 -0 src/contrib/llvm/lib/System/Win32/Host.inc (new)
1.1 +73 -0 src/contrib/llvm/lib/System/Win32/Memory.inc (new)
1.1 +58 -0 src/contrib/llvm/lib/System/Win32/Mutex.inc (new)
1.1 +874 -0 src/contrib/llvm/lib/System/Win32/Path.inc (new)
1.1 +221 -0 src/contrib/llvm/lib/System/Win32/Process.inc (new)
1.1 +409 -0 src/contrib/llvm/lib/System/Win32/Program.inc (new)
1.1 +58 -0 src/contrib/llvm/lib/System/Win32/RWMutex.inc (new)
1.1 +318 -0 src/contrib/llvm/lib/System/Win32/Signals.inc (new)
1.1 +49 -0 src/contrib/llvm/lib/System/Win32/ThreadLocal.inc (new)
1.1 +51 -0 src/contrib/llvm/lib/System/Win32/TimeValue.inc (new)
1.1 +57 -0 src/contrib/llvm/lib/System/Win32/Win32.h (new)
1.1 +125 -0 src/contrib/llvm/lib/Target/ARM/ARM.h (new)
1.1 +161 -0 src/contrib/llvm/lib/Target/ARM/ARM.td (new)
1.1 +528 -0 src/contrib/llvm/lib/Target/ARM/ARMAddressingModes.h (new)
1.1 +1472 -0 src/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp (new)
1.1 +390 -0 src/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.h (new)
1.1 +1703 -0 src/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp (new)
1.1 +173 -0 src/contrib/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h (new)
1.1 +64 -0 src/contrib/llvm/lib/Target/ARM/ARMBuildAttrs.h (new)
1.1 +132 -0 src/contrib/llvm/lib/Target/ARM/ARMCallingConv.td (new)
1.1 +1542 -0 src/contrib/llvm/lib/Target/ARM/ARMCodeEmitter.cpp (new)
1.1 +1821 -0 src/contrib/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp (new)
1.1 +122 -0 src/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.cpp (new)
1.1 +100 -0 src/contrib/llvm/lib/Target/ARM/ARMConstantPoolValue.h (new)
1.1 +180 -0 src/contrib/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp (new)
1.1 +32 -0 src/contrib/llvm/lib/Target/ARM/ARMFrameInfo.h (new)
1.1 +2375 -0 src/contrib/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp (new)
1.1 +4886 -0 src/contrib/llvm/lib/Target/ARM/ARMISelLowering.cpp (new)
1.1 +354 -0 src/contrib/llvm/lib/Target/ARM/ARMISelLowering.h (new)
1.1 +1686 -0 src/contrib/llvm/lib/Target/ARM/ARMInstrFormats.td (new)
1.1 +86 -0 src/contrib/llvm/lib/Target/ARM/ARMInstrInfo.cpp (new)
1.1 +49 -0 src/contrib/llvm/lib/Target/ARM/ARMInstrInfo.h (new)
1.1 +2938 -0 src/contrib/llvm/lib/Target/ARM/ARMInstrInfo.td (new)
1.1 +3545 -0 src/contrib/llvm/lib/Target/ARM/ARMInstrNEON.td (new)
1.1 +1043 -0 src/contrib/llvm/lib/Target/ARM/ARMInstrThumb.td (new)
1.1 +2747 -0 src/contrib/llvm/lib/Target/ARM/ARMInstrThumb2.td (new)
1.1 +707 -0 src/contrib/llvm/lib/Target/ARM/ARMInstrVFP.td (new)
1.1 +335 -0 src/contrib/llvm/lib/Target/ARM/ARMJITInfo.cpp (new)
1.1 +182 -0 src/contrib/llvm/lib/Target/ARM/ARMJITInfo.h (new)
1.1 +1658 -0 src/contrib/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp (new)
1.1 +68 -0 src/contrib/llvm/lib/Target/ARM/ARMMCAsmInfo.cpp (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/ARM/ARMMCAsmInfo.h (new)
1.1 +235 -0 src/contrib/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h (new)
1.1 +6586 -0 src/contrib/llvm/lib/Target/ARM/ARMPerfectShuffle.h (new)
1.1 +41 -0 src/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.cpp (new)
1.1 +33 -0 src/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.h (new)
1.1 +482 -0 src/contrib/llvm/lib/Target/ARM/ARMRegisterInfo.td (new)
1.1 +62 -0 src/contrib/llvm/lib/Target/ARM/ARMRelocations.h (new)
1.1 +159 -0 src/contrib/llvm/lib/Target/ARM/ARMSchedule.td (new)
1.1 +618 -0 src/contrib/llvm/lib/Target/ARM/ARMScheduleA8.td (new)
1.1 +749 -0 src/contrib/llvm/lib/Target/ARM/ARMScheduleA9.td (new)
1.1 +204 -0 src/contrib/llvm/lib/Target/ARM/ARMScheduleV6.td (new)
1.1 +134 -0 src/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp (new)
1.1 +44 -0 src/contrib/llvm/lib/Target/ARM/ARMSelectionDAGInfo.h (new)
1.1 +180 -0 src/contrib/llvm/lib/Target/ARM/ARMSubtarget.cpp (new)
1.1 +176 -0 src/contrib/llvm/lib/Target/ARM/ARMSubtarget.h (new)
1.1 +148 -0 src/contrib/llvm/lib/Target/ARM/ARMTargetMachine.cpp (new)
1.1 +124 -0 src/contrib/llvm/lib/Target/ARM/ARMTargetMachine.h (new)
1.1 +39 -0 src/contrib/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp (new)
1.1 +29 -0 src/contrib/llvm/lib/Target/ARM/ARMTargetObjectFile.h (new)
1.1 +140 -0 src/contrib/llvm/lib/Target/ARM/AsmParser/ARMAsmLexer.cpp (new)
1.1 +822 -0 src/contrib/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/ARM/AsmParser/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/ARM/AsmParser/Makefile (new)
1.1 +1455 -0 src/contrib/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp (new)
1.1 +800 -0 src/contrib/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp (new)
1.1 +119 -0 src/contrib/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h (new)
1.1 +162 -0 src/contrib/llvm/lib/Target/ARM/AsmPrinter/ARMMCInstLower.cpp (new)
1.1 +56 -0 src/contrib/llvm/lib/Target/ARM/AsmPrinter/ARMMCInstLower.h (new)
1.1 +8 -0 src/contrib/llvm/lib/Target/ARM/AsmPrinter/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/ARM/AsmPrinter/Makefile (new)
1.1 +43 -0 src/contrib/llvm/lib/Target/ARM/CMakeLists.txt (new)
1.1 +578 -0 src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp (new)
1.1 +99 -0 src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.h (new)
1.1 +3350 -0 src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp (new)
1.1 +262 -0 src/contrib/llvm/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h (new)
1.1 +16 -0 src/contrib/llvm/lib/Target/ARM/Disassembler/Makefile (new)
1.1 +2248 -0 src/contrib/llvm/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h (new)
1.1 +24 -0 src/contrib/llvm/lib/Target/ARM/Makefile (new)
1.1 +141 -0 src/contrib/llvm/lib/Target/ARM/NEONMoveFix.cpp (new)
1.1 +530 -0 src/contrib/llvm/lib/Target/ARM/NEONPreAllocPass.cpp (new)
1.1 +248 -0 src/contrib/llvm/lib/Target/ARM/README-Thumb.txt (new)
1.1 +6 -0 src/contrib/llvm/lib/Target/ARM/README-Thumb2.txt (new)
1.1 +592 -0 src/contrib/llvm/lib/Target/ARM/README.txt (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/ARM/TargetInfo/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/ARM/TargetInfo/Makefile (new)
1.1 +266 -0 src/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp (new)
1.1 +84 -0 src/contrib/llvm/lib/Target/ARM/Thumb1InstrInfo.h (new)
1.1 +885 -0 src/contrib/llvm/lib/Target/ARM/Thumb1RegisterInfo.cpp (new)
1.1 +70 -0 src/contrib/llvm/lib/Target/ARM/Thumb1RegisterInfo.h (new)
1.1 +121 -0 src/contrib/llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp (new)
1.1 +504 -0 src/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp (new)
1.1 +61 -0 src/contrib/llvm/lib/Target/ARM/Thumb2InstrInfo.h (new)
1.1 +62 -0 src/contrib/llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp (new)
1.1 +42 -0 src/contrib/llvm/lib/Target/ARM/Thumb2RegisterInfo.h (new)
1.1 +721 -0 src/contrib/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp (new)
1.1 +46 -0 src/contrib/llvm/lib/Target/Alpha/Alpha.h (new)
1.1 +68 -0 src/contrib/llvm/lib/Target/Alpha/Alpha.td (new)
1.1 +66 -0 src/contrib/llvm/lib/Target/Alpha/AlphaBranchSelector.cpp (new)
1.1 +38 -0 src/contrib/llvm/lib/Target/Alpha/AlphaCallingConv.td (new)
1.1 +222 -0 src/contrib/llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp (new)
1.1 +439 -0 src/contrib/llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp (new)
1.1 +934 -0 src/contrib/llvm/lib/Target/Alpha/AlphaISelLowering.cpp (new)
1.1 +136 -0 src/contrib/llvm/lib/Target/Alpha/AlphaISelLowering.h (new)
1.1 +268 -0 src/contrib/llvm/lib/Target/Alpha/AlphaInstrFormats.td (new)
1.1 +468 -0 src/contrib/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp (new)
1.1 +101 -0 src/contrib/llvm/lib/Target/Alpha/AlphaInstrInfo.h (new)
1.1 +1143 -0 src/contrib/llvm/lib/Target/Alpha/AlphaInstrInfo.td (new)
1.1 +310 -0 src/contrib/llvm/lib/Target/Alpha/AlphaJITInfo.cpp (new)
1.1 +53 -0 src/contrib/llvm/lib/Target/Alpha/AlphaJITInfo.h (new)
1.1 +158 -0 src/contrib/llvm/lib/Target/Alpha/AlphaLLRP.cpp (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/Alpha/AlphaMCAsmInfo.cpp (new)
1.1 +29 -0 src/contrib/llvm/lib/Target/Alpha/AlphaMCAsmInfo.h (new)
1.1 +62 -0 src/contrib/llvm/lib/Target/Alpha/AlphaMachineFunctionInfo.h (new)
1.1 +333 -0 src/contrib/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp (new)
1.1 +71 -0 src/contrib/llvm/lib/Target/Alpha/AlphaRegisterInfo.h (new)
1.1 +171 -0 src/contrib/llvm/lib/Target/Alpha/AlphaRegisterInfo.td (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/Alpha/AlphaRelocations.h (new)
1.1 +85 -0 src/contrib/llvm/lib/Target/Alpha/AlphaSchedule.td (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/Alpha/AlphaSelectionDAGInfo.cpp (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/Alpha/AlphaSelectionDAGInfo.h (new)
1.1 +25 -0 src/contrib/llvm/lib/Target/Alpha/AlphaSubtarget.cpp (new)
1.1 +46 -0 src/contrib/llvm/lib/Target/Alpha/AlphaSubtarget.h (new)
1.1 +62 -0 src/contrib/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp (new)
1.1 +69 -0 src/contrib/llvm/lib/Target/Alpha/AlphaTargetMachine.h (new)
1.1 +168 -0 src/contrib/llvm/lib/Target/Alpha/AsmPrinter/AlphaAsmPrinter.cpp (new)
1.1 +6 -0 src/contrib/llvm/lib/Target/Alpha/AsmPrinter/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/Alpha/AsmPrinter/Makefile (new)
1.1 +29 -0 src/contrib/llvm/lib/Target/Alpha/CMakeLists.txt (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/Alpha/Makefile (new)
1.1 +42 -0 src/contrib/llvm/lib/Target/Alpha/README.txt (new)
1.1 +20 -0 src/contrib/llvm/lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/Alpha/TargetInfo/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/Alpha/TargetInfo/Makefile (new)
1.1 +156 -0 src/contrib/llvm/lib/Target/Blackfin/AsmPrinter/BlackfinAsmPrinter.cpp (new)
1.1 +6 -0 src/contrib/llvm/lib/Target/Blackfin/AsmPrinter/CMakeLists.txt (new)
1.1 +16 -0 src/contrib/llvm/lib/Target/Blackfin/AsmPrinter/Makefile (new)
1.1 +38 -0 src/contrib/llvm/lib/Target/Blackfin/Blackfin.h (new)
1.1 +202 -0 src/contrib/llvm/lib/Target/Blackfin/Blackfin.td (new)
1.1 +30 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinCallingConv.td (new)
1.1 +182 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp (new)
1.1 +617 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinISelLowering.cpp (new)
1.1 +78 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinISelLowering.h (new)
1.1 +34 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinInstrFormats.td (new)
1.1 +279 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinInstrInfo.cpp (new)
1.1 +83 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinInstrInfo.h (new)
1.1 +862 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinInstrInfo.td (new)
1.1 +104 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinIntrinsicInfo.cpp (new)
1.1 +32 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinIntrinsicInfo.h (new)
1.1 +34 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinIntrinsics.td (new)
1.1 +22 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinMCAsmInfo.cpp (new)
1.1 +29 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinMCAsmInfo.h (new)
1.1 +473 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinRegisterInfo.cpp (new)
1.1 +97 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinRegisterInfo.h (new)
1.1 +365 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinRegisterInfo.td (new)
1.1 +24 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinSelectionDAGInfo.cpp (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinSelectionDAGInfo.h (new)
1.1 +36 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinSubtarget.cpp (new)
1.1 +45 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinSubtarget.h (new)
1.1 +43 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinTargetMachine.cpp (new)
1.1 +64 -0 src/contrib/llvm/lib/Target/Blackfin/BlackfinTargetMachine.h (new)
1.1 +24 -0 src/contrib/llvm/lib/Target/Blackfin/CMakeLists.txt (new)
1.1 +24 -0 src/contrib/llvm/lib/Target/Blackfin/Makefile (new)
1.1 +244 -0 src/contrib/llvm/lib/Target/Blackfin/README.txt (new)
1.1 +21 -0 src/contrib/llvm/lib/Target/Blackfin/TargetInfo/BlackfinTargetInfo.cpp (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/Blackfin/TargetInfo/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/Blackfin/TargetInfo/Makefile (new)
1.1 +3574 -0 src/contrib/llvm/lib/Target/CBackend/CBackend.cpp (new)
1.1 +3 -0 src/contrib/llvm/lib/Target/CBackend/CMakeLists.txt (new)
1.1 +40 -0 src/contrib/llvm/lib/Target/CBackend/CTargetMachine.h (new)
1.1 +16 -0 src/contrib/llvm/lib/Target/CBackend/Makefile (new)
1.1 +19 -0 src/contrib/llvm/lib/Target/CBackend/TargetInfo/CBackendTargetInfo.cpp (new)
1.1 +6 -0 src/contrib/llvm/lib/Target/CBackend/TargetInfo/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/CBackend/TargetInfo/Makefile (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/CMakeLists.txt (new)
1.1 +9 -0 src/contrib/llvm/lib/Target/CellSPU/AsmPrinter/CMakeLists.txt (new)
1.1 +17 -0 src/contrib/llvm/lib/Target/CellSPU/AsmPrinter/Makefile (new)
1.1 +364 -0 src/contrib/llvm/lib/Target/CellSPU/AsmPrinter/SPUAsmPrinter.cpp (new)
1.1 +27 -0 src/contrib/llvm/lib/Target/CellSPU/CMakeLists.txt (new)
1.1 +449 -0 src/contrib/llvm/lib/Target/CellSPU/CellSDKIntrinsics.td (new)
1.1 +21 -0 src/contrib/llvm/lib/Target/CellSPU/Makefile (new)
1.1 +92 -0 src/contrib/llvm/lib/Target/CellSPU/README.txt (new)
1.1 +34 -0 src/contrib/llvm/lib/Target/CellSPU/SPU.h (new)
1.1 +66 -0 src/contrib/llvm/lib/Target/CellSPU/SPU.td (new)
1.1 +41 -0 src/contrib/llvm/lib/Target/CellSPU/SPU128InstrInfo.td (new)
1.1 +395 -0 src/contrib/llvm/lib/Target/CellSPU/SPU64InstrInfo.td (new)
1.1 +115 -0 src/contrib/llvm/lib/Target/CellSPU/SPUCallingConv.td (new)
1.1 +29 -0 src/contrib/llvm/lib/Target/CellSPU/SPUFrameInfo.cpp (new)
1.1 +79 -0 src/contrib/llvm/lib/Target/CellSPU/SPUFrameInfo.h (new)
1.1 +139 -0 src/contrib/llvm/lib/Target/CellSPU/SPUHazardRecognizers.cpp (new)
1.1 +41 -0 src/contrib/llvm/lib/Target/CellSPU/SPUHazardRecognizers.h (new)
1.1 +1265 -0 src/contrib/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp (new)
1.1 +3083 -0 src/contrib/llvm/lib/Target/CellSPU/SPUISelLowering.cpp (new)
1.1 +175 -0 src/contrib/llvm/lib/Target/CellSPU/SPUISelLowering.h (new)
1.1 +43 -0 src/contrib/llvm/lib/Target/CellSPU/SPUInstrBuilder.h (new)
1.1 +298 -0 src/contrib/llvm/lib/Target/CellSPU/SPUInstrFormats.td (new)
1.1 +629 -0 src/contrib/llvm/lib/Target/CellSPU/SPUInstrInfo.cpp (new)
1.1 +102 -0 src/contrib/llvm/lib/Target/CellSPU/SPUInstrInfo.h (new)
1.1 +4604 -0 src/contrib/llvm/lib/Target/CellSPU/SPUInstrInfo.td (new)
1.1 +40 -0 src/contrib/llvm/lib/Target/CellSPU/SPUMCAsmInfo.cpp (new)
1.1 +28 -0 src/contrib/llvm/lib/Target/CellSPU/SPUMCAsmInfo.h (new)
1.1 +49 -0 src/contrib/llvm/lib/Target/CellSPU/SPUMachineFunction.h (new)
1.1 +97 -0 src/contrib/llvm/lib/Target/CellSPU/SPUMathInstr.td (new)
1.1 +157 -0 src/contrib/llvm/lib/Target/CellSPU/SPUNodes.td (new)
1.1 +666 -0 src/contrib/llvm/lib/Target/CellSPU/SPUOperands.td (new)
1.1 +677 -0 src/contrib/llvm/lib/Target/CellSPU/SPURegisterInfo.cpp (new)
1.1 +122 -0 src/contrib/llvm/lib/Target/CellSPU/SPURegisterInfo.h (new)
1.1 +429 -0 src/contrib/llvm/lib/Target/CellSPU/SPURegisterInfo.td (new)
1.1 +18 -0 src/contrib/llvm/lib/Target/CellSPU/SPURegisterNames.h (new)
1.1 +57 -0 src/contrib/llvm/lib/Target/CellSPU/SPUSchedule.td (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/CellSPU/SPUSelectionDAGInfo.cpp (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/CellSPU/SPUSelectionDAGInfo.h (new)
1.1 +36 -0 src/contrib/llvm/lib/Target/CellSPU/SPUSubtarget.cpp (new)
1.1 +90 -0 src/contrib/llvm/lib/Target/CellSPU/SPUSubtarget.h (new)
1.1 +61 -0 src/contrib/llvm/lib/Target/CellSPU/SPUTargetMachine.cpp (new)
1.1 +89 -0 src/contrib/llvm/lib/Target/CellSPU/SPUTargetMachine.h (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/CellSPU/TargetInfo/CMakeLists.txt (new)
1.1 +20 -0 src/contrib/llvm/lib/Target/CellSPU/TargetInfo/CellSPUTargetInfo.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/CellSPU/TargetInfo/Makefile (new)
1.1 +3 -0 src/contrib/llvm/lib/Target/CppBackend/CMakeLists.txt (new)
1.1 +2023 -0 src/contrib/llvm/lib/Target/CppBackend/CPPBackend.cpp (new)
1.1 +43 -0 src/contrib/llvm/lib/Target/CppBackend/CPPTargetMachine.h (new)
1.1 +16 -0 src/contrib/llvm/lib/Target/CppBackend/Makefile (new)
1.1 +6 -0 src/contrib/llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt (new)
1.1 +26 -0 src/contrib/llvm/lib/Target/CppBackend/TargetInfo/CppBackendTargetInfo.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/CppBackend/TargetInfo/Makefile (new)
1.1 +9 -0 src/contrib/llvm/lib/Target/MBlaze/AsmPrinter/CMakeLists.txt (new)
1.1 +304 -0 src/contrib/llvm/lib/Target/MBlaze/AsmPrinter/MBlazeAsmPrinter.cpp (new)
1.1 +17 -0 src/contrib/llvm/lib/Target/MBlaze/AsmPrinter/Makefile (new)
1.1 +28 -0 src/contrib/llvm/lib/Target/MBlaze/CMakeLists.txt (new)
1.1 +39 -0 src/contrib/llvm/lib/Target/MBlaze/MBlaze.h (new)
1.1 +81 -0 src/contrib/llvm/lib/Target/MBlaze/MBlaze.td (new)
1.1 +26 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeCallingConv.td (new)
1.1 +75 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp (new)
1.1 +338 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp (new)
1.1 +975 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeISelLowering.cpp (new)
1.1 +146 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeISelLowering.h (new)
1.1 +223 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeInstrFPU.td (new)
1.1 +153 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeInstrFSL.td (new)
1.1 +246 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeInstrFormats.td (new)
1.1 +222 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeInstrInfo.cpp (new)
1.1 +245 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeInstrInfo.h (new)
1.1 +672 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeInstrInfo.td (new)
1.1 +113 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp (new)
1.1 +33 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.h (new)
1.1 +137 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeIntrinsics.td (new)
1.1 +27 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeMCAsmInfo.cpp (new)
1.1 +30 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeMCAsmInfo.h (new)
1.1 +142 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeMachineFunction.h (new)
1.1 +420 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.cpp (new)
1.1 +96 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.h (new)
1.1 +180 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.td (new)
1.1 +64 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeSchedule.td (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeSelectionDAGInfo.h (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeSubtarget.cpp (new)
1.1 +79 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeSubtarget.h (new)
1.1 +66 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeTargetMachine.cpp (new)
1.1 +74 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeTargetMachine.h (new)
1.1 +89 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeTargetObjectFile.cpp (new)
1.1 +41 -0 src/contrib/llvm/lib/Target/MBlaze/MBlazeTargetObjectFile.h (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/MBlaze/Makefile (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/MBlaze/TargetInfo/CMakeLists.txt (new)
1.1 +19 -0 src/contrib/llvm/lib/Target/MBlaze/TargetInfo/MBlazeTargetInfo.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/MBlaze/TargetInfo/Makefile (new)
1.1 +3 -0 src/contrib/llvm/lib/Target/MSIL/CMakeLists.txt (new)
1.1 +1706 -0 src/contrib/llvm/lib/Target/MSIL/MSILWriter.cpp (new)
1.1 +258 -0 src/contrib/llvm/lib/Target/MSIL/MSILWriter.h (new)
1.1 +16 -0 src/contrib/llvm/lib/Target/MSIL/Makefile (new)
1.1 +26 -0 src/contrib/llvm/lib/Target/MSIL/README.TXT (new)
1.1 +6 -0 src/contrib/llvm/lib/Target/MSIL/TargetInfo/CMakeLists.txt (new)
1.1 +26 -0 src/contrib/llvm/lib/Target/MSIL/TargetInfo/MSILTargetInfo.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/MSIL/TargetInfo/Makefile (new)
1.1 +8 -0 src/contrib/llvm/lib/Target/MSP430/AsmPrinter/CMakeLists.txt (new)
1.1 +179 -0 src/contrib/llvm/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp (new)
1.1 +116 -0 src/contrib/llvm/lib/Target/MSP430/AsmPrinter/MSP430InstPrinter.cpp (new)
1.1 +43 -0 src/contrib/llvm/lib/Target/MSP430/AsmPrinter/MSP430InstPrinter.h (new)
1.1 +150 -0 src/contrib/llvm/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.cpp (new)
1.1 +50 -0 src/contrib/llvm/lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/MSP430/AsmPrinter/Makefile (new)
1.1 +25 -0 src/contrib/llvm/lib/Target/MSP430/CMakeLists.txt (new)
1.1 +55 -0 src/contrib/llvm/lib/Target/MSP430/MSP430.h (new)
1.1 +65 -0 src/contrib/llvm/lib/Target/MSP430/MSP430.td (new)
1.1 +179 -0 src/contrib/llvm/lib/Target/MSP430/MSP430BranchSelector.cpp (new)
1.1 +37 -0 src/contrib/llvm/lib/Target/MSP430/MSP430CallingConv.td (new)
1.1 +500 -0 src/contrib/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp (new)
1.1 +1192 -0 src/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp (new)
1.1 +180 -0 src/contrib/llvm/lib/Target/MSP430/MSP430ISelLowering.h (new)
1.1 +211 -0 src/contrib/llvm/lib/Target/MSP430/MSP430InstrFormats.td (new)
1.1 +403 -0 src/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp (new)
1.1 +102 -0 src/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.h (new)
1.1 +1206 -0 src/contrib/llvm/lib/Target/MSP430/MSP430InstrInfo.td (new)
1.1 +26 -0 src/contrib/llvm/lib/Target/MSP430/MSP430MCAsmInfo.cpp (new)
1.1 +28 -0 src/contrib/llvm/lib/Target/MSP430/MSP430MCAsmInfo.h (new)
1.1 +46 -0 src/contrib/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.h (new)
1.1 +425 -0 src/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp (new)
1.1 +71 -0 src/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.h (new)
1.1 +119 -0 src/contrib/llvm/lib/Target/MSP430/MSP430RegisterInfo.td (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/MSP430/MSP430SelectionDAGInfo.cpp (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/MSP430/MSP430SelectionDAGInfo.h (new)
1.1 +25 -0 src/contrib/llvm/lib/Target/MSP430/MSP430Subtarget.cpp (new)
1.1 +38 -0 src/contrib/llvm/lib/Target/MSP430/MSP430Subtarget.h (new)
1.1 +52 -0 src/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp (new)
1.1 +69 -0 src/contrib/llvm/lib/Target/MSP430/MSP430TargetMachine.h (new)
1.1 +24 -0 src/contrib/llvm/lib/Target/MSP430/Makefile (new)
1.1 +40 -0 src/contrib/llvm/lib/Target/MSP430/README.txt (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/MSP430/TargetInfo/CMakeLists.txt (new)
1.1 +20 -0 src/contrib/llvm/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/MSP430/TargetInfo/Makefile (new)
1.1 +20 -0 src/contrib/llvm/lib/Target/Makefile (new)
1.1 +244 -0 src/contrib/llvm/lib/Target/Mangler.cpp (new)
1.1 +9 -0 src/contrib/llvm/lib/Target/Mips/AsmPrinter/CMakeLists.txt (new)
1.1 +17 -0 src/contrib/llvm/lib/Target/Mips/AsmPrinter/Makefile (new)
1.1 +365 -0 src/contrib/llvm/lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp (new)
1.1 +26 -0 src/contrib/llvm/lib/Target/Mips/CMakeLists.txt (new)
1.1 +24 -0 src/contrib/llvm/lib/Target/Mips/Makefile (new)
1.1 +41 -0 src/contrib/llvm/lib/Target/Mips/Mips.h (new)
1.1 +85 -0 src/contrib/llvm/lib/Target/Mips/Mips.td (new)
1.1 +86 -0 src/contrib/llvm/lib/Target/Mips/MipsCallingConv.td (new)
1.1 +77 -0 src/contrib/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp (new)
1.1 +535 -0 src/contrib/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp (new)
1.1 +1339 -0 src/contrib/llvm/lib/Target/Mips/MipsISelLowering.cpp (new)
1.1 +157 -0 src/contrib/llvm/lib/Target/Mips/MipsISelLowering.h (new)
1.1 +316 -0 src/contrib/llvm/lib/Target/Mips/MipsInstrFPU.td (new)
1.1 +182 -0 src/contrib/llvm/lib/Target/Mips/MipsInstrFormats.td (new)
1.1 +634 -0 src/contrib/llvm/lib/Target/Mips/MipsInstrInfo.cpp (new)
1.1 +254 -0 src/contrib/llvm/lib/Target/Mips/MipsInstrInfo.h (new)
1.1 +707 -0 src/contrib/llvm/lib/Target/Mips/MipsInstrInfo.td (new)
1.1 +27 -0 src/contrib/llvm/lib/Target/Mips/MipsMCAsmInfo.cpp (new)
1.1 +30 -0 src/contrib/llvm/lib/Target/Mips/MipsMCAsmInfo.h (new)
1.1 +147 -0 src/contrib/llvm/lib/Target/Mips/MipsMachineFunction.h (new)
1.1 +531 -0 src/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.cpp (new)
1.1 +79 -0 src/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.h (new)
1.1 +264 -0 src/contrib/llvm/lib/Target/Mips/MipsRegisterInfo.td (new)
1.1 +63 -0 src/contrib/llvm/lib/Target/Mips/MipsSchedule.td (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/Mips/MipsSelectionDAGInfo.cpp (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/Mips/MipsSelectionDAGInfo.h (new)
1.1 +51 -0 src/contrib/llvm/lib/Target/Mips/MipsSubtarget.cpp (new)
1.1 +123 -0 src/contrib/llvm/lib/Target/Mips/MipsSubtarget.h (new)
1.1 +77 -0 src/contrib/llvm/lib/Target/Mips/MipsTargetMachine.cpp (new)
1.1 +77 -0 src/contrib/llvm/lib/Target/Mips/MipsTargetMachine.h (new)
1.1 +101 -0 src/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp (new)
1.1 +41 -0 src/contrib/llvm/lib/Target/Mips/MipsTargetObjectFile.h (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/Mips/TargetInfo/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/Mips/TargetInfo/Makefile (new)
1.1 +21 -0 src/contrib/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp (new)
1.1 +9 -0 src/contrib/llvm/lib/Target/PIC16/AsmPrinter/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/PIC16/AsmPrinter/Makefile (new)
1.1 +512 -0 src/contrib/llvm/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp (new)
1.1 +88 -0 src/contrib/llvm/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h (new)
1.1 +26 -0 src/contrib/llvm/lib/Target/PIC16/CMakeLists.txt (new)
1.1 +24 -0 src/contrib/llvm/lib/Target/PIC16/Makefile (new)
1.1 +137 -0 src/contrib/llvm/lib/Target/PIC16/PIC16.h (new)
1.1 +40 -0 src/contrib/llvm/lib/Target/PIC16/PIC16.td (new)
1.1 +399 -0 src/contrib/llvm/lib/Target/PIC16/PIC16ABINames.h (new)
1.1 +490 -0 src/contrib/llvm/lib/Target/PIC16/PIC16DebugInfo.cpp (new)
1.1 +156 -0 src/contrib/llvm/lib/Target/PIC16/PIC16DebugInfo.h (new)
1.1 +50 -0 src/contrib/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp (new)
1.1 +60 -0 src/contrib/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.h (new)
1.1 +1986 -0 src/contrib/llvm/lib/Target/PIC16/PIC16ISelLowering.cpp (new)
1.1 +246 -0 src/contrib/llvm/lib/Target/PIC16/PIC16ISelLowering.h (new)
1.1 +117 -0 src/contrib/llvm/lib/Target/PIC16/PIC16InstrFormats.td (new)
1.1 +244 -0 src/contrib/llvm/lib/Target/PIC16/PIC16InstrInfo.cpp (new)
1.1 +81 -0 src/contrib/llvm/lib/Target/PIC16/PIC16InstrInfo.h (new)
1.1 +540 -0 src/contrib/llvm/lib/Target/PIC16/PIC16InstrInfo.td (new)
1.1 +59 -0 src/contrib/llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp (new)
1.1 +35 -0 src/contrib/llvm/lib/Target/PIC16/PIC16MCAsmInfo.h (new)
1.1 +52 -0 src/contrib/llvm/lib/Target/PIC16/PIC16MachineFunctionInfo.h (new)
1.1 +254 -0 src/contrib/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/PIC16/PIC16Passes/Makefile (new)
1.1 +299 -0 src/contrib/llvm/lib/Target/PIC16/PIC16Passes/PIC16Cloner.cpp (new)
1.1 +83 -0 src/contrib/llvm/lib/Target/PIC16/PIC16Passes/PIC16Cloner.h (new)
1.1 +181 -0 src/contrib/llvm/lib/Target/PIC16/PIC16Passes/PIC16Overlay.cpp (new)
1.1 +60 -0 src/contrib/llvm/lib/Target/PIC16/PIC16Passes/PIC16Overlay.h (new)
1.1 +94 -0 src/contrib/llvm/lib/Target/PIC16/PIC16RegisterInfo.cpp (new)
1.1 +69 -0 src/contrib/llvm/lib/Target/PIC16/PIC16RegisterInfo.h (new)
1.1 +33 -0 src/contrib/llvm/lib/Target/PIC16/PIC16RegisterInfo.td (new)
1.1 +104 -0 src/contrib/llvm/lib/Target/PIC16/PIC16Section.cpp (new)
1.1 +99 -0 src/contrib/llvm/lib/Target/PIC16/PIC16Section.h (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/PIC16/PIC16SelectionDAGInfo.cpp (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/PIC16/PIC16SelectionDAGInfo.h (new)
1.1 +27 -0 src/contrib/llvm/lib/Target/PIC16/PIC16Subtarget.cpp (new)
1.1 +44 -0 src/contrib/llvm/lib/Target/PIC16/PIC16Subtarget.h (new)
1.1 +55 -0 src/contrib/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp (new)
1.1 +70 -0 src/contrib/llvm/lib/Target/PIC16/PIC16TargetMachine.h (new)
1.1 +384 -0 src/contrib/llvm/lib/Target/PIC16/PIC16TargetObjectFile.cpp (new)
1.1 +168 -0 src/contrib/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/PIC16/TargetInfo/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/PIC16/TargetInfo/Makefile (new)
1.1 +22 -0 src/contrib/llvm/lib/Target/PIC16/TargetInfo/PIC16TargetInfo.cpp (new)
1.1 +6 -0 src/contrib/llvm/lib/Target/PowerPC/AsmPrinter/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/PowerPC/AsmPrinter/Makefile (new)
1.1 +908 -0 src/contrib/llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp (new)
1.1 +30 -0 src/contrib/llvm/lib/Target/PowerPC/CMakeLists.txt (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/PowerPC/Makefile (new)
1.1 +47 -0 src/contrib/llvm/lib/Target/PowerPC/PPC.h (new)
1.1 +106 -0 src/contrib/llvm/lib/Target/PowerPC/PPC.td (new)
1.1 +173 -0 src/contrib/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp (new)
1.1 +132 -0 src/contrib/llvm/lib/Target/PowerPC/PPCCallingConv.td (new)
1.1 +252 -0 src/contrib/llvm/lib/Target/PowerPC/PPCCodeEmitter.cpp (new)
1.1 +300 -0 src/contrib/llvm/lib/Target/PowerPC/PPCFrameInfo.h (new)
1.1 +306 -0 src/contrib/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp (new)
1.1 +73 -0 src/contrib/llvm/lib/Target/PowerPC/PPCHazardRecognizers.h (new)
1.1 +1093 -0 src/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp (new)
1.1 +5583 -0 src/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.cpp (new)
1.1 +481 -0 src/contrib/llvm/lib/Target/PowerPC/PPCISelLowering.h (new)
1.1 +751 -0 src/contrib/llvm/lib/Target/PowerPC/PPCInstr64Bit.td (new)
1.1 +695 -0 src/contrib/llvm/lib/Target/PowerPC/PPCInstrAltivec.td (new)
1.1 +43 -0 src/contrib/llvm/lib/Target/PowerPC/PPCInstrBuilder.h (new)
1.1 +880 -0 src/contrib/llvm/lib/Target/PowerPC/PPCInstrFormats.td (new)
1.1 +798 -0 src/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp (new)
1.1 +166 -0 src/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.h (new)
1.1 +1493 -0 src/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td (new)
1.1 +446 -0 src/contrib/llvm/lib/Target/PowerPC/PPCJITInfo.cpp (new)
1.1 +49 -0 src/contrib/llvm/lib/Target/PowerPC/PPCJITInfo.h (new)
1.1 +57 -0 src/contrib/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/PowerPC/PPCMCAsmInfo.h (new)
1.1 +132 -0 src/contrib/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h (new)
1.1 +6586 -0 src/contrib/llvm/lib/Target/PowerPC/PPCPerfectShuffle.h (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/PowerPC/PPCPredicates.cpp (new)
1.1 +39 -0 src/contrib/llvm/lib/Target/PowerPC/PPCPredicates.h (new)
1.1 +1765 -0 src/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp (new)
1.1 +98 -0 src/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.h (new)
1.1 +386 -0 src/contrib/llvm/lib/Target/PowerPC/PPCRegisterInfo.td (new)
1.1 +56 -0 src/contrib/llvm/lib/Target/PowerPC/PPCRelocations.h (new)
1.1 +505 -0 src/contrib/llvm/lib/Target/PowerPC/PPCSchedule.td (new)
1.1 +64 -0 src/contrib/llvm/lib/Target/PowerPC/PPCScheduleG3.td (new)
1.1 +74 -0 src/contrib/llvm/lib/Target/PowerPC/PPCScheduleG4.td (new)
1.1 +80 -0 src/contrib/llvm/lib/Target/PowerPC/PPCScheduleG4Plus.td (new)
1.1 +84 -0 src/contrib/llvm/lib/Target/PowerPC/PPCScheduleG5.td (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.h (new)
1.1 +138 -0 src/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.cpp (new)
1.1 +147 -0 src/contrib/llvm/lib/Target/PowerPC/PPCSubtarget.h (new)
1.1 +118 -0 src/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp (new)
1.1 +91 -0 src/contrib/llvm/lib/Target/PowerPC/PPCTargetMachine.h (new)
1.1 +914 -0 src/contrib/llvm/lib/Target/PowerPC/README.txt (new)
1.1 +211 -0 src/contrib/llvm/lib/Target/PowerPC/README_ALTIVEC.txt (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/PowerPC/TargetInfo/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/PowerPC/TargetInfo/Makefile (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp (new)
1.1 +1865 -0 src/contrib/llvm/lib/Target/README.txt (new)
1.1 +6 -0 src/contrib/llvm/lib/Target/Sparc/AsmPrinter/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/Sparc/AsmPrinter/Makefile (new)
1.1 +249 -0 src/contrib/llvm/lib/Target/Sparc/AsmPrinter/SparcAsmPrinter.cpp (new)
1.1 +26 -0 src/contrib/llvm/lib/Target/Sparc/CMakeLists.txt (new)
1.1 +76 -0 src/contrib/llvm/lib/Target/Sparc/DelaySlotFiller.cpp (new)
1.1 +141 -0 src/contrib/llvm/lib/Target/Sparc/FPMover.cpp (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/Sparc/Makefile (new)
1.1 +59 -0 src/contrib/llvm/lib/Target/Sparc/README.txt (new)
1.1 +121 -0 src/contrib/llvm/lib/Target/Sparc/Sparc.h (new)
1.1 +72 -0 src/contrib/llvm/lib/Target/Sparc/Sparc.td (new)
1.1 +32 -0 src/contrib/llvm/lib/Target/Sparc/SparcCallingConv.td (new)
1.1 +214 -0 src/contrib/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp (new)
1.1 +1106 -0 src/contrib/llvm/lib/Target/Sparc/SparcISelLowering.cpp (new)
1.1 +104 -0 src/contrib/llvm/lib/Target/Sparc/SparcISelLowering.h (new)
1.1 +114 -0 src/contrib/llvm/lib/Target/Sparc/SparcInstrFormats.td (new)
1.1 +261 -0 src/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.cpp (new)
1.1 +109 -0 src/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.h (new)
1.1 +784 -0 src/contrib/llvm/lib/Target/Sparc/SparcInstrInfo.td (new)
1.1 +35 -0 src/contrib/llvm/lib/Target/Sparc/SparcMCAsmInfo.cpp (new)
1.1 +28 -0 src/contrib/llvm/lib/Target/Sparc/SparcMCAsmInfo.h (new)
1.1 +40 -0 src/contrib/llvm/lib/Target/Sparc/SparcMachineFunctionInfo.h (new)
1.1 +196 -0 src/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp (new)
1.1 +68 -0 src/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.h (new)
1.1 +172 -0 src/contrib/llvm/lib/Target/Sparc/SparcRegisterInfo.td (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/Sparc/SparcSelectionDAGInfo.cpp (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/Sparc/SparcSelectionDAGInfo.h (new)
1.1 +34 -0 src/contrib/llvm/lib/Target/Sparc/SparcSubtarget.cpp (new)
1.1 +54 -0 src/contrib/llvm/lib/Target/Sparc/SparcSubtarget.h (new)
1.1 +67 -0 src/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.cpp (new)
1.1 +75 -0 src/contrib/llvm/lib/Target/Sparc/SparcTargetMachine.h (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/Sparc/TargetInfo/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/Sparc/TargetInfo/Makefile (new)
1.1 +21 -0 src/contrib/llvm/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp (new)
1.1 +383 -0 src/contrib/llvm/lib/Target/SubtargetFeature.cpp (new)
1.1 +6 -0 src/contrib/llvm/lib/Target/SystemZ/AsmPrinter/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/SystemZ/AsmPrinter/Makefile (new)
1.1 +217 -0 src/contrib/llvm/lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp (new)
1.1 +24 -0 src/contrib/llvm/lib/Target/SystemZ/CMakeLists.txt (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/SystemZ/Makefile (new)
1.1 +61 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZ.h (new)
1.1 +61 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZ.td (new)
1.1 +46 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZCallingConv.td (new)
1.1 +782 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp (new)
1.1 +859 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp (new)
1.1 +145 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZISelLowering.h (new)
1.1 +128 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZInstrBuilder.h (new)
1.1 +340 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZInstrFP.td (new)
1.1 +133 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZInstrFormats.td (new)
1.1 +644 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp (new)
1.1 +123 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.h (new)
1.1 +1146 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZInstrInfo.td (new)
1.1 +29 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp (new)
1.1 +30 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZMCAsmInfo.h (new)
1.1 +51 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.h (new)
1.1 +310 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZOperands.td (new)
1.1 +343 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp (new)
1.1 +73 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h (new)
1.1 +480 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZRegisterInfo.td (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h (new)
1.1 +47 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp (new)
1.1 +45 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZSubtarget.h (new)
1.1 +44 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp (new)
1.1 +67 -0 src/contrib/llvm/lib/Target/SystemZ/SystemZTargetMachine.h (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/SystemZ/TargetInfo/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/SystemZ/TargetInfo/Makefile (new)
1.1 +19 -0 src/contrib/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp (new)
1.1 +95 -0 src/contrib/llvm/lib/Target/Target.cpp (new)
1.1 +14 -0 src/contrib/llvm/lib/Target/TargetAsmLexer.cpp (new)
1.1 +661 -0 src/contrib/llvm/lib/Target/TargetData.cpp (new)
1.1 +26 -0 src/contrib/llvm/lib/Target/TargetELFWriterInfo.cpp (new)
1.1 +19 -0 src/contrib/llvm/lib/Target/TargetFrameInfo.cpp (new)
1.1 +95 -0 src/contrib/llvm/lib/Target/TargetInstrInfo.cpp (new)
1.1 +30 -0 src/contrib/llvm/lib/Target/TargetIntrinsicInfo.cpp (new)
1.1 +343 -0 src/contrib/llvm/lib/Target/TargetLoweringObjectFile.cpp (new)
1.1 +304 -0 src/contrib/llvm/lib/Target/TargetMachine.cpp (new)
1.1 +145 -0 src/contrib/llvm/lib/Target/TargetRegisterInfo.cpp (new)
1.1 +33 -0 src/contrib/llvm/lib/Target/TargetSubtarget.cpp (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/X86/AsmParser/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/X86/AsmParser/Makefile (new)
1.1 +147 -0 src/contrib/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp (new)
1.1 +865 -0 src/contrib/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp (new)
1.1 +9 -0 src/contrib/llvm/lib/Target/X86/AsmPrinter/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/lib/Target/X86/AsmPrinter/Makefile (new)
1.1 +127 -0 src/contrib/llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp (new)
1.1 +85 -0 src/contrib/llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.h (new)
1.1 +670 -0 src/contrib/llvm/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp (new)
1.1 +89 -0 src/contrib/llvm/lib/Target/X86/AsmPrinter/X86AsmPrinter.h (new)
1.1 +138 -0 src/contrib/llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp (new)
1.1 +100 -0 src/contrib/llvm/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.h (new)
1.1 +584 -0 src/contrib/llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp (new)
1.1 +51 -0 src/contrib/llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.h (new)
1.1 +52 -0 src/contrib/llvm/lib/Target/X86/CMakeLists.txt (new)
1.1 +14 -0 src/contrib/llvm/lib/Target/X86/Disassembler/CMakeLists.txt (new)
1.1 +16 -0 src/contrib/llvm/lib/Target/X86/Disassembler/Makefile (new)
1.1 +566 -0 src/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp (new)
1.1 +155 -0 src/contrib/llvm/lib/Target/X86/Disassembler/X86Disassembler.h (new)
1.1 +1388 -0 src/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c (new)
1.1 +515 -0 src/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h (new)
1.1 +355 -0 src/contrib/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h (new)
1.1 +25 -0 src/contrib/llvm/lib/Target/X86/Makefile (new)
1.1 +85 -0 src/contrib/llvm/lib/Target/X86/README-FPStack.txt (new)
1.1 +71 -0 src/contrib/llvm/lib/Target/X86/README-MMX.txt (new)
1.1 +989 -0 src/contrib/llvm/lib/Target/X86/README-SSE.txt (new)
1.1 +14 -0 src/contrib/llvm/lib/Target/X86/README-UNIMPLEMENTED.txt (new)
1.1 +300 -0 src/contrib/llvm/lib/Target/X86/README-X86-64.txt (new)
1.1 +1931 -0 src/contrib/llvm/lib/Target/X86/README.txt (new)
1.1 +506 -0 src/contrib/llvm/lib/Target/X86/SSEDomainFix.cpp (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/X86/TargetInfo/CMakeLists.txt (new)
1.1 +16 -0 src/contrib/llvm/lib/Target/X86/TargetInfo/Makefile (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp (new)
1.1 +91 -0 src/contrib/llvm/lib/Target/X86/X86.h (new)
1.1 +212 -0 src/contrib/llvm/lib/Target/X86/X86.td (new)
1.1 +304 -0 src/contrib/llvm/lib/Target/X86/X86AsmBackend.cpp (new)
1.1 +95 -0 src/contrib/llvm/lib/Target/X86/X86COFF.h (new)
1.1 +20 -0 src/contrib/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp (new)
1.1 +46 -0 src/contrib/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h (new)
1.1 +358 -0 src/contrib/llvm/lib/Target/X86/X86CallingConv.td (new)
1.1 +887 -0 src/contrib/llvm/lib/Target/X86/X86CodeEmitter.cpp (new)
1.1 +68 -0 src/contrib/llvm/lib/Target/X86/X86CompilationCallback_Win64.asm (new)
1.1 +152 -0 src/contrib/llvm/lib/Target/X86/X86ELFWriterInfo.cpp (new)
1.1 +76 -0 src/contrib/llvm/lib/Target/X86/X86ELFWriterInfo.h (new)
1.1 +1775 -0 src/contrib/llvm/lib/Target/X86/X86FastISel.cpp (new)
1.1 +26 -0 src/contrib/llvm/lib/Target/X86/X86FixupKinds.h (new)
1.1 +1208 -0 src/contrib/llvm/lib/Target/X86/X86FloatingPoint.cpp (new)
1.1 +156 -0 src/contrib/llvm/lib/Target/X86/X86FloatingPointRegKill.cpp (new)
1.1 +2000 -0 src/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp (new)
1.1 +10448 -0 src/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp (new)
1.1 +821 -0 src/contrib/llvm/lib/Target/X86/X86ISelLowering.h (new)
1.1 +2376 -0 src/contrib/llvm/lib/Target/X86/X86Instr64bit.td (new)
1.1 +172 -0 src/contrib/llvm/lib/Target/X86/X86InstrBuilder.h (new)
1.1 +698 -0 src/contrib/llvm/lib/Target/X86/X86InstrFPStack.td (new)
1.1 +400 -0 src/contrib/llvm/lib/Target/X86/X86InstrFormats.td (new)
1.1 +62 -0 src/contrib/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td (new)
1.1 +3786 -0 src/contrib/llvm/lib/Target/X86/X86InstrInfo.cpp (new)
1.1 +762 -0 src/contrib/llvm/lib/Target/X86/X86InstrInfo.h (new)
1.1 +4895 -0 src/contrib/llvm/lib/Target/X86/X86InstrInfo.td (new)
1.1 +677 -0 src/contrib/llvm/lib/Target/X86/X86InstrMMX.td (new)
1.1 +4142 -0 src/contrib/llvm/lib/Target/X86/X86InstrSSE.td (new)
1.1 +566 -0 src/contrib/llvm/lib/Target/X86/X86JITInfo.cpp (new)
1.1 +81 -0 src/contrib/llvm/lib/Target/X86/X86JITInfo.h (new)
1.1 +110 -0 src/contrib/llvm/lib/Target/X86/X86MCAsmInfo.cpp (new)
1.1 +38 -0 src/contrib/llvm/lib/Target/X86/X86MCAsmInfo.h (new)
1.1 +659 -0 src/contrib/llvm/lib/Target/X86/X86MCCodeEmitter.cpp (new)
1.1 +135 -0 src/contrib/llvm/lib/Target/X86/X86MachineFunctionInfo.h (new)
1.1 +1573 -0 src/contrib/llvm/lib/Target/X86/X86RegisterInfo.cpp (new)
1.1 +165 -0 src/contrib/llvm/lib/Target/X86/X86RegisterInfo.h (new)
1.1 +816 -0 src/contrib/llvm/lib/Target/X86/X86RegisterInfo.td (new)
1.1 +52 -0 src/contrib/llvm/lib/Target/X86/X86Relocations.h (new)
1.1 +243 -0 src/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp (new)
1.1 +59 -0 src/contrib/llvm/lib/Target/X86/X86SelectionDAGInfo.h (new)
1.1 +374 -0 src/contrib/llvm/lib/Target/X86/X86Subtarget.cpp (new)
1.1 +244 -0 src/contrib/llvm/lib/Target/X86/X86Subtarget.h (new)
1.1 +238 -0 src/contrib/llvm/lib/Target/X86/X86TargetMachine.cpp (new)
1.1 +97 -0 src/contrib/llvm/lib/Target/X86/X86TargetMachine.h (new)
1.1 +118 -0 src/contrib/llvm/lib/Target/X86/X86TargetObjectFile.cpp (new)
1.1 +54 -0 src/contrib/llvm/lib/Target/X86/X86TargetObjectFile.h (new)
1.1 +6 -0 src/contrib/llvm/lib/Target/XCore/AsmPrinter/CMakeLists.txt (new)
1.1 +16 -0 src/contrib/llvm/lib/Target/XCore/AsmPrinter/Makefile (new)
1.1 +283 -0 src/contrib/llvm/lib/Target/XCore/AsmPrinter/XCoreAsmPrinter.cpp (new)
1.1 +24 -0 src/contrib/llvm/lib/Target/XCore/CMakeLists.txt (new)
1.1 +24 -0 src/contrib/llvm/lib/Target/XCore/Makefile (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/XCore/README.txt (new)
1.1 +7 -0 src/contrib/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt (new)
1.1 +16 -0 src/contrib/llvm/lib/Target/XCore/TargetInfo/Makefile (new)
1.1 +19 -0 src/contrib/llvm/lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp (new)
1.1 +41 -0 src/contrib/llvm/lib/Target/XCore/XCore.h (new)
1.1 +46 -0 src/contrib/llvm/lib/Target/XCore/XCore.td (new)
1.1 +33 -0 src/contrib/llvm/lib/Target/XCore/XCoreCallingConv.td (new)
1.1 +27 -0 src/contrib/llvm/lib/Target/XCore/XCoreFrameInfo.cpp (new)
1.1 +34 -0 src/contrib/llvm/lib/Target/XCore/XCoreFrameInfo.h (new)
1.1 +209 -0 src/contrib/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp (new)
1.1 +1560 -0 src/contrib/llvm/lib/Target/XCore/XCoreISelLowering.cpp (new)
1.1 +199 -0 src/contrib/llvm/lib/Target/XCore/XCoreISelLowering.h (new)
1.1 +120 -0 src/contrib/llvm/lib/Target/XCore/XCoreInstrFormats.td (new)
1.1 +490 -0 src/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.cpp (new)
1.1 +101 -0 src/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.h (new)
1.1 +1030 -0 src/contrib/llvm/lib/Target/XCore/XCoreInstrInfo.td (new)
1.1 +29 -0 src/contrib/llvm/lib/Target/XCore/XCoreMCAsmInfo.cpp (new)
1.1 +29 -0 src/contrib/llvm/lib/Target/XCore/XCoreMCAsmInfo.h (new)
1.1 +69 -0 src/contrib/llvm/lib/Target/XCore/XCoreMachineFunctionInfo.h (new)
1.1 +588 -0 src/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp (new)
1.1 +95 -0 src/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.h (new)
1.1 +91 -0 src/contrib/llvm/lib/Target/XCore/XCoreRegisterInfo.td (new)
1.1 +23 -0 src/contrib/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.cpp (new)
1.1 +31 -0 src/contrib/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h (new)
1.1 +20 -0 src/contrib/llvm/lib/Target/XCore/XCoreSubtarget.cpp (new)
1.1 +39 -0 src/contrib/llvm/lib/Target/XCore/XCoreSubtarget.h (new)
1.1 +45 -0 src/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.cpp (new)
1.1 +60 -0 src/contrib/llvm/lib/Target/XCore/XCoreTargetMachine.h (new)
1.1 +64 -0 src/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp (new)
1.1 +25 -0 src/contrib/llvm/lib/Target/XCore/XCoreTargetObjectFile.h (new)
1.1 +3 -0 src/contrib/llvm/lib/Transforms/Hello/CMakeLists.txt (new)
1.1 +64 -0 src/contrib/llvm/lib/Transforms/Hello/Hello.cpp (new)
1.1 +16 -0 src/contrib/llvm/lib/Transforms/Hello/Makefile (new)
1.1 +887 -0 src/contrib/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp (new)
1.1 +27 -0 src/contrib/llvm/lib/Transforms/IPO/CMakeLists.txt (new)
1.1 +116 -0 src/contrib/llvm/lib/Transforms/IPO/ConstantMerge.cpp (new)
1.1 +934 -0 src/contrib/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp (new)
1.1 +106 -0 src/contrib/llvm/lib/Transforms/IPO/DeadTypeElimination.cpp (new)
1.1 +175 -0 src/contrib/llvm/lib/Transforms/IPO/ExtractGV.cpp (new)
1.1 +391 -0 src/contrib/llvm/lib/Transforms/IPO/FunctionAttrs.cpp (new)
1.1 +208 -0 src/contrib/llvm/lib/Transforms/IPO/GlobalDCE.cpp (new)
1.1 +2569 -0 src/contrib/llvm/lib/Transforms/IPO/GlobalOpt.cpp (new)
1.1 +276 -0 src/contrib/llvm/lib/Transforms/IPO/IPConstantPropagation.cpp (new)
1.1 +84 -0 src/contrib/llvm/lib/Transforms/IPO/IPO.cpp (new)
1.1 +80 -0 src/contrib/llvm/lib/Transforms/IPO/InlineAlways.cpp (new)
1.1 +111 -0 src/contrib/llvm/lib/Transforms/IPO/InlineSimple.cpp (new)
1.1 +548 -0 src/contrib/llvm/lib/Transforms/IPO/Inliner.cpp (new)
1.1 +190 -0 src/contrib/llvm/lib/Transforms/IPO/Internalize.cpp (new)
1.1 +242 -0 src/contrib/llvm/lib/Transforms/IPO/LoopExtractor.cpp (new)
1.1 +541 -0 src/contrib/llvm/lib/Transforms/IPO/LowerSetJmp.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/Transforms/IPO/Makefile (new)
1.1 +748 -0 src/contrib/llvm/lib/Transforms/IPO/MergeFunctions.cpp (new)
1.1 +178 -0 src/contrib/llvm/lib/Transforms/IPO/PartialInlining.cpp (new)
1.1 +190 -0 src/contrib/llvm/lib/Transforms/IPO/PartialSpecialization.cpp (new)
1.1 +252 -0 src/contrib/llvm/lib/Transforms/IPO/PruneEH.cpp (new)
1.1 +71 -0 src/contrib/llvm/lib/Transforms/IPO/StripDeadPrototypes.cpp (new)
1.1 +297 -0 src/contrib/llvm/lib/Transforms/IPO/StripSymbols.cpp (new)
1.1 +364 -0 src/contrib/llvm/lib/Transforms/IPO/StructRetPromotion.cpp (new)
1.1 +17 -0 src/contrib/llvm/lib/Transforms/InstCombine/CMakeLists.txt (new)
1.1 +351 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstCombine.h (new)
1.1 +731 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp (new)
1.1 +1961 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp (new)
1.1 +1282 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp (new)
1.1 +1422 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp (new)
1.1 +2476 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp (new)
1.1 +614 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp (new)
1.1 +695 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp (new)
1.1 +843 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp (new)
1.1 +673 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp (new)
1.1 +463 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp (new)
1.1 +1113 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp (new)
1.1 +561 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp (new)
1.1 +105 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstCombineWorklist.h (new)
1.1 +1274 -0 src/contrib/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/Transforms/InstCombine/Makefile (new)
1.1 +5 -0 src/contrib/llvm/lib/Transforms/Instrumentation/CMakeLists.txt (new)
1.1 +114 -0 src/contrib/llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/Transforms/Instrumentation/Makefile (new)
1.1 +108 -0 src/contrib/llvm/lib/Transforms/Instrumentation/MaximumSpanningTree.h (new)
1.1 +218 -0 src/contrib/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp (new)
1.1 +131 -0 src/contrib/llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp (new)
1.1 +31 -0 src/contrib/llvm/lib/Transforms/Instrumentation/ProfilingUtils.h (new)
1.1 +20 -0 src/contrib/llvm/lib/Transforms/Makefile (new)
1.1 +1112 -0 src/contrib/llvm/lib/Transforms/Scalar/ABCD.cpp (new)
1.1 +95 -0 src/contrib/llvm/lib/Transforms/Scalar/ADCE.cpp (new)
1.1 +147 -0 src/contrib/llvm/lib/Transforms/Scalar/BasicBlockPlacement.cpp (new)
1.1 +34 -0 src/contrib/llvm/lib/Transforms/Scalar/CMakeLists.txt (new)
1.1 +973 -0 src/contrib/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp (new)
1.1 +89 -0 src/contrib/llvm/lib/Transforms/Scalar/ConstantProp.cpp (new)
1.1 +132 -0 src/contrib/llvm/lib/Transforms/Scalar/DCE.cpp (new)
1.1 +573 -0 src/contrib/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp (new)
1.1 +81 -0 src/contrib/llvm/lib/Transforms/Scalar/GEPSplitter.cpp (new)
1.1 +2311 -0 src/contrib/llvm/lib/Transforms/Scalar/GVN.cpp (new)
1.1 +1022 -0 src/contrib/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp (new)
1.1 +1534 -0 src/contrib/llvm/lib/Transforms/Scalar/JumpThreading.cpp (new)
1.1 +881 -0 src/contrib/llvm/lib/Transforms/Scalar/LICM.cpp (new)
1.1 +232 -0 src/contrib/llvm/lib/Transforms/Scalar/LoopDeletion.cpp (new)
1.1 +1270 -0 src/contrib/llvm/lib/Transforms/Scalar/LoopIndexSplit.cpp (new)
1.1 +403 -0 src/contrib/llvm/lib/Transforms/Scalar/LoopRotation.cpp (new)
1.1 +3691 -0 src/contrib/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp (new)
1.1 +156 -0 src/contrib/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp (new)
1.1 +1057 -0 src/contrib/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/Transforms/Scalar/Makefile (new)
1.1 +800 -0 src/contrib/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp (new)
1.1 +1073 -0 src/contrib/llvm/lib/Transforms/Scalar/Reassociate.cpp (new)
1.1 +130 -0 src/contrib/llvm/lib/Transforms/Scalar/Reg2Mem.cpp (new)
1.1 +1986 -0 src/contrib/llvm/lib/Transforms/Scalar/SCCP.cpp (new)
1.1 +118 -0 src/contrib/llvm/lib/Transforms/Scalar/Scalar.cpp (new)
1.1 +1817 -0 src/contrib/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp (new)
1.1 +324 -0 src/contrib/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp (new)
1.1 +157 -0 src/contrib/llvm/lib/Transforms/Scalar/SimplifyHalfPowrLibCalls.cpp (new)
1.1 +2159 -0 src/contrib/llvm/lib/Transforms/Scalar/SimplifyLibCalls.cpp (new)
1.1 +267 -0 src/contrib/llvm/lib/Transforms/Scalar/Sink.cpp (new)
1.1 +370 -0 src/contrib/llvm/lib/Transforms/Scalar/TailDuplication.cpp (new)
1.1 +509 -0 src/contrib/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp (new)
1.1 +599 -0 src/contrib/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp (new)
1.1 +678 -0 src/contrib/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp (new)
1.1 +182 -0 src/contrib/llvm/lib/Transforms/Utils/BasicInliner.cpp (new)
1.1 +438 -0 src/contrib/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp (new)
1.1 +501 -0 src/contrib/llvm/lib/Transforms/Utils/BuildLibCalls.cpp (new)
1.1 +29 -0 src/contrib/llvm/lib/Transforms/Utils/CMakeLists.txt (new)
1.1 +580 -0 src/contrib/llvm/lib/Transforms/Utils/CloneFunction.cpp (new)
1.1 +152 -0 src/contrib/llvm/lib/Transforms/Utils/CloneLoop.cpp (new)
1.1 +127 -0 src/contrib/llvm/lib/Transforms/Utils/CloneModule.cpp (new)
1.1 +795 -0 src/contrib/llvm/lib/Transforms/Utils/CodeExtractor.cpp (new)
1.1 +146 -0 src/contrib/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp (new)
1.1 +662 -0 src/contrib/llvm/lib/Transforms/Utils/InlineFunction.cpp (new)
1.1 +63 -0 src/contrib/llvm/lib/Transforms/Utils/InstructionNamer.cpp (new)
1.1 +274 -0 src/contrib/llvm/lib/Transforms/Utils/LCSSA.cpp (new)
1.1 +746 -0 src/contrib/llvm/lib/Transforms/Utils/Local.cpp (new)
1.1 +737 -0 src/contrib/llvm/lib/Transforms/Utils/LoopSimplify.cpp (new)
1.1 +372 -0 src/contrib/llvm/lib/Transforms/Utils/LoopUnroll.cpp (new)
1.1 +657 -0 src/contrib/llvm/lib/Transforms/Utils/LowerInvoke.cpp (new)
1.1 +322 -0 src/contrib/llvm/lib/Transforms/Utils/LowerSwitch.cpp (new)
1.1 +15 -0 src/contrib/llvm/lib/Transforms/Utils/Makefile (new)
1.1 +90 -0 src/contrib/llvm/lib/Transforms/Utils/Mem2Reg.cpp (new)
1.1 +1056 -0 src/contrib/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp (new)
1.1 +330 -0 src/contrib/llvm/lib/Transforms/Utils/SSAUpdater.cpp (new)
1.1 +432 -0 src/contrib/llvm/lib/Transforms/Utils/SSI.cpp (new)
1.1 +2115 -0 src/contrib/llvm/lib/Transforms/Utils/SimplifyCFG.cpp (new)
1.1 +141 -0 src/contrib/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp (new)
1.1 +137 -0 src/contrib/llvm/lib/Transforms/Utils/ValueMapper.cpp (new)
1.1 +29 -0 src/contrib/llvm/lib/Transforms/Utils/ValueMapper.h (new)
1.1 +2162 -0 src/contrib/llvm/lib/VMCore/AsmWriter.cpp (new)
1.1 +334 -0 src/contrib/llvm/lib/VMCore/Attributes.cpp (new)
1.1 +738 -0 src/contrib/llvm/lib/VMCore/AutoUpgrade.cpp (new)
1.1 +309 -0 src/contrib/llvm/lib/VMCore/BasicBlock.cpp (new)
1.1 +34 -0 src/contrib/llvm/lib/VMCore/CMakeLists.txt (new)
1.1 +2292 -0 src/contrib/llvm/lib/VMCore/ConstantFold.cpp (new)
1.1 +54 -0 src/contrib/llvm/lib/VMCore/ConstantFold.h (new)
1.1 +2290 -0 src/contrib/llvm/lib/VMCore/Constants.cpp (new)
1.1 +839 -0 src/contrib/llvm/lib/VMCore/ConstantsContext.h (new)
1.1 +2221 -0 src/contrib/llvm/lib/VMCore/Core.cpp (new)
1.1 +288 -0 src/contrib/llvm/lib/VMCore/DebugLoc.cpp (new)
1.1 +345 -0 src/contrib/llvm/lib/VMCore/Dominators.cpp (new)
1.1 +418 -0 src/contrib/llvm/lib/VMCore/Function.cpp (new)
1.1 +18 -0 src/contrib/llvm/lib/VMCore/GVMaterializer.cpp (new)
1.1 +303 -0 src/contrib/llvm/lib/VMCore/Globals.cpp (new)
1.1 +38 -0 src/contrib/llvm/lib/VMCore/IRBuilder.cpp (new)
1.1 +238 -0 src/contrib/llvm/lib/VMCore/InlineAsm.cpp (new)
1.1 +444 -0 src/contrib/llvm/lib/VMCore/Instruction.cpp (new)
1.1 +3338 -0 src/contrib/llvm/lib/VMCore/Instructions.cpp (new)
1.1 +73 -0 src/contrib/llvm/lib/VMCore/IntrinsicInst.cpp (new)
1.1 +130 -0 src/contrib/llvm/lib/VMCore/LLVMContext.cpp (new)
1.1 +107 -0 src/contrib/llvm/lib/VMCore/LLVMContextImpl.cpp (new)
1.1 +249 -0 src/contrib/llvm/lib/VMCore/LLVMContextImpl.h (new)
1.1 +69 -0 src/contrib/llvm/lib/VMCore/LeakDetector.cpp (new)
1.1 +92 -0 src/contrib/llvm/lib/VMCore/LeaksContext.h (new)
1.1 +34 -0 src/contrib/llvm/lib/VMCore/Makefile (new)
1.1 +577 -0 src/contrib/llvm/lib/VMCore/Metadata.cpp (new)
1.1 +459 -0 src/contrib/llvm/lib/VMCore/Module.cpp (new)
1.1 +470 -0 src/contrib/llvm/lib/VMCore/Pass.cpp (new)
1.1 +1828 -0 src/contrib/llvm/lib/VMCore/PassManager.cpp (new)
1.1 +101 -0 src/contrib/llvm/lib/VMCore/PrintModulePass.cpp (new)
1.1 +118 -0 src/contrib/llvm/lib/VMCore/SymbolTableListTraitsImpl.h (new)
1.1 +1331 -0 src/contrib/llvm/lib/VMCore/Type.cpp (new)
1.1 +169 -0 src/contrib/llvm/lib/VMCore/TypeSymbolTable.cpp (new)
1.1 +449 -0 src/contrib/llvm/lib/VMCore/TypesContext.h (new)
1.1 +233 -0 src/contrib/llvm/lib/VMCore/Use.cpp (new)
1.1 +598 -0 src/contrib/llvm/lib/VMCore/Value.cpp (new)
1.1 +119 -0 src/contrib/llvm/lib/VMCore/ValueSymbolTable.cpp (new)
1.1 +208 -0 src/contrib/llvm/lib/VMCore/ValueTypes.cpp (new)
1.1 +1985 -0 src/contrib/llvm/lib/VMCore/Verifier.cpp (new)
1.1 +67 -0 src/contrib/llvm/llvm.spec.in (new)
1.1 +7517 -0 src/contrib/llvm/mklib (new)
1.1 +11 -0 src/contrib/llvm/projects/CMakeLists.txt (new)
1.1 +25 -0 src/contrib/llvm/projects/Makefile (new)
1.1 +18 -0 src/contrib/llvm/projects/sample/Makefile (new)
1.1 +22 -0 src/contrib/llvm/projects/sample/Makefile.common.in (new)
1.1 +52 -0 src/contrib/llvm/projects/sample/autoconf/AutoRegen.sh (new)
1.1 +24 -0 src/contrib/llvm/projects/sample/autoconf/LICENSE.TXT (new)
1.1 +1388 -0 src/contrib/llvm/projects/sample/autoconf/config.guess (new)
1.1 +1489 -0 src/contrib/llvm/projects/sample/autoconf/config.sub (new)
1.1 +69 -0 src/contrib/llvm/projects/sample/autoconf/configure.ac (new)
1.1 +2365 -0 src/contrib/llvm/projects/sample/configure (new)
1.1 +6 -0 src/contrib/llvm/projects/sample/docs/index.html (new)
1.1 +8 -0 src/contrib/llvm/projects/sample/include/sample.h (new)
1.1 +13 -0 src/contrib/llvm/projects/sample/lib/Makefile (new)
1.1 +16 -0 src/contrib/llvm/projects/sample/lib/sample/Makefile (new)
1.1 +25 -0 src/contrib/llvm/projects/sample/lib/sample/sample.c (new)
1.1 +13 -0 src/contrib/llvm/projects/sample/tools/Makefile (new)
1.1 +23 -0 src/contrib/llvm/projects/sample/tools/sample/Makefile (new)
1.1 +14 -0 src/contrib/llvm/projects/sample/tools/sample/main.c (new)
1.1 +31 -0 src/contrib/llvm/runtime/Makefile (new)
1.1 +4 -0 src/contrib/llvm/runtime/README.txt (new)
1.1 +67 -0 src/contrib/llvm/runtime/libprofile/BasicBlockTracing.c (new)
1.1 +45 -0 src/contrib/llvm/runtime/libprofile/BlockProfiling.c (new)
1.1 +117 -0 src/contrib/llvm/runtime/libprofile/CommonProfiling.c (new)
1.1 +45 -0 src/contrib/llvm/runtime/libprofile/EdgeProfiling.c (new)
1.1 +42 -0 src/contrib/llvm/runtime/libprofile/FunctionProfiling.c (new)
1.1 +22 -0 src/contrib/llvm/runtime/libprofile/Makefile (new)
1.1 +45 -0 src/contrib/llvm/runtime/libprofile/OptimalEdgeProfiling.c (new)
1.1 +31 -0 src/contrib/llvm/runtime/libprofile/Profiling.h (new)
1.1 +4 -0 src/contrib/llvm/runtime/libprofile/exported_symbols.lst (new)
1.1 +41 -0 src/contrib/llvm/tools/CMakeLists.txt (new)
1.1 +57 -0 src/contrib/llvm/tools/Makefile (new)
1.1 +257 -0 src/contrib/llvm/tools/bugpoint/BugDriver.cpp (new)
1.1 +332 -0 src/contrib/llvm/tools/bugpoint/BugDriver.h (new)
1.1 +15 -0 src/contrib/llvm/tools/bugpoint/CMakeLists.txt (new)
1.1 +659 -0 src/contrib/llvm/tools/bugpoint/CrashDebugger.cpp (new)
1.1 +497 -0 src/contrib/llvm/tools/bugpoint/ExecutionDriver.cpp (new)
1.1 +378 -0 src/contrib/llvm/tools/bugpoint/ExtractFunction.cpp (new)
1.1 +113 -0 src/contrib/llvm/tools/bugpoint/FindBugs.cpp (new)
1.1 +201 -0 src/contrib/llvm/tools/bugpoint/ListReducer.h (new)
1.1 +16 -0 src/contrib/llvm/tools/bugpoint/Makefile (new)
1.1 +1027 -0 src/contrib/llvm/tools/bugpoint/Miscompilation.cpp (new)
1.1 +267 -0 src/contrib/llvm/tools/bugpoint/OptimizerDriver.cpp (new)
1.1 +75 -0 src/contrib/llvm/tools/bugpoint/TestPasses.cpp (new)
1.1 +879 -0 src/contrib/llvm/tools/bugpoint/ToolRunner.cpp (new)
1.1 +242 -0 src/contrib/llvm/tools/bugpoint/ToolRunner.h (new)
1.1 +159 -0 src/contrib/llvm/tools/bugpoint/bugpoint.cpp (new)
1.1 +135 -0 src/contrib/llvm/tools/clang/CMakeLists.txt (new)
1.1 +2 -0 src/contrib/llvm/tools/clang/INPUTS/Cocoa_h.m (new)
1.1 +51 -0 src/contrib/llvm/tools/clang/INPUTS/all-std-headers.cpp (new)
1.1 +639 -0 src/contrib/llvm/tools/clang/INPUTS/c99-intconst-1.c (new)
1.1 +4 -0 src/contrib/llvm/tools/clang/INPUTS/carbon_h.c (new)
1.1 +5 -0 src/contrib/llvm/tools/clang/INPUTS/iostream.cc (new)
1.1 +17 -0 src/contrib/llvm/tools/clang/INPUTS/macro_pounder_fn.c (new)
1.1 +16 -0 src/contrib/llvm/tools/clang/INPUTS/macro_pounder_obj.c (new)
1.1 +47 -0 src/contrib/llvm/tools/clang/INPUTS/stpcpy-test.c (new)
1.1 +49 -0 src/contrib/llvm/tools/clang/INSTALL.txt (new)
1.1 +63 -0 src/contrib/llvm/tools/clang/LICENSE.TXT (new)
1.1 +39 -0 src/contrib/llvm/tools/clang/Makefile (new)
1.1 +5 -0 src/contrib/llvm/tools/clang/ModuleInfo.txt (new)
1.1 +86 -0 src/contrib/llvm/tools/clang/NOTES.txt (new)
1.1 +26 -0 src/contrib/llvm/tools/clang/README.txt (new)
1.1 +75 -0 src/contrib/llvm/tools/clang/TODO.txt (new)
1.1 +1 -0 src/contrib/llvm/tools/clang/VER (new)
1.1 +17 -0 src/contrib/llvm/tools/clang/bindings/python/README.txt (new)
1.1 +24 -0 src/contrib/llvm/tools/clang/bindings/python/clang/__init__.py (new)
1.1 +935 -0 src/contrib/llvm/tools/clang/bindings/python/clang/cindex.py (new)
1.1 +87 -0 src/contrib/llvm/tools/clang/bindings/python/examples/cindex/cindex-dump.py (new)
1.1 +58 -0 src/contrib/llvm/tools/clang/bindings/python/examples/cindex/cindex-includes.py (new)
1.1 +0 -0 src/contrib/llvm/tools/clang/bindings/python/tests/__init__.py (new)
1.1 +6 -0 src/contrib/llvm/tools/clang/bindings/python/tests/cindex/INPUTS/header1.h (new)
1.1 +6 -0 src/contrib/llvm/tools/clang/bindings/python/tests/cindex/INPUTS/header2.h (new)
1.1 +3 -0 src/contrib/llvm/tools/clang/bindings/python/tests/cindex/INPUTS/header3.h (new)
1.1 +6 -0 src/contrib/llvm/tools/clang/bindings/python/tests/cindex/INPUTS/hello.cpp (new)
1.1 +5 -0 src/contrib/llvm/tools/clang/bindings/python/tests/cindex/INPUTS/include.cpp (new)
1.1 +2 -0 src/contrib/llvm/tools/clang/bindings/python/tests/cindex/INPUTS/parse_arguments.c (new)
1.1 +0 -0 src/contrib/llvm/tools/clang/bindings/python/tests/cindex/__init__.py (new)
1.1 +59 -0 src/contrib/llvm/tools/clang/bindings/python/tests/cindex/test_cursor.py (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/bindings/python/tests/cindex/test_cursor_kind.py (new)
1.1 +48 -0 src/contrib/llvm/tools/clang/bindings/python/tests/cindex/test_diagnostics.py (new)
1.1 +15 -0 src/contrib/llvm/tools/clang/bindings/python/tests/cindex/test_index.py (new)
1.1 +73 -0 src/contrib/llvm/tools/clang/bindings/python/tests/cindex/test_translation_unit.py (new)
1.1 +2207 -0 src/contrib/llvm/tools/clang/clang.xcodeproj/project.pbxproj (new)
1.1 +4 -0 src/contrib/llvm/tools/clang/examples/CMakeLists.txt (new)
1.1 +14 -0 src/contrib/llvm/tools/clang/examples/Makefile (new)
1.1 +26 -0 src/contrib/llvm/tools/clang/examples/PrintFunctionNames/CMakeLists.txt (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/examples/PrintFunctionNames/Makefile (new)
1.1 +44 -0 src/contrib/llvm/tools/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp (new)
1.1 +10 -0 src/contrib/llvm/tools/clang/examples/PrintFunctionNames/README.txt (new)
1.1 +30 -0 src/contrib/llvm/tools/clang/examples/clang-interpreter/CMakeLists.txt (new)
1.1 +30 -0 src/contrib/llvm/tools/clang/examples/clang-interpreter/Makefile (new)
1.1 +17 -0 src/contrib/llvm/tools/clang/examples/clang-interpreter/README.txt (new)
1.1 +155 -0 src/contrib/llvm/tools/clang/examples/clang-interpreter/main.cpp (new)
1.1 +23 -0 src/contrib/llvm/tools/clang/examples/wpa/CMakeLists.txt (new)
1.1 +28 -0 src/contrib/llvm/tools/clang/examples/wpa/Makefile (new)
1.1 +56 -0 src/contrib/llvm/tools/clang/examples/wpa/clang-wpa.cpp (new)
1.1 +1 -0 src/contrib/llvm/tools/clang/include/CMakeLists.txt (new)
1.1 +4 -0 src/contrib/llvm/tools/clang/include/Makefile (new)
1.1 +2012 -0 src/contrib/llvm/tools/clang/include/clang-c/Index.h (new)
1.1 +31 -0 src/contrib/llvm/tools/clang/include/clang-c/Makefile (new)
1.1 +243 -0 src/contrib/llvm/tools/clang/include/clang/AST/APValue.h (new)
1.1 +28 -0 src/contrib/llvm/tools/clang/include/clang/AST/AST.h (new)
1.1 +92 -0 src/contrib/llvm/tools/clang/include/clang/AST/ASTConsumer.h (new)
1.1 +1404 -0 src/contrib/llvm/tools/clang/include/clang/AST/ASTContext.h (new)
1.1 +47 -0 src/contrib/llvm/tools/clang/include/clang/AST/ASTDiagnostic.h (new)
1.1 +240 -0 src/contrib/llvm/tools/clang/include/clang/AST/ASTImporter.h (new)
1.1 +397 -0 src/contrib/llvm/tools/clang/include/clang/AST/ASTVector.h (new)
1.1 +614 -0 src/contrib/llvm/tools/clang/include/clang/AST/Attr.h (new)
1.1 +5 -0 src/contrib/llvm/tools/clang/include/clang/AST/CMakeLists.txt (new)
1.1 +365 -0 src/contrib/llvm/tools/clang/include/clang/AST/CXXInheritance.h (new)
1.1 +742 -0 src/contrib/llvm/tools/clang/include/clang/AST/CanonicalType.h (new)
1.1 +149 -0 src/contrib/llvm/tools/clang/include/clang/AST/CharUnits.h (new)
1.1 +2196 -0 src/contrib/llvm/tools/clang/include/clang/AST/Decl.h (new)
1.1 +72 -0 src/contrib/llvm/tools/clang/include/clang/AST/DeclAccessPair.h (new)
1.1 +1211 -0 src/contrib/llvm/tools/clang/include/clang/AST/DeclBase.h (new)
1.1 +2111 -0 src/contrib/llvm/tools/clang/include/clang/AST/DeclCXX.h (new)
1.1 +289 -0 src/contrib/llvm/tools/clang/include/clang/AST/DeclContextInternals.h (new)
1.1 +159 -0 src/contrib/llvm/tools/clang/include/clang/AST/DeclFriend.h (new)
1.1 +152 -0 src/contrib/llvm/tools/clang/include/clang/AST/DeclGroup.h (new)
1.1 +165 -0 src/contrib/llvm/tools/clang/include/clang/AST/DeclNodes.def (new)
1.1 +1489 -0 src/contrib/llvm/tools/clang/include/clang/AST/DeclObjC.h (new)
1.1 +1433 -0 src/contrib/llvm/tools/clang/include/clang/AST/DeclTemplate.h (new)
1.1 +55 -0 src/contrib/llvm/tools/clang/include/clang/AST/DeclVisitor.h (new)
1.1 +416 -0 src/contrib/llvm/tools/clang/include/clang/AST/DeclarationName.h (new)
1.1 +192 -0 src/contrib/llvm/tools/clang/include/clang/AST/DependentDiagnostic.h (new)
1.1 +3347 -0 src/contrib/llvm/tools/clang/include/clang/AST/Expr.h (new)
1.1 +2262 -0 src/contrib/llvm/tools/clang/include/clang/AST/ExprCXX.h (new)
1.1 +815 -0 src/contrib/llvm/tools/clang/include/clang/AST/ExprObjC.h (new)
1.1 +192 -0 src/contrib/llvm/tools/clang/include/clang/AST/ExternalASTSource.h (new)
1.1 +89 -0 src/contrib/llvm/tools/clang/include/clang/AST/FullExpr.h (new)
1.1 +13 -0 src/contrib/llvm/tools/clang/include/clang/AST/Makefile (new)
1.1 +202 -0 src/contrib/llvm/tools/clang/include/clang/AST/NestedNameSpecifier.h (new)
1.1 +50 -0 src/contrib/llvm/tools/clang/include/clang/AST/ParentMap.h (new)
1.1 +110 -0 src/contrib/llvm/tools/clang/include/clang/AST/PrettyPrinter.h (new)
1.1 +251 -0 src/contrib/llvm/tools/clang/include/clang/AST/RecordLayout.h (new)
1.1 +768 -0 src/contrib/llvm/tools/clang/include/clang/AST/RecursiveASTVisitor.h (new)
1.1 +179 -0 src/contrib/llvm/tools/clang/include/clang/AST/Redeclarable.h (new)
1.1 +1381 -0 src/contrib/llvm/tools/clang/include/clang/AST/Stmt.h (new)
1.1 +113 -0 src/contrib/llvm/tools/clang/include/clang/AST/StmtCXX.h (new)
1.1 +83 -0 src/contrib/llvm/tools/clang/include/clang/AST/StmtGraphTraits.h (new)
1.1 +150 -0 src/contrib/llvm/tools/clang/include/clang/AST/StmtIterator.h (new)
1.1 +165 -0 src/contrib/llvm/tools/clang/include/clang/AST/StmtNodes.def (new)
1.1 +127 -0 src/contrib/llvm/tools/clang/include/clang/AST/StmtNodes.td (new)
1.1 +344 -0 src/contrib/llvm/tools/clang/include/clang/AST/StmtObjC.h (new)
1.1 +177 -0 src/contrib/llvm/tools/clang/include/clang/AST/StmtVisitor.h (new)
1.1 +482 -0 src/contrib/llvm/tools/clang/include/clang/AST/TemplateBase.h (new)
1.1 +372 -0 src/contrib/llvm/tools/clang/include/clang/AST/TemplateName.h (new)
1.1 +3527 -0 src/contrib/llvm/tools/clang/include/clang/AST/Type.h (new)
1.1 +1308 -0 src/contrib/llvm/tools/clang/include/clang/AST/TypeLoc.h (new)
1.1 +148 -0 src/contrib/llvm/tools/clang/include/clang/AST/TypeLocBuilder.h (new)
1.1 +41 -0 src/contrib/llvm/tools/clang/include/clang/AST/TypeLocNodes.def (new)
1.1 +62 -0 src/contrib/llvm/tools/clang/include/clang/AST/TypeLocVisitor.h (new)
1.1 +119 -0 src/contrib/llvm/tools/clang/include/clang/AST/TypeNodes.def (new)
1.1 +56 -0 src/contrib/llvm/tools/clang/include/clang/AST/TypeOrdering.h (new)
1.1 +52 -0 src/contrib/llvm/tools/clang/include/clang/AST/TypeVisitor.h (new)
1.1 +186 -0 src/contrib/llvm/tools/clang/include/clang/AST/UnresolvedSet.h (new)
1.1 +105 -0 src/contrib/llvm/tools/clang/include/clang/AST/UsuallyTinyPtrVector.h (new)
1.1 +121 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/LiveVariables.h (new)
1.1 +313 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/PrintfFormatString.h (new)
1.1 +55 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ReachableCode.h (new)
1.1 +77 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/UninitializedValues.h (new)
1.1 +263 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisContext.h (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisDiagnostic.h (new)
1.1 +512 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/CFG.h (new)
1.1 +320 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/DataflowSolver.h (new)
1.1 +172 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/DataflowValues.h (new)
1.1 +380 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/ProgramPoint.h (new)
1.1 +307 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/Support/BlkExprDeclBitVector.h (new)
1.1 +216 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/Support/BumpVector.h (new)
1.1 +47 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/Support/SaveAndRestore.h (new)
1.1 +92 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/Visitors/CFGRecStmtDeclVisitor.h (new)
1.1 +54 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/Visitors/CFGRecStmtVisitor.h (new)
1.1 +168 -0 src/contrib/llvm/tools/clang/include/clang/Analysis/Visitors/CFGStmtVisitor.h (new)
1.1 +562 -0 src/contrib/llvm/tools/clang/include/clang/Basic/Builtins.def (new)
1.1 +142 -0 src/contrib/llvm/tools/clang/include/clang/Basic/Builtins.h (new)
1.1 +20 -0 src/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsARM.def (new)
1.1 +114 -0 src/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsPPC.def (new)
1.1 +328 -0 src/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86.def (new)
1.1 +20 -0 src/contrib/llvm/tools/clang/include/clang/Basic/CMakeLists.txt (new)
1.1 +159 -0 src/contrib/llvm/tools/clang/include/clang/Basic/ConvertUTF.h (new)
1.1 +968 -0 src/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.h (new)
1.1 +87 -0 src/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.td (new)
1.1 +84 -0 src/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.td (new)
1.1 +15 -0 src/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticAnalysisKinds.td (new)
1.1 +10 -0 src/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCategories.td (new)
1.1 +77 -0 src/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td (new)
1.1 +102 -0 src/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td (new)
1.1 +253 -0 src/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td (new)
1.1 +198 -0 src/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td (new)
1.1 +300 -0 src/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td (new)
1.1 +387 -0 src/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td (new)
1.1 +3100 -0 src/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td (new)
1.1 +216 -0 src/contrib/llvm/tools/clang/include/clang/Basic/FileManager.h (new)
1.1 +569 -0 src/contrib/llvm/tools/clang/include/clang/Basic/IdentifierTable.h (new)
1.1 +202 -0 src/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.h (new)
1.1 +57 -0 src/contrib/llvm/tools/clang/include/clang/Basic/Linkage.h (new)
1.1 +46 -0 src/contrib/llvm/tools/clang/include/clang/Basic/MacroBuilder.h (new)
1.1 +22 -0 src/contrib/llvm/tools/clang/include/clang/Basic/Makefile (new)
1.1 +347 -0 src/contrib/llvm/tools/clang/include/clang/Basic/OnDiskHashTable.h (new)
1.1 +106 -0 src/contrib/llvm/tools/clang/include/clang/Basic/OperatorKinds.def (new)
1.1 +35 -0 src/contrib/llvm/tools/clang/include/clang/Basic/OperatorKinds.h (new)
1.1 +287 -0 src/contrib/llvm/tools/clang/include/clang/Basic/PartialDiagnostic.h (new)
1.1 +37 -0 src/contrib/llvm/tools/clang/include/clang/Basic/PrettyStackTrace.h (new)
1.1 +305 -0 src/contrib/llvm/tools/clang/include/clang/Basic/SourceLocation.h (new)
1.1 +848 -0 src/contrib/llvm/tools/clang/include/clang/Basic/SourceManager.h (new)
1.1 +130 -0 src/contrib/llvm/tools/clang/include/clang/Basic/SourceManagerInternals.h (new)
1.1 +83 -0 src/contrib/llvm/tools/clang/include/clang/Basic/Specifiers.h (new)
1.1 +50 -0 src/contrib/llvm/tools/clang/include/clang/Basic/TargetBuiltins.h (new)
1.1 +474 -0 src/contrib/llvm/tools/clang/include/clang/Basic/TargetInfo.h (new)
1.1 +39 -0 src/contrib/llvm/tools/clang/include/clang/Basic/TargetOptions.h (new)
1.1 +39 -0 src/contrib/llvm/tools/clang/include/clang/Basic/TemplateKinds.h (new)
1.1 +429 -0 src/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.def (new)
1.1 +64 -0 src/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.h (new)
1.1 +41 -0 src/contrib/llvm/tools/clang/include/clang/Basic/TypeTraits.h (new)
1.1 +71 -0 src/contrib/llvm/tools/clang/include/clang/Basic/Version.h (new)
1.1 +3 -0 src/contrib/llvm/tools/clang/include/clang/CMakeLists.txt (new)
1.1 +479 -0 src/contrib/llvm/tools/clang/include/clang/Checker/BugReporter/BugReporter.h (new)
1.1 +72 -0 src/contrib/llvm/tools/clang/include/clang/Checker/BugReporter/BugType.h (new)
1.1 +494 -0 src/contrib/llvm/tools/clang/include/clang/Checker/BugReporter/PathDiagnostic.h (new)
1.1 +31 -0 src/contrib/llvm/tools/clang/include/clang/Checker/Checkers/DereferenceChecker.h (new)
1.1 +61 -0 src/contrib/llvm/tools/clang/include/clang/Checker/Checkers/LocalCheckers.h (new)
1.1 +39 -0 src/contrib/llvm/tools/clang/include/clang/Checker/DomainSpecific/CocoaConventions.h (new)
1.1 +53 -0 src/contrib/llvm/tools/clang/include/clang/Checker/ManagerRegistry.h (new)
1.1 +164 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/AnalysisManager.h (new)
1.1 +197 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/BasicValueFactory.h (new)
1.1 +285 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/Checker.h (new)
1.1 +37 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/CheckerVisitor.def (new)
1.1 +102 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/CheckerVisitor.h (new)
1.1 +75 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/ConstraintManager.h (new)
1.1 +96 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/Environment.h (new)
1.1 +436 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/ExplodedGraph.h (new)
1.1 +35 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/GRAuditor.h (new)
1.1 +55 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/GRBlockCounter.h (new)
1.1 +487 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/GRCoreEngine.h (new)
1.1 +465 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/GRExprEngine.h (new)
1.1 +76 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/GRExprEngineBuilders.h (new)
1.1 +31 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/GRSimpleAPICheck.h (new)
1.1 +750 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/GRState.h (new)
1.1 +148 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/GRStateTrait.h (new)
1.1 +84 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/GRSubEngine.h (new)
1.1 +87 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/GRTransferFuncs.h (new)
1.1 +79 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/GRWorkList.h (new)
1.1 +967 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/MemRegion.h (new)
1.1 +502 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/SVals.h (new)
1.1 +66 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/SValuator.h (new)
1.1 +237 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/Store.h (new)
1.1 +57 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/SummaryManager.h (new)
1.1 +379 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/SymbolManager.h (new)
1.1 +213 -0 src/contrib/llvm/tools/clang/include/clang/Checker/PathSensitive/ValueManager.h (new)
1.1 +131 -0 src/contrib/llvm/tools/clang/include/clang/CodeGen/CodeGenOptions.h (new)
1.1 +42 -0 src/contrib/llvm/tools/clang/include/clang/CodeGen/ModuleBuilder.h (new)
1.1 +217 -0 src/contrib/llvm/tools/clang/include/clang/Driver/Action.h (new)
1.1 +230 -0 src/contrib/llvm/tools/clang/include/clang/Driver/Arg.h (new)
1.1 +359 -0 src/contrib/llvm/tools/clang/include/clang/Driver/ArgList.h (new)
1.1 +32 -0 src/contrib/llvm/tools/clang/include/clang/Driver/CC1AsOptions.h (new)
1.1 +71 -0 src/contrib/llvm/tools/clang/include/clang/Driver/CC1AsOptions.td (new)
1.1 +32 -0 src/contrib/llvm/tools/clang/include/clang/Driver/CC1Options.h (new)
1.1 +511 -0 src/contrib/llvm/tools/clang/include/clang/Driver/CC1Options.td (new)
1.1 +17 -0 src/contrib/llvm/tools/clang/include/clang/Driver/CMakeLists.txt (new)
1.1 +136 -0 src/contrib/llvm/tools/clang/include/clang/Driver/Compilation.h (new)
1.1 +318 -0 src/contrib/llvm/tools/clang/include/clang/Driver/Driver.h (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/include/clang/Driver/DriverDiagnostic.h (new)
1.1 +91 -0 src/contrib/llvm/tools/clang/include/clang/Driver/HostInfo.h (new)
1.1 +157 -0 src/contrib/llvm/tools/clang/include/clang/Driver/Job.h (new)
1.1 +18 -0 src/contrib/llvm/tools/clang/include/clang/Driver/Makefile (new)
1.1 +135 -0 src/contrib/llvm/tools/clang/include/clang/Driver/OptParser.td (new)
1.1 +39 -0 src/contrib/llvm/tools/clang/include/clang/Driver/OptSpecifier.h (new)
1.1 +188 -0 src/contrib/llvm/tools/clang/include/clang/Driver/OptTable.h (new)
1.1 +311 -0 src/contrib/llvm/tools/clang/include/clang/Driver/Option.h (new)
1.1 +32 -0 src/contrib/llvm/tools/clang/include/clang/Driver/Options.h (new)
1.1 +715 -0 src/contrib/llvm/tools/clang/include/clang/Driver/Options.td (new)
1.1 +32 -0 src/contrib/llvm/tools/clang/include/clang/Driver/Phases.h (new)
1.1 +80 -0 src/contrib/llvm/tools/clang/include/clang/Driver/Tool.h (new)
1.1 +141 -0 src/contrib/llvm/tools/clang/include/clang/Driver/ToolChain.h (new)
1.1 +81 -0 src/contrib/llvm/tools/clang/include/clang/Driver/Types.def (new)
1.1 +92 -0 src/contrib/llvm/tools/clang/include/clang/Driver/Types.h (new)
1.1 +30 -0 src/contrib/llvm/tools/clang/include/clang/Driver/Util.h (new)
1.1 +87 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/ASTConsumers.h (new)
1.1 +266 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/ASTUnit.h (new)
1.1 +85 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/Analyses.def (new)
1.1 +104 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/AnalysisConsumer.h (new)
1.1 +58 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/ChainedDiagnosticClient.h (new)
1.1 +70 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenAction.h (new)
1.1 +80 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/CommandLineSourceLoc.h (new)
1.1 +589 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInstance.h (new)
1.1 +162 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInvocation.h (new)
1.1 +113 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/DeclContextXML.def (new)
1.1 +367 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/DeclXML.def (new)
1.1 +43 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/DependencyOutputOptions.h (new)
1.1 +91 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/DiagnosticOptions.h (new)
1.1 +75 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/DocumentXML.def (new)
1.1 +186 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/DocumentXML.h (new)
1.1 +104 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/FixItRewriter.h (new)
1.1 +204 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/FrontendAction.h (new)
1.1 +230 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/FrontendActions.h (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/FrontendDiagnostic.h (new)
1.1 +146 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/FrontendOptions.h (new)
1.1 +23 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/FrontendPluginRegistry.h (new)
1.1 +95 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/HeaderSearchOptions.h (new)
1.1 +83 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/LangStandard.h (new)
1.1 +83 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/LangStandards.def (new)
1.1 +783 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/PCHBitCodes.h (new)
1.1 +827 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/PCHReader.h (new)
1.1 +362 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/PCHWriter.h (new)
1.1 +32 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/PathDiagnosticClients.h (new)
1.1 +102 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/PreprocessorOptions.h (new)
1.1 +37 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/PreprocessorOutputOptions.h (new)
1.1 +520 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/StmtXML.def (new)
1.1 +52 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnosticBuffer.h (new)
1.1 +85 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnosticPrinter.h (new)
1.1 +299 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/TypeXML.def (new)
1.1 +93 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/Utils.h (new)
1.1 +98 -0 src/contrib/llvm/tools/clang/include/clang/Frontend/VerifyDiagnosticsClient.h (new)
1.1 +174 -0 src/contrib/llvm/tools/clang/include/clang/Index/ASTLocation.h (new)
1.1 +56 -0 src/contrib/llvm/tools/clang/include/clang/Index/Analyzer.h (new)
1.1 +146 -0 src/contrib/llvm/tools/clang/include/clang/Index/CallGraph.h (new)
1.1 +50 -0 src/contrib/llvm/tools/clang/include/clang/Index/DeclReferenceMap.h (new)
1.1 +144 -0 src/contrib/llvm/tools/clang/include/clang/Index/Entity.h (new)
1.1 +100 -0 src/contrib/llvm/tools/clang/include/clang/Index/GlobalSelector.h (new)
1.1 +81 -0 src/contrib/llvm/tools/clang/include/clang/Index/Handlers.h (new)
1.1 +38 -0 src/contrib/llvm/tools/clang/include/clang/Index/IndexProvider.h (new)
1.1 +64 -0 src/contrib/llvm/tools/clang/include/clang/Index/Indexer.h (new)
1.1 +45 -0 src/contrib/llvm/tools/clang/include/clang/Index/Program.h (new)
1.1 +63 -0 src/contrib/llvm/tools/clang/include/clang/Index/STLExtras.h (new)
1.1 +57 -0 src/contrib/llvm/tools/clang/include/clang/Index/SelectorMap.h (new)
1.1 +37 -0 src/contrib/llvm/tools/clang/include/clang/Index/TranslationUnit.h (new)
1.1 +36 -0 src/contrib/llvm/tools/clang/include/clang/Index/Utils.h (new)
1.1 +134 -0 src/contrib/llvm/tools/clang/include/clang/Lex/DirectoryLookup.h (new)
1.1 +34 -0 src/contrib/llvm/tools/clang/include/clang/Lex/ExternalPreprocessorSource.h (new)
1.1 +67 -0 src/contrib/llvm/tools/clang/include/clang/Lex/HeaderMap.h (new)
1.1 +235 -0 src/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearch.h (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/include/clang/Lex/LexDiagnostic.h (new)
1.1 +384 -0 src/contrib/llvm/tools/clang/include/clang/Lex/Lexer.h (new)
1.1 +172 -0 src/contrib/llvm/tools/clang/include/clang/Lex/LiteralSupport.h (new)
1.1 +218 -0 src/contrib/llvm/tools/clang/include/clang/Lex/MacroInfo.h (new)
1.1 +130 -0 src/contrib/llvm/tools/clang/include/clang/Lex/MultipleIncludeOpt.h (new)
1.1 +148 -0 src/contrib/llvm/tools/clang/include/clang/Lex/PPCallbacks.h (new)
1.1 +104 -0 src/contrib/llvm/tools/clang/include/clang/Lex/PTHLexer.h (new)
1.1 +140 -0 src/contrib/llvm/tools/clang/include/clang/Lex/PTHManager.h (new)
1.1 +90 -0 src/contrib/llvm/tools/clang/include/clang/Lex/Pragma.h (new)
1.1 +274 -0 src/contrib/llvm/tools/clang/include/clang/Lex/PreprocessingRecord.h (new)
1.1 +939 -0 src/contrib/llvm/tools/clang/include/clang/Lex/Preprocessor.h (new)
1.1 +162 -0 src/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorLexer.h (new)
1.1 +45 -0 src/contrib/llvm/tools/clang/include/clang/Lex/ScratchBuffer.h (new)
1.1 +257 -0 src/contrib/llvm/tools/clang/include/clang/Lex/Token.h (new)
1.1 +75 -0 src/contrib/llvm/tools/clang/include/clang/Lex/TokenConcatenation.h (new)
1.1 +154 -0 src/contrib/llvm/tools/clang/include/clang/Lex/TokenLexer.h (new)
1.1 +31 -0 src/contrib/llvm/tools/clang/include/clang/Makefile (new)
1.1 +3122 -0 src/contrib/llvm/tools/clang/include/clang/Parse/Action.h (new)
1.1 +227 -0 src/contrib/llvm/tools/clang/include/clang/Parse/AttributeList.h (new)
1.1 +1323 -0 src/contrib/llvm/tools/clang/include/clang/Parse/DeclSpec.h (new)
1.1 +239 -0 src/contrib/llvm/tools/clang/include/clang/Parse/Designator.h (new)
1.1 +845 -0 src/contrib/llvm/tools/clang/include/clang/Parse/Ownership.h (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/include/clang/Parse/ParseDiagnostic.h (new)
1.1 +1503 -0 src/contrib/llvm/tools/clang/include/clang/Parse/Parser.h (new)
1.1 +329 -0 src/contrib/llvm/tools/clang/include/clang/Parse/Scope.h (new)
1.1 +183 -0 src/contrib/llvm/tools/clang/include/clang/Parse/Template.h (new)
1.1 +48 -0 src/contrib/llvm/tools/clang/include/clang/Rewrite/DeltaTree.h (new)
1.1 +81 -0 src/contrib/llvm/tools/clang/include/clang/Rewrite/HTMLRewrite.h (new)
1.1 +230 -0 src/contrib/llvm/tools/clang/include/clang/Rewrite/RewriteRope.h (new)
1.1 +225 -0 src/contrib/llvm/tools/clang/include/clang/Rewrite/Rewriter.h (new)
1.1 +79 -0 src/contrib/llvm/tools/clang/include/clang/Rewrite/TokenRewriter.h (new)
1.1 +555 -0 src/contrib/llvm/tools/clang/include/clang/Sema/CodeCompleteConsumer.h (new)
1.1 +59 -0 src/contrib/llvm/tools/clang/include/clang/Sema/ExternalSemaSource.h (new)
1.1 +43 -0 src/contrib/llvm/tools/clang/include/clang/Sema/ParseAST.h (new)
1.1 +48 -0 src/contrib/llvm/tools/clang/include/clang/Sema/SemaConsumer.h (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/include/clang/Sema/SemaDiagnostic.h (new)
1.1 +142 -0 src/contrib/llvm/tools/clang/lib/AST/APValue.cpp (new)
1.1 +19 -0 src/contrib/llvm/tools/clang/lib/AST/ASTConsumer.cpp (new)
1.1 +5128 -0 src/contrib/llvm/tools/clang/lib/AST/ASTContext.cpp (new)
1.1 +265 -0 src/contrib/llvm/tools/clang/lib/AST/ASTDiagnostic.cpp (new)
1.1 +3207 -0 src/contrib/llvm/tools/clang/lib/AST/ASTImporter.cpp (new)
1.1 +205 -0 src/contrib/llvm/tools/clang/lib/AST/AttrImpl.cpp (new)
1.1 +42 -0 src/contrib/llvm/tools/clang/lib/AST/CMakeLists.txt (new)
1.1 +654 -0 src/contrib/llvm/tools/clang/lib/AST/CXXInheritance.cpp (new)
1.1 +1745 -0 src/contrib/llvm/tools/clang/lib/AST/Decl.cpp (new)
1.1 +1024 -0 src/contrib/llvm/tools/clang/lib/AST/DeclBase.cpp (new)
1.1 +1050 -0 src/contrib/llvm/tools/clang/lib/AST/DeclCXX.cpp (new)
1.1 +41 -0 src/contrib/llvm/tools/clang/lib/AST/DeclFriend.cpp (new)
1.1 +38 -0 src/contrib/llvm/tools/clang/lib/AST/DeclGroup.cpp (new)
1.1 +910 -0 src/contrib/llvm/tools/clang/lib/AST/DeclObjC.cpp (new)
1.1 +881 -0 src/contrib/llvm/tools/clang/lib/AST/DeclPrinter.cpp (new)
1.1 +525 -0 src/contrib/llvm/tools/clang/lib/AST/DeclTemplate.cpp (new)
1.1 +507 -0 src/contrib/llvm/tools/clang/lib/AST/DeclarationName.cpp (new)
1.1 +2601 -0 src/contrib/llvm/tools/clang/lib/AST/Expr.cpp (new)
1.1 +810 -0 src/contrib/llvm/tools/clang/lib/AST/ExprCXX.cpp (new)
1.1 +2650 -0 src/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp (new)
1.1 +58 -0 src/contrib/llvm/tools/clang/lib/AST/FullExpr.cpp (new)
1.1 +168 -0 src/contrib/llvm/tools/clang/lib/AST/InheritViz.cpp (new)
1.1 +21 -0 src/contrib/llvm/tools/clang/lib/AST/Makefile (new)
1.1 +186 -0 src/contrib/llvm/tools/clang/lib/AST/NestedNameSpecifier.cpp (new)
1.1 +94 -0 src/contrib/llvm/tools/clang/lib/AST/ParentMap.cpp (new)
1.1 +77 -0 src/contrib/llvm/tools/clang/lib/AST/RecordLayout.cpp (new)
1.1 +1538 -0 src/contrib/llvm/tools/clang/lib/AST/RecordLayoutBuilder.cpp (new)
1.1 +708 -0 src/contrib/llvm/tools/clang/lib/AST/Stmt.cpp (new)
1.1 +652 -0 src/contrib/llvm/tools/clang/lib/AST/StmtDumper.cpp (new)
1.1 +155 -0 src/contrib/llvm/tools/clang/lib/AST/StmtIterator.cpp (new)
1.1 +1384 -0 src/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp (new)
1.1 +977 -0 src/contrib/llvm/tools/clang/lib/AST/StmtProfile.cpp (new)
1.1 +62 -0 src/contrib/llvm/tools/clang/lib/AST/StmtViz.cpp (new)
1.1 +161 -0 src/contrib/llvm/tools/clang/lib/AST/TemplateBase.cpp (new)
1.1 +86 -0 src/contrib/llvm/tools/clang/lib/AST/TemplateName.cpp (new)
1.1 +1260 -0 src/contrib/llvm/tools/clang/lib/AST/Type.cpp (new)
1.1 +238 -0 src/contrib/llvm/tools/clang/lib/AST/TypeLoc.cpp (new)
1.1 +839 -0 src/contrib/llvm/tools/clang/lib/AST/TypePrinter.cpp (new)
1.1 +325 -0 src/contrib/llvm/tools/clang/lib/Analysis/AnalysisContext.cpp (new)
1.1 +2380 -0 src/contrib/llvm/tools/clang/lib/Analysis/CFG.cpp (new)
1.1 +12 -0 src/contrib/llvm/tools/clang/lib/Analysis/CMakeLists.txt (new)
1.1 +382 -0 src/contrib/llvm/tools/clang/lib/Analysis/LiveVariables.cpp (new)
1.1 +21 -0 src/contrib/llvm/tools/clang/lib/Analysis/Makefile (new)
1.1 +584 -0 src/contrib/llvm/tools/clang/lib/Analysis/PrintfFormatString.cpp (new)
1.1 +278 -0 src/contrib/llvm/tools/clang/lib/Analysis/ReachableCode.cpp (new)
1.1 +314 -0 src/contrib/llvm/tools/clang/lib/Analysis/UninitializedValues.cpp (new)
1.1 +95 -0 src/contrib/llvm/tools/clang/lib/Basic/Builtins.cpp (new)
1.1 +36 -0 src/contrib/llvm/tools/clang/lib/Basic/CMakeLists.txt (new)
1.1 +547 -0 src/contrib/llvm/tools/clang/lib/Basic/ConvertUTF.c (new)
1.1 +1322 -0 src/contrib/llvm/tools/clang/lib/Basic/Diagnostic.cpp (new)
1.1 +398 -0 src/contrib/llvm/tools/clang/lib/Basic/FileManager.cpp (new)
1.1 +402 -0 src/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp (new)
1.1 +35 -0 src/contrib/llvm/tools/clang/lib/Basic/Makefile (new)
1.1 +124 -0 src/contrib/llvm/tools/clang/lib/Basic/SourceLocation.cpp (new)
1.1 +1288 -0 src/contrib/llvm/tools/clang/lib/Basic/SourceManager.cpp (new)
1.1 +384 -0 src/contrib/llvm/tools/clang/lib/Basic/TargetInfo.cpp (new)
1.1 +2476 -0 src/contrib/llvm/tools/clang/lib/Basic/Targets.cpp (new)
1.1 +39 -0 src/contrib/llvm/tools/clang/lib/Basic/TokenKinds.cpp (new)
1.1 +76 -0 src/contrib/llvm/tools/clang/lib/Basic/Version.cpp (new)
1.1 +13 -0 src/contrib/llvm/tools/clang/lib/CMakeLists.txt (new)
1.1 +96 -0 src/contrib/llvm/tools/clang/lib/Checker/AdjustedReturnValueChecker.cpp (new)
1.1 +55 -0 src/contrib/llvm/tools/clang/lib/Checker/AggExprVisitor.cpp (new)
1.1 +91 -0 src/contrib/llvm/tools/clang/lib/Checker/ArrayBoundChecker.cpp (new)
1.1 +112 -0 src/contrib/llvm/tools/clang/lib/Checker/AttrNonNullChecker.cpp (new)
1.1 +317 -0 src/contrib/llvm/tools/clang/lib/Checker/BasicConstraintManager.cpp (new)
1.1 +577 -0 src/contrib/llvm/tools/clang/lib/Checker/BasicObjCFoundationChecks.cpp (new)
1.1 +41 -0 src/contrib/llvm/tools/clang/lib/Checker/BasicObjCFoundationChecks.h (new)
1.1 +510 -0 src/contrib/llvm/tools/clang/lib/Checker/BasicStore.cpp (new)
1.1 +289 -0 src/contrib/llvm/tools/clang/lib/Checker/BasicValueFactory.cpp (new)
1.1 +1896 -0 src/contrib/llvm/tools/clang/lib/Checker/BugReporter.cpp (new)
1.1 +423 -0 src/contrib/llvm/tools/clang/lib/Checker/BugReporterVisitors.cpp (new)
1.1 +75 -0 src/contrib/llvm/tools/clang/lib/Checker/BuiltinFunctionChecker.cpp (new)
1.1 +3620 -0 src/contrib/llvm/tools/clang/lib/Checker/CFRefCount.cpp (new)
1.1 +74 -0 src/contrib/llvm/tools/clang/lib/Checker/CMakeLists.txt (new)
1.1 +346 -0 src/contrib/llvm/tools/clang/lib/Checker/CallAndMessageChecker.cpp (new)
1.1 +54 -0 src/contrib/llvm/tools/clang/lib/Checker/CallInliner.cpp (new)
1.1 +82 -0 src/contrib/llvm/tools/clang/lib/Checker/CastSizeChecker.cpp (new)
1.1 +78 -0 src/contrib/llvm/tools/clang/lib/Checker/CastToStructChecker.cpp (new)
1.1 +289 -0 src/contrib/llvm/tools/clang/lib/Checker/CheckDeadStores.cpp (new)
1.1 +261 -0 src/contrib/llvm/tools/clang/lib/Checker/CheckObjCDealloc.cpp (new)
1.1 +119 -0 src/contrib/llvm/tools/clang/lib/Checker/CheckObjCInstMethSignature.cpp (new)
1.1 +494 -0 src/contrib/llvm/tools/clang/lib/Checker/CheckSecuritySyntaxOnly.cpp (new)
1.1 +71 -0 src/contrib/llvm/tools/clang/lib/Checker/CheckSizeofPointer.cpp (new)
1.1 +35 -0 src/contrib/llvm/tools/clang/lib/Checker/Checker.cpp (new)
1.1 +195 -0 src/contrib/llvm/tools/clang/lib/Checker/CocoaConventions.cpp (new)
1.1 +156 -0 src/contrib/llvm/tools/clang/lib/Checker/DereferenceChecker.cpp (new)
1.1 +85 -0 src/contrib/llvm/tools/clang/lib/Checker/DivZeroChecker.cpp (new)
1.1 +191 -0 src/contrib/llvm/tools/clang/lib/Checker/Environment.cpp (new)
1.1 +281 -0 src/contrib/llvm/tools/clang/lib/Checker/ExplodedGraph.cpp (new)
1.1 +71 -0 src/contrib/llvm/tools/clang/lib/Checker/FixedAddressChecker.cpp (new)
1.1 +168 -0 src/contrib/llvm/tools/clang/lib/Checker/FlatStore.cpp (new)
1.1 +85 -0 src/contrib/llvm/tools/clang/lib/Checker/GRBlockCounter.cpp (new)
1.1 +246 -0 src/contrib/llvm/tools/clang/lib/Checker/GRCXXExprEngine.cpp (new)
1.1 +722 -0 src/contrib/llvm/tools/clang/lib/Checker/GRCoreEngine.cpp (new)
1.1 +3481 -0 src/contrib/llvm/tools/clang/lib/Checker/GRExprEngine.cpp (new)
1.1 +41 -0 src/contrib/llvm/tools/clang/lib/Checker/GRExprEngineExperimentalChecks.cpp (new)
1.1 +26 -0 src/contrib/llvm/tools/clang/lib/Checker/GRExprEngineExperimentalChecks.h (new)
1.1 +52 -0 src/contrib/llvm/tools/clang/lib/Checker/GRExprEngineInternalChecks.h (new)
1.1 +370 -0 src/contrib/llvm/tools/clang/lib/Checker/GRState.cpp (new)
1.1 +335 -0 src/contrib/llvm/tools/clang/lib/Checker/LLVMConventionsChecker.cpp (new)
1.1 +141 -0 src/contrib/llvm/tools/clang/lib/Checker/MacOSXAPIChecker.cpp (new)
1.1 +21 -0 src/contrib/llvm/tools/clang/lib/Checker/Makefile (new)
1.1 +367 -0 src/contrib/llvm/tools/clang/lib/Checker/MallocChecker.cpp (new)
1.1 +20 -0 src/contrib/llvm/tools/clang/lib/Checker/ManagerRegistry.cpp (new)
1.1 +807 -0 src/contrib/llvm/tools/clang/lib/Checker/MemRegion.cpp (new)
1.1 +86 -0 src/contrib/llvm/tools/clang/lib/Checker/NSAutoreleasePoolChecker.cpp (new)
1.1 +237 -0 src/contrib/llvm/tools/clang/lib/Checker/NSErrorChecker.cpp (new)
1.1 +79 -0 src/contrib/llvm/tools/clang/lib/Checker/NoReturnFunctionChecker.cpp (new)
1.1 +196 -0 src/contrib/llvm/tools/clang/lib/Checker/OSAtomicChecker.cpp (new)
1.1 +161 -0 src/contrib/llvm/tools/clang/lib/Checker/ObjCUnusedIVarsChecker.cpp (new)
1.1 +281 -0 src/contrib/llvm/tools/clang/lib/Checker/PathDiagnostic.cpp (new)
1.1 +72 -0 src/contrib/llvm/tools/clang/lib/Checker/PointerArithChecker.cpp (new)
1.1 +78 -0 src/contrib/llvm/tools/clang/lib/Checker/PointerSubChecker.cpp (new)
1.1 +141 -0 src/contrib/llvm/tools/clang/lib/Checker/PthreadLockChecker.cpp (new)
1.1 +359 -0 src/contrib/llvm/tools/clang/lib/Checker/RangeConstraintManager.cpp (new)
1.1 +1917 -0 src/contrib/llvm/tools/clang/lib/Checker/RegionStore.cpp (new)
1.1 +97 -0 src/contrib/llvm/tools/clang/lib/Checker/ReturnPointerRangeChecker.cpp (new)
1.1 +125 -0 src/contrib/llvm/tools/clang/lib/Checker/ReturnStackAddressChecker.cpp (new)
1.1 +67 -0 src/contrib/llvm/tools/clang/lib/Checker/ReturnUndefChecker.cpp (new)
1.1 +347 -0 src/contrib/llvm/tools/clang/lib/Checker/SVals.cpp (new)
1.1 +157 -0 src/contrib/llvm/tools/clang/lib/Checker/SValuator.cpp (new)
1.1 +249 -0 src/contrib/llvm/tools/clang/lib/Checker/SimpleConstraintManager.cpp (new)
1.1 +83 -0 src/contrib/llvm/tools/clang/lib/Checker/SimpleConstraintManager.h (new)
1.1 +434 -0 src/contrib/llvm/tools/clang/lib/Checker/SimpleSValuator.cpp (new)
1.1 +335 -0 src/contrib/llvm/tools/clang/lib/Checker/Store.cpp (new)
1.1 +231 -0 src/contrib/llvm/tools/clang/lib/Checker/SymbolManager.cpp (new)
1.1 +118 -0 src/contrib/llvm/tools/clang/lib/Checker/UndefBranchChecker.cpp (new)
1.1 +101 -0 src/contrib/llvm/tools/clang/lib/Checker/UndefCapturedBlockVarChecker.cpp (new)
1.1 +86 -0 src/contrib/llvm/tools/clang/lib/Checker/UndefResultChecker.cpp (new)
1.1 +56 -0 src/contrib/llvm/tools/clang/lib/Checker/UndefinedArraySubscriptChecker.cpp (new)
1.1 +95 -0 src/contrib/llvm/tools/clang/lib/Checker/UndefinedAssignmentChecker.cpp (new)
1.1 +222 -0 src/contrib/llvm/tools/clang/lib/Checker/UnixAPIChecker.cpp (new)
1.1 +96 -0 src/contrib/llvm/tools/clang/lib/Checker/VLASizeChecker.cpp (new)
1.1 +149 -0 src/contrib/llvm/tools/clang/lib/Checker/ValueManager.cpp (new)
1.1 +153 -0 src/contrib/llvm/tools/clang/lib/CodeGen/ABIInfo.h (new)
1.1 +1284 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp (new)
1.1 +220 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h (new)
1.1 +26 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGBuilder.h (new)
1.1 +1170 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp (new)
1.1 +338 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.cpp (new)
1.1 +36 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.h (new)
1.1 +37 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.h (new)
1.1 +1122 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGCall.cpp (new)
1.1 +166 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGCall.h (new)
1.1 +1325 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGClass.cpp (new)
1.1 +1644 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp (new)
1.1 +224 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h (new)
1.1 +830 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGDecl.cpp (new)
1.1 +424 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGDeclCXX.cpp (new)
1.1 +752 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGException.cpp (new)
1.1 +2084 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGExpr.cpp (new)
1.1 +871 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGExprAgg.cpp (new)
1.1 +979 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGExprCXX.cpp (new)
1.1 +742 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGExprComplex.cpp (new)
1.1 +1181 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGExprConstant.cpp (new)
1.1 +2006 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp (new)
1.1 +842 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGObjC.cpp (new)
1.1 +2273 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp (new)
1.1 +5910 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp (new)
1.1 +221 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGObjCRuntime.h (new)
1.1 +827 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGRTTI.cpp (new)
1.1 +222 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayout.h (new)
1.1 +786 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp (new)
1.1 +1179 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGStmt.cpp (new)
1.1 +160 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGTemporaries.cpp (new)
1.1 +487 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGVTT.cpp (new)
1.1 +3133 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.cpp (new)
1.1 +364 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.h (new)
1.1 +308 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CGValue.h (new)
1.1 +37 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CMakeLists.txt (new)
1.1 +835 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.cpp (new)
1.1 +1390 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.h (new)
1.1 +2006 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp (new)
1.1 +577 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.h (new)
1.1 +501 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.cpp (new)
1.1 +202 -0 src/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.h (new)
1.1 +113 -0 src/contrib/llvm/tools/clang/lib/CodeGen/GlobalDecl.h (new)
1.1 +39 -0 src/contrib/llvm/tools/clang/lib/CodeGen/ItaniumCXXABI.cpp (new)
1.1 +25 -0 src/contrib/llvm/tools/clang/lib/CodeGen/Makefile (new)
1.1 +2201 -0 src/contrib/llvm/tools/clang/lib/CodeGen/Mangle.cpp (new)
1.1 +171 -0 src/contrib/llvm/tools/clang/lib/CodeGen/Mangle.h (new)
1.1 +107 -0 src/contrib/llvm/tools/clang/lib/CodeGen/ModuleBuilder.cpp (new)
1.1 +47 -0 src/contrib/llvm/tools/clang/lib/CodeGen/README.txt (new)
1.1 +2252 -0 src/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp (new)
1.1 +98 -0 src/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.h (new)
1.1 +81 -0 src/contrib/llvm/tools/clang/lib/Driver/Action.cpp (new)
1.1 +190 -0 src/contrib/llvm/tools/clang/lib/Driver/Arg.cpp (new)
1.1 +275 -0 src/contrib/llvm/tools/clang/lib/Driver/ArgList.cpp (new)
1.1 +39 -0 src/contrib/llvm/tools/clang/lib/Driver/CC1AsOptions.cpp (new)
1.1 +38 -0 src/contrib/llvm/tools/clang/lib/Driver/CC1Options.cpp (new)
1.1 +25 -0 src/contrib/llvm/tools/clang/lib/Driver/CMakeLists.txt (new)
1.1 +204 -0 src/contrib/llvm/tools/clang/lib/Driver/Compilation.cpp (new)
1.1 +1289 -0 src/contrib/llvm/tools/clang/lib/Driver/Driver.cpp (new)
1.1 +37 -0 src/contrib/llvm/tools/clang/lib/Driver/DriverOptions.cpp (new)
1.1 +590 -0 src/contrib/llvm/tools/clang/lib/Driver/HostInfo.cpp (new)
1.1 +101 -0 src/contrib/llvm/tools/clang/lib/Driver/InputInfo.h (new)
1.1 +44 -0 src/contrib/llvm/tools/clang/lib/Driver/Job.cpp (new)
1.1 +16 -0 src/contrib/llvm/tools/clang/lib/Driver/Makefile (new)
1.1 +379 -0 src/contrib/llvm/tools/clang/lib/Driver/OptTable.cpp (new)
1.1 +232 -0 src/contrib/llvm/tools/clang/lib/Driver/Option.cpp (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/lib/Driver/Phases.cpp (new)
1.1 +21 -0 src/contrib/llvm/tools/clang/lib/Driver/Tool.cpp (new)
1.1 +39 -0 src/contrib/llvm/tools/clang/lib/Driver/ToolChain.cpp (new)
1.1 +989 -0 src/contrib/llvm/tools/clang/lib/Driver/ToolChains.cpp (new)
1.1 +310 -0 src/contrib/llvm/tools/clang/lib/Driver/ToolChains.h (new)
1.1 +3185 -0 src/contrib/llvm/tools/clang/lib/Driver/Tools.cpp (new)
1.1 +437 -0 src/contrib/llvm/tools/clang/lib/Driver/Tools.h (new)
1.1 +231 -0 src/contrib/llvm/tools/clang/lib/Driver/Types.cpp (new)
1.1 +464 -0 src/contrib/llvm/tools/clang/lib/Frontend/ASTConsumers.cpp (new)
1.1 +104 -0 src/contrib/llvm/tools/clang/lib/Frontend/ASTMerge.cpp (new)
1.1 +459 -0 src/contrib/llvm/tools/clang/lib/Frontend/ASTUnit.cpp (new)
1.1 +587 -0 src/contrib/llvm/tools/clang/lib/Frontend/AnalysisConsumer.cpp (new)
1.1 +39 -0 src/contrib/llvm/tools/clang/lib/Frontend/BoostConAction.cpp (new)
1.1 +59 -0 src/contrib/llvm/tools/clang/lib/Frontend/CMakeLists.txt (new)
1.1 +649 -0 src/contrib/llvm/tools/clang/lib/Frontend/CacheTokens.cpp (new)
1.1 +593 -0 src/contrib/llvm/tools/clang/lib/Frontend/CodeGenAction.cpp (new)
1.1 +549 -0 src/contrib/llvm/tools/clang/lib/Frontend/CompilerInstance.cpp (new)
1.1 +1409 -0 src/contrib/llvm/tools/clang/lib/Frontend/CompilerInvocation.cpp (new)
1.1 +189 -0 src/contrib/llvm/tools/clang/lib/Frontend/DeclXML.cpp (new)
1.1 +174 -0 src/contrib/llvm/tools/clang/lib/Frontend/DependencyFile.cpp (new)
1.1 +301 -0 src/contrib/llvm/tools/clang/lib/Frontend/DiagChecker.cpp (new)
1.1 +367 -0 src/contrib/llvm/tools/clang/lib/Frontend/DocumentXML.cpp (new)
1.1 +167 -0 src/contrib/llvm/tools/clang/lib/Frontend/FixItRewriter.cpp (new)
1.1 +231 -0 src/contrib/llvm/tools/clang/lib/Frontend/FrontendAction.cpp (new)
1.1 +272 -0 src/contrib/llvm/tools/clang/lib/Frontend/FrontendActions.cpp (new)
1.1 +31 -0 src/contrib/llvm/tools/clang/lib/Frontend/FrontendOptions.cpp (new)
1.1 +80 -0 src/contrib/llvm/tools/clang/lib/Frontend/GeneratePCH.cpp (new)
1.1 +577 -0 src/contrib/llvm/tools/clang/lib/Frontend/HTMLDiagnostics.cpp (new)
1.1 +94 -0 src/contrib/llvm/tools/clang/lib/Frontend/HTMLPrint.cpp (new)
1.1 +873 -0 src/contrib/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp (new)
1.1 +573 -0 src/contrib/llvm/tools/clang/lib/Frontend/InitPreprocessor.cpp (new)
1.1 +44 -0 src/contrib/llvm/tools/clang/lib/Frontend/LangStandards.cpp (new)
1.1 +17 -0 src/contrib/llvm/tools/clang/lib/Frontend/Makefile (new)
1.1 +3096 -0 src/contrib/llvm/tools/clang/lib/Frontend/PCHReader.cpp (new)
1.1 +1077 -0 src/contrib/llvm/tools/clang/lib/Frontend/PCHReaderDecl.cpp (new)
1.1 +1499 -0 src/contrib/llvm/tools/clang/lib/Frontend/PCHReaderStmt.cpp (new)
1.1 +2461 -0 src/contrib/llvm/tools/clang/lib/Frontend/PCHWriter.cpp (new)
1.1 +817 -0 src/contrib/llvm/tools/clang/lib/Frontend/PCHWriterDecl.cpp (new)
1.1 +1101 -0 src/contrib/llvm/tools/clang/lib/Frontend/PCHWriterStmt.cpp (new)
1.1 +471 -0 src/contrib/llvm/tools/clang/lib/Frontend/PlistDiagnostics.cpp (new)
1.1 +851 -0 src/contrib/llvm/tools/clang/lib/Frontend/PrintParserCallbacks.cpp (new)
1.1 +520 -0 src/contrib/llvm/tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp (new)
1.1 +217 -0 src/contrib/llvm/tools/clang/lib/Frontend/RewriteMacros.cpp (new)
1.1 +5778 -0 src/contrib/llvm/tools/clang/lib/Frontend/RewriteObjC.cpp (new)
1.1 +39 -0 src/contrib/llvm/tools/clang/lib/Frontend/RewriteTest.cpp (new)
1.1 +453 -0 src/contrib/llvm/tools/clang/lib/Frontend/StmtXML.cpp (new)
1.1 +48 -0 src/contrib/llvm/tools/clang/lib/Frontend/TextDiagnosticBuffer.cpp (new)
1.1 +948 -0 src/contrib/llvm/tools/clang/lib/Frontend/TextDiagnosticPrinter.cpp (new)
1.1 +119 -0 src/contrib/llvm/tools/clang/lib/Frontend/TypeXML.cpp (new)
1.1 +521 -0 src/contrib/llvm/tools/clang/lib/Frontend/VerifyDiagnosticsClient.cpp (new)
1.1 +131 -0 src/contrib/llvm/tools/clang/lib/Frontend/Warnings.cpp (new)
1.1 +40 -0 src/contrib/llvm/tools/clang/lib/Headers/CMakeLists.txt (new)
1.1 +40 -0 src/contrib/llvm/tools/clang/lib/Headers/Makefile (new)
1.1 +1483 -0 src/contrib/llvm/tools/clang/lib/Headers/altivec.h (new)
1.1 +537 -0 src/contrib/llvm/tools/clang/lib/Headers/arm_neon.h (new)
1.1 +1363 -0 src/contrib/llvm/tools/clang/lib/Headers/emmintrin.h (new)
1.1 +71 -0 src/contrib/llvm/tools/clang/lib/Headers/float.h (new)
1.1 +43 -0 src/contrib/llvm/tools/clang/lib/Headers/iso646.h (new)
1.1 +113 -0 src/contrib/llvm/tools/clang/lib/Headers/limits.h (new)
1.1 +62 -0 src/contrib/llvm/tools/clang/lib/Headers/mm_malloc.h (new)
1.1 +449 -0 src/contrib/llvm/tools/clang/lib/Headers/mmintrin.h (new)
1.1 +35 -0 src/contrib/llvm/tools/clang/lib/Headers/nmmintrin.h (new)
1.1 +121 -0 src/contrib/llvm/tools/clang/lib/Headers/pmmintrin.h (new)
1.1 +454 -0 src/contrib/llvm/tools/clang/lib/Headers/smmintrin.h (new)
1.1 +50 -0 src/contrib/llvm/tools/clang/lib/Headers/stdarg.h (new)
1.1 +38 -0 src/contrib/llvm/tools/clang/lib/Headers/stdbool.h (new)
1.1 +50 -0 src/contrib/llvm/tools/clang/lib/Headers/stddef.h (new)
1.1 +654 -0 src/contrib/llvm/tools/clang/lib/Headers/stdint.h (new)
1.1 +1358 -0 src/contrib/llvm/tools/clang/lib/Headers/tgmath.h (new)
1.1 +218 -0 src/contrib/llvm/tools/clang/lib/Headers/tmmintrin.h (new)
1.1 +26 -0 src/contrib/llvm/tools/clang/lib/Headers/varargs.h (new)
1.1 +67 -0 src/contrib/llvm/tools/clang/lib/Headers/wmmintrin.h (new)
1.1 +918 -0 src/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h (new)
1.1 +117 -0 src/contrib/llvm/tools/clang/lib/Index/ASTLocation.cpp (new)
1.1 +144 -0 src/contrib/llvm/tools/clang/lib/Index/ASTVisitor.h (new)
1.1 +470 -0 src/contrib/llvm/tools/clang/lib/Index/Analyzer.cpp (new)
1.1 +16 -0 src/contrib/llvm/tools/clang/lib/Index/CMakeLists.txt (new)
1.1 +150 -0 src/contrib/llvm/tools/clang/lib/Index/CallGraph.cpp (new)
1.1 +90 -0 src/contrib/llvm/tools/clang/lib/Index/DeclReferenceMap.cpp (new)
1.1 +223 -0 src/contrib/llvm/tools/clang/lib/Index/Entity.cpp (new)
1.1 +70 -0 src/contrib/llvm/tools/clang/lib/Index/EntityImpl.h (new)
1.1 +71 -0 src/contrib/llvm/tools/clang/lib/Index/GlobalSelector.cpp (new)
1.1 +22 -0 src/contrib/llvm/tools/clang/lib/Index/Handlers.cpp (new)
1.1 +20 -0 src/contrib/llvm/tools/clang/lib/Index/IndexProvider.cpp (new)
1.1 +104 -0 src/contrib/llvm/tools/clang/lib/Index/Indexer.cpp (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/lib/Index/Makefile (new)
1.1 +50 -0 src/contrib/llvm/tools/clang/lib/Index/Program.cpp (new)
1.1 +56 -0 src/contrib/llvm/tools/clang/lib/Index/ProgramImpl.h (new)
1.1 +602 -0 src/contrib/llvm/tools/clang/lib/Index/ResolveLocation.cpp (new)
1.1 +84 -0 src/contrib/llvm/tools/clang/lib/Index/SelectorMap.cpp (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/lib/Lex/CMakeLists.txt (new)
1.1 +228 -0 src/contrib/llvm/tools/clang/lib/Lex/HeaderMap.cpp (new)
1.1 +440 -0 src/contrib/llvm/tools/clang/lib/Lex/HeaderSearch.cpp (new)
1.1 +2069 -0 src/contrib/llvm/tools/clang/lib/Lex/Lexer.cpp (new)
1.1 +969 -0 src/contrib/llvm/tools/clang/lib/Lex/LiteralSupport.cpp (new)
1.1 +293 -0 src/contrib/llvm/tools/clang/lib/Lex/MacroArgs.cpp (new)
1.1 +119 -0 src/contrib/llvm/tools/clang/lib/Lex/MacroArgs.h (new)
1.1 +75 -0 src/contrib/llvm/tools/clang/lib/Lex/MacroInfo.cpp (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/lib/Lex/Makefile (new)
1.1 +112 -0 src/contrib/llvm/tools/clang/lib/Lex/PPCaching.cpp (new)
1.1 +1669 -0 src/contrib/llvm/tools/clang/lib/Lex/PPDirectives.cpp (new)
1.1 +750 -0 src/contrib/llvm/tools/clang/lib/Lex/PPExpressions.cpp (new)
1.1 +362 -0 src/contrib/llvm/tools/clang/lib/Lex/PPLexerChange.cpp (new)
1.1 +798 -0 src/contrib/llvm/tools/clang/lib/Lex/PPMacroExpansion.cpp (new)
1.1 +685 -0 src/contrib/llvm/tools/clang/lib/Lex/PTHLexer.cpp (new)
1.1 +740 -0 src/contrib/llvm/tools/clang/lib/Lex/Pragma.cpp (new)
1.1 +128 -0 src/contrib/llvm/tools/clang/lib/Lex/PreprocessingRecord.cpp (new)
1.1 +640 -0 src/contrib/llvm/tools/clang/lib/Lex/Preprocessor.cpp (new)
1.1 +45 -0 src/contrib/llvm/tools/clang/lib/Lex/PreprocessorLexer.cpp (new)
1.1 +73 -0 src/contrib/llvm/tools/clang/lib/Lex/ScratchBuffer.cpp (new)
1.1 +223 -0 src/contrib/llvm/tools/clang/lib/Lex/TokenConcatenation.cpp (new)
1.1 +549 -0 src/contrib/llvm/tools/clang/lib/Lex/TokenLexer.cpp (new)
1.1 +15 -0 src/contrib/llvm/tools/clang/lib/Makefile (new)
1.1 +129 -0 src/contrib/llvm/tools/clang/lib/Parse/AttributeList.cpp (new)
1.1 +21 -0 src/contrib/llvm/tools/clang/lib/Parse/CMakeLists.txt (new)
1.1 +556 -0 src/contrib/llvm/tools/clang/lib/Parse/DeclSpec.cpp (new)
1.1 +21 -0 src/contrib/llvm/tools/clang/lib/Parse/Makefile (new)
1.1 +281 -0 src/contrib/llvm/tools/clang/lib/Parse/MinimalAction.cpp (new)
1.1 +333 -0 src/contrib/llvm/tools/clang/lib/Parse/ParseCXXInlineMethods.cpp (new)
1.1 +3468 -0 src/contrib/llvm/tools/clang/lib/Parse/ParseDecl.cpp (new)
1.1 +2016 -0 src/contrib/llvm/tools/clang/lib/Parse/ParseDeclCXX.cpp (new)
1.1 +1707 -0 src/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp (new)
1.1 +1921 -0 src/contrib/llvm/tools/clang/lib/Parse/ParseExprCXX.cpp (new)
1.1 +376 -0 src/contrib/llvm/tools/clang/lib/Parse/ParseInit.cpp (new)
1.1 +2171 -0 src/contrib/llvm/tools/clang/lib/Parse/ParseObjc.cpp (new)
1.1 +269 -0 src/contrib/llvm/tools/clang/lib/Parse/ParsePragma.cpp (new)
1.1 +62 -0 src/contrib/llvm/tools/clang/lib/Parse/ParsePragma.h (new)
1.1 +1607 -0 src/contrib/llvm/tools/clang/lib/Parse/ParseStmt.cpp (new)
1.1 +1046 -0 src/contrib/llvm/tools/clang/lib/Parse/ParseTemplate.cpp (new)
1.1 +1052 -0 src/contrib/llvm/tools/clang/lib/Parse/ParseTentative.cpp (new)
1.1 +1107 -0 src/contrib/llvm/tools/clang/lib/Parse/Parser.cpp (new)
1.1 +85 -0 src/contrib/llvm/tools/clang/lib/Parse/RAIIObjectsForParser.h (new)
1.1 +9 -0 src/contrib/llvm/tools/clang/lib/Rewrite/CMakeLists.txt (new)
1.1 +475 -0 src/contrib/llvm/tools/clang/lib/Rewrite/DeltaTree.cpp (new)
1.1 +580 -0 src/contrib/llvm/tools/clang/lib/Rewrite/HTMLRewrite.cpp (new)
1.1 +21 -0 src/contrib/llvm/tools/clang/lib/Rewrite/Makefile (new)
1.1 +808 -0 src/contrib/llvm/tools/clang/lib/Rewrite/RewriteRope.cpp (new)
1.1 +230 -0 src/contrib/llvm/tools/clang/lib/Rewrite/Rewriter.cpp (new)
1.1 +99 -0 src/contrib/llvm/tools/clang/lib/Rewrite/TokenRewriter.cpp (new)
1.1 +101 -0 src/contrib/llvm/tools/clang/lib/Runtime/Makefile (new)
1.1 +403 -0 src/contrib/llvm/tools/clang/lib/Sema/AnalysisBasedWarnings.cpp (new)
1.1 +55 -0 src/contrib/llvm/tools/clang/lib/Sema/AnalysisBasedWarnings.h (new)
1.1 +37 -0 src/contrib/llvm/tools/clang/lib/Sema/CMakeLists.txt (new)
1.1 +79 -0 src/contrib/llvm/tools/clang/lib/Sema/CXXFieldCollector.h (new)
1.1 +628 -0 src/contrib/llvm/tools/clang/lib/Sema/CodeCompleteConsumer.cpp (new)
1.1 +263 -0 src/contrib/llvm/tools/clang/lib/Sema/IdentifierResolver.cpp (new)
1.1 +203 -0 src/contrib/llvm/tools/clang/lib/Sema/IdentifierResolver.h (new)
1.1 +519 -0 src/contrib/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp (new)
1.1 +649 -0 src/contrib/llvm/tools/clang/lib/Sema/Lookup.h (new)
1.1 +22 -0 src/contrib/llvm/tools/clang/lib/Sema/Makefile (new)
1.1 +125 -0 src/contrib/llvm/tools/clang/lib/Sema/ParseAST.cpp (new)
1.1 +427 -0 src/contrib/llvm/tools/clang/lib/Sema/Sema.cpp (new)
1.1 +4543 -0 src/contrib/llvm/tools/clang/lib/Sema/Sema.h (new)
1.1 +1329 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaAccess.cpp (new)
1.1 +271 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaAttr.cpp (new)
1.1 +1276 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaCXXCast.cpp (new)
1.1 +674 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaCXXScopeSpec.cpp (new)
1.1 +2404 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaChecking.cpp (new)
1.1 +3741 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp (new)
1.1 +6708 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaDecl.cpp (new)
1.1 +2185 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp (new)
1.1 +6294 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp (new)
1.1 +1859 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaDeclObjC.cpp (new)
1.1 +506 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaExceptionSpec.cpp (new)
1.1 +7754 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaExpr.cpp (new)
1.1 +3031 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaExprCXX.cpp (new)
1.1 +1042 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaExprObjC.cpp (new)
1.1 +4370 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp (new)
1.1 +757 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaInit.h (new)
1.1 +2890 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp (new)
1.1 +1231 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaObjCProperty.cpp (new)
1.1 +7437 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaOverload.cpp (new)
1.1 +617 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaOverload.h (new)
1.1 +1771 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaStmt.cpp (new)
1.1 +5633 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaTemplate.cpp (new)
1.1 +138 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaTemplate.h (new)
1.1 +2737 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaTemplateDeduction.cpp (new)
1.1 +1637 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp (new)
1.1 +2761 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp (new)
1.1 +2196 -0 src/contrib/llvm/tools/clang/lib/Sema/SemaType.cpp (new)
1.1 +226 -0 src/contrib/llvm/tools/clang/lib/Sema/TargetAttributesSema.cpp (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/lib/Sema/TargetAttributesSema.h (new)
1.1 +6622 -0 src/contrib/llvm/tools/clang/lib/Sema/TreeTransform.h (new)
1.1 +2589 -0 src/contrib/llvm/tools/clang/tools/CIndex/CIndex.cpp (new)
1.1 +81 -0 src/contrib/llvm/tools/clang/tools/CIndex/CIndex.darwin.exports (new)
1.1 +81 -0 src/contrib/llvm/tools/clang/tools/CIndex/CIndex.exports (new)
1.1 +512 -0 src/contrib/llvm/tools/clang/tools/CIndex/CIndexCodeCompletion.cpp (new)
1.1 +285 -0 src/contrib/llvm/tools/clang/tools/CIndex/CIndexDiagnostic.cpp (new)
1.1 +53 -0 src/contrib/llvm/tools/clang/tools/CIndex/CIndexDiagnostic.h (new)
1.1 +67 -0 src/contrib/llvm/tools/clang/tools/CIndex/CIndexInclusionStack.cpp (new)
1.1 +469 -0 src/contrib/llvm/tools/clang/tools/CIndex/CIndexUSRs.cpp (new)
1.1 +154 -0 src/contrib/llvm/tools/clang/tools/CIndex/CIndexer.cpp (new)
1.1 +78 -0 src/contrib/llvm/tools/clang/tools/CIndex/CIndexer.h (new)
1.1 +56 -0 src/contrib/llvm/tools/clang/tools/CIndex/CMakeLists.txt (new)
1.1 +369 -0 src/contrib/llvm/tools/clang/tools/CIndex/CXCursor.cpp (new)
1.1 +112 -0 src/contrib/llvm/tools/clang/tools/CIndex/CXCursor.h (new)
1.1 +75 -0 src/contrib/llvm/tools/clang/tools/CIndex/CXSourceLocation.h (new)
1.1 +55 -0 src/contrib/llvm/tools/clang/tools/CIndex/Makefile (new)
1.1 +3 -0 src/contrib/llvm/tools/clang/tools/CMakeLists.txt (new)
1.1 +19 -0 src/contrib/llvm/tools/clang/tools/Makefile (new)
1.1 +29 -0 src/contrib/llvm/tools/clang/tools/c-index-test/CMakeLists.txt (new)
1.1 +23 -0 src/contrib/llvm/tools/clang/tools/c-index-test/Makefile (new)
1.1 +1269 -0 src/contrib/llvm/tools/clang/tools/c-index-test/c-index-test.c (new)
1.1 +50 -0 src/contrib/llvm/tools/clang/tools/driver/CMakeLists.txt (new)
1.1 +42 -0 src/contrib/llvm/tools/clang/tools/driver/Makefile (new)
1.1 +309 -0 src/contrib/llvm/tools/clang/tools/driver/cc1_main.cpp (new)
1.1 +373 -0 src/contrib/llvm/tools/clang/tools/driver/cc1as_main.cpp (new)
1.1 +298 -0 src/contrib/llvm/tools/clang/tools/driver/driver.cpp (new)
1.1 +23 -0 src/contrib/llvm/tools/clang/tools/index-test/CMakeLists.txt (new)
1.1 +25 -0 src/contrib/llvm/tools/clang/tools/index-test/Makefile (new)
1.1 +334 -0 src/contrib/llvm/tools/clang/tools/index-test/index-test.cpp (new)
1.1 +2883 -0 src/contrib/llvm/tools/clang/tools/libclang/CIndex.cpp (new)
1.1 +545 -0 src/contrib/llvm/tools/clang/tools/libclang/CIndexCodeCompletion.cpp (new)
1.1 +285 -0 src/contrib/llvm/tools/clang/tools/libclang/CIndexDiagnostic.cpp (new)
1.1 +53 -0 src/contrib/llvm/tools/clang/tools/libclang/CIndexDiagnostic.h (new)
1.1 +67 -0 src/contrib/llvm/tools/clang/tools/libclang/CIndexInclusionStack.cpp (new)
1.1 +646 -0 src/contrib/llvm/tools/clang/tools/libclang/CIndexUSRs.cpp (new)
1.1 +154 -0 src/contrib/llvm/tools/clang/tools/libclang/CIndexer.cpp (new)
1.1 +78 -0 src/contrib/llvm/tools/clang/tools/libclang/CIndexer.h (new)
1.1 +58 -0 src/contrib/llvm/tools/clang/tools/libclang/CMakeLists.txt (new)
1.1 +372 -0 src/contrib/llvm/tools/clang/tools/libclang/CXCursor.cpp (new)
1.1 +112 -0 src/contrib/llvm/tools/clang/tools/libclang/CXCursor.h (new)
1.1 +75 -0 src/contrib/llvm/tools/clang/tools/libclang/CXSourceLocation.h (new)
1.1 +249 -0 src/contrib/llvm/tools/clang/tools/libclang/CXTypes.cpp (new)
1.1 +55 -0 src/contrib/llvm/tools/clang/tools/libclang/Makefile (new)
1.1 +90 -0 src/contrib/llvm/tools/clang/tools/libclang/libclang.darwin.exports (new)
1.1 +91 -0 src/contrib/llvm/tools/clang/tools/libclang/libclang.exports (new)
1.1 +1 -0 src/contrib/llvm/tools/clang/tools/scan-build/c++-analyzer (new)
1.1 +658 -0 src/contrib/llvm/tools/clang/tools/scan-build/ccc-analyzer (new)
1.1 +1265 -0 src/contrib/llvm/tools/clang/tools/scan-build/scan-build (new)
1.1 +62 -0 src/contrib/llvm/tools/clang/tools/scan-build/scanview.css (new)
1.1 +77 -0 src/contrib/llvm/tools/clang/tools/scan-build/set-xcode-analyzer (new)
1.1 +493 -0 src/contrib/llvm/tools/clang/tools/scan-build/sorttable.js (new)
1.1 +248 -0 src/contrib/llvm/tools/clang/tools/scan-view/Reporter.py (new)
1.1 +185 -0 src/contrib/llvm/tools/clang/tools/scan-view/Resources/FileRadar.scpt (new)
1.1 +0 -0 src/contrib/llvm/tools/clang/tools/scan-view/Resources/GetRadarVersion.scpt (new)
1.1 +1 -0 src/contrib/llvm/tools/clang/tools/scan-view/Resources/bugcatcher.ico (new)
1.1 +770 -0 src/contrib/llvm/tools/clang/tools/scan-view/ScanView.py (new)
1.1 +131 -0 src/contrib/llvm/tools/clang/tools/scan-view/scan-view (new)
1.1 +203 -0 src/contrib/llvm/tools/clang/tools/scan-view/startfile.py (new)
1.1 +653 -0 src/contrib/llvm/tools/clang/utils/ABITest/ABITestGen.py (new)
1.1 +276 -0 src/contrib/llvm/tools/clang/utils/ABITest/Enumeration.py (new)
1.1 +170 -0 src/contrib/llvm/tools/clang/utils/ABITest/Makefile.test.common (new)
1.1 +462 -0 src/contrib/llvm/tools/clang/utils/ABITest/TypeGen.py (new)
1.1 +15 -0 src/contrib/llvm/tools/clang/utils/ABITest/build-and-summarize-all.sh (new)
1.1 +14 -0 src/contrib/llvm/tools/clang/utils/ABITest/build-and-summarize.sh (new)
1.1 +12 -0 src/contrib/llvm/tools/clang/utils/ABITest/build.sh (new)
1.1 +68 -0 src/contrib/llvm/tools/clang/utils/ABITest/layout/Makefile (new)
1.1 +7 -0 src/contrib/llvm/tools/clang/utils/ABITest/return-types-32/Makefile (new)
1.1 +7 -0 src/contrib/llvm/tools/clang/utils/ABITest/return-types-64/Makefile (new)
1.1 +7 -0 src/contrib/llvm/tools/clang/utils/ABITest/single-args-32/Makefile (new)
1.1 +13 -0 src/contrib/llvm/tools/clang/utils/ABITest/single-args-64/Makefile (new)
1.1 +15 -0 src/contrib/llvm/tools/clang/utils/ABITest/summarize.sh (new)
1.1 +26 -0 src/contrib/llvm/tools/clang/utils/C++Tests/Clang-Code-Compile/lit.local.cfg (new)
1.1 +25 -0 src/contrib/llvm/tools/clang/utils/C++Tests/Clang-Code-Syntax/lit.local.cfg (new)
1.1 +24 -0 src/contrib/llvm/tools/clang/utils/C++Tests/Clang-Syntax/lit.local.cfg (new)
1.1 +56 -0 src/contrib/llvm/tools/clang/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg (new)
1.1 +54 -0 src/contrib/llvm/tools/clang/utils/C++Tests/LLVM-Code-Symbols/check-symbols (new)
1.1 +56 -0 src/contrib/llvm/tools/clang/utils/C++Tests/LLVM-Code-Symbols/lit.local.cfg (new)
1.1 +54 -0 src/contrib/llvm/tools/clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg (new)
1.1 +24 -0 src/contrib/llvm/tools/clang/utils/C++Tests/LLVM-Syntax/lit.local.cfg (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/utils/C++Tests/lit.cfg (new)
1.1 +17 -0 src/contrib/llvm/tools/clang/utils/C++Tests/stdc++-Syntax/lit.local.cfg (new)
1.1 +44 -0 src/contrib/llvm/tools/clang/utils/CIndex/completion_logger_server.py (new)
1.1 +73 -0 src/contrib/llvm/tools/clang/utils/CaptureCmd (new)
1.1 +210 -0 src/contrib/llvm/tools/clang/utils/CmpDriver (new)
1.1 +910 -0 src/contrib/llvm/tools/clang/utils/FindSpecRefs (new)
1.1 +3 -0 src/contrib/llvm/tools/clang/utils/OptionalTests/Extra/README.txt (new)
1.1 +338 -0 src/contrib/llvm/tools/clang/utils/OptionalTests/Extra/Runtime/darwin-clang_rt.c (new)
1.1 +4 -0 src/contrib/llvm/tools/clang/utils/OptionalTests/README.txt (new)
1.1 +26 -0 src/contrib/llvm/tools/clang/utils/OptionalTests/lit.cfg (new)
1.1 +117 -0 src/contrib/llvm/tools/clang/utils/SummarizeErrors (new)
1.1 +24 -0 src/contrib/llvm/tools/clang/utils/TestUtils/deep-stack.py (new)
1.1 +61 -0 src/contrib/llvm/tools/clang/utils/TestUtils/pch-test.pl (new)
1.1 +24 -0 src/contrib/llvm/tools/clang/utils/VtableTest/Makefile (new)
1.1 +20 -0 src/contrib/llvm/tools/clang/utils/VtableTest/check-zti (new)
1.1 +20 -0 src/contrib/llvm/tools/clang/utils/VtableTest/check-ztt (new)
1.1 +18 -0 src/contrib/llvm/tools/clang/utils/VtableTest/check-zvt (new)
1.1 +350 -0 src/contrib/llvm/tools/clang/utils/VtableTest/gen.cc (new)
1.1 +230 -0 src/contrib/llvm/tools/clang/utils/analyzer/CmpRuns (new)
1.1 +74 -0 src/contrib/llvm/tools/clang/utils/analyzer/ubiviz (new)
1.1 +85 -0 src/contrib/llvm/tools/clang/utils/builtin-defines.c (new)
1.1 +257 -0 src/contrib/llvm/tools/clang/utils/clang-completion-mode.el (new)
1.1 +61 -0 src/contrib/llvm/tools/clang/utils/pch-test.pl (new)
1.1 +251 -0 src/contrib/llvm/tools/clang/utils/token-delta.py (new)
1.1 +23 -0 src/contrib/llvm/tools/clang/utils/valgrind/x86_64-pc-linux-gnu_gcc-4.3.3.supp (new)
1.1 +347 -0 src/contrib/llvm/tools/clang/win32/clangAST/clangAST.vcproj (new)
1.1 +351 -0 src/contrib/llvm/tools/clang/win32/clangAnalysis/clangAnalysis.vcproj (new)
1.1 +236 -0 src/contrib/llvm/tools/clang/win32/clangBasic/clangBasic.vcproj (new)
1.1 +271 -0 src/contrib/llvm/tools/clang/win32/clangCodeGen/clangCodeGen.vcproj (new)
1.1 +270 -0 src/contrib/llvm/tools/clang/win32/clangDriver/clangDriver.vcproj (new)
1.1 +283 -0 src/contrib/llvm/tools/clang/win32/clangLex/clangLex.vcproj (new)
1.1 +205 -0 src/contrib/llvm/tools/clang/win32/clangLibDriver/clangLibDriver.vcproj (new)
1.1 +248 -0 src/contrib/llvm/tools/clang/win32/clangParse/clangParse.vcproj (new)
1.1 +191 -0 src/contrib/llvm/tools/clang/win32/clangRewrite/clangRewrite.vcproj (new)
1.1 +263 -0 src/contrib/llvm/tools/clang/win32/clangSema/clangSema.vcproj (new)
1.1 +9 -0 src/contrib/llvm/tools/clang/www/CheckerNotes.html (new)
1.1 +114 -0 src/contrib/llvm/tools/clang/www/OpenProjects.html (new)
1.1 +21 -0 src/contrib/llvm/tools/clang/www/StaticAnalysis.html (new)
1.1 +21 -0 src/contrib/llvm/tools/clang/www/StaticAnalysisUsage.html (new)
1.1 +87 -0 src/contrib/llvm/tools/clang/www/UniversalDriver.html (new)
1.1 +458 -0 src/contrib/llvm/tools/clang/www/analyzer/annotations.html (new)
1.1 +37 -0 src/contrib/llvm/tools/clang/www/analyzer/available_checks.html (new)
1.1 +79 -0 src/contrib/llvm/tools/clang/www/analyzer/content.css (new)
1.1 +52 -0 src/contrib/llvm/tools/clang/www/analyzer/dev_cxx.html (new)
1.1 +62 -0 src/contrib/llvm/tools/clang/www/analyzer/filing_bugs.html (new)
1.1 +189 -0 src/contrib/llvm/tools/clang/www/analyzer/images/analyzer_html.png (new)
1.1 +257 -0 src/contrib/llvm/tools/clang/www/analyzer/images/analyzer_xcode.png (new)
1.1 +101 -0 src/contrib/llvm/tools/clang/www/analyzer/images/example_attribute_nonnull.png (new)
1.1 +154 -0 src/contrib/llvm/tools/clang/www/analyzer/images/example_cf_returns_retained.png (new)
1.1 +159 -0 src/contrib/llvm/tools/clang/www/analyzer/images/example_cf_returns_retained_gc.png (new)
1.1 +132 -0 src/contrib/llvm/tools/clang/www/analyzer/images/example_ns_returns_retained.png (new)
1.1 +73 -0 src/contrib/llvm/tools/clang/www/analyzer/images/scan_build_cmd.png (new)
1.1 +1 -0 src/contrib/llvm/tools/clang/www/analyzer/images/tree/bullet.gif (new)
1.1 +1 -0 src/contrib/llvm/tools/clang/www/analyzer/images/tree/minus.gif (new)
1.1 +1 -0 src/contrib/llvm/tools/clang/www/analyzer/images/tree/plus.gif (new)
1.1 +227 -0 src/contrib/llvm/tools/clang/www/analyzer/index.html (new)
1.1 +114 -0 src/contrib/llvm/tools/clang/www/analyzer/installation.html (new)
1.1 +1 -0 src/contrib/llvm/tools/clang/www/analyzer/latest_checker.html.incl (new)
1.1 +52 -0 src/contrib/llvm/tools/clang/www/analyzer/menu.css (new)
1.1 +40 -0 src/contrib/llvm/tools/clang/www/analyzer/menu.html.incl (new)
1.1 +17 -0 src/contrib/llvm/tools/clang/www/analyzer/menu.js (new)
1.1 +346 -0 src/contrib/llvm/tools/clang/www/analyzer/scan-build.html (new)
1.1 +1 -0 src/contrib/llvm/tools/clang/www/analyzer/scripts/dbtree.js (new)
1.1 +17 -0 src/contrib/llvm/tools/clang/www/analyzer/scripts/menu.js (new)
1.1 +136 -0 src/contrib/llvm/tools/clang/www/analyzer/xcode.html (new)
1.1 +170 -0 src/contrib/llvm/tools/clang/www/carbon-compile.png (new)
1.1 +56 -0 src/contrib/llvm/tools/clang/www/clang-tutorial.html (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/www/clang_video-05-25-2007.html (new)
1.1 +30 -0 src/contrib/llvm/tools/clang/www/clang_video-07-25-2007.html (new)
1.1 +191 -0 src/contrib/llvm/tools/clang/www/comparison.html (new)
1.1 +27 -0 src/contrib/llvm/tools/clang/www/content.css (new)
1.1 +303 -0 src/contrib/llvm/tools/clang/www/cxx_compatibility.html (new)
1.1 +234 -0 src/contrib/llvm/tools/clang/www/cxx_status.html (new)
1.1 +83 -0 src/contrib/llvm/tools/clang/www/demo/DemoInfo.html (new)
1.1 +87 -0 src/contrib/llvm/tools/clang/www/demo/cathead.png (new)
1.1 +461 -0 src/contrib/llvm/tools/clang/www/demo/index.cgi (new)
1.1 +4 -0 src/contrib/llvm/tools/clang/www/demo/syntax.css (new)
1.1 +349 -0 src/contrib/llvm/tools/clang/www/diagnostics.html (new)
1.1 +30 -0 src/contrib/llvm/tools/clang/www/distclang_status.html (new)
1.1 +379 -0 src/contrib/llvm/tools/clang/www/feature-compile1.png (new)
1.1 +478 -0 src/contrib/llvm/tools/clang/www/feature-compile2.png (new)
1.1 +325 -0 src/contrib/llvm/tools/clang/www/feature-memory1.png (new)
1.1 +424 -0 src/contrib/llvm/tools/clang/www/features.html (new)
1.1 +61 -0 src/contrib/llvm/tools/clang/www/get_involved.html (new)
1.1 +275 -0 src/contrib/llvm/tools/clang/www/get_started.html (new)
1.1 +270 -0 src/contrib/llvm/tools/clang/www/hacking.html (new)
1.1 +119 -0 src/contrib/llvm/tools/clang/www/index.html (new)
1.1 +39 -0 src/contrib/llvm/tools/clang/www/menu.css (new)
1.1 +58 -0 src/contrib/llvm/tools/clang/www/menu.html.incl (new)
1.1 +134 -0 src/contrib/llvm/tools/clang/www/performance-2008-10-31.html (new)
1.1 +112 -0 src/contrib/llvm/tools/clang/www/performance-2009-03-02.html (new)
1.1 +106 -0 src/contrib/llvm/tools/clang/www/performance.html (new)
1.1 +135 -0 src/contrib/llvm/tools/clang/www/timing-data/2008-10-31/176.gcc-01.txt (new)
1.1 +135 -0 src/contrib/llvm/tools/clang/www/timing-data/2008-10-31/176.gcc-02.txt (new)
1.1 +79 -0 src/contrib/llvm/tools/clang/www/timing-data/2008-10-31/176.gcc.png (new)
1.1 +187 -0 src/contrib/llvm/tools/clang/www/timing-data/2008-10-31/sketch-01.txt (new)
1.1 +187 -0 src/contrib/llvm/tools/clang/www/timing-data/2008-10-31/sketch-02.txt (new)
1.1 +92 -0 src/contrib/llvm/tools/clang/www/timing-data/2008-10-31/sketch.png (new)
1.1 +663 -0 src/contrib/llvm/tools/clang/www/timing-data/2009-03-02/176.gcc.pdf (new)
1.1 +235 -0 src/contrib/llvm/tools/clang/www/timing-data/2009-03-02/176.gcc.png (new)
1.1 +1120 -0 src/contrib/llvm/tools/clang/www/timing-data/2009-03-02/176.gcc.txt (new)
1.1 +733 -0 src/contrib/llvm/tools/clang/www/timing-data/2009-03-02/sketch.pdf (new)
1.1 +242 -0 src/contrib/llvm/tools/clang/www/timing-data/2009-03-02/sketch.png (new)
1.1 +2368 -0 src/contrib/llvm/tools/clang/www/timing-data/2009-03-02/sketch.txt (new)
1.1 +510 -0 src/contrib/llvm/tools/clang/www/timing-data/2009-06-26/176.gcc.pdf (new)
1.1 +241 -0 src/contrib/llvm/tools/clang/www/timing-data/2009-06-26/176.gcc.png (new)
1.1 +699 -0 src/contrib/llvm/tools/clang/www/timing-data/2009-06-26/176.gcc.txt (new)
1.1 +517 -0 src/contrib/llvm/tools/clang/www/timing-data/2009-06-26/sketch.pdf (new)
1.1 +319 -0 src/contrib/llvm/tools/clang/www/timing-data/2009-06-26/sketch.png (new)
1.1 +803 -0 src/contrib/llvm/tools/clang/www/timing-data/2009-06-26/sketch.txt (new)
1.1 +25 -0 src/contrib/llvm/tools/edis/CMakeLists.txt (new)
1.1 +407 -0 src/contrib/llvm/tools/edis/EDDisassembler.cpp (new)
1.1 +256 -0 src/contrib/llvm/tools/edis/EDDisassembler.h (new)
1.1 +1 -0 src/contrib/llvm/tools/edis/EDInfo.td (new)
1.1 +207 -0 src/contrib/llvm/tools/edis/EDInst.cpp (new)
1.1 +175 -0 src/contrib/llvm/tools/edis/EDInst.h (new)
1.1 +292 -0 src/contrib/llvm/tools/edis/EDMain.cpp (new)
1.1 +284 -0 src/contrib/llvm/tools/edis/EDOperand.cpp (new)
1.1 +78 -0 src/contrib/llvm/tools/edis/EDOperand.h (new)
1.1 +208 -0 src/contrib/llvm/tools/edis/EDToken.cpp (new)
1.1 +135 -0 src/contrib/llvm/tools/edis/EDToken.h (new)
1.1 +36 -0 src/contrib/llvm/tools/edis/EnhancedDisassembly.exports (new)
1.1 +58 -0 src/contrib/llvm/tools/edis/Makefile (new)
1.1 +32 -0 src/contrib/llvm/tools/gold/Makefile (new)
1.1 +21 -0 src/contrib/llvm/tools/gold/README.txt (new)
1.1 +436 -0 src/contrib/llvm/tools/gold/gold-plugin.cpp (new)
1.1 +1 -0 src/contrib/llvm/tools/gold/gold.exports (new)
1.1 +5 -0 src/contrib/llvm/tools/llc/CMakeLists.txt (new)
1.1 +21 -0 src/contrib/llvm/tools/llc/Makefile (new)
1.1 +347 -0 src/contrib/llvm/tools/llc/llc.cpp (new)
1.1 +5 -0 src/contrib/llvm/tools/lli/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/tools/lli/Makefile (new)
1.1 +253 -0 src/contrib/llvm/tools/lli/lli.cpp (new)
1.1 +8 -0 src/contrib/llvm/tools/llvm-ar/CMakeLists.txt (new)
1.1 +25 -0 src/contrib/llvm/tools/llvm-ar/Makefile (new)
1.1 +779 -0 src/contrib/llvm/tools/llvm-ar/llvm-ar.cpp (new)
1.1 +6 -0 src/contrib/llvm/tools/llvm-as/CMakeLists.txt (new)
1.1 +17 -0 src/contrib/llvm/tools/llvm-as/Makefile (new)
1.1 +121 -0 src/contrib/llvm/tools/llvm-as/llvm-as.cpp (new)
1.1 +6 -0 src/contrib/llvm/tools/llvm-bcanalyzer/CMakeLists.txt (new)
1.1 +17 -0 src/contrib/llvm/tools/llvm-bcanalyzer/Makefile (new)
1.1 +622 -0 src/contrib/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp (new)
1.1 +146 -0 src/contrib/llvm/tools/llvm-config/CMakeLists.txt (new)
1.1 +131 -0 src/contrib/llvm/tools/llvm-config/Makefile (new)
1.1 +170 -0 src/contrib/llvm/tools/llvm-config/find-cycles.pl (new)
1.1 +460 -0 src/contrib/llvm/tools/llvm-config/llvm-config.in.in (new)
1.1 +6 -0 src/contrib/llvm/tools/llvm-dis/CMakeLists.txt (new)
1.1 +17 -0 src/contrib/llvm/tools/llvm-dis/Makefile (new)
1.1 +111 -0 src/contrib/llvm/tools/llvm-dis/llvm-dis.cpp (new)
1.1 +5 -0 src/contrib/llvm/tools/llvm-extract/CMakeLists.txt (new)
1.1 +18 -0 src/contrib/llvm/tools/llvm-extract/Makefile (new)
1.1 +138 -0 src/contrib/llvm/tools/llvm-extract/llvm-extract.cpp (new)
1.1 +6 -0 src/contrib/llvm/tools/llvm-ld/CMakeLists.txt (new)
1.1 +15 -0 src/contrib/llvm/tools/llvm-ld/Makefile (new)
1.1 +128 -0 src/contrib/llvm/tools/llvm-ld/Optimize.cpp (new)
1.1 +720 -0 src/contrib/llvm/tools/llvm-ld/llvm-ld.cpp (new)
1.1 +5 -0 src/contrib/llvm/tools/llvm-link/CMakeLists.txt (new)
1.1 +17 -0 src/contrib/llvm/tools/llvm-link/Makefile (new)
1.1 +150 -0 src/contrib/llvm/tools/llvm-link/llvm-link.cpp (new)
1.1 +7 -0 src/contrib/llvm/tools/llvm-mc/CMakeLists.txt (new)
1.1 +360 -0 src/contrib/llvm/tools/llvm-mc/Disassembler.cpp (new)
1.1 +37 -0 src/contrib/llvm/tools/llvm-mc/Disassembler.h (new)
1.1 +27 -0 src/contrib/llvm/tools/llvm-mc/Makefile (new)
1.1 +392 -0 src/contrib/llvm/tools/llvm-mc/llvm-mc.cpp (new)
1.1 +5 -0 src/contrib/llvm/tools/llvm-nm/CMakeLists.txt (new)
1.1 +17 -0 src/contrib/llvm/tools/llvm-nm/Makefile (new)
1.1 +195 -0 src/contrib/llvm/tools/llvm-nm/llvm-nm.cpp (new)
1.1 +5 -0 src/contrib/llvm/tools/llvm-prof/CMakeLists.txt (new)
1.1 +17 -0 src/contrib/llvm/tools/llvm-prof/Makefile (new)
1.1 +288 -0 src/contrib/llvm/tools/llvm-prof/llvm-prof.cpp (new)
1.1 +6 -0 src/contrib/llvm/tools/llvm-ranlib/CMakeLists.txt (new)
1.1 +18 -0 src/contrib/llvm/tools/llvm-ranlib/Makefile (new)
1.1 +101 -0 src/contrib/llvm/tools/llvm-ranlib/llvm-ranlib.cpp (new)
1.1 +60 -0 src/contrib/llvm/tools/llvm-shlib/Makefile (new)
1.1 +3 -0 src/contrib/llvm/tools/llvm-stub/CMakeLists.txt (new)
1.1 +13 -0 src/contrib/llvm/tools/llvm-stub/Makefile (new)
1.1 +73 -0 src/contrib/llvm/tools/llvm-stub/llvm-stub.c (new)
1.1 +4 -0 src/contrib/llvm/tools/llvmc/CMakeLists.txt (new)
1.1 +18 -0 src/contrib/llvm/tools/llvmc/Makefile (new)
1.1 +832 -0 src/contrib/llvm/tools/llvmc/doc/LLVMC-Reference.rst (new)
1.1 +129 -0 src/contrib/llvm/tools/llvmc/doc/LLVMC-Tutorial.rst (new)
1.1 +33 -0 src/contrib/llvm/tools/llvmc/doc/Makefile (new)
1.1 +1 -0 src/contrib/llvm/tools/llvmc/doc/img/lines.gif (new)
1.1 +14 -0 src/contrib/llvm/tools/llvmc/driver/Main.cpp (new)
1.1 +13 -0 src/contrib/llvm/tools/llvmc/driver/Makefile (new)
1.1 +33 -0 src/contrib/llvm/tools/llvmc/example/Hello/Hello.cpp (new)
1.1 +14 -0 src/contrib/llvm/tools/llvmc/example/Hello/Makefile (new)
1.1 +15 -0 src/contrib/llvm/tools/llvmc/example/Simple/Makefile (new)
1.1 +1 -0 src/contrib/llvm/tools/llvmc/example/Simple/PluginMain.cpp (new)
1.1 +37 -0 src/contrib/llvm/tools/llvmc/example/Simple/Simple.td (new)
1.1 +24 -0 src/contrib/llvm/tools/llvmc/example/Skeleton/Makefile (new)
1.1 +6 -0 src/contrib/llvm/tools/llvmc/example/Skeleton/README (new)
1.1 +14 -0 src/contrib/llvm/tools/llvmc/example/Skeleton/driver/Main.cpp (new)
1.1 +13 -0 src/contrib/llvm/tools/llvmc/example/Skeleton/driver/Makefile (new)
1.1 +18 -0 src/contrib/llvm/tools/llvmc/example/Skeleton/plugins/Makefile (new)
1.1 +17 -0 src/contrib/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Makefile (new)
1.1 +7 -0 src/contrib/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td (new)
1.1 +1 -0 src/contrib/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/PluginMain.cpp (new)
1.1 +18 -0 src/contrib/llvm/tools/llvmc/example/mcc16/Makefile (new)
1.1 +75 -0 src/contrib/llvm/tools/llvmc/example/mcc16/README (new)
1.1 +54 -0 src/contrib/llvm/tools/llvmc/example/mcc16/driver/Main.cpp (new)
1.1 +13 -0 src/contrib/llvm/tools/llvmc/example/mcc16/driver/Makefile (new)
1.1 +18 -0 src/contrib/llvm/tools/llvmc/example/mcc16/plugins/Makefile (new)
1.1 +17 -0 src/contrib/llvm/tools/llvmc/example/mcc16/plugins/PIC16Base/Makefile (new)
1.1 +234 -0 src/contrib/llvm/tools/llvmc/example/mcc16/plugins/PIC16Base/PIC16Base.td (new)
1.1 +106 -0 src/contrib/llvm/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp (new)
1.1 +373 -0 src/contrib/llvm/tools/llvmc/plugins/Base/Base.td.in (new)
1.1 +33 -0 src/contrib/llvm/tools/llvmc/plugins/Base/Hooks.cpp (new)
1.1 +15 -0 src/contrib/llvm/tools/llvmc/plugins/Base/Makefile (new)
1.1 +1 -0 src/contrib/llvm/tools/llvmc/plugins/Base/PluginMain.cpp (new)
1.1 +101 -0 src/contrib/llvm/tools/llvmc/plugins/Clang/Clang.td (new)
1.1 +15 -0 src/contrib/llvm/tools/llvmc/plugins/Clang/Makefile (new)
1.1 +1 -0 src/contrib/llvm/tools/llvmc/plugins/Clang/PluginMain.cpp (new)
1.1 +18 -0 src/contrib/llvm/tools/llvmc/plugins/Makefile (new)
1.1 +416 -0 src/contrib/llvm/tools/lto/LTOCodeGenerator.cpp (new)
1.1 +68 -0 src/contrib/llvm/tools/lto/LTOCodeGenerator.h (new)
1.1 +525 -0 src/contrib/llvm/tools/lto/LTOModule.cpp (new)
1.1 +110 -0 src/contrib/llvm/tools/lto/LTOModule.h (new)
1.1 +47 -0 src/contrib/llvm/tools/lto/Makefile (new)
1.1 +257 -0 src/contrib/llvm/tools/lto/lto.cpp (new)
1.1 +23 -0 src/contrib/llvm/tools/lto/lto.exports (new)
1.1 +92 -0 src/contrib/llvm/tools/opt/AnalysisWrappers.cpp (new)
1.1 +8 -0 src/contrib/llvm/tools/opt/CMakeLists.txt (new)
1.1 +117 -0 src/contrib/llvm/tools/opt/GraphPrinters.cpp (new)
1.1 +14 -0 src/contrib/llvm/tools/opt/Makefile (new)
1.1 +112 -0 src/contrib/llvm/tools/opt/PrintSCC.cpp (new)
1.1 +546 -0 src/contrib/llvm/tools/opt/opt.cpp (new)
1.1 +579 -0 src/contrib/llvm/unittests/ADT/APFloatTest.cpp (new)
1.1 +346 -0 src/contrib/llvm/unittests/ADT/APIntTest.cpp (new)
1.1 +194 -0 src/contrib/llvm/unittests/ADT/BitVectorTest.cpp (new)
1.1 +100 -0 src/contrib/llvm/unittests/ADT/DeltaAlgorithmTest.cpp (new)
1.1 +179 -0 src/contrib/llvm/unittests/ADT/DenseMapTest.cpp (new)
1.1 +30 -0 src/contrib/llvm/unittests/ADT/DenseSetTest.cpp (new)
1.1 +201 -0 src/contrib/llvm/unittests/ADT/ImmutableSetTest.cpp (new)
1.1 +23 -0 src/contrib/llvm/unittests/ADT/Makefile (new)
1.1 +189 -0 src/contrib/llvm/unittests/ADT/SmallBitVectorTest.cpp (new)
1.1 +48 -0 src/contrib/llvm/unittests/ADT/SmallStringTest.cpp (new)
1.1 +408 -0 src/contrib/llvm/unittests/ADT/SmallVectorTest.cpp (new)
1.1 +36 -0 src/contrib/llvm/unittests/ADT/SparseBitVectorTest.cpp (new)
1.1 +207 -0 src/contrib/llvm/unittests/ADT/StringMapTest.cpp (new)
1.1 +273 -0 src/contrib/llvm/unittests/ADT/StringRefTest.cpp (new)
1.1 +149 -0 src/contrib/llvm/unittests/ADT/TripleTest.cpp (new)
1.1 +75 -0 src/contrib/llvm/unittests/ADT/TwineTest.cpp (new)
1.1 +294 -0 src/contrib/llvm/unittests/ADT/ValueMapTest.cpp (new)
1.1 +44 -0 src/contrib/llvm/unittests/ADT/ilistTest.cpp (new)
1.1 +129 -0 src/contrib/llvm/unittests/ExecutionEngine/ExecutionEngineTest.cpp (new)
1.1 +238 -0 src/contrib/llvm/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp (new)
1.1 +279 -0 src/contrib/llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp (new)
1.1 +806 -0 src/contrib/llvm/unittests/ExecutionEngine/JIT/JITTest.cpp (new)
1.1 +18 -0 src/contrib/llvm/unittests/ExecutionEngine/JIT/Makefile (new)
1.1 +164 -0 src/contrib/llvm/unittests/ExecutionEngine/JIT/MultiJITTest.cpp (new)
1.1 +18 -0 src/contrib/llvm/unittests/ExecutionEngine/Makefile (new)
1.1 +17 -0 src/contrib/llvm/unittests/Makefile (new)
1.1 +54 -0 src/contrib/llvm/unittests/Makefile.unittest (new)
1.1 +143 -0 src/contrib/llvm/unittests/Support/AllocatorTest.cpp (new)
1.1 +60 -0 src/contrib/llvm/unittests/Support/CommandLineTest.cpp (new)
1.1 +351 -0 src/contrib/llvm/unittests/Support/ConstantRangeTest.cpp (new)
1.1 +31 -0 src/contrib/llvm/unittests/Support/LeakDetectorTest.cpp (new)
1.1 +15 -0 src/contrib/llvm/unittests/Support/Makefile (new)
1.1 +104 -0 src/contrib/llvm/unittests/Support/MathExtrasTest.cpp (new)
1.1 +94 -0 src/contrib/llvm/unittests/Support/RegexTest.cpp (new)
1.1 +16 -0 src/contrib/llvm/unittests/Support/System.cpp (new)
1.1 +253 -0 src/contrib/llvm/unittests/Support/TypeBuilderTest.cpp (new)
1.1 +412 -0 src/contrib/llvm/unittests/Support/ValueHandleTest.cpp (new)
1.1 +146 -0 src/contrib/llvm/unittests/Support/raw_ostream_test.cpp (new)
1.1 +17 -0 src/contrib/llvm/unittests/Transforms/Makefile (new)
1.1 +141 -0 src/contrib/llvm/unittests/Transforms/Utils/Cloning.cpp (new)
1.1 +15 -0 src/contrib/llvm/unittests/Transforms/Utils/Makefile (new)
1.1 +113 -0 src/contrib/llvm/unittests/VMCore/ConstantsTest.cpp (new)
1.1 +33 -0 src/contrib/llvm/unittests/VMCore/DerivedTypesTest.cpp (new)
1.1 +128 -0 src/contrib/llvm/unittests/VMCore/InstructionsTest.cpp (new)
1.1 +15 -0 src/contrib/llvm/unittests/VMCore/Makefile (new)
1.1 +144 -0 src/contrib/llvm/unittests/VMCore/MetadataTest.cpp (new)
1.1 +527 -0 src/contrib/llvm/unittests/VMCore/PassManagerTest.cpp (new)
1.1 +45 -0 src/contrib/llvm/unittests/VMCore/VerifierTest.cpp (new)
1.1 +32 -0 src/contrib/llvm/utils/DSAclean.py (new)
1.1 +111 -0 src/contrib/llvm/utils/DSAextract.py (new)
1.1 +11 -0 src/contrib/llvm/utils/FileCheck/CMakeLists.txt (new)
1.1 +732 -0 src/contrib/llvm/utils/FileCheck/FileCheck.cpp (new)
1.1 +21 -0 src/contrib/llvm/utils/FileCheck/Makefile (new)
1.1 +11 -0 src/contrib/llvm/utils/FileUpdate/CMakeLists.txt (new)
1.1 +86 -0 src/contrib/llvm/utils/FileUpdate/FileUpdate.cpp (new)
1.1 +21 -0 src/contrib/llvm/utils/FileUpdate/Makefile (new)
1.1 +388 -0 src/contrib/llvm/utils/GenLibDeps.pl (new)
1.1 +27 -0 src/contrib/llvm/utils/GetSourceVersion (new)
1.1 +21 -0 src/contrib/llvm/utils/Makefile (new)
1.1 +276 -0 src/contrib/llvm/utils/Misc/zkill (new)
1.1 +8 -0 src/contrib/llvm/utils/NLT.schema (new)
1.1 +836 -0 src/contrib/llvm/utils/NewNightlyTest.pl (new)
1.1 +214 -0 src/contrib/llvm/utils/NightlyTest.gnuplot (new)
1.1 +244 -0 src/contrib/llvm/utils/NightlyTestTemplate.html (new)
1.1 +37 -0 src/contrib/llvm/utils/OldenDataRecover.pl (new)
1.1 +18 -0 src/contrib/llvm/utils/PerfectShuffle/Makefile (new)
1.1 +571 -0 src/contrib/llvm/utils/PerfectShuffle/PerfectShuffle.cpp (new)
1.1 +186 -0 src/contrib/llvm/utils/RegressionFinder.pl (new)
1.1 +1870 -0 src/contrib/llvm/utils/TableGen/ARMDecoderEmitter.cpp (new)
1.1 +50 -0 src/contrib/llvm/utils/TableGen/ARMDecoderEmitter.h (new)
1.1 +1669 -0 src/contrib/llvm/utils/TableGen/AsmMatcherEmitter.cpp (new)
1.1 +33 -0 src/contrib/llvm/utils/TableGen/AsmMatcherEmitter.h (new)
1.1 +548 -0 src/contrib/llvm/utils/TableGen/AsmWriterEmitter.cpp (new)
1.1 +54 -0 src/contrib/llvm/utils/TableGen/AsmWriterEmitter.h (new)
1.1 +265 -0 src/contrib/llvm/utils/TableGen/AsmWriterInst.cpp (new)
1.1 +113 -0 src/contrib/llvm/utils/TableGen/AsmWriterInst.h (new)
1.1 +44 -0 src/contrib/llvm/utils/TableGen/CMakeLists.txt (new)
1.1 +210 -0 src/contrib/llvm/utils/TableGen/CallingConvEmitter.cpp (new)
1.1 +38 -0 src/contrib/llvm/utils/TableGen/CallingConvEmitter.h (new)
1.1 +141 -0 src/contrib/llvm/utils/TableGen/ClangASTNodesEmitter.cpp (new)
1.1 +36 -0 src/contrib/llvm/utils/TableGen/ClangASTNodesEmitter.h (new)
1.1 +286 -0 src/contrib/llvm/utils/TableGen/ClangDiagnosticsEmitter.cpp (new)
1.1 +46 -0 src/contrib/llvm/utils/TableGen/ClangDiagnosticsEmitter.h (new)
1.1 +259 -0 src/contrib/llvm/utils/TableGen/CodeEmitterGen.cpp (new)
1.1 +43 -0 src/contrib/llvm/utils/TableGen/CodeEmitterGen.h (new)
1.1 +3021 -0 src/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.cpp (new)
1.1 +748 -0 src/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.h (new)
1.1 +316 -0 src/contrib/llvm/utils/TableGen/CodeGenInstruction.cpp (new)
1.1 +196 -0 src/contrib/llvm/utils/TableGen/CodeGenInstruction.h (new)
1.1 +87 -0 src/contrib/llvm/utils/TableGen/CodeGenIntrinsics.h (new)
1.1 +63 -0 src/contrib/llvm/utils/TableGen/CodeGenRegisters.h (new)
1.1 +589 -0 src/contrib/llvm/utils/TableGen/CodeGenTarget.cpp (new)
1.1 +262 -0 src/contrib/llvm/utils/TableGen/CodeGenTarget.h (new)
1.1 +203 -0 src/contrib/llvm/utils/TableGen/DAGISelEmitter.cpp (new)
1.1 +40 -0 src/contrib/llvm/utils/TableGen/DAGISelEmitter.h (new)
1.1 +401 -0 src/contrib/llvm/utils/TableGen/DAGISelMatcher.cpp (new)
1.1 +1114 -0 src/contrib/llvm/utils/TableGen/DAGISelMatcher.h (new)
1.1 +794 -0 src/contrib/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp (new)
1.1 +913 -0 src/contrib/llvm/utils/TableGen/DAGISelMatcherGen.cpp (new)
1.1 +514 -0 src/contrib/llvm/utils/TableGen/DAGISelMatcherOpt.cpp (new)
1.1 +137 -0 src/contrib/llvm/utils/TableGen/DisassemblerEmitter.cpp (new)
1.1 +28 -0 src/contrib/llvm/utils/TableGen/DisassemblerEmitter.h (new)
1.1 +910 -0 src/contrib/llvm/utils/TableGen/EDEmitter.cpp (new)
1.1 +37 -0 src/contrib/llvm/utils/TableGen/EDEmitter.h (new)
1.1 +645 -0 src/contrib/llvm/utils/TableGen/FastISelEmitter.cpp (new)
1.1 +39 -0 src/contrib/llvm/utils/TableGen/FastISelEmitter.h (new)
1.1 +48 -0 src/contrib/llvm/utils/TableGen/InstrEnumEmitter.cpp (new)
1.1 +33 -0 src/contrib/llvm/utils/TableGen/InstrEnumEmitter.h (new)
1.1 +333 -0 src/contrib/llvm/utils/TableGen/InstrInfoEmitter.cpp (new)
1.1 +66 -0 src/contrib/llvm/utils/TableGen/InstrInfoEmitter.h (new)
1.1 +751 -0 src/contrib/llvm/utils/TableGen/IntrinsicEmitter.cpp (new)
1.1 +63 -0 src/contrib/llvm/utils/TableGen/IntrinsicEmitter.h (new)
1.1 +3074 -0 src/contrib/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp (new)
1.1 +32 -0 src/contrib/llvm/utils/TableGen/LLVMCConfigurationEmitter.h (new)
1.1 +20 -0 src/contrib/llvm/utils/TableGen/Makefile (new)
1.1 +194 -0 src/contrib/llvm/utils/TableGen/OptParserEmitter.cpp (new)
1.1 +34 -0 src/contrib/llvm/utils/TableGen/OptParserEmitter.h (new)
1.1 +1571 -0 src/contrib/llvm/utils/TableGen/Record.cpp (new)
1.1 +1497 -0 src/contrib/llvm/utils/TableGen/Record.h (new)
1.1 +949 -0 src/contrib/llvm/utils/TableGen/RegisterInfoEmitter.cpp (new)
1.1 +40 -0 src/contrib/llvm/utils/TableGen/RegisterInfoEmitter.h (new)
1.1 +81 -0 src/contrib/llvm/utils/TableGen/StringToOffsetTable.h (new)
1.1 +605 -0 src/contrib/llvm/utils/TableGen/SubtargetEmitter.cpp (new)
1.1 +65 -0 src/contrib/llvm/utils/TableGen/SubtargetEmitter.h (new)
1.1 +450 -0 src/contrib/llvm/utils/TableGen/TGLexer.cpp (new)
1.1 +121 -0 src/contrib/llvm/utils/TableGen/TGLexer.h (new)
1.1 +2050 -0 src/contrib/llvm/utils/TableGen/TGParser.cpp (new)
1.1 +113 -0 src/contrib/llvm/utils/TableGen/TGParser.h (new)
1.1 +106 -0 src/contrib/llvm/utils/TableGen/TGValueTypes.cpp (new)
1.1 +321 -0 src/contrib/llvm/utils/TableGen/TableGen.cpp (new)
1.1 +25 -0 src/contrib/llvm/utils/TableGen/TableGenBackend.cpp (new)
1.1 +43 -0 src/contrib/llvm/utils/TableGen/TableGenBackend.h (new)
1.1 +38 -0 src/contrib/llvm/utils/TableGen/X86DisassemblerShared.h (new)
1.1 +603 -0 src/contrib/llvm/utils/TableGen/X86DisassemblerTables.cpp (new)
1.1 +291 -0 src/contrib/llvm/utils/TableGen/X86DisassemblerTables.h (new)
1.1 +197 -0 src/contrib/llvm/utils/TableGen/X86ModRMFilters.h (new)
1.1 +968 -0 src/contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp (new)
1.1 +237 -0 src/contrib/llvm/utils/TableGen/X86RecognizableInstr.h (new)
1.1 +119 -0 src/contrib/llvm/utils/UpdateCMakeLists.pl (new)
1.1 +105 -0 src/contrib/llvm/utils/bugpoint/RemoteRunSafely.sh (new)
1.1 +123 -0 src/contrib/llvm/utils/buildit/GNUmakefile (new)
1.1 +351 -0 src/contrib/llvm/utils/buildit/build_llvm (new)
1.1 +68 -0 src/contrib/llvm/utils/cgiplotNLT.pl (new)
1.1 +150 -0 src/contrib/llvm/utils/check-each-file (new)
1.1 +135 -0 src/contrib/llvm/utils/codegen-diff (new)
1.1 +3 -0 src/contrib/llvm/utils/count/CMakeLists.txt (new)
1.1 +20 -0 src/contrib/llvm/utils/count/Makefile (new)
1.1 +48 -0 src/contrib/llvm/utils/count/count.c (new)
1.1 +40 -0 src/contrib/llvm/utils/countloc.sh (new)
1.1 +37 -0 src/contrib/llvm/utils/crosstool/ARM/README (new)
1.1 +200 -0 src/contrib/llvm/utils/crosstool/ARM/build-install-linux.sh (new)
1.1 +41 -0 src/contrib/llvm/utils/crosstool/create-snapshots.sh (new)
1.1 +27 -0 src/contrib/llvm/utils/emacs/README (new)
1.1 +39 -0 src/contrib/llvm/utils/emacs/emacs.el (new)
1.1 +128 -0 src/contrib/llvm/utils/emacs/llvm-mode.el (new)
1.1 +124 -0 src/contrib/llvm/utils/emacs/tablegen-mode.el (new)
1.1 +178 -0 src/contrib/llvm/utils/findmisopt (new)
1.1 +101 -0 src/contrib/llvm/utils/findoptdiff (new)
1.1 +33 -0 src/contrib/llvm/utils/findsym.pl (new)
1.1 +16 -0 src/contrib/llvm/utils/fpcmp/Makefile (new)
1.1 +43 -0 src/contrib/llvm/utils/fpcmp/fpcmp.cpp (new)
1.1 +34 -0 src/contrib/llvm/utils/getsrcs.sh (new)
1.1 +50 -0 src/contrib/llvm/utils/git/find-rev (new)
1.1 +86 -0 src/contrib/llvm/utils/importNLT.pl (new)
1.1 +14 -0 src/contrib/llvm/utils/jedit/README (new)
1.1 +39 -0 src/contrib/llvm/utils/jedit/tablegen.xml (new)
1.1 +97 -0 src/contrib/llvm/utils/lint/common_lint.py (new)
1.1 +94 -0 src/contrib/llvm/utils/lint/cpp_lint.py (new)
1.1 +24 -0 src/contrib/llvm/utils/lint/generic_lint.py (new)
1.1 +6 -0 src/contrib/llvm/utils/lint/remove_trailing_whitespace.sh (new)
1.1 +19 -0 src/contrib/llvm/utils/lit/TODO (new)
1.1 +5 -0 src/contrib/llvm/utils/lit/lit.py (new)
1.1 +15 -0 src/contrib/llvm/utils/lit/lit/ExampleTests.ObjDir/lit.site.cfg (new)
1.1 +4 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/Clang/fsyntax-only.c (new)
1.1 +47 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/Clang/lit.cfg (new)
1.1 +3 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/bar-test.ll (new)
1.1 +6 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/dg.exp (new)
1.1 +151 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/lit.cfg (new)
1.1 +10 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/lit.site.cfg (new)
1.1 +28 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/site.exp (new)
1.1 +1 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/lit.local.cfg (new)
1.1 +0 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/Foo/lit.local.cfg (new)
1.1 +11 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg (new)
1.1 +28 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/site.exp (new)
1.1 +1 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/data.txt (new)
1.1 +6 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/dg.exp (new)
1.1 +1 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/pct-S.ll (new)
1.1 +151 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/lit.cfg (new)
1.1 +6 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/ShExternal/lit.local.cfg (new)
1.1 +6 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/ShInternal/lit.local.cfg (new)
1.1 +5 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/TclTest/lit.local.cfg (new)
1.1 +1 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/TclTest/stderr-pipe.ll (new)
1.1 +7 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/TclTest/tcl-redir-1.ll (new)
1.1 +2 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/fail.c (new)
1.1 +23 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/lit.cfg (new)
1.1 +1 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/pass.c (new)
1.1 +2 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/xfail.c (new)
1.1 +2 -0 src/contrib/llvm/utils/lit/lit/ExampleTests/xpass.c (new)
1.1 +112 -0 src/contrib/llvm/utils/lit/lit/LitConfig.py (new)
1.1 +2 -0 src/contrib/llvm/utils/lit/lit/LitFormats.py (new)
1.1 +30 -0 src/contrib/llvm/utils/lit/lit/LitTestCase.py (new)
1.1 +267 -0 src/contrib/llvm/utils/lit/lit/ProgressBar.py (new)
1.1 +85 -0 src/contrib/llvm/utils/lit/lit/ShCommands.py (new)
1.1 +353 -0 src/contrib/llvm/utils/lit/lit/ShUtil.py (new)
1.1 +322 -0 src/contrib/llvm/utils/lit/lit/TclUtil.py (new)
1.1 +79 -0 src/contrib/llvm/utils/lit/lit/Test.py (new)
1.1 +214 -0 src/contrib/llvm/utils/lit/lit/TestFormats.py (new)
1.1 +528 -0 src/contrib/llvm/utils/lit/lit/TestRunner.py (new)
1.1 +98 -0 src/contrib/llvm/utils/lit/lit/TestingConfig.py (new)
1.1 +125 -0 src/contrib/llvm/utils/lit/lit/Util.py (new)
1.1 +10 -0 src/contrib/llvm/utils/lit/lit/__init__.py (new)
1.1 +649 -0 src/contrib/llvm/utils/lit/lit/lit.py (new)
1.1 +69 -0 src/contrib/llvm/utils/lit/setup.py (new)
1.1 +249 -0 src/contrib/llvm/utils/llvm-native-gcc (new)
1.1 +249 -0 src/contrib/llvm/utils/llvm-native-gxx (new)
1.1 +414 -0 src/contrib/llvm/utils/llvm.grm (new)
1.1 +188 -0 src/contrib/llvm/utils/llvmdo (new)
1.1 +39 -0 src/contrib/llvm/utils/llvmgrep (new)
1.1 +145 -0 src/contrib/llvm/utils/makellvm (new)
1.1 +37 -0 src/contrib/llvm/utils/mkpatch (new)
1.1 +11 -0 src/contrib/llvm/utils/not/CMakeLists.txt (new)
1.1 +21 -0 src/contrib/llvm/utils/not/Makefile (new)
1.1 +17 -0 src/contrib/llvm/utils/not/not.cpp (new)
1.1 +34 -0 src/contrib/llvm/utils/parseNLT.pl (new)
1.1 +53 -0 src/contrib/llvm/utils/plotNLT.pl (new)
1.1 +74 -0 src/contrib/llvm/utils/profile.pl (new)
1.1 +13 -0 src/contrib/llvm/utils/unittest/Makefile (new)
1.1 +26 -0 src/contrib/llvm/utils/unittest/UnitTestMain/Makefile (new)
1.1 +15 -0 src/contrib/llvm/utils/unittest/UnitTestMain/TestMain.cpp (new)
1.1 +28 -0 src/contrib/llvm/utils/unittest/googletest/LICENSE.TXT (new)
1.1 +36 -0 src/contrib/llvm/utils/unittest/googletest/Makefile (new)
1.1 +31 -0 src/contrib/llvm/utils/unittest/googletest/README.LLVM (new)
1.1 +775 -0 src/contrib/llvm/utils/unittest/googletest/gtest-death-test.cc (new)
1.1 +321 -0 src/contrib/llvm/utils/unittest/googletest/gtest-filepath.cc (new)
1.1 +332 -0 src/contrib/llvm/utils/unittest/googletest/gtest-port.cc (new)
1.1 +124 -0 src/contrib/llvm/utils/unittest/googletest/gtest-test-part.cc (new)
1.1 +97 -0 src/contrib/llvm/utils/unittest/googletest/gtest-typed-test.cc (new)
1.1 +3951 -0 src/contrib/llvm/utils/unittest/googletest/gtest.cc (new)
1.1 +209 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/gtest-death-test.h (new)
1.1 +224 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/gtest-message.h (new)
1.1 +1390 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/gtest-param-test.h (new)
1.1 +221 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/gtest-spi.h (new)
1.1 +179 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/gtest-test-part.h (new)
1.1 +253 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/gtest-typed-test.h (new)
1.1 +1317 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/gtest.h (new)
1.1 +368 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/gtest_pred_impl.h (new)
1.1 +58 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/gtest_prod.h (new)
1.1 +201 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h (new)
1.1 +192 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/internal/gtest-filepath.h (new)
1.1 +1267 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal-inl.h (new)
1.1 +896 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h (new)
1.1 +243 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/internal/gtest-linked_ptr.h (new)
1.1 +4572 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h (new)
1.1 +629 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util.h (new)
1.1 +865 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/internal/gtest-port.h (new)
1.1 +335 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/internal/gtest-string.h (new)
1.1 +3319 -0 src/contrib/llvm/utils/unittest/googletest/include/gtest/internal/gtest-type-util.h (new)
1.1 +216 -0 src/contrib/llvm/utils/userloc.pl (new)
1.1 +7 -0 src/contrib/llvm/utils/valgrind/i386-pc-linux-gnu.supp (new)
1.1 +7 -0 src/contrib/llvm/utils/valgrind/x86_64-pc-linux-gnu.supp (new)
1.1 +23 -0 src/contrib/llvm/utils/valgrind/x86_64-pc-linux-gnu_gcc-4.3.3.supp (new)
1.1 +43 -0 src/contrib/llvm/utils/vim/README (new)
1.1 +111 -0 src/contrib/llvm/utils/vim/llvm.vim (new)
1.1 +54 -0 src/contrib/llvm/utils/vim/tablegen.vim (new)
1.1 +93 -0 src/contrib/llvm/utils/vim/vimrc (new)
1.1 +83 -0 src/contrib/llvm/utils/webNLT.pl (new)
1.1 +573 -0 src/contrib/llvm/win32/Analysis/Analysis.vcproj (new)
1.1 +337 -0 src/contrib/llvm/win32/Archive/Archive.vcproj (new)
1.1 +346 -0 src/contrib/llvm/win32/AsmParser/AsmParser.vcproj (new)
1.1 +422 -0 src/contrib/llvm/win32/Bitcode/Bitcode.vcproj (new)
1.1 +325 -0 src/contrib/llvm/win32/CBackend/CBackend.vcproj (new)
1.1 +849 -0 src/contrib/llvm/win32/CodeGen/CodeGen.vcproj (new)
1.1 +319 -0 src/contrib/llvm/win32/Configure/Configure.vcproj (new)
1.1 +429 -0 src/contrib/llvm/win32/ExecutionEngine/ExecutionEngine.vcproj (new)
1.1 +386 -0 src/contrib/llvm/win32/Fibonacci/Fibonacci.vcproj (new)
1.1 +337 -0 src/contrib/llvm/win32/Linker/Linker.vcproj (new)
1.1 +743 -0 src/contrib/llvm/win32/Support/Support.vcproj (new)
1.1 +462 -0 src/contrib/llvm/win32/System/System.vcproj (new)
1.1 +538 -0 src/contrib/llvm/win32/TableGen/TableGen.vcproj (new)
1.1 +433 -0 src/contrib/llvm/win32/Target/Target.vcproj (new)
1.1 +759 -0 src/contrib/llvm/win32/Transforms/Transforms.vcproj (new)
1.1 +650 -0 src/contrib/llvm/win32/VMCore/VMCore.vcproj (new)
1.1 +429 -0 src/contrib/llvm/win32/bugpoint/bugpoint.vcproj (new)
1.1 +591 -0 src/contrib/llvm/win32/clang.sln (new)
1.1 +11 -0 src/contrib/llvm/win32/common.vsprops (new)
1.1 +30 -0 src/contrib/llvm/win32/config.h (new)
1.1 +29 -0 src/contrib/llvm/win32/dobison.cmd (new)
1.1 +20 -0 src/contrib/llvm/win32/doflex.cmd (new)
1.1 +385 -0 src/contrib/llvm/win32/llc/llc.vcproj (new)
1.1 +385 -0 src/contrib/llvm/win32/lli/lli.vcproj (new)
1.1 +381 -0 src/contrib/llvm/win32/llvm-ar/llvm-ar.vcproj (new)
1.1 +381 -0 src/contrib/llvm/win32/llvm-as/llvm-as.vcproj (new)
1.1 +381 -0 src/contrib/llvm/win32/llvm-bcanalyzer/llvm-bcanalyzer.vcproj (new)
1.1 +381 -0 src/contrib/llvm/win32/llvm-dis/llvm-dis.vcproj (new)
1.1 +385 -0 src/contrib/llvm/win32/llvm-ld/llvm-ld.vcproj (new)
1.1 +381 -0 src/contrib/llvm/win32/llvm-link/llvm-link.vcproj (new)
1.1 +381 -0 src/contrib/llvm/win32/llvm-nm/llvm-nm.vcproj (new)
1.1 +381 -0 src/contrib/llvm/win32/llvm-prof/llvm-prof.vcproj (new)
1.1 +381 -0 src/contrib/llvm/win32/llvm-ranlib/llvm-ranlib.vcproj (new)
1.1 +719 -0 src/contrib/llvm/win32/llvm.sln (new)
1.1 +393 -0 src/contrib/llvm/win32/opt/opt.vcproj (new)
1.1 +1 -0 src/contrib/llvm/win32/unistd.h (new)
1.1 +620 -0 src/contrib/llvm/win32/x86/x86.vcproj (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006100731.o5A7VQ3r055461>
