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] Rename memory_size intrinsic to current_memory
Derek Schuff
2016-05-02
1
-9
/
+9
*
[CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...
Craig Topper
2016-04-28
1
-1
/
+1
*
[WebAssembly] Account for implicit operands when computing operand indices.
Dan Gohman
2016-04-26
1
-1
/
+1
*
[WebAssembly] Set ctlz_zero_undef/cttz_zero_undef to Expand so LegalizeDAG wi...
Craig Topper
2016-04-23
2
-7
/
+1
*
[WebAssembly] Limit alignment hints to natural alignment.
Dan Gohman
2016-04-21
1
-3
/
+9
*
Disable the PatchableFunction pass for NVPTX & Wasm
Sanjoy Das
2016-04-19
1
-0
/
+1
*
Include SmallVector.h header in lib/Target/WebAssembly/InstPrinter/WebAssembl...
Eric Liu
2016-04-18
1
-0
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
5
-6
/
+0
*
RegisterScavenger: Take a reference as enterBasicBlock() argument.
Matthias Braun
2016-04-06
1
-2
/
+2
*
Change eliminateCallFramePseudoInstr() to return an iterator
Hans Wennborg
2016-03-31
3
-13
/
+5
*
[WebAssembly] Remove duplicate disabling of passes
Derek Schuff
2016-03-28
1
-12
/
+6
*
Introduce MachineFunctionProperties and the AllVRegsAllocated property
Derek Schuff
2016-03-28
1
-0
/
+14
*
[WebAssembly] Implement the rotate instructions.
Dan Gohman
2016-03-22
2
-1
/
+9
*
[WebAssembly] Implement the eqz instructions.
Dan Gohman
2016-03-21
1
-0
/
+7
*
[WebAssembly] Stackify code emitted by eliminateFrameIndex and SP writeback
Derek Schuff
2016-03-17
2
-19
/
+85
*
Try to fix build of WebAssemblyRegStackify.cpp on Windows
Hans Wennborg
2016-03-14
1
-1
/
+1
*
[WebAssembly] Add `final` keywords to a few more subclasses, for consistency.
Dan Gohman
2016-03-11
2
-2
/
+2
*
[WebAssembly] Update known gcc test failures
Derek Schuff
2016-03-09
1
-3
/
+0
*
[WebAssembly] Update comments about irreducible control flow.
Dan Gohman
2016-03-09
2
-8
/
+13
*
[WebAssembly] Implement irreducible control flow.
Dan Gohman
2016-03-09
5
-35
/
+297
*
[WebAssembly] Update for spec change from tableswitch to br_table.
Dan Gohman
2016-03-08
5
-18
/
+18
*
[WebAssembly] Add another possible code-size optimization to README.txt
Dan Gohman
2016-03-04
1
-0
/
+6
*
WebAssembly: fix build
JF Bastien
2016-02-28
2
-3
/
+3
*
WebAssembly: fix build
JF Bastien
2016-02-27
1
-8
/
+8
*
Revert "[WebAssembly] Stackify code emitted by eliminateFrameIndex"
Derek Schuff
2016-02-23
1
-7
/
+3
*
[WebAssembly] Stackify code emitted by eliminateFrameIndex
Derek Schuff
2016-02-23
1
-3
/
+7
*
[WebAssembly] Add TODO comment to revisit red zone size
Derek Schuff
2016-02-23
1
-0
/
+3
*
[WebAssembly] Implement red zone for user stack
Derek Schuff
2016-02-23
2
-5
/
+31
*
[WebAssembly] Fix writeback of stack pointer with dynamic alloca
Derek Schuff
2016-02-22
1
-32
/
+35
*
[WebAssembly] Re-enable the TailDuplicate pass.
Dan Gohman
2016-02-22
1
-1
/
+0
*
WebAssembly: update expected failures
JF Bastien
2016-02-22
1
-20
/
+0
*
[WebAssembly] Teach address folding to fold bitwise-or nodes.
Dan Gohman
2016-02-22
1
-0
/
+68
*
[WebAssembly] Properly ignore llvm.dbg.value instructions.
Dan Gohman
2016-02-22
1
-1
/
+5
*
WebAssembly: update expected torture test failures
JF Bastien
2016-02-21
1
-4
/
+0
*
[WebAssembly] Support physical registers in the rewrite-to-discard optimization.
Dan Gohman
2016-02-21
1
-6
/
+10
*
[WebAssembly] Refine a README.txt entry.
Dan Gohman
2016-02-20
1
-2
/
+2
*
[WebAssembly] Handle CopyToReg nodes with flag results in LowerCopyToReg.
Dan Gohman
2016-02-20
1
-3
/
+7
*
[WebAssembly] Write stack pointer back to memory when FP is used
Derek Schuff
2016-02-20
1
-1
/
+1
*
[WebAssembly] Stackify function prologs and epilogs
Derek Schuff
2016-02-20
1
-15
/
+21
*
[WebAssembly] Add another optimization idea to README.txt.
Dan Gohman
2016-02-19
1
-0
/
+6
*
[WebAssembly] Don't use setRequiresStructuredCFG(true).
Dan Gohman
2016-02-18
1
-3
/
+4
*
[WebAssembly] Disable register stackification and coloring when not optimizing
Derek Schuff
2016-02-17
3
-11
/
+23
*
WebAssembly: update expected failures
JF Bastien
2016-02-17
1
-3
/
+0
*
[WebAssembly] Call memcpy for large byval copies.
Dan Gohman
2016-02-17
1
-1
/
+1
*
WebAssembly: update expected test failures
JF Bastien
2016-02-17
1
-3
/
+0
*
[WebAssembly] Use SDValue::getConstantOperandVal. NFC.
Dan Gohman
2016-02-17
1
-1
/
+1
*
[WebAssembly] Implement __builtin_frame_address.
Dan Gohman
2016-02-16
4
-8
/
+23
*
[WebAssembly] Update torture test expectations
Derek Schuff
2016-02-16
1
-7
/
+0
*
[WebAssemly] Don't move calls or stores past intervening loads
Derek Schuff
2016-02-16
1
-0
/
+1
*
[WebAssembly] Insert COPY_LOCAL between CopyToReg and FrameIndex DAG nodes
Derek Schuff
2016-02-16
3
-24
/
+34
[next]