-
Updated
May 22, 2020 - LLVM
intermediate-representation
Here are 46 public repositories matching this topic...
Documentation
Hi,
I know I am reopening an old discussion that has been already discussed here (#1032 or #162), but this is the one thing that make miasm hard to use. So I wonder if the issue with it is :
- Not enough time to write it ?
- The API is changing too often too create a documentation that stays up to date ?
If it is 1, I think it should be possible to have some other people involved and
-
Updated
Jun 9, 2020 - C++
Minor GCC 9 warnings
[ 70%] Built target gtest_main
/home/akochkov/tmp/gtirb/src/CFG.cpp:24:54: warning: statement should be inside braces [readability-braces-around-statements]
if (auto it = IdTable.find(N); it != IdTable.end())
^
{
/home/akochkov/tmp/gtirb/src/CFG.cpp:36:54: warning: statement shoul
-
Updated
Jun 9, 2020 - C++
-
Updated
Feb 5, 2020 - Python
I think it would be good to start enforcing coding style guidelines so the codebase is consistent. @rsetaluri would vote for https://google.github.io/styleguide/cppguide.html#Formatting. A simpler, automated option is to use https://clang.llvm.org/docs/ClangFormat.html.
I think we should at least run a tool like clang-format on the entire code base to get it into a consistent state. The benef
Yesterday @rgommers and I talked a bit about the thread he started on the NumPy mailing list (notes). We determined that one part of the discussion focused on how NumPy could define some of its API in terms of other parts and whether abstract base classes are the best way to get there.
It would be interesting to compare a metadsl approach to one of
-
Updated
Feb 17, 2016 - C++
-
Updated
Jun 9, 2020 - C++
-
Updated
Jan 13, 2020 - R
-
Updated
Jun 5, 2017 - C++
-
Updated
Nov 19, 2018 - Java
-
Updated
Jan 23, 2020 - Python
we are missing a lot docs for constant gates, need to add them later when one has some more time
-
Updated
Sep 16, 2019 - CMake
-
Updated
Sep 30, 2018 - C++
-
Updated
Mar 27, 2020 - Python
In the documentation I've specified the versions of dependency components that were used to test and develop the Linux build and codegen. Those were the current versions on an older release of debian that I used to dev/test the code.
After upgrading to a more recent version of debian, I found that the generated code crashed early during initializing the runtime library.
I don't have this deb
-
Updated
May 21, 2020 - Julia
-
Updated
Mar 2, 2019 - Haskell
-
Updated
Jan 20, 2019
-
Updated
Jul 10, 2017 - C
-
Updated
Mar 27, 2020 - Rust
-
Updated
Nov 28, 2018 - Python
-
Updated
May 11, 2020 - Java
-
Updated
Oct 11, 2019 - C#
-
Updated
Feb 16, 2019 - D
Improve this page
Add a description, image, and links to the intermediate-representation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the intermediate-representation topic, visit your repo's landing page and select "manage topics."
I was excited to see the introduction to modern Haskell as I find that it's very confusing to enter Haskell these days as many or most introductions doesn't actually match current practices (Text vs. String, cabal vs. plain GHC, etc). However, I was bewildered when the Cabal & Stack section didn't mention Stack. Is this merely waiting for someone to write it? At the very least, we should be