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] 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
*
[WebAssembly] Encode block signatures as SLEB instead of ULEB
Derek Schuff
2017-04-17
1
-0
/
+2
*
Unbreak build of the wasm backend after r300463.
Benjamin Kramer
2017-04-17
1
-2
/
+2
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-1
/
+1
*
[IR] Make getParamAttributes take argument numbers, not ArgNo+1
Reid Kleckner
2017-04-13
2
-14
/
+13
*
[IR] Take func, ret, and arg attrs separately in AttributeList::get
Reid Kleckner
2017-04-13
1
-8
/
+6
*
[WebAssembly] Update use of Attributes after r299875
Derek Schuff
2017-04-12
1
-17
/
+14
*
Revert "[WebAssembly] Update use of Attributes after r299875"
Derek Schuff
2017-04-12
1
-14
/
+17
*
[WebAssembly] Update use of Attributes after r299875
Derek Schuff
2017-04-12
1
-17
/
+14
*
[WebAssembly] Fix -Wcovered-switch-default warning
Derek Schuff
2017-04-06
1
-2
/
+1
*
Fix WebAssembly after r299529.
Alexander Kornienko
2017-04-05
1
-4
/
+4
*
[WebAssembly] Initial linking metadata support
Dan Gohman
2017-03-30
6
-13
/
+90
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
4
-13
/
+15
*
Fix wasm build after arg_begin iterator type change
Reid Kleckner
2017-03-17
1
-1
/
+1
*
[WebAssembly] Fix some broken type encodings in wasm binary
Derek Schuff
2017-03-16
2
-3
/
+11
*
[WebAssembly] Use LEB encoding for value types
Derek Schuff
2017-03-14
6
-251
/
+222
*
[WebAssembly] Fix the opcode numbers for floating-point le and gt.
Dan Gohman
2017-03-09
1
-2
/
+2
*
[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...
Dan Gohman
2017-02-28
2
-0
/
+28
*
[WebAssembly] Add some comments and tidy up whitespace.
Dan Gohman
2017-02-27
3
-3
/
+3
*
[WebAssembly] Split CFG-sorting into its own pass. NFC.
Dan Gohman
2017-02-27
7
-223
/
+302
*
[WebAssembly] Add support for using a wasm global for the stack pointer.
Dan Gohman
2017-02-24
5
-42
/
+112
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
23
-140
/
+588
*
[WebAssembly] Handle f16 in fast-isel.
Dan Gohman
2017-02-24
1
-0
/
+2
*
[WebAssembly] Add a README.txt entry for mergeable sections.
Dan Gohman
2017-02-24
1
-0
/
+5
[next]