index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
WebAssembly
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Emit type signatures for declared functions
Derek Schuff
2016-06-03
2
-0
/
+19
*
Revert "[WebAssembly] Emit type signatures for declared functions"
Derek Schuff
2016-06-02
2
-19
/
+0
*
[WebAssembly] Emit type signatures for declared functions
Derek Schuff
2016-06-02
2
-0
/
+19
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
2
-2
/
+0
*
[WebAssembly] Disable register stackification and coloring when not optimizing
Derek Schuff
2016-02-17
1
-0
/
+17
*
[WebAssembly] Implement support for custom NaN bit patterns.
Dan Gohman
2016-02-16
1
-2
/
+4
*
[WebAssembly] Fix uses of FrameIndex as store values
Derek Schuff
2016-01-30
1
-0
/
+2
*
Make some headers self-contained, remove unused includes that violate layering.
Benjamin Kramer
2016-01-27
1
-1
/
+0
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-16
/
+0
*
[WebAssembly] Implement unaligned loads and stores.
Dan Gohman
2016-01-26
1
-1
/
+46
*
[WebAssembly] Minor code cleanups. NFC.
Dan Gohman
2016-01-20
2
-4
/
+4
*
[WebAssembly] Remove an unused data member. NFC.
Dan Gohman
2016-01-19
3
-10
/
+7
*
[WebAssembly] Don't create a needless .note.GNU-stack section
Dan Gohman
2016-01-15
1
-0
/
+3
*
WebAssembly: fix build break introduced by ELFObjectWriter churn
JF Bastien
2016-01-13
1
-3
/
+4
*
[WebAssembly] Add an assertion to catch unexpected MCFixupKindInfo flags.
Dan Gohman
2016-01-13
1
-0
/
+2
*
[WebAssembly] MCFixupKindInfo's TargetSize is in bits rather than bytes.
Dan Gohman
2016-01-13
1
-2
/
+2
*
[WebAsssembly] Register the MC register info.
Dan Gohman
2016-01-12
1
-0
/
+9
*
[WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.
Dan Gohman
2016-01-12
2
-5
/
+3
*
[WebAssembly] Introduce a WebAssemblyTargetStreamer class.
Dan Gohman
2016-01-12
5
-15
/
+193
*
[WebAssembly] Make CFG stackification independent of basic-block labels.
Dan Gohman
2016-01-12
1
-0
/
+3
*
[WebAssembly] Implement a prototype instruction encoder and disassembler.
Dan Gohman
2016-01-12
1
-23
/
+39
*
[WebAssembly] Register the MC subtarget info.
Dan Gohman
2016-01-12
1
-0
/
+8
*
[WebAssembly] Define OperandTypes for decoding immediate values.
Dan Gohman
2016-01-12
1
-11
/
+21
*
[WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.
Dan Gohman
2016-01-12
1
-0
/
+11
*
[WebAssembly] Define WebAssembly-specific relocation codes.
Dan Gohman
2016-01-11
1
-2
/
+17
*
[WebAssembly] Minor code cleanups. NFC.
Dan Gohman
2016-01-08
2
-5
/
+3
*
[WebAssembly] Minor code cleanups. NFC.
Dan Gohman
2016-01-08
1
-6
/
+0
*
[WebAssembly] Remove unused arguments, unused functions. NFC.
Dan Gohman
2016-01-08
4
-50
/
+33
*
WebAssembly: use .skip instead of .zero directive
JF Bastien
2016-01-07
1
-0
/
+4
*
[WebAssembly] Use the default private label prefixes.
Dan Gohman
2016-01-07
1
-3
/
+0
*
[WebAssembly] Remove an unneeded empty destructor.
Dan Gohman
2015-12-21
1
-4
/
+0
*
Remove unused class variables.
Eric Christopher
2015-12-17
1
-5
/
+3
*
[WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmInfo to MCAsmInfoELF.
Dan Gohman
2015-12-17
1
-2
/
+2
*
Fix unused variable warning in release builds. NFC.
Diego Novillo
2015-12-17
1
-3
/
+1
*
[WebAssembly] Experimental ELF writer support
Dan Gohman
2015-12-17
6
-0
/
+288
*
[WebAssembly] Trim some unneeded #includes.
Dan Gohman
2015-12-08
1
-1
/
+0
*
[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.
Dan Gohman
2015-11-29
1
-2
/
+2
*
[WebAssembly] Remove incomplete MCCodeEmitter bits.
Dan Gohman
2015-11-23
2
-4
/
+0
*
[WebAssembly] Emit .param, .result, and .local through MC.
Dan Gohman
2015-11-23
3
-1
/
+10
*
[WebAssembly] Add WebAssemblyMCInstLower.cpp.
Dan Gohman
2015-11-05
1
-0
/
+9
*
[WebAssembly] Switch to a more traditional assembly syntax
Dan Gohman
2015-10-06
1
-10
/
+0
*
WebAssembly: add small FIXME for AsmPrinter.
JF Bastien
2015-08-26
1
-0
/
+1
*
WebAssembly: comment out .globl when printing textual assembly
JF Bastien
2015-08-25
1
-1
/
+4
*
WebAssembly: MCAsmInfo only has one syntax variant for now.
JF Bastien
2015-07-28
1
-5
/
+3
*
WebAssembly: more MCAsmInfo nits.
JF Bastien
2015-07-27
1
-5
/
+1
*
WebAssembly: minor MCAsmInfo fixes
JF Bastien
2015-07-27
1
-1
/
+8
*
WebAssembly: basic bitcode → assembly CodeGen test
JF Bastien
2015-07-22
2
-0
/
+8
*
WebAssembly: basic instructions todo, and basic register info.
JF Bastien
2015-07-10
2
-0
/
+6
*
[WebAssembly] Define separate Target instances for 32-bit and 64-bit.
Dan Gohman
2015-07-01
2
-2
/
+3
*
[WebAssembly] Initial WebAssembly backend
Dan Gohman
2015-06-29
7
-0
/
+236