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--
CREDITS.TXT
2
-rw-r--r--
Makefile
1
-rw-r--r--
Makefile.config.in
1
-rw-r--r--
Makefile.rules
35
-rw-r--r--
autoconf/configure.ac
5
-rw-r--r--
bindings/ocaml/executionengine/llvm_executionengine.ml
4
-rw-r--r--
bindings/ocaml/executionengine/llvm_executionengine.mli
2
-rw-r--r--
bindings/ocaml/llvm/llvm.mli
2
-rw-r--r--
bindings/ocaml/target/llvm_target.ml
26
-rw-r--r--
bindings/ocaml/target/llvm_target.mli
56
-rw-r--r--
bindings/ocaml/target/target_ocaml.c
30
-rwxr-xr-x
cmake/modules/AddLLVM.cmake
12
-rwxr-xr-x
configure
10
-rw-r--r--
docs/AliasAnalysis.rst
2
-rw-r--r--
docs/CodeGenerator.rst
18
-rw-r--r--
docs/CodingStandards.rst
21
-rw-r--r--
docs/CompilerWriterInfo.html
267
-rw-r--r--
docs/CompilerWriterInfo.rst
118
-rw-r--r--
docs/ExtendingLLVM.html
379
-rw-r--r--
docs/ExtendingLLVM.rst
306
-rw-r--r--
docs/GarbageCollection.html
4
-rw-r--r--
docs/GettingStarted.html
1760
-rw-r--r--
docs/GettingStarted.rst
1304
-rw-r--r--
docs/GoldPlugin.html
227
-rw-r--r--
docs/GoldPlugin.rst
186
-rw-r--r--
docs/HowToSetUpLLVMStyleRTTI.rst
281
-rw-r--r--
docs/LangRef.html
8
-rw-r--r--
docs/LinkTimeOptimization.rst
2
-rw-r--r--
docs/ProgrammersManual.html
27
-rw-r--r--
docs/SourceLevelDebugging.html
6
-rw-r--r--
docs/WritingAnLLVMBackend.html
10
-rw-r--r--
docs/_themes/llvm-theme/static/llvm-theme.css
3
-rw-r--r--
docs/index.rst
2
-rw-r--r--
docs/programming.rst
16
-rw-r--r--
docs/subsystems.rst
3
-rw-r--r--
docs/tutorial/LangImpl4.html
6
-rw-r--r--
docs/tutorial/LangImpl5.html
4
-rw-r--r--
docs/tutorial/LangImpl6.html
4
-rw-r--r--
docs/tutorial/LangImpl7.html
6
-rw-r--r--
docs/tutorial/OCamlLangImpl4.html
4
-rw-r--r--
docs/tutorial/OCamlLangImpl5.html
2
-rw-r--r--
docs/tutorial/OCamlLangImpl6.html
2
-rw-r--r--
docs/tutorial/OCamlLangImpl7.html
4
-rw-r--r--
docs/userguides.rst
3
-rw-r--r--
examples/ExceptionDemo/ExceptionDemo.cpp
4
-rw-r--r--
examples/Kaleidoscope/Chapter4/toy.cpp
4
-rw-r--r--
examples/Kaleidoscope/Chapter5/toy.cpp
4
-rw-r--r--
examples/Kaleidoscope/Chapter6/toy.cpp
4
-rw-r--r--
examples/Kaleidoscope/Chapter7/toy.cpp
4
-rw-r--r--
examples/OCaml-Kaleidoscope/Chapter4/toy.ml
2
-rw-r--r--
examples/OCaml-Kaleidoscope/Chapter5/toy.ml
2
-rw-r--r--
examples/OCaml-Kaleidoscope/Chapter6/toy.ml
2
-rw-r--r--
examples/OCaml-Kaleidoscope/Chapter7/toy.ml
2
-rw-r--r--
include/llvm-c/Core.h
2
-rw-r--r--
include/llvm-c/Target.h
36
-rw-r--r--
include/llvm-c/TargetMachine.h
2
-rw-r--r--
include/llvm/ADT/MapVector.h
11
-rw-r--r--
include/llvm/ADT/SetVector.h
92
-rw-r--r--
include/llvm/ADT/Triple.h
6
-rw-r--r--
include/llvm/AddressingMode.h
41
-rw-r--r--
include/llvm/Analysis/AliasAnalysis.h
12
-rw-r--r--
include/llvm/Analysis/CaptureTracking.h
2
-rw-r--r--
include/llvm/Analysis/CodeMetrics.h
8
-rw-r--r--
include/llvm/Analysis/ConstantFolding.h
16
-rw-r--r--
include/llvm/Analysis/Dominators.h
2
-rw-r--r--
include/llvm/Analysis/IVUsers.h
4
-rw-r--r--
include/llvm/Analysis/InlineCost.h
8
-rw-r--r--
include/llvm/Analysis/InstructionSimplify.h
54
-rw-r--r--
include/llvm/Analysis/LazyValueInfo.h
4
-rw-r--r--
include/llvm/Analysis/Loads.h
4
-rw-r--r--
include/llvm/Analysis/MemoryBuiltins.h
16
-rw-r--r--
include/llvm/Analysis/MemoryDependenceAnalysis.h
6
-rw-r--r--
include/llvm/Analysis/PHITransAddr.h
6
-rw-r--r--
include/llvm/Analysis/ScalarEvolution.h
4
-rw-r--r--
include/llvm/Analysis/ValueTracking.h
26
-rw-r--r--
include/llvm/Argument.h
4
-rw-r--r--
include/llvm/Attributes.h
445
-rw-r--r--
include/llvm/AttributesImpl.h
(renamed from lib/VMCore/AttributesImpl.h)
17
-rw-r--r--
include/llvm/CallingConv.h
20
-rw-r--r--
include/llvm/CodeGen/AsmPrinter.h
6
-rw-r--r--
include/llvm/CodeGen/CallingConvLower.h
2
-rw-r--r--
include/llvm/CodeGen/FastISel.h
4
-rw-r--r--
include/llvm/CodeGen/IntrinsicLowering.h
6
-rw-r--r--
include/llvm/CodeGen/MachineConstantPool.h
6
-rw-r--r--
include/llvm/CodeGen/MachineFrameInfo.h
2
-rw-r--r--
include/llvm/CodeGen/MachineInstr.h
17
-rw-r--r--
include/llvm/CodeGen/MachineJumpTableInfo.h
6
-rw-r--r--
include/llvm/CodeGen/ScheduleDAG.h
5
-rw-r--r--
include/llvm/CodeGen/TargetSchedule.h
1
-rw-r--r--
include/llvm/DIBuilder.h
7
-rw-r--r--
include/llvm/DataLayout.h
(renamed from include/llvm/Target/TargetData.h)
173
-rw-r--r--
include/llvm/DebugInfo.h
2
-rw-r--r--
include/llvm/DerivedTypes.h
4
-rw-r--r--
include/llvm/ExecutionEngine/ExecutionEngine.h
8
-rw-r--r--
include/llvm/ExecutionEngine/ObjectBuffer.h
80
-rw-r--r--
include/llvm/ExecutionEngine/ObjectImage.h
61
-rw-r--r--
include/llvm/ExecutionEngine/RuntimeDyld.h
10
-rw-r--r--
include/llvm/Function.h
29
-rw-r--r--
include/llvm/InitializePasses.h
2
-rw-r--r--
include/llvm/InstrTypes.h
2
-rw-r--r--
include/llvm/Instructions.h
56
-rw-r--r--
include/llvm/MC/MCAsmBackend.h
7
-rw-r--r--
include/llvm/MC/MCObjectFileInfo.h
3
-rw-r--r--
include/llvm/MC/MCObjectStreamer.h
9
-rw-r--r--
include/llvm/MC/MCParser/MCParsedAsmOperand.h
2
-rw-r--r--
include/llvm/MC/MCTargetAsmParser.h
19
-rw-r--r--
include/llvm/MC/SubtargetFeature.h
4
-rw-r--r--
include/llvm/Object/ELF.h
33
-rw-r--r--
include/llvm/Support/CallSite.h
14
-rw-r--r--
include/llvm/Support/CommandLine.h
6
-rw-r--r--
include/llvm/Support/TargetFolder.h
6
-rw-r--r--
include/llvm/TableGen/Main.h
9
-rw-r--r--
include/llvm/TableGen/Record.h
80
-rw-r--r--
include/llvm/TableGen/TableGenAction.h
35
-rw-r--r--
include/llvm/Target/Mangler.h
9
-rw-r--r--
include/llvm/Target/TargetLowering.h
57
-rw-r--r--
include/llvm/Target/TargetMachine.h
4
-rw-r--r--
include/llvm/Target/TargetSchedule.td
13
-rw-r--r--
include/llvm/Target/TargetSelectionDAGInfo.h
6
-rw-r--r--
include/llvm/Target/TargetSubtargetInfo.h
6
-rw-r--r--
include/llvm/Transforms/IPO/InlinerPass.h
2
-rw-r--r--
include/llvm/Transforms/Utils/AddrModeMatcher.h
3
-rw-r--r--