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] Simplify iterator navigations (NFC)
Heejin Ahn
2019-03-05
1
-15
/
+11
*
[WebAssembly] Fix ScopeTops info in CFGStackify for EH pads
Heejin Ahn
2019-02-27
1
-5
/
+16
*
[WebAssembly] Remove unnecessary instructions after TRY marker placement
Heejin Ahn
2019-02-27
1
-2
/
+94
*
[WebAssembly] Rename a variable in CFGStackify (NFC)
Heejin Ahn
2019-02-24
1
-7
/
+7
*
[WebAssembly] Merge two identical switch case routines into one (NFC)
Heejin Ahn
2019-02-24
1
-6
/
+0
*
[WebAssembly] Remove debug statement submitted in rL354657
Sam Clegg
2019-02-22
1
-1
/
+0
*
[WebAssembly] Remove getBottom function from CFGStackify (NFC)
Heejin Ahn
2019-02-22
1
-27
/
+4
*
[WebAssembly] clang-tidy (NFC)
Heejin Ahn
2019-02-04
1
-24
/
+24
*
[WebAssembly] Exception handling: Switch to the new proposal
Heejin Ahn
2019-01-30
1
-55
/
+33
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Delete registerScope function
Heejin Ahn
2018-12-07
1
-20
/
+2
*
[WebAssembly] Fix bugs in rethrow depth counting and InstPrinter
Heejin Ahn
2018-11-02
1
-1
/
+14
*
[WebAssembly] Fix immediate of rethrow when throwing to caller
Heejin Ahn
2018-10-24
1
-1
/
+1
*
[WebAssembly] Ignore DBG_VALUE in WebAssemblyCFGStackify pass when looking fo...
Yury Delendik
2018-10-04
1
-0
/
+4
*
[WebAssembly] clang-format (NFC)
Heejin Ahn
2018-09-05
1
-11
/
+21
*
[WebAssembly] CFG stackify support for exception handling
Heejin Ahn
2018-08-16
1
-108
/
+542
*
[WebAssembly] Update SIMD binary arithmetic
Derek Schuff
2018-08-07
1
-0
/
+2
*
[WebAssembly] Replace SIMD expression types with V128
Derek Schuff
2018-08-06
1
-4
/
+6
*
[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
[next]