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
*
Revert "[WebAssembly] Added default stack-only instruction mode for MC."
Wouter van Oortmerssen
2018-07-27
1
-3
/
+3
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-07-27
1
-3
/
+3
*
[WebAssembly] Remove ELF file support.
Sam Clegg
2018-07-16
1
-10
/
+4
*
[WebAssembly] Add pass to infer prototypes for prototype-less functions
Sam Clegg
2018-07-11
1
-0
/
+4
*
[WebAssembly] Add WebAssemblyException information analysis
Heejin Ahn
2018-06-25
1
-0
/
+1
*
[WebAssembly] Add WebAssemblyLateEHPrepare pass
Heejin Ahn
2018-06-25
1
-2
/
+2
*
[WebAssembly] Support instruction selection for catching exceptions
Heejin Ahn
2018-05-31
1
-0
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[CodeGen]Add NoVRegs property on PostRASink and ShrinkWrap
Jun Bum Lim
2018-04-03
1
-3
/
+2
*
[WebAssembly] Register wasm passes with the PassRegistry
Jacob Gravelle
2018-03-30
1
-3
/
+22
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
[WebAssembly] Strip threadlocal attribute from globals in single thread mode
Derek Schuff
2018-03-20
1
-2
/
+20
*
[WebAssembly] Add exception handling option and feature
Heejin Ahn
2018-02-24
1
-1
/
+2
*
(Re-landing) Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-22
1
-4
/
+3
*
Revert "Expose a TargetMachine::getTargetTransformInfo function"
Sanjoy Das
2017-12-21
1
-3
/
+4
*
Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-21
1
-4
/
+3
*
[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtors
Sam Clegg
2017-12-15
1
-0
/
+3
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-4
/
+5
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-5
/
+4
*
Fix WebAssembly target after r309911.
Daniel Jasper
2017-08-03
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-2
/
+2
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-1
/
+1
*
[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
[next]