-
Notifications
You must be signed in to change notification settings - Fork 28
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ApsarasX/llvm-bindings
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: TypeFox/llvm-bindings
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
Able to merge.
These branches can be automatically merged.
- 12 commits
- 19 files changed
- 2 contributors
Commits on Apr 17, 2024
-
Implement createArrayType (#1)
* Implement createArrayType Signed-off-by: Guillaume Fontorbe <guillaume.fontorbe@typefox.io> * Add llvm-bindings.d.ts Signed-off-by: Guillaume Fontorbe <guillaume.fontorbe@typefox.io> --------- Signed-off-by: Guillaume Fontorbe <guillaume.fontorbe@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for a66b57b - Browse repository at this point
Copy the full SHA a66b57bView commit details
Commits on May 15, 2024
-
Implement createStructType (#2)
* Implement createArrayType Signed-off-by: Guillaume Fontorbe <guillaume.fontorbe@typefox.io> * Add llvm-bindings.d.ts Signed-off-by: Guillaume Fontorbe <guillaume.fontorbe@typefox.io> * implement createStructType Signed-off-by: Guillaume Fontorbe <guillaume.fontorbe@typefox.io> --------- Signed-off-by: Guillaume Fontorbe <guillaume.fontorbe@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for 701f6b6 - Browse repository at this point
Copy the full SHA 701f6b6View commit details
Commits on Jun 28, 2024
-
cmake/CMakeJS.cmake: bug fix and improvements/optimizations
* fixed bug in string splitting logic because of unexpected ';' that may occur within strings, and which confuse cmake -> no crash in case npm package 'NAN' is found in './node_modules' and included in addition to the headers of 'Node-API' (the new default native Node.js add-on API) * some optimizations targeting the cases of the variables to be assigned being already assigned
Configuration menu - View commit details
-
Copy full SHA for 6a2d7c9 - Browse repository at this point
Copy the full SHA 6a2d7c9View commit details
Commits on Jul 8, 2024
-
added missing implementations of 'isArrayTy', 'isIntegerTy', 'isPoint…
…erTy', 'isStruct', 'isVectorTy' in DerivedTypes{.h,.cpp}, added missing declarations in 'llvm-bindings.d.ts'
Configuration menu - View commit details
-
Copy full SHA for 221ffe9 - Browse repository at this point
Copy the full SHA 221ffe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 239d6a8 - Browse repository at this point
Copy the full SHA 239d6a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ea6cdc - Browse repository at this point
Copy the full SHA 4ea6cdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ceb4701 - Browse repository at this point
Copy the full SHA ceb4701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33f04a5 - Browse repository at this point
Copy the full SHA 33f04a5View commit details -
added some addition getters to 'IntegerType', 'FunctionType', and 'Ve…
…ctorType', mainly for having them in the typescript definition * without these some of Typescript type definitions result in identical types and Typescripts type dispatch via the type guards doesn't work as expected
Configuration menu - View commit details
-
Copy full SHA for 6565fa0 - Browse repository at this point
Copy the full SHA 6565fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8669e4 - Browse repository at this point
Copy the full SHA a8669e4View commit details -
Added method 'getTypeAllocSizeInBits' to class 'DataLayout', added ad…
…ditional constructor allowing to instantiate 'DataLayout' based on the existing 'Module' added corresponding tests
Configuration menu - View commit details
-
Copy full SHA for 0b39e35 - Browse repository at this point
Copy the full SHA 0b39e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2993d11 - Browse repository at this point
Copy the full SHA 2993d11View commit details
There are no files selected for viewing