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
6
-rw-r--r--
Makefile.rules
21
-rw-r--r--
OWNERS
7
-rw-r--r--
PRESUBMIT.py
66
-rwxr-xr-x
autoconf/config.sub
15
-rw-r--r--
autoconf/configure.ac
5
-rw-r--r--
codereview.settings
10
-rwxr-xr-x
configure
5
-rw-r--r--
include/llvm-c/lto.h
117
-rw-r--r--
include/llvm/CodeGen/AsmPrinter.h
25
-rw-r--r--
include/llvm/CodeGen/CallingConvLower.h
14
-rw-r--r--
include/llvm/CodeGen/ISDOpcodes.h
13
-rw-r--r--
include/llvm/CodeGen/IntrinsicLowering.h
14
-rw-r--r--
include/llvm/CodeGen/JITCodeEmitter.h
9
-rw-r--r--
include/llvm/CodeGen/LexicalScopes.h
6
-rw-r--r--
include/llvm/CodeGen/MachineConstantPool.h
11
-rw-r--r--
include/llvm/CodeGen/MachineInstrBuilder.h
15
-rw-r--r--
include/llvm/CodeGen/MachineRelocation.h
8
-rw-r--r--
include/llvm/GlobalValue.h
20
-rw-r--r--
include/llvm/InitializePasses.h
4
-rw-r--r--
include/llvm/Intrinsics.td
30
-rw-r--r--
include/llvm/MC/MCAsmBackend.h
18
-rw-r--r--
include/llvm/MC/MCAsmInfo.h
15
-rw-r--r--
include/llvm/MC/MCAsmLayout.h
15
-rw-r--r--
include/llvm/MC/MCAssembler.h
214
-rw-r--r--
include/llvm/MC/MCELFObjectWriter.h
6
-rw-r--r--
include/llvm/MC/MCELFStreamer.h
2
-rw-r--r--
include/llvm/MC/MCObjectStreamer.h
9
-rw-r--r--
include/llvm/MC/MCStreamer.h
21
-rw-r--r--
include/llvm/Module.h
54
-rw-r--r--
include/llvm/Support/ELF.h
1
-rw-r--r--
include/llvm/Support/ValueHandle.h
14
-rw-r--r--
include/llvm/Support/support_macros.h
25
-rw-r--r--
include/llvm/Support/system_error.h
2
-rw-r--r--
include/llvm/Target/Target.td
34
-rw-r--r--
include/llvm/Target/TargetFrameLowering.h
16
-rw-r--r--
include/llvm/Target/TargetJITInfo.h
19
-rw-r--r--
include/llvm/Target/TargetLowering.h
12
-rw-r--r--
include/llvm/Target/TargetOpcodes.h
9
-rw-r--r--
include/llvm/Target/TargetOptions.h
6
-rw-r--r--
include/llvm/Transforms/NaCl.h
23
-rw-r--r--
include/llvm/Transforms/Scalar.h
2
-rw-r--r--
include/llvm/Value.h
6
-rw-r--r--
include/llvm/Wrap/BCHeaderField.h
106
-rw-r--r--
include/llvm/Wrap/bitcode_wrapperer.h
192
-rw-r--r--
include/llvm/Wrap/file_wrapper_input.h
48
-rw-r--r--
include/llvm/Wrap/file_wrapper_output.h
34
-rw-r--r--
include/llvm/Wrap/wrapper_input.h
38
-rw-r--r--
include/llvm/Wrap/wrapper_output.h
34
-rw-r--r--
lib/Bitcode/Reader/BitcodeReader.cpp
21
-rw-r--r--
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
69
-rw-r--r--
lib/CodeGen/BranchFolding.cpp
16
-rw-r--r--
lib/CodeGen/CallingConvLower.cpp
1
-rw-r--r--
lib/CodeGen/IntrinsicLowering.cpp
40
-rw-r--r--
lib/CodeGen/MachineBasicBlock.cpp
3
-rw-r--r--
lib/CodeGen/Passes.cpp
10
-rw-r--r--
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
27
-rw-r--r--
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
7
-rw-r--r--
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
8
-rw-r--r--
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
20
-rw-r--r--
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
4
-rw-r--r--
lib/LLVMBuild.txt
2
-rw-r--r--
lib/Linker/LinkArchives.cpp
18
-rw-r--r--
lib/Linker/LinkModules.cpp
20
-rw-r--r--
lib/MC/ELFObjectWriter.cpp
3
-rw-r--r--
lib/MC/MCAsmInfo.cpp
1
-rw-r--r--
lib/MC/MCAsmStreamer.cpp
28
-rw-r--r--
lib/MC/MCAssembler.cpp
453
-rw-r--r--
lib/MC/MCDwarf.cpp
2
-rw-r--r--
lib/MC/MCELF.cpp
2
-rw-r--r--
lib/MC/MCELF.h
(renamed from include/llvm/MC/MCELF.h)
0
-rw-r--r--
lib/MC/MCELFStreamer.cpp
63
-rw-r--r--
lib/MC/MCMachOStreamer.cpp
22
-rw-r--r--
lib/MC/MCNullStreamer.cpp
7
-rw-r--r--
lib/MC/MCObjectFileInfo.cpp
7
-rw-r--r--
lib/MC/MCObjectStreamer.cpp
81
-rw-r--r--
lib/MC/MCParser/AsmParser.cpp
62
-rw-r--r--
lib/MC/MCPureStreamer.cpp
13
-rw-r--r--
lib/MC/WinCOFFStreamer.cpp
31
-rw-r--r--
lib/Makefile
7
-rw-r--r--
lib/Support/CrashRecoveryContext.cpp
6
-rw-r--r--
lib/Support/DynamicLibrary.cpp
1
-rw-r--r--
lib/Support/LockFileManager.cpp
4
-rw-r--r--
lib/Support/MemoryBuffer.cpp
7
-rw-r--r--
lib/Support/Mutex.cpp
2
-rw-r--r--
lib/Support/Unix/Host.inc
6
-rw-r--r--
lib/Support/Unix/Memory.inc
10
-rw-r--r--
lib/Support/Unix/Path.inc
51
-rw-r--r--
lib/Support/Unix/PathV2.inc
45
-rw-r--r--
lib/Support/Unix/Process.inc
22
-rw-r--r--
lib/Support/Unix/Program.inc
24
-rw-r--r--
lib/Support/Unix/Signals.inc
6
-rw-r--r--
lib/Support/Unix/TimeValue.inc
7
-rw-r--r--
lib/Target/ARM/ARM.h
21
-rw-r--r--
lib/Target/ARM/ARMAsmPrinter.cpp
196
-rw-r--r--
lib/Target/ARM/ARMAsmPrinter.h
20
-rw-r--r--
lib/Target/ARM/ARMBaseInstrInfo.cpp
2
-rw-r--r--
lib/Target/ARM/ARMBaseRegisterInfo.cpp
11
-rw-r--r--
lib/Target/ARM/ARMCallingConv.td
10
-rw-r--r--
lib/Target/ARM/ARMConstantIslandPass.cpp
1
-rw-r--r--
lib/Target/ARM/ARMConstantPoolValue.h
3
-rw-r--r--
lib/Target/ARM/ARMExpandPseudoInsts.cpp
182
-rw-r--r--
lib/Target/ARM/ARMFastISel.cpp
5
-rw-r--r--
lib/Target/ARM/ARMFrameLowering.cpp
85
-rw-r--r--
lib/Target/ARM/ARMFrameLowering.h
3
-rw-r--r--
lib/Target/ARM/ARMISelDAGToDAG.cpp
137
-rw-r--r--
lib/Target/ARM/ARMISelLowering.cpp
407
-rw-r--r--
lib/Target/ARM/ARMISelLowering.h
15
-rw-r--r--
lib/Target/ARM/ARMInstrInfo.td
285
-rw-r--r--
lib/Target/ARM/ARMInstrThumb2.td
12
-rw-r--r--
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
10
-rw-r--r--
lib/Target/ARM/ARMMCInstLower.cpp
54
-rw-r--r--
lib/Target/ARM/ARMNaClHeaders.cpp
176
-rw-r--r--
lib/Target/ARM/ARMNaClRewritePass.cpp
1102
-rw-r--r--
lib/Target/ARM/ARMNaClRewritePass.h
36
-rw-r--r--
lib/Target/ARM/ARMSelectionDAGInfo.cpp
2
-rw-r--r--
lib/Target/ARM/ARMSubtarget.cpp
24
-rw-r--r--
lib/Target/ARM/ARMSubtarget.h
19
-rw-r--r--
lib/Target/ARM/ARMTargetMachine.cpp
23
-rw-r--r--
lib/Target/ARM/ARMTargetMachine.h
7
-rw-r--r--
lib/Target/ARM/ARMTargetObjectFile.cpp
14
-rw-r--r--
lib/Target/ARM/CMakeLists.txt
2
-rw-r--r--
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
65
-rw-r--r--