[WebAssembly] Experimental ELF writer support
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyTargetMachine.cpp
2015-12-17 Dan Gohman[WebAssembly] Experimental ELF writer support
2015-12-16 Derek Schuff[WebAssembly] Implement eliminateCallFramePseudo
2015-12-11 Derek Schuff[WebAssembly] Implement prolog/epilog insertion and...
2015-12-09 Dan Gohman[WebAssembly] Reintroduce ARGUMENT moving logic
2015-12-05 Dan Gohman[WebAssembly] Call TargetPassConfig base class function...
2015-12-05 Dan Gohman[WebAssembly] Implement ReverseBranchCondition, and...
2015-11-29 Dan Gohman[WebAssembly] Delete unused functions. NFC.
2015-11-29 Dan Gohman[WebAssembly] Minor clang-format and selected clang...
2015-11-25 Dan Gohman[WebAssembly] Add some comments. NFC.
2015-11-25 Dan Gohman[WebAssembly] Clean up several FIXME comments.
2015-11-25 Dan Gohman[WebAssembly] Support for register stackifying with...
2015-11-23 Dan Gohman[WebAssembly] Emit .param, .result, and .local through MC.
2015-11-18 Dan Gohman[WebAssembly] Enable register coloring and register...
2015-11-12 Dan Gohman[WebAssembly] Reapply r252858, with svn add for the...
2015-11-12 Hans WennborgRevert r252858: "[WebAssembly] Switch to MC for instruc...
2015-11-12 Dan Gohman[WebAssembly] Switch to MC for instruction printing.
2015-11-10 Derek Schuff[WebAssembly] Support 'unreachable' expression
2015-09-16 Hans WennborgTry to fix WebAssembly build after r247864
2015-09-16 Dan Gohman[WebAssembly] Check in an initial CFG Stackifier pass
2015-09-08 Dan Gohman[WebAssembly] Support running without a register alloca...
2015-09-08 Dan Gohman[WebAssembly] Enable SSA lowering and other pre-regallo...
2015-08-19 Dan Gohman[WebAssembly] Use the default alignment for SIMD types.
2015-08-11 Rafael EspindolaUse llvm::make_unique to fix the MSVC build.
2015-07-31 JF BastienWebAssembly: print basic integer assembly.
2015-07-01 JF BastienWebAssembly: start instructions
2015-07-01 Dan Gohman[WebAssembly] Define separate Target instances for...
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend