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] MC: Remove unused code for handling of wasm globals
Sam Clegg
2018-01-31
2
-56
/
+0
*
[SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...
Craig Topper
2018-01-26
1
-5
/
+0
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
[WebAssembly] Add mem.* intrinsics.
Dan Gohman
2018-01-23
1
-0
/
+9
*
[WebAssembly] Fix MSVC build
Derek Schuff
2018-01-20
1
-5
/
+6
*
[WebAssembly] Fix libcall signature lookup
Derek Schuff
2018-01-19
1
-13
/
+14
*
[WebAssembly] Make sign-extension opcodes a distinct feature.
Dan Gohman
2018-01-19
6
-6
/
+20
*
[WebAssembly] Add test expectations for gcc C++ tests (gcc/testsuite/g++.dg)
Sam Clegg
2018-01-19
1
-0
/
+50
*
[WebAssembly] Remove duplicated RTLIB names
Derek Schuff
2018-01-18
1
-976
/
+394
*
Add support for emitting libcalls for x86_fp80 -> fp128 and vice-versa
Benjamin Kramer
2018-01-17
1
-0
/
+4
*
[WebAssembly] Update README.txt.
Dan Gohman
2018-01-15
1
-13
/
+41
*
[WebAssembly] Update libcall signature lists
Derek Schuff
2018-01-09
1
-0
/
+60
*
Fix build of WebAssembly and AVR backends after r321692
Alex Bradbury
2018-01-03
1
-2
/
+2
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
(Re-landing) Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-22
2
-6
/
+4
*
Revert "Expose a TargetMachine::getTargetTransformInfo function"
Sanjoy Das
2017-12-21
2
-4
/
+6
*
Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-21
2
-6
/
+4
*
[WebAssembly] Disable tee_local optimizations when targeting the ELF ABI.
Dan Gohman
2017-12-20
1
-1
/
+9
*
Fix Wasm as a follow up to r321035 and the other one
Reid Kleckner
2017-12-19
1
-1
/
+7
*
Fix WebAssembly backend for some LLVM API changes
David Blaikie
2017-12-15
6
-11
/
+10
*
[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtors
Sam Clegg
2017-12-15
4
-0
/
+196
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
6
-7
/
+7
*
[WebAssembly] Reapply r319186: "Support bitcasted function addresses with var...
Dan Gohman
2017-12-08
1
-1
/
+1
*
[WebAssemby] Re-apply r320041: "Support main functions with alternate signatu...
Dan Gohman
2017-12-08
1
-1
/
+50
*
Revert "[WebAssemby] Support main functions with alternate signatures."
Derek Schuff
2017-12-08
1
-45
/
+1
*
[WebAssemby] Support main functions with alternate signatures.
Dan Gohman
2017-12-07
1
-1
/
+45
*
[WebAssembly] Don't try to emit size information for unsized types
Dan Gohman
2017-12-07
1
-5
/
+7
*
[WebAssembly] Remove WASM_STACK_POINTER.
Dan Gohman
2017-12-06
3
-28
/
+0
*
[WebAssembly] Only emit stack pointer delcaration in BinFormatWasm assembly
Derek Schuff
2017-12-06
1
-2
/
+4
*
[WebAssembly] Implement WASM_STACK_POINTER.
Dan Gohman
2017-12-05
3
-9
/
+14
*
[WebAssembly] Don't emit .import_global for the wasm target.
Dan Gohman
2017-12-05
1
-1
/
+2
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-2
/
+1
*
[WebAssembly] Revert r319186 "Support bitcasted function addresses with varar...
Dan Gohman
2017-11-30
1
-0
/
+5
*
[WebAssembly] Update test expectations for gcc torture tests
Sam Clegg
2017-11-29
1
-6
/
+0
*
[WebAssembly] Fix fptoui lowering bounds
Dan Gohman
2017-11-29
2
-14
/
+47
*
[WebAssembly] Support bitcasted function addresses with varargs.
Dan Gohman
2017-11-28
1
-6
/
+5
*
[WebAssembly] Handle errors better in fast-isel.
Dan Gohman
2017-11-28
1
-12
/
+40
*
[WebAssembly] Fix trapping behavior in fptosi/fptoui.
Dan Gohman
2017-11-28
8
-19
/
+227
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
4
-4
/
+4
*
Try to fix WebAssembly build after r318352
Reid Kleckner
2017-11-16
1
-2
/
+2
*
[WebAssembly] Update test expectations
Sam Clegg
2017-11-08
1
-14
/
+3
*
[WebAssembly] Call signExtend to get sign extended register
Dan Gohman
2017-11-08
1
-1
/
+1
*
[WebAssembly] Revise the strategy for inline asm.
Dan Gohman
2017-11-08
2
-6
/
+25
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
2
-2
/
+2
*
WebassemblyAsmPrinter.h: Include WebAssemblyMachineFunctionInfo for use with ...
David Blaikie
2017-10-24
1
-1
/
+1
*
[WebAssembly] MC: Fix crash when -g specified.
Sam Clegg
2017-10-20
1
-4
/
+4
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
2
-5
/
+6
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
2
-6
/
+5
*
[WebAssembly] Update MCObjectWriter and associated interfaces after r315327
Derek Schuff
2017-10-10
4
-13
/
+22
[next]