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
*
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
*
[WebAssembly] Narrow the scope of WebAssemblyFixFunctionBitcasts
Jacob Gravelle
2017-10-10
1
-1
/
+11
*
[MC] Plumb unique_ptr<MCWasmObjectTargetWriter> through createWasmObjectWriter
Lang Hames
2017-10-10
1
-2
/
+2
*
Fix Wasm build after r315254
Reid Kleckner
2017-10-10
1
-3
/
+2
*
[WebAssembly] Add the rest of the atomic loads
Derek Schuff
2017-10-05
4
-56
/
+198
*
Change encodeU/SLEB128 to pad to certain number of bytes
Sam Clegg
2017-09-15
1
-5
/
+2
*
[WebAssembly] Add sign extend instructions from atomics proposal
Derek Schuff
2017-09-13
2
-2
/
+24
*
[WebAssembly] Update relocation names to match spec
Sam Clegg
2017-09-01
1
-3
/
+3
*
[WebAssembly] Refactor load ISel tablegen patterns into classes
Derek Schuff
2017-08-31
2
-327
/
+215
*
[WebAssembly] Add target feature for atomics
Derek Schuff
2017-08-30
9
-11
/
+31
*
[WebAssembly] FastISel : Bail to SelectionDAG for constexpr calls
Jacob Gravelle
2017-08-24
1
-1
/
+4
*
[WebAssembly] Update GCC test suite failure expectations
Heejin Ahn
2017-08-24
1
-0
/
+8
*
Fix WebAssembly target after r309911.
Daniel Jasper
2017-08-03
3
-16
/
+5
*
Change CallLoweringInfo::CS to be an ImmutableCallSite instead of a pointer. ...
Peter Collingbourne
2017-07-26
1
-1
/
+1
*
[SystemZ, LoopStrengthReduce]
Jonas Paulsson
2017-07-21
2
-2
/
+4
*
Add element atomic memset intrinsic
Daniel Neilson
2017-07-12
1
-0
/
+11
*
[WebAssembly] Mark element atomic memcpy/memmove intrinsics as unsupported
Heejin Ahn
2017-07-12
1
-11
/
+10
*
Fix to web assembly lib call list
Daniel Neilson
2017-07-12
1
-0
/
+11
*
fix trivial typos; NFC
Hiroshi Inoue
2017-07-09
1
-1
/
+1
*
[WebAssembly] Fix types for address taken functions
Sam Clegg
2017-07-05
4
-17
/
+28
*
fix trivial typo; NFC
Hiroshi Inoue
2017-06-30
1
-1
/
+1
*
[WebAssembly] Add support for exception handling instructions
Heejin Ahn
2017-06-30
1
-5
/
+21
*
[WebAssembly] Fix build after r306177
Derek Schuff
2017-06-24
1
-10
/
+14
*
[WebAssembly] WebAssemblyFastISel getelementptr variable index support
Jacob Gravelle
2017-06-22
1
-1
/
+19
*
[wasm] Fix WebAssembly asm backend after r305968
Reid Kleckner
2017-06-22
1
-10
/
+12
*
[WebAssembly] Use __stack_pointer global when writing wasm binary
Sam Clegg
2017-06-16
7
-65
/
+28
*
[WebAssembly] Cleanup WebAssemblyWasmObjectWriter
Sam Clegg
2017-06-13
2
-16
/
+13
*
[WebAssembly] Fix symbol type for addresses of external functions
Sam Clegg
2017-06-13
1
-2
/
+8
*
Const correctness for TTI::getRegisterBitWidth
Daniel Neilson
2017-06-12
2
-2
/
+2
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
4
-4
/
+4
*
[WebAssembly] MC: Refactor relocation handling
Sam Clegg
2017-06-06
1
-0
/
+7
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
18
-19
/
+19
*
[WebAssembly] MC: Fix references to undefined externals in data section
Sam Clegg
2017-06-02
1
-3
/
+0
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-2
/
+2
*
[SelectionDAG] Set ISD::FPOWI to Expand by default
Craig Topper
2017-05-30
1
-2
/
+2
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-1
/
+1
*
[WebAssembly][NFC] Update expected testsuite failures for newly passing tests
Jacob Gravelle
2017-05-17
1
-3
/
+0
*
BitVector: add iterators for set bits
Francis Visoiu Mistrih
2017-05-17
1
-2
/
+1
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
2
-3
/
+4
*
[WebAssembly] Fix use of SDNodeFlags after API change in r301803
Derek Schuff
2017-05-01
1
-2
/
+2
*
[WebAssembly] Update calls to computeKnownBits after the changes from r301620.
Craig Topper
2017-04-28
2
-5
/
+6
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-1
/
+2
*
Revert r301231: Accidentally committed stale files
Krzysztof Parzyszek
2017-04-24
1
-2
/
+1
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-1
/
+2
*
[WebAssembly] Add known failures for wasm object file backend
Sam Clegg
2017-04-20
1
-0
/
+28
*
[WebAssembly] Fix WebAssemblyOptimizeReturned after r300367
Jacob Gravelle
2017-04-17
1
-1
/
+1
[next]