summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly
Commit message (Expand)AuthorAgeFilesLines
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* [WebAssembly] Change a comment lineHeejin Ahn2016-08-241-1/+2
* [SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> froundMichael Kuperstein2016-08-181-2/+2
* [WebAssembly] Disable the store-results optimization.Dan Gohman2016-08-181-20/+0
* [WebAssembly] Refactor WebAssemblyLowerEmscriptenException pass for setjmp/lo...Derek Schuff2016-08-184-124/+182
* [WebAssembly] Handle debug information and virtual registers without crashing...Dominic Chen2016-08-173-3/+5
* Revert "[WebAssembly] Handle debug information and virtual registers without ...Duncan P. N. Exon Smith2016-08-173-5/+3
* [WebAssembly] Handle debug information and virtual registers without crashingDominic Chen2016-08-173-3/+5
* [WebAssembly] Plug MachineMemOperand leaks.Benjamin Kramer2016-08-121-6/+6
* Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer2016-08-121-1/+1
* [WebAssembly] Cleanup trailing whitespaceDominic Chen2016-08-111-2/+2
* [WebAssembly] Add -emscripten-cxx-exceptions-whitelist optionDerek Schuff2016-08-091-2/+15
* [WebAssembly] Fix bugs in WebAssemblyLowerEmscriptenExceptions passDerek Schuff2016-08-092-34/+93
* [WebAssembly] Check return value of getRegForValue in FastISelDerek Schuff2016-08-041-0/+13
* [WebAssembly] Remove unnecessary subtarget checks in peephole passDerek Schuff2016-08-021-22/+13
* [WebAssembly] Initial SIMD128 support.Derek Schuff2016-08-0216-14/+243
* [WebAssembly] Remove a README.txt entry that is now implemented.Dan Gohman2016-08-021-6/+0
* [WebAssembly] Support CFI for WebAssembly targetDerek Schuff2016-08-014-3/+28
* [WebAssembly] Add asm.js-style exception handling supportDerek Schuff2016-08-014-0/+477
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-283-22/+22
* [WebAssembly] Update for Target API (TargetRegistry::RegisterMCAsmBackend) ch...David Blaikie2016-07-251-1/+2
* Fix calls to SelectionDAG::getStoreDerek Schuff2016-07-151-2/+2
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-152-2/+2
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+2
* WebAssembly: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-083-33/+30
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-9/+3
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-303-29/+28
* Fix the wasm build by including EndianStream.hReid Kleckner2016-06-231-0/+1
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-125-11/+11
* Remove dead function with incredibly broken assert.Benjamin Kramer2016-06-061-6/+0
* [WebAssembly] Emit type signatures for declared functionsDerek Schuff2016-06-033-10/+56
* Revert "[WebAssembly] Emit type signatures for declared functions"Derek Schuff2016-06-023-50/+10
* [WebAssembly] Emit type signatures for declared functionsDerek Schuff2016-06-023-10/+50
* [WebAssembly] Put __stack_pointer in the offset field of loads and stores.Dan Gohman2016-05-241-10/+10
* [WebAssembly] Basic TargetTransformInfo support for SIMD128.Dan Gohman2016-05-232-1/+65
* [WebAssembly] Speed up LiveIntervals updating.Dan Gohman2016-05-231-6/+9
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-216-10/+111
* [WebAssembly] Simplify code that never has to handle physical registers. NFC.Dan Gohman2016-05-191-9/+2
* [WebAssembly] Update WebAssembly target for r269988.Dan Gohman2016-05-192-4/+11
* [WebAssembly] Disable the MachineScheduler.Dan Gohman2016-05-182-1/+14
* [WebAssembly] Don't expand divisions by constants.Dan Gohman2016-05-182-0/+7
* [WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman2016-05-174-13/+12
* [WebAssembly] Model the stack evaluation order more precisely.Dan Gohman2016-05-171-20/+40
* [WebAssembly] Don't stackify calls past stack pointer modifications.Dan Gohman2016-05-172-20/+41
* [WebAssembly] Stackify induction variable increment instructions.Dan Gohman2016-05-171-28/+65
* [WebAssembly] Remove our copy of PrologEpilogInserterDerek Schuff2016-05-173-1060/+0
* Factor PrologEpilogInserter around spilling, frame finalization, and scavengingDerek Schuff2016-05-172-8/+2
* [WebAssembly] Improve the precision of memory and side effect dependence trac...Dan Gohman2016-05-171-23/+192
* [WebAssembly] Mark COPY_LOCAL and TEE_LOCAL instructions has having no side e...Dan Gohman2016-05-161-0/+2
* [WebAssembly] Use eqz to negate a branch conditions.Dan Gohman2016-05-161-8/+2
OpenPOWER on IntegriCloud