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
/
WebAssemblyCFGStackify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Remove ELF file support.
Sam Clegg
2018-07-16
1
-3
/
+1
*
[WebAssembly] Add more utility functions
Heejin Ahn
2018-06-19
1
-2
/
+3
*
[WebAssembly] Support instruction selection for catching exceptions
Heejin Ahn
2018-05-31
1
-3
/
+0
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-3
/
+3
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[WebAssembly] Add an assertion for an invalid CFG
Heejin Ahn
2018-04-17
1
-0
/
+3
*
[WebAssembly] Fix a bug in MachineBasicBlock::findDebugLoc() call
Heejin Ahn
2018-04-14
1
-3
/
+4
*
[WebAssembly] Register wasm passes with the PassRegistry
Jacob Gravelle
2018-03-30
1
-0
/
+4
*
[WebAssembly] Add DebugLoc information to WebAssembly block and loop.
Derek Schuff
2018-03-15
1
-8
/
+11
*
[WebAssembly] Add except_ref as a first-class type
Heejin Ahn
2018-03-08
1
-0
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[WebAssembly] Split CFG-sorting into its own pass. NFC.
Dan Gohman
2017-02-27
1
-222
/
+1
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
1
-0
/
+14
*
[WebAssembly] Implement more WebAssembly binary encoding.
Dan Gohman
2016-10-24
1
-2
/
+0
*
[WebAssembly] Add an option to make get_local/set_local explicit.
Dan Gohman
2016-10-24
1
-26
/
+14
*
[WebAssemby] Implement block signatures.
Dan Gohman
2016-10-06
1
-11
/
+75
*
[WebAssembly] Remove loop's bottom label.
Dan Gohman
2016-10-06
1
-19
/
+14
*
[WebAssembly] Update to more stack-machine-oriented terminology.
Dan Gohman
2016-10-03
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
[WebAssembly] Unbreak the build.
Benjamin Kramer
2016-09-05
1
-8
/
+9
*
WebAssembly: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-4
/
+4
*
[WebAssembly] Implement irreducible control flow.
Dan Gohman
2016-03-09
1
-35
/
+0
*
[WebAssembly] Switch from RPO sorting to topological sorting.
Dan Gohman
2016-02-16
1
-109
/
+167
*
[WebAssembly] Fix insertion of a BLOCK in a loop header that also ends a BLOCK.
Dan Gohman
2016-02-12
1
-1
/
+3
*
[WebAssembly] Refine block placement to insert blocks between trees.
Dan Gohman
2016-01-30
1
-5
/
+22
*
[WebAssemly] Invalidate liveness in CFG stackifier
Derek Schuff
2016-01-13
1
-0
/
+3
*
[WebAssembly] Make CFG stackification independent of basic-block labels.
Dan Gohman
2016-01-12
1
-63
/
+84
*
[WebAssembly] Minor code cleanups. NFC.
Dan Gohman
2016-01-08
1
-1
/
+2
*
[WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.
Dan Gohman
2015-12-25
1
-3
/
+4
*
[WebAssembly] Fix the CFG Stackifier to handle unoptimized branches
Dan Gohman
2015-12-16
1
-2
/
+14
*
[WebAssembly] Implement a new algorithm for placing BLOCK markers
Dan Gohman
2015-12-14
1
-67
/
+144
*
[WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a ...
Dan Gohman
2015-12-02
1
-1
/
+1
*
[WebAssembly] Fix a few minor compiler warnings. NFC.
Dan Gohman
2015-11-30
1
-7
/
+7
*
[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.
Dan Gohman
2015-11-29
1
-2
/
+2
*
[WebAssembly] Always print loop end labels
Dan Gohman
2015-11-23
1
-1
/
+11
*
[WebAssembly] Use dominator information to improve BLOCK placement
Dan Gohman
2015-11-23
1
-46
/
+125
*
Try to fix build more -- like r252392 but for WebAssembly.
Nico Weber
2015-11-07
1
-4
/
+4
*
[WebAssembly] Fix CFG stackification of nested loops.
Dan Gohman
2015-10-02
1
-4
/
+15
*
[WebAssembly] Check in an initial CFG Stackifier pass
Dan Gohman
2015-09-16
1
-0
/
+278