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
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
[WebAssembly] Change a comment line
Heejin Ahn
2016-08-24
1
-1
/
+2
*
[SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> fround
Michael Kuperstein
2016-08-18
1
-2
/
+2
*
[WebAssembly] Disable the store-results optimization.
Dan Gohman
2016-08-18
1
-20
/
+0
*
[WebAssembly] Refactor WebAssemblyLowerEmscriptenException pass for setjmp/lo...
Derek Schuff
2016-08-18
4
-124
/
+182
*
[WebAssembly] Handle debug information and virtual registers without crashing...
Dominic Chen
2016-08-17
3
-3
/
+5
*
Revert "[WebAssembly] Handle debug information and virtual registers without ...
Duncan P. N. Exon Smith
2016-08-17
3
-5
/
+3
*
[WebAssembly] Handle debug information and virtual registers without crashing
Dominic Chen
2016-08-17
3
-3
/
+5
*
[WebAssembly] Plug MachineMemOperand leaks.
Benjamin Kramer
2016-08-12
1
-6
/
+6
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
[WebAssembly] Cleanup trailing whitespace
Dominic Chen
2016-08-11
1
-2
/
+2
*
[WebAssembly] Add -emscripten-cxx-exceptions-whitelist option
Derek Schuff
2016-08-09
1
-2
/
+15
*
[WebAssembly] Fix bugs in WebAssemblyLowerEmscriptenExceptions pass
Derek Schuff
2016-08-09
2
-34
/
+93
*
[WebAssembly] Check return value of getRegForValue in FastISel
Derek Schuff
2016-08-04
1
-0
/
+13
*
[WebAssembly] Remove unnecessary subtarget checks in peephole pass
Derek Schuff
2016-08-02
1
-22
/
+13
*
[WebAssembly] Initial SIMD128 support.
Derek Schuff
2016-08-02
16
-14
/
+243
*
[WebAssembly] Remove a README.txt entry that is now implemented.
Dan Gohman
2016-08-02
1
-6
/
+0
*
[WebAssembly] Support CFI for WebAssembly target
Derek Schuff
2016-08-01
4
-3
/
+28
*
[WebAssembly] Add asm.js-style exception handling support
Derek Schuff
2016-08-01
4
-0
/
+477
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
3
-22
/
+22
*
[WebAssembly] Update for Target API (TargetRegistry::RegisterMCAsmBackend) ch...
David Blaikie
2016-07-25
1
-1
/
+2
*
Fix calls to SelectionDAG::getStore
Derek Schuff
2016-07-15
1
-2
/
+2
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
2
-2
/
+2
*
Fix branch relaxation in 16-bit mode.
Nirav Dave
2016-07-11
1
-1
/
+2
*
WebAssembly: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
3
-33
/
+30
*
Delete MCCodeGenInfo.
Rafael Espindola
2016-06-30
1
-9
/
+3
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
3
-29
/
+28
*
Fix the wasm build by including EndianStream.h
Reid Kleckner
2016-06-23
1
-0
/
+1
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
5
-11
/
+11
*
Remove dead function with incredibly broken assert.
Benjamin Kramer
2016-06-06
1
-6
/
+0
*
[WebAssembly] Emit type signatures for declared functions
Derek Schuff
2016-06-03
3
-10
/
+56
*
Revert "[WebAssembly] Emit type signatures for declared functions"
Derek Schuff
2016-06-02
3
-50
/
+10
*
[WebAssembly] Emit type signatures for declared functions
Derek Schuff
2016-06-02
3
-10
/
+50
*
[WebAssembly] Put __stack_pointer in the offset field of loads and stores.
Dan Gohman
2016-05-24
1
-10
/
+10
*
[WebAssembly] Basic TargetTransformInfo support for SIMD128.
Dan Gohman
2016-05-23
2
-1
/
+65
*
[WebAssembly] Speed up LiveIntervals updating.
Dan Gohman
2016-05-23
1
-6
/
+9
*
[WebAssembly] Optimize away return instructions using fallthroughs.
Dan Gohman
2016-05-21
6
-10
/
+111
*
[WebAssembly] Simplify code that never has to handle physical registers. NFC.
Dan Gohman
2016-05-19
1
-9
/
+2
*
[WebAssembly] Update WebAssembly target for r269988.
Dan Gohman
2016-05-19
2
-4
/
+11
*
[WebAssembly] Disable the MachineScheduler.
Dan Gohman
2016-05-18
2
-1
/
+14
*
[WebAssembly] Don't expand divisions by constants.
Dan Gohman
2016-05-18
2
-0
/
+7
*
[WebAssembly] Rename $discard to $drop in the assembly output.
Dan Gohman
2016-05-17
4
-13
/
+12
*
[WebAssembly] Model the stack evaluation order more precisely.
Dan Gohman
2016-05-17
1
-20
/
+40
*
[WebAssembly] Don't stackify calls past stack pointer modifications.
Dan Gohman
2016-05-17
2
-20
/
+41
*
[WebAssembly] Stackify induction variable increment instructions.
Dan Gohman
2016-05-17
1
-28
/
+65
*
[WebAssembly] Remove our copy of PrologEpilogInserter
Derek Schuff
2016-05-17
3
-1060
/
+0
*
Factor PrologEpilogInserter around spilling, frame finalization, and scavenging
Derek Schuff
2016-05-17
2
-8
/
+2
*
[WebAssembly] Improve the precision of memory and side effect dependence trac...
Dan Gohman
2016-05-17
1
-23
/
+192
*
[WebAssembly] Mark COPY_LOCAL and TEE_LOCAL instructions has having no side e...
Dan Gohman
2016-05-16
1
-0
/
+2
*
[WebAssembly] Use eqz to negate a branch conditions.
Dan Gohman
2016-05-16
1
-8
/
+2
[next]