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
/
WebAssemblyTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[WebAssembly] Split CFG-sorting into its own pass. NFC.
Dan Gohman
2017-02-27
1
-1
/
+5
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
1
-3
/
+13
*
[WebAssembly] Add skeleton MC support for the Wasm container format
Dan Gohman
2017-02-22
1
-1
/
+5
*
[WebAssembly] Add a pass to create wrappers for function bitcasts.
Dan Gohman
2017-01-07
1
-0
/
+4
*
[WebAssembly] Eliminate an ad-hoc command-line argument.
Dan Gohman
2016-12-03
1
-7
/
+1
*
[WebAssembly] Add an option to make get_local/set_local explicit.
Dan Gohman
2016-10-24
1
-0
/
+9
*
[WebAssembly] Fix for 0xc call_indirect changes
Derek Schuff
2016-10-21
1
-0
/
+5
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-2
/
+4
*
[WebAssembly] Update to more stack-machine-oriented terminology.
Dan Gohman
2016-10-03
1
-3
/
+3
*
[WebAssembly] Add asm.js-style setjmp/longjmp handling for wasm (reland r280302)
Heejin Ahn
2016-09-01
1
-1
/
+13
*
Revert "Add asm.js-style setjmp/longjmp handling for wasm"
Heejin Ahn
2016-09-01
1
-8
/
+1
*
Add asm.js-style setjmp/longjmp handling for wasm
Heejin Ahn
2016-08-31
1
-1
/
+8
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
[WebAssembly] Refactor WebAssemblyLowerEmscriptenException pass for setjmp/lo...
Derek Schuff
2016-08-18
1
-4
/
+11
*
[WebAssembly] Fix bugs in WebAssemblyLowerEmscriptenExceptions pass
Derek Schuff
2016-08-09
1
-1
/
+1
*
[WebAssembly] Add asm.js-style exception handling support
Derek Schuff
2016-08-01
1
-0
/
+14
*
[WebAssembly] Optimize away return instructions using fallthroughs.
Dan Gohman
2016-05-21
1
-3
/
+3
*
[WebAssembly] Update WebAssembly target for r269988.
Dan Gohman
2016-05-19
1
-3
/
+10
*
Factor PrologEpilogInserter around spilling, frame finalization, and scavenging
Derek Schuff
2016-05-17
1
-8
/
+0
*
[WebAssembly] Move register stackification and coloring to a late phase.
Dan Gohman
2016-05-10
1
-23
/
+27
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
Disable the PatchableFunction pass for NVPTX & Wasm
Sanjoy Das
2016-04-19
1
-0
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[WebAssembly] Remove duplicate disabling of passes
Derek Schuff
2016-03-28
1
-12
/
+6
*
Introduce MachineFunctionProperties and the AllVRegsAllocated property
Derek Schuff
2016-03-28
1
-0
/
+14
*
[WebAssembly] Implement irreducible control flow.
Dan Gohman
2016-03-09
1
-0
/
+3
*
[WebAssembly] Re-enable the TailDuplicate pass.
Dan Gohman
2016-02-22
1
-1
/
+0
*
[WebAssembly] Don't use setRequiresStructuredCFG(true).
Dan Gohman
2016-02-18
1
-3
/
+4
*
[WebAssembly] Disable register stackification and coloring when not optimizing
Derek Schuff
2016-02-17
1
-4
/
+6
*
[WebAssembly] Implement unaligned loads and stores.
Dan Gohman
2016-01-26
1
-0
/
+4
*
[WebAssembly] Disable some WebAssembly-specific optimization passes at -O0.
Dan Gohman
2016-01-19
1
-3
/
+6
*
[WebAssembly] Add -m:e to the target triple.
Dan Gohman
2016-01-07
1
-2
/
+3
*
[WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.
Dan Gohman
2015-12-25
1
-6
/
+3
*
[WebAssembly] Convert WebAssemblyTargetObjectFile to TargetLoweringObjectFileELF
Dan Gohman
2015-12-17
1
-2
/
+2
*
[WebAssembly] Experimental ELF writer support
Dan Gohman
2015-12-17
1
-4
/
+3
*
[WebAssembly] Implement eliminateCallFramePseudo
Derek Schuff
2015-12-16
1
-0
/
+3
*
[WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination
Derek Schuff
2015-12-11
1
-1
/
+7
*
[WebAssembly] Reintroduce ARGUMENT moving logic
Dan Gohman
2015-12-09
1
-0
/
+4
*
[WebAssembly] Call TargetPassConfig base class functions in overriding functi...
Dan Gohman
2015-12-05
1
-1
/
+11
*
[WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...
Dan Gohman
2015-12-05
1
-4
/
+3
*
[WebAssembly] Delete unused functions. NFC.
Dan Gohman
2015-11-29
1
-6
/
+0
*
[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.
Dan Gohman
2015-11-29
1
-3
/
+2
*
[WebAssembly] Add some comments. NFC.
Dan Gohman
2015-11-25
1
-0
/
+5
*
[WebAssembly] Clean up several FIXME comments.
Dan Gohman
2015-11-25
1
-4
/
+4
*
[WebAssembly] Support for register stackifying with load and store instructions.
Dan Gohman
2015-11-25
1
-0
/
+7
*
[WebAssembly] Emit .param, .result, and .local through MC.
Dan Gohman
2015-11-23
1
-0
/
+1
*
[WebAssembly] Enable register coloring and register stackifying.
Dan Gohman
2015-11-18
1
-1
/
+7
*
[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
[prev]
[next]