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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix WebAssembly after r299529.
Alexander Kornienko
2017-04-05
1
-4
/
+4
*
[WebAssembly] Initial linking metadata support
Dan Gohman
2017-03-30
6
-13
/
+90
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
4
-13
/
+15
*
Fix wasm build after arg_begin iterator type change
Reid Kleckner
2017-03-17
1
-1
/
+1
*
[WebAssembly] Fix some broken type encodings in wasm binary
Derek Schuff
2017-03-16
2
-3
/
+11
*
[WebAssembly] Use LEB encoding for value types
Derek Schuff
2017-03-14
6
-251
/
+222
*
[WebAssembly] Fix the opcode numbers for floating-point le and gt.
Dan Gohman
2017-03-09
1
-2
/
+2
*
[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...
Dan Gohman
2017-02-28
2
-0
/
+28
*
[WebAssembly] Add some comments and tidy up whitespace.
Dan Gohman
2017-02-27
3
-3
/
+3
*
[WebAssembly] Split CFG-sorting into its own pass. NFC.
Dan Gohman
2017-02-27
7
-223
/
+302
*
[WebAssembly] Add support for using a wasm global for the stack pointer.
Dan Gohman
2017-02-24
5
-42
/
+112
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
23
-140
/
+588
*
[WebAssembly] Handle f16 in fast-isel.
Dan Gohman
2017-02-24
1
-0
/
+2
*
[WebAssembly] Add a README.txt entry for mergeable sections.
Dan Gohman
2017-02-24
1
-0
/
+5
*
[WebAssembly] Define a table of function signatures for runtime library calls.
Dan Gohman
2017-02-22
3
-0
/
+1345
*
[WebAssembly] Configure codegen to legalize f16 values.
Dan Gohman
2017-02-22
1
-0
/
+5
*
[WebAssembly] Add skeleton MC support for the Wasm container format
Dan Gohman
2017-02-22
12
-13
/
+248
*
[WebAssembly] Add a cast to void to fix an unused private member warning, for...
Dan Gohman
2017-02-16
1
-1
/
+3
*
[WebAssembly] Remove old experimental disassemler code.
Dan Gohman
2017-02-11
1
-84
/
+2
*
[WebAssembly] Pass an MCContext to WebAssemblyMCCodeEmitter. NFC.
Dan Gohman
2017-02-10
3
-6
/
+10
*
[WebAssembly] Refactor void return peephole using MaybeRewriteToFallthrough. ...
Dan Gohman
2017-02-09
1
-13
/
+15
*
[WebAssembly] Add instruction definitions for drop and get/set_global.
Dan Gohman
2017-02-02
3
-0
/
+18
*
[WebAssembly] Use print instead of dump method.
Richard Trieu
2017-01-28
1
-2
/
+2
*
[WebAssembly] Update LibFunc::Func -> LibFunc
Derek Schuff
2017-01-24
2
-2
/
+2
*
[WebAssembly] Don't create bitcast-wrappers for varargs.
Dan Gohman
2017-01-20
1
-0
/
+5
*
[WebAssembly] Update grow_memory's return type.
Dan Gohman
2017-01-18
1
-2
/
+2
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
2
-5
/
+3
*
[X86] updating TTI costs for arithmetic instructions on X86\SLM arch.
Mohammed Agabaria
2017-01-11
2
-2
/
+3
*
[WebAssembly] Only RAUW a constant once in FixFunctionBitcasts
Derek Schuff
2017-01-10
1
-5
/
+12
*
[WebAssembly] Add return type annotations in fast isel.
Dan Gohman
2017-01-09
1
-0
/
+3
*
[WebAssembly] Fix the opcode values for i64.eq and i64.ne.
Dan Gohman
2017-01-09
1
-2
/
+2
*
[WebAssembly] Don't abort on code with UB.
Dan Gohman
2017-01-07
1
-6
/
+17
*
[WebAssembly] Move a SmallVector to a more specific scope. NFC.
Dan Gohman
2017-01-07
1
-2
/
+2
*
[WebAssembly] Add a pass to create wrappers for function bitcasts.
Dan Gohman
2017-01-07
4
-0
/
+154
*
[WebAssembly] Annotate call and load/store immediates.
Dan Gohman
2016-12-23
4
-26
/
+36
*
[WebAssembly] Add an "explicit" keyword to a constructor.
Dan Gohman
2016-12-22
1
-1
/
+1
*
[WebAssembly] Don't use variadic operand indices in the MCOperandInfo array.
Dan Gohman
2016-12-22
1
-4
/
+5
*
[WebAssembly] Don't old negative load/store offsets in fast-isel.
Dan Gohman
2016-12-22
1
-9
/
+24
*
[WebAssembly] Fix the opcode value for i64.rotr.
Dan Gohman
2016-12-21
1
-1
/
+1
*
[WebAssembly] Eliminate an ad-hoc command-line argument.
Dan Gohman
2016-12-03
2
-7
/
+6
*
[WebAssembly] Fix a compiler warning. NFC.
Dan Gohman
2016-12-02
1
-1
/
+1
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
[WebAssembly] Emit .import_global assembler directives
Derek Schuff
2016-12-01
3
-0
/
+16
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
[WebAssembly] Convert stackified IMPLICIT_DEF into constant 0.
Dan Gohman
2016-11-08
1
-0
/
+37
*
[WebAssembly] Emit a BasePointer when we have overly-aligned stack objects
Derek Schuff
2016-11-07
3
-10
/
+64
*
[WebAssembly] Update the README.txt.
Dan Gohman
2016-10-26
1
-9
/
+17
*
[WebAssembly] Add immediate fields to call_indirect and memory operators.
Dan Gohman
2016-10-25
4
-18
/
+26
*
Fix an unused warning in WebAssemblyInstPrinter with NDEBUG.
Benjamin Kramer
2016-10-25
1
-0
/
+1
*
[WebAssembly] Reorder load/store operands to match binary encoding.
Dan Gohman
2016-10-25
4
-294
/
+296
[next]