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--
CMakeLists.txt
3
-rw-r--r--
CODE_OWNERS.TXT
85
-rw-r--r--
CREDITS.TXT
10
-rw-r--r--
LICENSE.TXT
1
-rw-r--r--
autoconf/configure.ac
16
-rw-r--r--
bindings/python/llvm/common.py
50
-rw-r--r--
cmake/modules/HandleLLVMOptions.cmake
11
-rwxr-xr-x
configure
40
-rw-r--r--
docs/BitCodeFormat.rst
4
-rw-r--r--
docs/CodeGenerator.rst
24
-rw-r--r--
docs/CodingStandards.rst
43
-rw-r--r--
docs/CommandGuide/FileCheck.rst
163
-rw-r--r--
docs/CommandGuide/lit.rst
20
-rw-r--r--
docs/CompilerWriterInfo.rst
2
-rw-r--r--
docs/DeveloperPolicy.rst
4
-rw-r--r--
docs/GCCFEBuildInstrs.html
279
-rw-r--r--
docs/GettingStarted.rst
39
-rw-r--r--
[-rwxr-xr-x]
docs/HowToUseInstrMappings.rst
4
-rw-r--r--
docs/LLVMBuild.html
368
-rw-r--r--
docs/LLVMBuild.rst
325
-rw-r--r--
docs/LangRef.html
341
-rw-r--r--
docs/MakefileGuide.rst
2
-rw-r--r--
docs/Passes.html
24
-rw-r--r--
docs/Projects.rst
6
-rw-r--r--
docs/ReleaseNotes.html
63
-rw-r--r--
docs/SourceLevelDebugging.html
2858
-rw-r--r--
docs/SourceLevelDebugging.rst
2285
-rw-r--r--
docs/SystemLibrary.html
316
-rw-r--r--
docs/SystemLibrary.rst
250
-rw-r--r--
docs/TableGenFundamentals.rst
31
-rw-r--r--
docs/TestSuiteMakefileGuide.html
351
-rw-r--r--
docs/TestSuiteMakefileGuide.rst
279
-rw-r--r--
docs/TestingGuide.html
916
-rw-r--r--
docs/TestingGuide.rst
529
-rw-r--r--
docs/conf.py
4
-rw-r--r--
docs/development_process.rst
3
-rw-r--r--
docs/subsystems.rst
12
-rw-r--r--
docs/userguides.rst
3
-rw-r--r--
examples/ExceptionDemo/ExceptionDemo.cpp
5
-rw-r--r--
include/llvm-c/lto.h
7
-rw-r--r--
include/llvm/ADT/MapVector.h
12
-rw-r--r--
include/llvm/ADT/STLExtras.h
6
-rw-r--r--
include/llvm/ADT/SmallVector.h
2
-rw-r--r--
include/llvm/ADT/Triple.h
4
-rw-r--r--
include/llvm/Analysis/DependenceAnalysis.h
28
-rw-r--r--
include/llvm/Analysis/InlineCost.h
13
-rw-r--r--
include/llvm/Analysis/InstructionSimplify.h
12
-rw-r--r--
include/llvm/Attributes.h
28
-rw-r--r--
include/llvm/Bitcode/Archive.h
6
-rw-r--r--
include/llvm/Bitcode/BitCodes.h
27
-rw-r--r--
include/llvm/Bitcode/BitstreamReader.h
82
-rw-r--r--
include/llvm/Bitcode/BitstreamWriter.h
28
-rw-r--r--
include/llvm/Bitcode/LLVMBitCodes.h
16
-rw-r--r--
include/llvm/CallingConv.h
4
-rw-r--r--
include/llvm/CodeGen/AsmPrinter.h
6
-rw-r--r--
include/llvm/CodeGen/DFAPacketizer.h
2
-rw-r--r--
include/llvm/CodeGen/MachineInstrBundle.h
5
-rw-r--r--
include/llvm/CodeGen/MachineModuleInfo.h
2
-rw-r--r--
include/llvm/CodeGen/MachineScheduler.h
29
-rw-r--r--
include/llvm/CodeGen/RegisterScavenging.h
8
-rw-r--r--
include/llvm/CodeGen/ScheduleDAG.h
60
-rw-r--r--
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
19
-rw-r--r--
include/llvm/Constant.h
13
-rw-r--r--
include/llvm/Constants.h
150
-rw-r--r--
include/llvm/DataLayout.h
21
-rw-r--r--
include/llvm/DebugInfo.h
90
-rw-r--r--
include/llvm/DebugInfo/DIContext.h
11
-rw-r--r--
include/llvm/ExecutionEngine/NaClJITMemoryManager.h
5
-rw-r--r--
include/llvm/ExecutionEngine/OProfileWrapper.h
8
-rw-r--r--
include/llvm/ExecutionEngine/ObjectBuffer.h
160
-rw-r--r--
include/llvm/ExecutionEngine/ObjectImage.h
122
-rw-r--r--
include/llvm/ExecutionEngine/RuntimeDyld.h
11
-rw-r--r--
include/llvm/Instruction.h
62
-rw-r--r--
include/llvm/Intrinsics.td
5
-rw-r--r--
include/llvm/IntrinsicsCellSPU.td
242
-rw-r--r--
include/llvm/MC/MCDwarf.h
120
-rw-r--r--
include/llvm/MC/MCExpr.h
6
-rw-r--r--
include/llvm/MC/MCInstBuilder.h
68
-rw-r--r--
include/llvm/MC/MCStreamer.h
3
-rw-r--r--
include/llvm/Object/Archive.h
14
-rw-r--r--
include/llvm/Object/ELF.h
16
-rw-r--r--
include/llvm/Object/RelocVisitor.h
19
-rw-r--r--
include/llvm/Operator.h
8
-rw-r--r--
include/llvm/Pass.h
10
-rw-r--r--
include/llvm/PassManager.h
8
-rw-r--r--
include/llvm/PassManagers.h
14
-rw-r--r--
include/llvm/Support/Compiler.h
26
-rw-r--r--
include/llvm/Support/Dwarf.h
29
-rw-r--r--
include/llvm/Support/ELF.h
4
-rw-r--r--
include/llvm/Support/GetElementPtrTypeIterator.h
8
-rw-r--r--
include/llvm/Support/YAMLParser.h
4
-rw-r--r--
include/llvm/Support/circular_raw_ostream.h
4
-rw-r--r--
include/llvm/Target/TargetInstrInfo.h
22
-rw-r--r--
include/llvm/Target/TargetLibraryInfo.h
24
-rw-r--r--
include/llvm/Target/TargetLoweringObjectFile.h
13
-rw-r--r--
include/llvm/Target/TargetSubtargetInfo.h
7
-rw-r--r--
include/llvm/Transforms/Instrumentation.h
4
-rw-r--r--
include/llvm/Transforms/Utils/SimplifyLibCalls.h
3
-rw-r--r--
lib/Analysis/BasicAliasAnalysis.cpp
15
-rw-r--r--
lib/Analysis/DependenceAnalysis.cpp
212
-rw-r--r--
lib/Analysis/IPA/CallGraphSCCPass.cpp
3
-rw-r--r--
lib/Analysis/InlineCost.cpp
178
-rw-r--r--
lib/Analysis/InstructionSimplify.cpp
21
-rw-r--r--
lib/AsmParser/LLLexer.cpp
2
-rw-r--r--
lib/AsmParser/LLParser.cpp
144
-rw-r--r--
lib/AsmParser/LLParser.h
26
-rw-r--r--
lib/Bitcode/Reader/BitReader.cpp
10
-rw-r--r--
lib/Bitcode/Reader/BitcodeReader.cpp
89
-rw-r--r--
lib/Bitcode/Reader/BitcodeReader.h
50
-rw-r--r--
lib/Bitcode/Writer/BitWriter.cpp
9
-rw-r--r--
lib/Bitcode/Writer/BitcodeWriter.cpp
96
-rw-r--r--
lib/Bitcode/Writer/BitcodeWriterPass.cpp
4
-rw-r--r--
lib/Bitcode/Writer/ValueEnumerator.cpp
31
-rw-r--r--
lib/Bitcode/Writer/ValueEnumerator.h
20
-rw-r--r--
lib/CodeGen/AsmPrinter/ARMException.cpp
67
-rw-r--r--
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
20
-rw-r--r--
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
38
-rw-r--r--
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
70
-rw-r--r--
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
314
-rw-r--r--
lib/CodeGen/AsmPrinter/DwarfDebug.h
111
-rw-r--r--
lib/CodeGen/AsmPrinter/DwarfException.cpp
20
-rw-r--r--
lib/CodeGen/AsmPrinter/DwarfException.h
3
-rw-r--r--
lib/CodeGen/CallingConvLower.cpp
12
<