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
4
-rw-r--r--
CODE_OWNERS.TXT
5
-rw-r--r--
LICENSE.TXT
3
-rw-r--r--
Makefile
6
-rw-r--r--
Makefile.config.in
13
-rw-r--r--
Makefile.rules
10
-rw-r--r--
README.txt
8
-rwxr-xr-x
autoconf/AutoRegen.sh
2
-rw-r--r--
autoconf/configure.ac
107
-rwxr-xr-x
cmake/config-ix.cmake
6
-rwxr-xr-x
cmake/modules/AddLLVM.cmake
32
-rw-r--r--
cmake/modules/HandleLLVMOptions.cmake
5
-rwxr-xr-x
cmake/modules/LLVM-Config.cmake
7
-rwxr-xr-x
configure
362
-rw-r--r--
docs/AliasAnalysis.rst
39
-rw-r--r--
docs/Atomics.rst
2
-rw-r--r--
docs/BitCodeFormat.rst
2
-rw-r--r--
docs/BranchWeightMetadata.rst
2
-rw-r--r--
docs/Bugpoint.rst
6
-rw-r--r--
docs/CMake.rst
22
-rw-r--r--
docs/CodeGenerator.rst
89
-rw-r--r--
docs/CodingStandards.rst
2
-rw-r--r--
docs/CommandGuide/index.rst
2
-rw-r--r--
docs/CommandGuide/llvm-bcanalyzer.rst
221
-rw-r--r--
docs/CommandLine.rst
6
-rw-r--r--
docs/CompilerWriterInfo.rst
4
-rw-r--r--
docs/DebuggingJITedCode.rst
4
-rw-r--r--
docs/DeveloperPolicy.rst
2
-rw-r--r--
docs/Dummy.html
0
-rw-r--r--
docs/ExceptionHandling.rst
49
-rw-r--r--
docs/ExtendingLLVM.rst
2
-rw-r--r--
docs/FAQ.rst
39
-rw-r--r--
docs/GarbageCollection.rst
44
-rw-r--r--
docs/GetElementPtr.rst
2
-rw-r--r--
docs/GettingStarted.rst
128
-rw-r--r--
docs/GettingStartedVS.rst
2
-rw-r--r--
docs/GoldPlugin.rst
4
-rw-r--r--
docs/HowToAddABuilder.rst
4
-rw-r--r--
docs/HowToBuildOnARM.rst
4
-rw-r--r--
docs/HowToReleaseLLVM.rst
7
-rw-r--r--
docs/HowToSetUpLLVMStyleRTTI.rst
4
-rw-r--r--
docs/HowToSubmitABug.rst
4
-rw-r--r--
docs/HowToUseInstrMappings.rst
4
-rw-r--r--
docs/LangRef.rst
11
-rw-r--r--
docs/Lexicon.rst
10
-rw-r--r--
docs/LinkTimeOptimization.rst
9
-rw-r--r--
docs/Makefile.sphinx
4
-rw-r--r--
docs/MakefileGuide.rst
20
-rw-r--r--
docs/MarkedUpDisassembly.rst
2
-rw-r--r--
docs/Packaging.rst
2
-rw-r--r--
docs/Passes.html
2025
-rw-r--r--
docs/Passes.rst
1264
-rw-r--r--
docs/ProgrammersManual.rst
17
-rw-r--r--
docs/Projects.rst
2
-rw-r--r--
docs/README.txt
24
-rw-r--r--
docs/ReleaseNotes.rst
71
-rw-r--r--
docs/SegmentedStacks.rst
2
-rw-r--r--
docs/SourceLevelDebugging.rst
31
-rw-r--r--
docs/SphinxQuickstartTemplate.rst
24
-rw-r--r--
docs/SystemLibrary.rst
2
-rw-r--r--
docs/TableGen/LangRef.rst
383
-rw-r--r--
docs/TableGenFundamentals.rst
6
-rw-r--r--
docs/TestSuiteMakefileGuide.rst
3
-rw-r--r--
docs/TestingGuide.rst
40
-rw-r--r--
docs/Vectorizers.rst
308
-rw-r--r--
docs/WritingAnLLVMBackend.rst
9
-rw-r--r--
docs/WritingAnLLVMPass.html
1954
-rw-r--r--
docs/WritingAnLLVMPass.rst
1436
-rw-r--r--
docs/YamlIO.rst
860
-rw-r--r--
docs/conf.py
4
-rw-r--r--
docs/design_and_overview.rst
6
-rw-r--r--
docs/development_process.rst
6
-rw-r--r--
docs/doxygen.footer
2
-rw-r--r--
docs/gcc-loops.png
bin
0 -> 21054 bytes
-rw-r--r--
docs/index.rst
14
-rw-r--r--
docs/linpack-pc.png
bin
0 -> 11172 bytes
-rw-r--r--
docs/mailing_lists.rst
2
-rw-r--r--
docs/programming.rst
14
-rw-r--r--
docs/subsystems.rst
48
-rw-r--r--
docs/tutorial/index.rst
13
-rw-r--r--
docs/userguides.rst
36
-rw-r--r--
docs/yaml2obj.rst
2
-rw-r--r--
examples/BrainF/BrainF.cpp
6
-rw-r--r--
examples/BrainF/BrainF.h
6
-rw-r--r--
examples/BrainF/BrainFDriver.cpp
2
-rw-r--r--
examples/ExceptionDemo/ExceptionDemo.cpp
30
-rw-r--r--
examples/Fibonacci/fibonacci.cpp
10
-rw-r--r--
examples/HowToUseJIT/HowToUseJIT.cpp
12
-rw-r--r--
examples/Kaleidoscope/Chapter3/toy.cpp
8
-rw-r--r--
examples/Kaleidoscope/Chapter4/toy.cpp
10
-rw-r--r--
examples/Kaleidoscope/Chapter5/toy.cpp
10
-rw-r--r--
examples/Kaleidoscope/Chapter6/toy.cpp
10
-rw-r--r--
examples/Kaleidoscope/Chapter7/toy.cpp
10
-rw-r--r--
examples/ModuleMaker/ModuleMaker.cpp
10
-rw-r--r--
examples/ParallelJIT/ParallelJIT.cpp
10
-rw-r--r--
include/llvm-c/Core.h
4
-rw-r--r--
include/llvm-c/Disassembler.h
2
-rw-r--r--
include/llvm-c/EnhancedDisassembly.h
530
-rw-r--r--
include/llvm-c/LinkTimeOptimizer.h
4
-rw-r--r--
include/llvm-c/Transforms/PassManagerBuilder.h
4
-rw-r--r--
include/llvm-c/lto.h
4
-rw-r--r--
include/llvm/ADT/APFloat.h
7
-rw-r--r--
include/llvm/ADT/APInt.h
4
-rw-r--r--
include/llvm/ADT/APSInt.h
6
-rw-r--r--
include/llvm/ADT/DenseMap.h
29
-rw-r--r--
include/llvm/ADT/DenseSet.h
3
-rw-r--r--
include/llvm/ADT/ImmutableIntervalMap.h
4
-rw-r--r--
include/llvm/ADT/ImmutableList.h
4
-rw-r--r--
include/llvm/ADT/ImmutableMap.h
4
-rw-r--r--
include/llvm/ADT/ImmutableSet.h
4
-rw-r--r--
include/llvm/ADT/IntervalMap.h
20
-rw-r--r--
include/llvm/ADT/IntrusiveRefCntPtr.h
6
-rw-r--r--
include/llvm/ADT/MapVector.h
5
-rw-r--r--
include/llvm/ADT/NullablePtr.h
4
-rw-r--r--
include/llvm/ADT/Optional.h
6
-rw-r--r--
include/llvm/ADT/OwningPtr.h
4
-rw-r--r--
include/llvm/ADT/PriorityQueue.h
4
-rw-r--r--
include/llvm/ADT/StringMap.h
8
-rw-r--r--
include/llvm/ADT/StringRef.h
2
-rw-r--r--
include/llvm/ADT/VariadicFunction.h
6
-rw-r--r--
include/llvm/ADT/ilist.h
15
-rw-r--r--
include/llvm/ADT/ilist_node.h
4
-rw-r--r--
include/llvm/AddressingMode.h
41
-rw-r--r--
include/llvm/Analysis/AliasAnalysis.h
4
-rw-r--r--
include/llvm/Analysis/BlockFrequencyImpl.h
2
-rw-r--r--
include/llvm/Analysis/CFGPrinter.h
6
-rw-r--r--
include/llvm/Analysis/CallGraph.h
2
-rw-r--r--
include/llvm/Analysis/CallGraphSCCPass.h
(renamed from include/llvm/CallGraphSCCPass.h)
4
-rw-r--r--
include/llvm/Analysis/CallPrinter.h
27
-rw-r--r--
include/llvm/Analysis/CaptureTracking.h
4
-rw-r--r--
include/llvm/Analysis/CodeMetrics.h
9
-rw-r--r--
include/llvm/Analysis/DOTGraphTraitsPass.h
113
-rw-r--r--
include/llvm/Analysis/DependenceAnalysis.h
4
-rw-r--r--
include/llvm/Analysis/Dominators.h
2
-rw-r--r--
include/llvm/Analysis/InlineCost.h
6
-rw-r--r--
include/llvm/Analysis/InstructionSimplify.h
34
-rw-r--r--
include/llvm/Analysis/Interval.h
4
-rw-r--r--
include/llvm/Analysis/IntervalIterator.h
6
-rw-r--r--
include/llvm/Analysis/IntervalPartition.h
4
-rw-r--r--
include/llvm/Analysis/LibCallAliasAnalysis.h
4
-rw-r--r--
include/llvm/Analysis/Loads.h
2