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 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
[prev]