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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Move InstPrinter files to MCTargetDesc. NFC
David L. Jones
2019-05-13
1
-1
/
+0
*
[WebAssembly] Restore stack pointer right after catch instruction
Heejin Ahn
2019-01-30
1
-1
/
+0
*
[WebAssembly] Fix updating/moving DBG_VALUEs in RegStackify
Yury Delendik
2019-01-15
1
-0
/
+1
*
[WebAssembly] Rename StoreResults to MemIntrinsicResults
Heejin Ahn
2019-01-08
1
-1
/
+1
*
[WebAssembly][NFC] Remove WebAssemblyStackifier TableGen backend
Thomas Lively
2018-10-22
1
-1
/
+0
*
[WebAssembly] TableGen backend for stackifying instructions
Thomas Lively
2018-08-27
1
-0
/
+1
*
[WebAssembly] Restore __stack_pointer after catch instructions
Heejin Ahn
2018-08-21
1
-0
/
+1
*
[WebAssembly] Add pass to infer prototypes for prototype-less functions
Sam Clegg
2018-07-11
1
-0
/
+1
*
[WebAssembly] Add WebAssemblyException information analysis
Heejin Ahn
2018-06-25
1
-0
/
+1
*
[WebAssembly] Add WebAssemblyLateEHPrepare pass
Heejin Ahn
2018-06-25
1
-1
/
+1
*
[WebAssembly] Support instruction selection for catching exceptions
Heejin Ahn
2018-05-31
1
-0
/
+1
*
[WebAssembly] Initial Disassembler.
Sam Clegg
2018-05-10
1
-0
/
+1
*
Sort targetgen calls in lib/Target/*/CMakeLists.
Nico Weber
2018-04-04
1
-1
/
+2
*
[WebAssembly] Added initial AsmParser implementation.
Derek Schuff
2018-03-20
1
-0
/
+2
*
[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtors
Sam Clegg
2017-12-15
1
-0
/
+1
*
[WebAssembly] Split CFG-sorting into its own pass. NFC.
Dan Gohman
2017-02-27
1
-0
/
+1
*
[WebAssembly] Define a table of function signatures for runtime library calls.
Dan Gohman
2017-02-22
1
-0
/
+1
*
[WebAssembly] Add a pass to create wrappers for function bitcasts.
Dan Gohman
2017-01-07
1
-0
/
+1
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
[WebAssembly] Add an option to make get_local/set_local explicit.
Dan Gohman
2016-10-24
1
-0
/
+2
*
[WebAssembly] Fix for 0xc call_indirect changes
Derek Schuff
2016-10-21
1
-0
/
+1
*
[WebAssembly] Refactor WebAssemblyLowerEmscriptenException pass for setjmp/lo...
Derek Schuff
2016-08-18
1
-1
/
+1
*
[WebAssembly] Add asm.js-style exception handling support
Derek Schuff
2016-08-01
1
-0
/
+1
*
[WebAssembly] Remove our copy of PrologEpilogInserter
Derek Schuff
2016-05-17
1
-1
/
+0
*
[WebAssembly] Move register stackification and coloring to a late phase.
Dan Gohman
2016-05-10
1
-0
/
+3
*
[WebAssembly] Implement irreducible control flow.
Dan Gohman
2016-03-09
1
-0
/
+1
*
[WebAssembly] Implement unaligned loads and stores.
Dan Gohman
2016-01-26
1
-0
/
+1
*
[WebAssembly] Remove the Relooper code, as it is not currently being used.
Dan Gohman
2016-01-20
1
-1
/
+0
*
[WebAssembly] Implement a prototype instruction encoder and disassembler.
Dan Gohman
2016-01-12
1
-0
/
+1
*
[WebAssembly] Minor code cleanups. NFC.
Dan Gohman
2016-01-08
1
-1
/
+1
*
[WebAssembly] Convert WebAssemblyTargetObjectFile to TargetLoweringObjectFileELF
Dan Gohman
2015-12-17
1
-0
/
+1
*
[WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination
Derek Schuff
2015-12-11
1
-0
/
+1
*
[WebAssembly] Reintroduce ARGUMENT moving logic
Dan Gohman
2015-12-09
1
-0
/
+1
*
[WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...
Dan Gohman
2015-12-05
1
-0
/
+1
*
[WebAssembly] Support for register stackifying with load and store instructions.
Dan Gohman
2015-11-25
1
-0
/
+3
*
[WebAssembly] Prototype passes for register coloring and register stackifying.
Dan Gohman
2015-11-16
1
-0
/
+2
*
[WebAssembly] Reapply r252858, with svn add for the new file.
Dan Gohman
2015-11-12
1
-0
/
+1
*
Revert r252858: "[WebAssembly] Switch to MC for instruction printing."
Hans Wennborg
2015-11-12
1
-1
/
+0
*
[WebAssembly] Switch to MC for instruction printing.
Dan Gohman
2015-11-12
1
-0
/
+1
*
[WebAssembly] Add WebAssemblyMCInstLower.cpp.
Dan Gohman
2015-11-05
1
-0
/
+1
*
[WebAssembly] Check in an initial CFG Stackifier pass
Dan Gohman
2015-09-16
1
-0
/
+1
*
[WebAssembly] Skeleton FastISel support
Dan Gohman
2015-08-24
1
-0
/
+2
*
[WebAssembly] Add Relooper
JF Bastien
2015-08-15
1
-0
/
+1
*
WebAssembly: basic bitcode → assembly CodeGen test
JF Bastien
2015-07-22
1
-1
/
+5
*
WebAssembly: basic instructions todo, and basic register info.
JF Bastien
2015-07-10
1
-0
/
+1
*
[WebAssembly] Initial WebAssembly backend
Dan Gohman
2015-06-29
1
-0
/
+24