-
| | |
| --- | --- |
| Bugzilla Link | [40846](https://llvm.org/bz40846) |
| Version | trunk |
| OS | All |
| CC | @alex,@comex,@nelhage |
| Fixed by commit(s) | 8db5143b1a1521915c842ebef23cb9fe8fe60…
nikic updated
2 years ago
-
As a new user to this code base (through kpt & Config Sync), I was initially really confused about the difference between destroy, prune, and delete. And as a contributor, I have a hard time documenti…
-
Hey there! Welcome to Hacktoberfest 2021!
---
Thanks for taking interest in this project.
In this issue, we want to create a simple web app that first takes in the dimensions of a square matrix,
…
-
### Description
Somehow the start value of `y` in the following MWE is lost and both `y` and `p` become zero.
```modelica
model M
Real y(start = 1, fixed = true);
parameter Real p(fixed =…
-
(to avoid many gcd calculations in some cases)
-
**Chemistry**
- [ ] #30
- [ ] HCG
- [ ] Dancing resonance
- [ ] compounds of Xe
- [ ] Oxo acid of compounds
- [ ] Biomolecules
- [ ] NGP[ neighboring group participation ] SN rxn
- [ ] E1cb…
-
The Gauss-Jordan elimination method implemented in gaussj_AbKDs.cpp should be incorporated within gaussj.h and gaussj.cpp. Try to re-use as many features already implemented in the module as possible …
-
This is to raise some thoughts on the possibility of having higher inductive types in the future, even just for paths to begin with (so in the Standard HoTT sense).
For example, having [pushouts](htt…
-
It would be really nice to have the [Tail Call Elimination](https://llvm.org/docs/Passes.html#tailcallelim-tail-call-elimination) pass available.
This is useful for the compiler I'm working on, bec…
-
=== mjsunit/div-mod ===
--- stdout ---
(function(left) { return left / 0; })
(function(left) { return left / 1; })
(function(left) { return left / 2; })
(function(left) { return left / 3; })
(function…