index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'lib')
-rw-r--r--
lib/Analysis/Expressions.cpp
7
-rw-r--r--
lib/Analysis/IPA/CallGraph.cpp
8
-rw-r--r--
lib/Analysis/IPA/FindUnsafePointerTypes.cpp
8
-rw-r--r--
lib/Analysis/IPA/FindUsedTypes.cpp
10
-rw-r--r--
lib/Analysis/InductionVariable.cpp
4
-rw-r--r--
lib/Analysis/IntervalPartition.cpp
1
-rw-r--r--
lib/Analysis/LiveVar/BBLiveVar.cpp
13
-rw-r--r--
lib/Analysis/LiveVar/BBLiveVar.h
2
-rw-r--r--
lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp
12
-rw-r--r--
lib/Analysis/LiveVar/ValueSet.cpp
21
-rw-r--r--
lib/Analysis/LoopDepth.cpp
4
-rw-r--r--
lib/Analysis/LoopInfo.cpp
6
-rw-r--r--
lib/Analysis/ModuleAnalyzer.cpp
6
-rw-r--r--
lib/Analysis/PostDominators.cpp
2
-rw-r--r--
lib/Analysis/Writer.cpp
30
-rw-r--r--
lib/AsmParser/Parser.cpp
3
-rw-r--r--
lib/AsmParser/ParserInternals.h
19
-rw-r--r--
lib/AsmParser/llvmAsmParser.y
47
-rw-r--r--
lib/Bytecode/Reader/ConstantReader.cpp
17
-rw-r--r--
lib/Bytecode/Reader/InstructionReader.cpp
7
-rw-r--r--
lib/Bytecode/Reader/Reader.cpp
32
-rw-r--r--
lib/Bytecode/Reader/ReaderInternals.h
26
-rw-r--r--
lib/Bytecode/Writer/ConstantWriter.cpp
4
-rw-r--r--
lib/Bytecode/Writer/InstructionWriter.cpp
10
-rw-r--r--
lib/Bytecode/Writer/SlotCalculator.cpp
5
-rw-r--r--
lib/Bytecode/Writer/SlotCalculator.h
8
-rw-r--r--
lib/Bytecode/Writer/Writer.cpp
14
-rw-r--r--
lib/Bytecode/Writer/WriterInternals.h
8
-rw-r--r--
lib/CodeGen/InstrSched/InstrScheduling.cpp
43
-rw-r--r--
lib/CodeGen/InstrSched/SchedGraph.cpp
92
-rw-r--r--
lib/CodeGen/InstrSched/SchedGraph.h
85
-rw-r--r--
lib/CodeGen/InstrSched/SchedPriorities.cpp
62
-rw-r--r--
lib/CodeGen/InstrSched/SchedPriorities.h
58
-rw-r--r--
lib/CodeGen/InstrSelection/InstrForest.cpp
37
-rw-r--r--
lib/CodeGen/InstrSelection/InstrSelection.cpp
32
-rw-r--r--
lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
2
-rw-r--r--
lib/CodeGen/MachineInstr.cpp
53
-rw-r--r--
lib/CodeGen/RegAlloc/IGNode.cpp
24
-rw-r--r--
lib/CodeGen/RegAlloc/IGNode.h
13
-rw-r--r--
lib/CodeGen/RegAlloc/InterferenceGraph.cpp
76
-rw-r--r--
lib/CodeGen/RegAlloc/InterferenceGraph.h
12
-rw-r--r--
lib/CodeGen/RegAlloc/LiveRange.h
5
-rw-r--r--
lib/CodeGen/RegAlloc/LiveRangeInfo.cpp
124
-rw-r--r--
lib/CodeGen/RegAlloc/LiveRangeInfo.h
10
-rw-r--r--
lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
170
-rw-r--r--
lib/CodeGen/RegAlloc/PhyRegAlloc.h
18
-rw-r--r--
lib/CodeGen/RegAlloc/RegClass.cpp
25
-rw-r--r--
lib/CodeGen/RegAlloc/RegClass.h
16
-rw-r--r--
lib/ExecutionEngine/Interpreter/Execution.cpp
85
-rw-r--r--
lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h
2
-rw-r--r--
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
25
-rw-r--r--
lib/ExecutionEngine/Interpreter/Interpreter.h
31
-rw-r--r--
lib/ExecutionEngine/Interpreter/Support.cpp
22
-rw-r--r--
lib/ExecutionEngine/Interpreter/UserInput.cpp
27
-rw-r--r--
lib/Linker/LinkModules.cpp
32
-rw-r--r--
lib/Support/Annotation.cpp
4
-rw-r--r--
lib/Support/CommandLine.cpp
40
-rw-r--r--
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
43
-rw-r--r--
lib/Target/SparcV9/InstrSched/SchedGraph.cpp
92
-rw-r--r--
lib/Target/SparcV9/InstrSched/SchedGraph.h
85
-rw-r--r--
lib/Target/SparcV9/InstrSched/SchedPriorities.cpp
62
-rw-r--r--
lib/Target/SparcV9/InstrSched/SchedPriorities.h
58
-rw-r--r--
lib/Target/SparcV9/InstrSelection/InstrForest.cpp
37
-rw-r--r--
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
32
-rw-r--r--
lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
2
-rw-r--r--
lib/Target/SparcV9/LiveVar/BBLiveVar.cpp
13
-rw-r--r--
lib/Target/SparcV9/LiveVar/BBLiveVar.h
2
-rw-r--r--
lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
12
-rw-r--r--
lib/Target/SparcV9/LiveVar/ValueSet.cpp
21
-rw-r--r--
lib/Target/SparcV9/RegAlloc/IGNode.cpp
24
-rw-r--r--
lib/Target/SparcV9/RegAlloc/IGNode.h
13
-rw-r--r--
lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp
76
-rw-r--r--
lib/Target/SparcV9/RegAlloc/InterferenceGraph.h
12
-rw-r--r--
lib/Target/SparcV9/RegAlloc/LiveRange.h
5
-rw-r--r--
lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp
124
-rw-r--r--
lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h
10
-rw-r--r--
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
170
-rw-r--r--
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
18
-rw-r--r--
lib/Target/SparcV9/RegAlloc/RegClass.cpp
25
-rw-r--r--
lib/Target/SparcV9/RegAlloc/RegClass.h
16
-rw-r--r--
lib/Target/SparcV9/SparcV9AsmPrinter.cpp
68
-rw-r--r--
lib/Target/SparcV9/SparcV9InstrInfo.cpp
34
-rw-r--r--
lib/Target/SparcV9/SparcV9InstrSelection.cpp
23
-rw-r--r--
lib/Target/SparcV9/SparcV9InstrSelectionSupport.h
2
-rw-r--r--
lib/Target/SparcV9/SparcV9Internals.h
40
-rw-r--r--
lib/Target/SparcV9/SparcV9RegClassInfo.cpp
19
-rw-r--r--
lib/Target/SparcV9/SparcV9RegClassInfo.h
16
-rw-r--r--
lib/Target/SparcV9/SparcV9RegInfo.cpp
86
-rw-r--r--
lib/Target/SparcV9/SparcV9TargetMachine.cpp
12
-rw-r--r--
lib/Target/TargetData.cpp
6
-rw-r--r--
lib/Target/TargetSchedInfo.cpp
14
-rw-r--r--
lib/Transforms/ExprTypeConvert.cpp
40
-rw-r--r--
lib/Transforms/HoistPHIConstants.cpp
10
-rw-r--r--
lib/Transforms/IPO/ConstantMerge.cpp
8
-rw-r--r--
lib/Transforms/IPO/DeadTypeElimination.cpp
22
-rw-r--r--
lib/Transforms/IPO/GlobalDCE.cpp
8
-rw-r--r--
lib/Transforms/IPO/InlineSimple.cpp
13
-rw-r--r--
lib/Transforms/IPO/MutateStructTypes.cpp
16
-rw-r--r--
lib/Transforms/IPO/SimpleStructMutation.cpp
14
-rw-r--r--
lib/Transforms/Instrumentation/TraceValues.cpp
15
-rw-r--r--
lib/Transforms/LevelRaise.cpp
8
-rw-r--r--
lib/Transforms/Scalar/ADCE.cpp
20
-rw-r--r--
lib/Transforms/Scalar/ConstantProp.cpp
2
-rw-r--r--
lib/Transforms/Scalar/DCE.cpp
4
-rw-r--r--
lib/Transforms/Scalar/IndVarSimplify.cpp
10
-rw-r--r--
lib/Transforms/Scalar/InductionVars.cpp
18
-rw-r--r--
lib/Transforms/Scalar/InstructionCombining.cpp
4
-rw-r--r--
lib/Transforms/Scalar/SCCP.cpp
14
-rw-r--r--
lib/Transforms/Scalar/SymbolStripping.cpp
2
-rw-r--r--
lib/Transforms/TransformInternals.cpp
4
-rw-r--r--
lib/Transforms/TransformInternals.h
15
-rw-r--r--
lib/Transforms/Utils/Linker.cpp
32
-rw-r--r--
lib/Transforms/Utils/LowerAllocations.cpp
2
-rw-r--r--
lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
1
-rw-r--r--
lib/VMCore/AsmWriter.cpp
16
-rw-r--r--
lib/VMCore/BasicBlock.cpp
4
-rw-r--r--
lib/VMCore/Constants.cpp
53
-rw-r--r--
lib/VMCore/Dominators.cpp
2
-rw-r--r--
lib/VMCore/Function.cpp
8