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
*
[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
*
[WebAssembly] Implement more WebAssembly binary encoding.
Dan Gohman
2016-10-24
16
-131
/
+126
*
[WebAssembly] Fix a broken URL.
Dan Gohman
2016-10-24
1
-1
/
+1
*
[WebAssembly] Define the `end` opcode value.
Dan Gohman
2016-10-24
1
-2
/
+4
*
[WebAssembly] Update opcode values according to recent spec changes.
Dan Gohman
2016-10-24
6
-112
/
+112
*
[WebAssembly] Add an option to make get_local/set_local explicit.
Dan Gohman
2016-10-24
22
-177
/
+632
*
[WebAssembly] Fix for 0xc call_indirect changes
Derek Schuff
2016-10-21
6
-20
/
+159
*
Do a sweep over move ctors and remove those that are identical to the default.
Benjamin Kramer
2016-10-20
1
-7
/
+0
*
Fix WebAssembly build after r283702.
Daniel Jasper
2016-10-10
1
-2
/
+8
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
6
-13
/
+16
*
[WebAssemby] Implement block signatures.
Dan Gohman
2016-10-06
12
-61
/
+199
*
[WebAssembly] Remove loop's bottom label.
Dan Gohman
2016-10-06
2
-26
/
+16
*
[WebAssembly] Remove the output operand from stores.
Dan Gohman
2016-10-06
7
-88
/
+64
*
[WebAssembly] Add binary-encoding opcode values to instruction descriptions.
Dan Gohman
2016-10-05
8
-133
/
+147
*
[WebAssembly] Update to more stack-machine-oriented terminology.
Dan Gohman
2016-10-03
8
-28
/
+36
*
[WebAssemby] Clean up an obsolete comment.
Dan Gohman
2016-10-03
1
-2
/
+1
*
[WebAssembly] Delete an unused function. NFC.
Dan Gohman
2016-10-03
1
-5
/
+0
*
[WebAssembly] Fix indentation. NFC.
Dan Gohman
2016-10-03
1
-1
/
+4
*
[WebAssembly] Rename OPERAND_FP32IMM to OPERAND_F32IMM.
Dan Gohman
2016-10-03
4
-8
/
+8
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
17
-23
/
+17
*
[WebAssembly] Make register stackification more conservative
Derek Schuff
2016-09-30
1
-19
/
+15
*
[WebAssembly] Use the frame pointer instead of the stack pointer
Derek Schuff
2016-09-26
1
-4
/
+9
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
2
-4
/
+4
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
2
-2
/
+2
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
2
-4
/
+12
*
Fix WebAssembly broken build related to interface change in r281172.
Eric Liu
2016-09-12
1
-2
/
+1
*
[WebAssembly] Fix typos in comments
Heejin Ahn
2016-09-10
1
-11
/
+14
*
[CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantL...
Justin Lebar
2016-09-10
1
-1
/
+1
*
[WebAssembly] Unbreak the build.
Benjamin Kramer
2016-09-05
1
-8
/
+9
*
[WebAssembly] Update known test failures
Derek Schuff
2016-09-02
1
-1
/
+0
*
[WebAssembly] Add asm.js-style setjmp/longjmp handling for wasm (reland r280302)
Heejin Ahn
2016-09-01
2
-165
/
+776
*
Revert "Add asm.js-style setjmp/longjmp handling for wasm"
Heejin Ahn
2016-09-01
2
-771
/
+165
*
Add asm.js-style setjmp/longjmp handling for wasm
Heejin Ahn
2016-08-31
3
-166
/
+772
*
[WebAssembly] Disable folding of GA+reg into load/store constant offsets
Derek Schuff
2016-08-31
1
-6
/
+4
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
[next]