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
/
WebAssemblyInstrMemory.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Remove unused memory instructions and patterns
Thomas Lively
2019-09-23
1
-51
/
+0
*
[WebAssembly] Initial implementation of PIC code generation
Sam Clegg
2019-03-26
1
-4
/
+4
*
[WebAssembly] Remove unused load/store patterns that use texternalsym
Sam Clegg
2019-03-15
1
-76
/
+0
*
[WebAssembly] Use named operands to identify loads and stores
Thomas Lively
2019-03-09
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Remove old intrinsics
Dan Gohman
2019-01-14
1
-29
/
+0
*
[WebAssembly] Always use the version of computeKnownBits that returns a value...
Simon Pilgrim
2018-12-21
1
-4
/
+2
*
[WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS] (fixed)
Thomas Lively
2018-10-11
1
-22
/
+0
*
[WebAssembly] Revert rL344180, which was breaking expensive checks
Thomas Lively
2018-10-11
1
-0
/
+22
*
[WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS]
Thomas Lively
2018-10-10
1
-22
/
+0
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-08-27
1
-4
/
+6
*
[WebAssembly] Fix typos in mem.grow/memory.grow opcodes
Heejin Ahn
2018-08-22
1
-2
/
+2
*
Revert "[WebAssembly] Added default stack-only instruction mode for MC."
Wouter van Oortmerssen
2018-08-13
1
-6
/
+4
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-08-10
1
-4
/
+6
*
Revert "[WebAssembly] Added default stack-only instruction mode for MC."
Wouter van Oortmerssen
2018-07-27
1
-6
/
+4
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-07-27
1
-4
/
+6
*
[WebAssembly] Improve readability of load/stores and tests. NFC.
Heejin Ahn
2018-07-09
1
-34
/
+31
*
[WebAssembly] Modified tablegen defs to have 2 parallel instuction sets.
Wouter van Oortmerssen
2018-06-18
1
-70
/
+91
*
[WebAssembly] Update to the new names for the memory intrinsics.
Dan Gohman
2018-05-31
1
-0
/
+9
*
[WebAssembly] Fix the opcode number for i64.load16_u.
Dan Gohman
2018-05-17
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[WebAssembly] Refactor tablegen for store instructions (NFC)
Derek Schuff
2018-03-30
1
-194
/
+115
*
[WebAssembly] Add mem.* intrinsics.
Dan Gohman
2018-01-23
1
-0
/
+9
*
[WebAssembly] Add the rest of the atomic loads
Derek Schuff
2017-10-05
1
-48
/
+17
*
[WebAssembly] Refactor load ISel tablegen patterns into classes
Derek Schuff
2017-08-31
1
-321
/
+208
*
[WebAssembly] Fix use of SDNodeFlags after API change in r301803
Derek Schuff
2017-05-01
1
-2
/
+2
*
[WebAssembly] Update calls to computeKnownBits after the changes from r301620.
Craig Topper
2017-04-28
1
-5
/
+5
*
[WebAssembly] Update grow_memory's return type.
Dan Gohman
2017-01-18
1
-2
/
+2
*
[WebAssembly] Annotate call and load/store immediates.
Dan Gohman
2016-12-23
1
-23
/
+23
*
[WebAssembly] Add immediate fields to call_indirect and memory operators.
Dan Gohman
2016-10-25
1
-12
/
+9
*
[WebAssembly] Reorder load/store operands to match binary encoding.
Dan Gohman
2016-10-25
1
-284
/
+286
*
[WebAssembly] Update opcode values according to recent spec changes.
Dan Gohman
2016-10-24
1
-25
/
+25
*
[WebAssembly] Remove the output operand from stores.
Dan Gohman
2016-10-06
1
-31
/
+27
*
[WebAssembly] Add binary-encoding opcode values to instruction descriptions.
Dan Gohman
2016-10-05
1
-25
/
+25
*
[WebAssembly] Disable folding of GA+reg into load/store constant offsets
Derek Schuff
2016-08-31
1
-6
/
+4
*
[WebAssembly] Rename memory_size intrinsic to current_memory
Derek Schuff
2016-05-02
1
-9
/
+9
*
[WebAssembly] Teach address folding to fold bitwise-or nodes.
Dan Gohman
2016-02-22
1
-0
/
+68
*
[WebAssembly] Implement unaligned loads and stores.
Dan Gohman
2016-01-26
1
-242
/
+280
*
[WebAssembly] Reorganize address offset folding.
Dan Gohman
2016-01-11
1
-85
/
+161
*
[WebAssembly] Enclose the operand variables for load and store instructions i...
Dan Gohman
2015-12-21
1
-23
/
+23
*
[WebAssembly] Implement instruction selection for constant offsets in addresses.
Dan Gohman
2015-12-15
1
-15
/
+360
*
[WebAssembly] Use an immediate OperandType for offset operands.
Dan Gohman
2015-12-15
1
-23
/
+23
*
[WebAssembly] Support constant offsets on loads and stores
Derek Schuff
2015-12-05
1
-74
/
+85
*
[WebAssembly] Use a physical register to describe ARGUMENT liveness.
Dan Gohman
2015-11-25
1
-0
/
+16
*
[WebAssembly] Clean up several FIXME comments.
Dan Gohman
2015-11-25
1
-1
/
+1
*
[WebAssembly] Don't print the types of memory_size and grow_memory
Dan Gohman
2015-11-23
1
-4
/
+4
*
[WebAssembly] Model the return value of store instructions in wasm.
Dan Gohman
2015-11-23
1
-27
/
+38
*
[WebAssembly] Use tabs instead of spaces in assembly output.
Dan Gohman
2015-11-15
1
-27
/
+27
*
[WebAssembly] Rename memory intrinsics to be upper-case, following convention...
Dan Gohman
2015-11-13
1
-4
/
+4
*
[WebAssembly] Fix copypasta.
Dan Gohman
2015-11-05
1
-2
/
+2
[next]