Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
4c5bd58ebecd3aada7cebd37db8ff94f0b44770a
/
llvm
/
lib
/
Target
/
WebAssembly
/
WebAssemblyTargetMachine.cpp
ecabac6
[WebAssembly] Remove duplicate disabling of passes
by Derek Schuff
· 10 years ago
ad154c8
Introduce MachineFunctionProperties and the AllVRegsAllocated property
by Derek Schuff
· 10 years ago
d7a2eea
[WebAssembly] Implement irreducible control flow.
by Dan Gohman
· 10 years ago
42bb254
[WebAssembly] Re-enable the TailDuplicate pass.
by Dan Gohman
· 10 years ago
d85ab7f
[WebAssembly] Don't use setRequiresStructuredCFG(true).
by Dan Gohman
· 10 years ago
71434ff
[WebAssembly] Disable register stackification and coloring when not optimizing
by Derek Schuff
· 10 years ago
bb37224
[WebAssembly] Implement unaligned loads and stores.
by Dan Gohman
· 10 years ago
b13c91f
[WebAssembly] Disable some WebAssembly-specific optimization passes at -O0.
by Dan Gohman
· 10 years ago
0c6f5ac
[WebAssembly] Add -m:e to the target triple.
by Dan Gohman
· 10 years ago
8887d1f
[WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.
by Dan Gohman
· 10 years ago
5bf22fc
[WebAssembly] Convert WebAssemblyTargetObjectFile to TargetLoweringObjectFileELF
by Dan Gohman
· 10 years ago
05ac43f
[WebAssembly] Experimental ELF writer support
by Dan Gohman
· 10 years ago
8bb5f29
[WebAssembly] Implement eliminateCallFramePseudo
by Derek Schuff
· 10 years ago
9769deb
[WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination
by Derek Schuff
· 10 years ago
1cf96c0
[WebAssembly] Reintroduce ARGUMENT moving logic
by Dan Gohman
· 10 years ago
b0921ca
[WebAssembly] Call TargetPassConfig base class functions in overriding functions.
by Dan Gohman
· 10 years ago
f0b165a
[WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPlacement
by Dan Gohman
· 10 years ago
5237b39
[WebAssembly] Delete unused functions. NFC.
by Dan Gohman
· 10 years ago
7a6b982
[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.
by Dan Gohman
· 10 years ago
5941bde
[WebAssembly] Add some comments. NFC.
by Dan Gohman
· 10 years ago
9c54d3b
[WebAssembly] Clean up several FIXME comments.
by Dan Gohman
· 10 years ago
81719f8
[WebAssembly] Support for register stackifying with load and store instructions.
by Dan Gohman
· 10 years ago
53828fd
[WebAssembly] Emit .param, .result, and .local through MC.
by Dan Gohman
· 10 years ago
4ba4816
[WebAssembly] Enable register coloring and register stackifying.
by Dan Gohman
· 10 years ago
cf4748f
[WebAssembly] Reapply r252858, with svn add for the new file.
by Dan Gohman
· 10 years ago
7384a2d
Revert r252858: "[WebAssembly] Switch to MC for instruction printing."
by Hans Wennborg
· 10 years ago
9dd55a8
[WebAssembly] Switch to MC for instruction printing.
by Dan Gohman
· 10 years ago
ffa143c
[WebAssembly] Support 'unreachable' expression
by Derek Schuff
· 10 years ago
9099b5e6
Try to fix WebAssembly build after r247864
by Hans Wennborg
· 10 years ago
950a13c
[WebAssembly] Check in an initial CFG Stackifier pass
by Dan Gohman
· 10 years ago
e32c574
[WebAssembly] Support running without a register allocator in the default CodeGen passes
by Dan Gohman
· 10 years ago
25d2a0d
[WebAssembly] Enable SSA lowering and other pre-regalloc passes
by Dan Gohman
· 10 years ago
dde8dce
[WebAssembly] Use the default alignment for SIMD types.
by Dan Gohman
· 10 years ago
3adc7ce
Use llvm::make_unique to fix the MSVC build.
by Rafael Espindola
· 10 years ago
600aee9
WebAssembly: print basic integer assembly.
by JF Bastien
· 10 years ago
03855df
WebAssembly: start instructions
by JF Bastien
· 10 years ago
d82494b
[WebAssembly] Define separate Target instances for 32-bit and 64-bit.
by Dan Gohman
· 10 years ago
10e730a
[WebAssembly] Initial WebAssembly backend
by Dan Gohman
· 10 years ago