index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
-rw-r--r--
Makefile
7
-rw-r--r--
Makefile.common
170
-rw-r--r--
Makefile.rules
170
-rw-r--r--
docs/ChrisNotes.txt
50
-rw-r--r--
docs/HistoricalNotes/2000-11-18-EarlyDesignIdeas.txt
74
-rw-r--r--
docs/HistoricalNotes/2000-11-18-EarlyDesignIdeasResp.txt
199
-rw-r--r--
docs/HistoricalNotes/2000-12-06-EncodingIdea.txt
30
-rw-r--r--
docs/HistoricalNotes/2000-12-06-MeetingSummary.txt
83
-rw-r--r--
docs/HistoricalNotes/2001-01-31-UniversalIRIdea.txt
39
-rw-r--r--
docs/HistoricalNotes/2001-02-06-TypeNotationDebate.txt
67
-rw-r--r--
docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp1.txt
75
-rw-r--r--
docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp2.txt
53
-rw-r--r--
docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp4.txt
89
-rw-r--r--
docs/HistoricalNotes/2001-02-09-AdveComments.txt
120
-rw-r--r--
docs/HistoricalNotes/2001-02-09-AdveCommentsResponse.txt
245
-rw-r--r--
docs/HistoricalNotes/2001-02-13-Reference-Memory.txt
39
-rw-r--r--
docs/HistoricalNotes/2001-02-13-Reference-MemoryResponse.txt
47
-rw-r--r--
docs/HistoricalNotes/2001-04-16-DynamicCompilation.txt
12
-rw-r--r--
docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
202
-rw-r--r--
docs/HistoricalNotes/2001-05-19-ExceptionResponse.txt
45
-rw-r--r--
docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt
63
-rw-r--r--
docs/HistoricalNotes/2001-06-01-GCCOptimizations2.txt
71
-rw-r--r--
docs/LangRef.html
1376
-rwxr-xr-x
getsomesrcs.sh
5
-rwxr-xr-x
getsrcs.sh
4
-rw-r--r--
include/llvm/Analysis/ModuleAnalyzer.h
113
-rw-r--r--
include/llvm/Analysis/SlotCalculator.h
96
-rw-r--r--
include/llvm/Analysis/Verifier.h
28
-rw-r--r--
include/llvm/Assembly/Parser.h
66
-rw-r--r--
include/llvm/Assembly/Writer.h
79
-rw-r--r--
include/llvm/BasicBlock.h
246
-rw-r--r--
include/llvm/Bytecode/Format.h
33
-rw-r--r--
include/llvm/Bytecode/Primitives.h
237
-rw-r--r--
include/llvm/Bytecode/Reader.h
24
-rw-r--r--
include/llvm/Bytecode/Writer.h
25
-rw-r--r--
include/llvm/ConstPoolVals.h
234
-rw-r--r--
include/llvm/ConstantHandling.h
145
-rw-r--r--
include/llvm/ConstantPool.h
74
-rw-r--r--
include/llvm/DerivedTypes.h
120
-rw-r--r--
include/llvm/Function.h
174
-rw-r--r--
include/llvm/InstrTypes.h
131
-rw-r--r--
include/llvm/Instruction.h
199
-rw-r--r--
include/llvm/Module.h
38
-rw-r--r--
include/llvm/Optimizations/AllOpts.h
95
-rw-r--r--
include/llvm/SlotCalculator.h
96
-rw-r--r--
include/llvm/SymTabValue.h
51
-rw-r--r--
include/llvm/SymbolTable.h
83
-rw-r--r--
include/llvm/Tools/CommandLine.h
126
-rw-r--r--
include/llvm/Tools/DataTypes.h
26
-rw-r--r--
include/llvm/Tools/StringExtras.h
63
-rw-r--r--
include/llvm/Type.h
116
-rw-r--r--
include/llvm/User.h
47
-rw-r--r--
include/llvm/Value.h
124
-rw-r--r--
include/llvm/ValueHolder.h
86
-rw-r--r--
include/llvm/iMemory.h
140
-rw-r--r--
include/llvm/iOperators.h
48
-rw-r--r--
include/llvm/iOther.h
116
-rw-r--r--
include/llvm/iTerminators.h
136
-rw-r--r--
include/llvm/iUnary.h
19
-rw-r--r--
lib/Analysis/Makefile
7
-rw-r--r--
lib/Analysis/ModuleAnalyzer.cpp
150
-rw-r--r--
lib/AsmParser/Lexer.cpp
2058
-rw-r--r--
lib/AsmParser/Lexer.l
184
-rw-r--r--
lib/AsmParser/Makefile
7
-rw-r--r--
lib/AsmParser/Parser.cpp
84
-rw-r--r--
lib/AsmParser/ParserInternals.h
159
-rw-r--r--
lib/AsmParser/llvmAsmParser.cpp
2202
-rw-r--r--
lib/AsmParser/llvmAsmParser.h
87
-rw-r--r--
lib/AsmParser/llvmAsmParser.y
954
-rw-r--r--
lib/Bytecode/Makefile
5
-rw-r--r--
lib/Bytecode/Reader/ConstantReader.cpp
218
-rw-r--r--
lib/Bytecode/Reader/InstructionReader.cpp
213
-rw-r--r--
lib/Bytecode/Reader/Makefile
7
-rw-r--r--
lib/Bytecode/Reader/Reader.cpp
478
-rw-r--r--
lib/Bytecode/Reader/ReaderInternals.h
146
-rw-r--r--
lib/Bytecode/Writer/ConstantWriter.cpp
154
-rw-r--r--
lib/Bytecode/Writer/InstructionWriter.cpp
184
-rw-r--r--
lib/Bytecode/Writer/Makefile
7
-rw-r--r--
lib/Bytecode/Writer/SlotCalculator.cpp
195
-rw-r--r--
lib/Bytecode/Writer/SlotCalculator.h
96
-rw-r--r--
lib/Bytecode/Writer/Writer.cpp
182
-rw-r--r--
lib/Bytecode/Writer/WriterInternals.h
74
-rw-r--r--
lib/Makefile
5
-rw-r--r--
lib/Transforms/IPO/InlineSimple.cpp
283
-rw-r--r--
lib/Transforms/Scalar/ConstantProp.cpp
239
-rw-r--r--
lib/Transforms/Scalar/DCE.cpp
193
-rw-r--r--
lib/Transforms/Scalar/SymbolStripping.cpp
55
-rw-r--r--
lib/VMCore/AsmWriter.cpp
328
-rw-r--r--
lib/VMCore/BasicBlock.cpp
113
-rw-r--r--
lib/VMCore/ConstantFold.cpp
197
-rw-r--r--
lib/VMCore/ConstantFold.h
145
-rw-r--r--
lib/VMCore/ConstantFolding.h
145
-rw-r--r--
lib/VMCore/ConstantPool.cpp
434
-rw-r--r--
lib/VMCore/Function.cpp
75
-rw-r--r--
lib/VMCore/InstrTypes.cpp
66
-rw-r--r--
lib/VMCore/Instruction.cpp
61
-rw-r--r--
lib/VMCore/Makefile
7
-rw-r--r--
lib/VMCore/Module.cpp
42
-rw-r--r--
lib/VMCore/SlotCalculator.cpp
195
-rw-r--r--
lib/VMCore/SymbolTable.cpp
106
-rw-r--r--
lib/VMCore/Type.cpp
308
-rw-r--r--
lib/VMCore/Value.cpp
143
-rw-r--r--
lib/VMCore/ValueHolderImpl.h
85
-rw-r--r--
lib/VMCore/Verifier.cpp
94
-rw-r--r--
lib/VMCore/iBranch.cpp
69
-rw-r--r--
lib/VMCore/iCall.cpp
48
-rw-r--r--
lib/VMCore/iOperators.cpp
37
-rw-r--r--
lib/VMCore/iReturn.cpp
25
-rw-r--r--
lib/VMCore/iSwitch.cpp
81
-rwxr-xr-x
test/Feature/TestAsmDisasm.sh
21
-rwxr-xr-x
test/Feature/TestOptimizer.sh
13
-rw-r--r--
test/Feature/basictest.ll
53
-rw-r--r--
test/Feature/calltest.ll
16
-rw-r--r--
test/Feature/forwardreftest.ll
30
-rw-r--r--
test/Feature/small.ll
10
-rw-r--r--
test/Feature/smallest.ll
3
-rw-r--r--
test/Feature/testmemory.ll
23
-rw-r--r--
test/Feature/testswitch.ll
21
-rw-r--r--
test/Makefile
20
-rw-r--r--
test/Setup
4
-rwxr-xr-x
test/SetupOpt
4
-rw-r--r--
test/fib.ll
43
-rw-r--r--
test/inlinetest.ll
27
-rw-r--r--
test/opttest.ll
59
-rw-r--r--
test/test2darray.ll
10
-rw-r--r--
test/testpointer.ll
12
-rw-r--r--
test/teststruct.ll
13
-rw-r--r--
tools/Makefile
5
-rw-r--r--
tools/as/Makefile
9
-rw-r--r--
tools/as/as.cpp
85
-rw-r--r--
tools/dis/Makefile
10
-rw-r--r--
tools/dis/dis.cpp
64
-rw-r--r--
tools/llvm-as/Makefile
9
-rw-r--r--
tools/llvm-as/as.cpp
85
-rw-r--r--
tools/llvm-as/llvm-as.cpp
85
-rw-r--r--
tools/llvm-dis/Makefile
10
-rw-r--r--
tools/llvm-dis/dis.cpp
64
-rw-r--r--
tools/llvm-dis/llvm-dis.cpp
64
-rw-r--r--