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--
.gitignore
1
-rw-r--r--
CMakeLists.txt
19
-rw-r--r--
CODE_OWNERS.TXT
51
-rw-r--r--
Makefile
4
-rw-r--r--
Makefile.config.in
15
-rw-r--r--
Makefile.rules
9
-rw-r--r--
README.txt
1
-rwxr-xr-x
autoconf/config.guess
4
-rw-r--r--
autoconf/configure.ac
63
-rw-r--r--
autoconf/ltmain.sh
6
-rw-r--r--
autoconf/m4/func_isinf.m4
2
-rw-r--r--
autoconf/m4/huge_val.m4
2
-rw-r--r--
autoconf/m4/libtool.m4
10
-rw-r--r--
autoconf/m4/rand48.m4
2
-rw-r--r--
bindings/ocaml/bitreader/llvm_bitreader.mli
5
-rw-r--r--
bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c
2
-rwxr-xr-x
cmake/config-ix.cmake
5
-rwxr-xr-x
cmake/modules/AddLLVM.cmake
9
-rw-r--r--
cmake/modules/LLVMConfig.cmake.in
2
-rwxr-xr-x
configure
244
-rw-r--r--
docs/Atomics.rst
2
-rw-r--r--
docs/CMake.html
584
-rw-r--r--
docs/CMake.rst
423
-rw-r--r--
docs/CodeGenerator.html
3190
-rw-r--r--
docs/CodeGenerator.rst
2428
-rw-r--r--
docs/CommandGuide/llvm-ar.rst
46
-rw-r--r--
docs/CommandLine.html
1976
-rw-r--r--
docs/CommandLine.rst
1615
-rw-r--r--
docs/DeveloperPolicy.rst
31
-rw-r--r--
docs/GettingStarted.html
4
-rw-r--r--
docs/GettingStartedVS.rst
2
-rw-r--r--
docs/HowToReleaseLLVM.html
2
-rw-r--r--
docs/LangRef.html
135
-rw-r--r--
docs/Passes.html
5
-rw-r--r--
docs/ProgrammersManual.html
111
-rw-r--r--
docs/Projects.rst
2
-rw-r--r--
docs/ReleaseNotes.html
2
-rw-r--r--
docs/TestSuiteMakefileGuide.html
4
-rw-r--r--
docs/programming.rst
3
-rw-r--r--
docs/subsystems.rst
7
-rw-r--r--
docs/tutorial/LangImpl6.html
2
-rw-r--r--
docs/tutorial/LangImpl8.html
2
-rw-r--r--
docs/tutorial/OCamlLangImpl6.html
2
-rw-r--r--
docs/tutorial/OCamlLangImpl8.html
2
-rw-r--r--
docs/userguides.rst
3
-rw-r--r--
docs/yaml2obj.rst
222
-rw-r--r--
include/llvm-c/Core.h
13
-rw-r--r--
include/llvm-c/Disassembler.h
6
-rw-r--r--
include/llvm/ADT/APFloat.h
1
-rw-r--r--
include/llvm/ADT/APInt.h
22
-rw-r--r--
include/llvm/ADT/APSInt.h
48
-rw-r--r--
include/llvm/ADT/ArrayRef.h
13
-rw-r--r--
include/llvm/ADT/DenseMap.h
21
-rw-r--r--
include/llvm/ADT/DepthFirstIterator.h
2
-rw-r--r--
include/llvm/ADT/ImmutableSet.h
2
-rw-r--r--
include/llvm/ADT/IntrusiveRefCntPtr.h
2
-rw-r--r--
include/llvm/ADT/PointerIntPair.h
13
-rw-r--r--
include/llvm/ADT/PointerUnion.h
4
-rw-r--r--
include/llvm/ADT/PostOrderIterator.h
75
-rw-r--r--
include/llvm/ADT/SmallVector.h
169
-rw-r--r--
include/llvm/ADT/StringRef.h
1
-rw-r--r--
include/llvm/ADT/StringSwitch.h
4
-rw-r--r--
include/llvm/ADT/TinyPtrVector.h
169
-rw-r--r--
include/llvm/ADT/Triple.h
5
-rw-r--r--
include/llvm/ADT/VariadicFunction.h
2
-rw-r--r--
include/llvm/Analysis/BranchProbabilityInfo.h
1
-rw-r--r--
include/llvm/Analysis/Dominators.h
17
-rw-r--r--
include/llvm/Analysis/LoopIterator.h
42
-rw-r--r--
include/llvm/Analysis/MemoryBuiltins.h
14
-rw-r--r--
include/llvm/Analysis/MemoryDependenceAnalysis.h
4
-rw-r--r--
include/llvm/Analysis/ProfileInfoLoader.h
1
-rw-r--r--
include/llvm/Analysis/RegionInfo.h
72
-rw-r--r--
include/llvm/Analysis/ScalarEvolutionExpander.h
4
-rw-r--r--
include/llvm/Analysis/ScalarEvolutionExpressions.h
69
-rw-r--r--
include/llvm/Attributes.h
16
-rw-r--r--
include/llvm/Bitcode/Archive.h
22
-rw-r--r--
include/llvm/Bitcode/BitstreamWriter.h
4
-rw-r--r--
include/llvm/CMakeLists.txt
2
-rw-r--r--
include/llvm/CodeGen/FastISel.h
5
-rw-r--r--
include/llvm/CodeGen/ISDOpcodes.h
590
-rw-r--r--
include/llvm/CodeGen/LiveInterval.h
69
-rw-r--r--
include/llvm/CodeGen/LiveIntervalAnalysis.h
18
-rw-r--r--
include/llvm/CodeGen/MachineBasicBlock.h
8
-rw-r--r--
include/llvm/CodeGen/MachineBranchProbabilityInfo.h
9
-rw-r--r--
include/llvm/CodeGen/MachineFunction.h
4
-rw-r--r--
include/llvm/CodeGen/MachineInstr.h
34
-rw-r--r--
include/llvm/CodeGen/MachineInstrBuilder.h
6
-rw-r--r--
include/llvm/CodeGen/MachineOperand.h
61
-rw-r--r--
include/llvm/CodeGen/MachineRegisterInfo.h
86
-rw-r--r--
include/llvm/CodeGen/Passes.h
12
-rw-r--r--
include/llvm/CodeGen/SelectionDAG.h
2
-rw-r--r--
include/llvm/CodeGen/SelectionDAGNodes.h
37
-rw-r--r--
include/llvm/CodeGen/SlotIndexes.h
33
-rw-r--r--
include/llvm/CodeGen/ValueTypes.h
107
-rw-r--r--
include/llvm/CodeGen/ValueTypes.td
30
-rw-r--r--
include/llvm/Config/config.h.cmake
23
-rw-r--r--
include/llvm/Config/config.h.in
8
-rw-r--r--
include/llvm/Config/llvm-config.h.cmake
3
-rw-r--r--
include/llvm/Config/llvm-config.h.in
3
-rw-r--r--
include/llvm/DIBuilder.h
10
-rw-r--r--
include/llvm/DebugInfo.h
2
-rw-r--r--
include/llvm/DebugInfo/DIContext.h
20
-rw-r--r--
include/llvm/ExecutionEngine/ExecutionEngine.h
2
-rw-r--r--
include/llvm/GlobalValue.h
29
-rw-r--r--
include/llvm/IRBuilder.h
23
-rw-r--r--
include/llvm/InitializePasses.h
2
-rw-r--r--
include/llvm/Intrinsics.td
9
-rw-r--r--
include/llvm/IntrinsicsHexagon.td
2
-rw-r--r--
include/llvm/IntrinsicsMips.td
134
-rw-r--r--
include/llvm/IntrinsicsX86.td
11
-rw-r--r--
include/llvm/MC/MCAssembler.h
2
-rw-r--r--
include/llvm/MC/MCExpr.h
4
-rw-r--r--
include/llvm/MC/MCFixedLenDisassembler.h
32
-rw-r--r--
include/llvm/MC/MCInstrDesc.h
7
-rw-r--r--
include/llvm/MC/MCInstrItineraries.h
95
-rw-r--r--
include/llvm/MC/MCObjectWriter.h
5
-rw-r--r--
include/llvm/MC/MCRegisterInfo.h
105
-rw-r--r--
include/llvm/MC/MCSchedule.h
114
-rw-r--r--
include/llvm/MC/MCSubtargetInfo.h
15
-rw-r--r--
include/llvm/MC/MCTargetAsmParser.h
16
-rw-r--r--
include/llvm/MDBuilder.h
(renamed from include/llvm/Support/MDBuilder.h)
6
-rw-r--r--
include/llvm/Module.h
5
-rw-r--r--
include/llvm/Object/ELF.h
47
-rw-r--r--
include/llvm/Object/MachOFormat.h
5
-rw-r--r--
include/llvm/Support/AlignOf.h
27
-rw-r--r--
include/llvm/Support/COFF.h
8
-rw-r--r--
include/llvm/Support/CommandLine.h
8
-rw-r--r--
include/llvm/Support/Compiler.h
30
-rw-r--r--
include/llvm/Support/DataTypes.h.cmake
12
-rw-r--r--
include/llvm/Support/DataTypes.h.in
12
-rw-r--r--
include/llvm/Support/Debug.h
8
-rw-r--r--
include/llvm/Support/DebugLoc.h
9
-rw-r--r--
include/llvm/Support/ELF.h
37
-rw-r--r--
include/llvm/Support/FileOutputBuffer.h
97
-rw-r--r--
include/llvm/Support/FileSystem.h
79
-rw-r--r--
include/llvm/Support/GCOV.h
20
-rw-r--r--
include/llvm/Support/GraphWriter.h
4
-rw-r--r--
include/llvm/Support/InstVisitor.h
53
-rw-r--r--