summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Emit type signatures for declared functionsDerek Schuff2016-06-032-0/+19
* Revert "[WebAssembly] Emit type signatures for declared functions"Derek Schuff2016-06-022-19/+0
* [WebAssembly] Emit type signatures for declared functionsDerek Schuff2016-06-022-0/+19
* [NFC] Header cleanupMehdi Amini2016-04-182-2/+0
* [WebAssembly] Disable register stackification and coloring when not optimizingDerek Schuff2016-02-171-0/+17
* [WebAssembly] Implement support for custom NaN bit patterns.Dan Gohman2016-02-161-2/+4
* [WebAssembly] Fix uses of FrameIndex as store valuesDerek Schuff2016-01-301-0/+2
* Make some headers self-contained, remove unused includes that violate layering.Benjamin Kramer2016-01-271-1/+0
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* [WebAssembly] Implement unaligned loads and stores.Dan Gohman2016-01-261-1/+46
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-202-4/+4
* [WebAssembly] Remove an unused data member. NFC.Dan Gohman2016-01-193-10/+7
* [WebAssembly] Don't create a needless .note.GNU-stack sectionDan Gohman2016-01-151-0/+3
* WebAssembly: fix build break introduced by ELFObjectWriter churnJF Bastien2016-01-131-3/+4
* [WebAssembly] Add an assertion to catch unexpected MCFixupKindInfo flags.Dan Gohman2016-01-131-0/+2
* [WebAssembly] MCFixupKindInfo's TargetSize is in bits rather than bytes.Dan Gohman2016-01-131-2/+2
* [WebAsssembly] Register the MC register info.Dan Gohman2016-01-121-0/+9
* [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman2016-01-122-5/+3
* [WebAssembly] Introduce a WebAssemblyTargetStreamer class.Dan Gohman2016-01-125-15/+193
* [WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman2016-01-121-0/+3
* [WebAssembly] Implement a prototype instruction encoder and disassembler.Dan Gohman2016-01-121-23/+39
* [WebAssembly] Register the MC subtarget info.Dan Gohman2016-01-121-0/+8
* [WebAssembly] Define OperandTypes for decoding immediate values.Dan Gohman2016-01-121-11/+21
* [WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.Dan Gohman2016-01-121-0/+11
* [WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman2016-01-111-2/+17
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-082-5/+3
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-081-6/+0
* [WebAssembly] Remove unused arguments, unused functions. NFC.Dan Gohman2016-01-084-50/+33
* WebAssembly: use .skip instead of .zero directiveJF Bastien2016-01-071-0/+4
* [WebAssembly] Use the default private label prefixes.Dan Gohman2016-01-071-3/+0
* [WebAssembly] Remove an unneeded empty destructor.Dan Gohman2015-12-211-4/+0
* Remove unused class variables.Eric Christopher2015-12-171-5/+3
* [WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmInfo to MCAsmInfoELF.Dan Gohman2015-12-171-2/+2
* Fix unused variable warning in release builds. NFC.Diego Novillo2015-12-171-3/+1
* [WebAssembly] Experimental ELF writer supportDan Gohman2015-12-176-0/+288
* [WebAssembly] Trim some unneeded #includes.Dan Gohman2015-12-081-1/+0
* [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman2015-11-291-2/+2
* [WebAssembly] Remove incomplete MCCodeEmitter bits.Dan Gohman2015-11-232-4/+0
* [WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman2015-11-233-1/+10
* [WebAssembly] Add WebAssemblyMCInstLower.cpp.Dan Gohman2015-11-051-0/+9
* [WebAssembly] Switch to a more traditional assembly syntaxDan Gohman2015-10-061-10/+0
* WebAssembly: add small FIXME for AsmPrinter.JF Bastien2015-08-261-0/+1
* WebAssembly: comment out .globl when printing textual assemblyJF Bastien2015-08-251-1/+4
* WebAssembly: MCAsmInfo only has one syntax variant for now.JF Bastien2015-07-281-5/+3
* WebAssembly: more MCAsmInfo nits.JF Bastien2015-07-271-5/+1
* WebAssembly: minor MCAsmInfo fixesJF Bastien2015-07-271-1/+8
* WebAssembly: basic bitcode → assembly CodeGen testJF Bastien2015-07-222-0/+8
* WebAssembly: basic instructions todo, and basic register info.JF Bastien2015-07-102-0/+6
* [WebAssembly] Define separate Target instances for 32-bit and 64-bit.Dan Gohman2015-07-012-2/+3
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-297-0/+236
OpenPOWER on IntegriCloud