issues
search
Feldspar
/
feldspar-compiler
This is the compiler for the Feldspar Language.
Other
22
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Catch exceptions from readProcessWithExitCode
#278
pjonsson
closed
4 years ago
0
Inline Internal.hs, NFC
#277
pjonsson
closed
4 years ago
0
Add support for nested tuples to track feldspar-language.
#276
kffaxen
closed
4 years ago
0
Remove unused feldsparCIncludes
#275
pjonsson
closed
4 years ago
0
cabal: remove th-orphans
#274
pjonsson
closed
4 years ago
0
cabal: Remove base-orphans package
#273
pjonsson
closed
4 years ago
0
Remove GHC 7 support code
#272
pjonsson
closed
4 years ago
0
Add compileUT and use in testing
#271
pjonsson
closed
4 years ago
0
Remove deriving Typeable, NFC
#270
pjonsson
closed
4 years ago
0
Remove derived lift instances
#269
pjonsson
closed
4 years ago
0
Travis: Remove deprecated sudo
#268
pjonsson
closed
4 years ago
0
Update to new reifyFeld signature
#267
pjonsson
closed
4 years ago
0
Derive Lift instances
#266
pjonsson
closed
4 years ago
0
Add an inlining pass.
#265
kffaxen
opened
4 years ago
0
Add gold tests for Wool and OpenMP.
#264
kffaxen
closed
4 years ago
0
Replace outParams with a return type in procedure entities.
#263
kffaxen
closed
4 years ago
0
Fix array operation bugs and add a test.
#262
kffaxen
closed
4 years ago
0
Lower copy operations earlier.
#261
kffaxen
closed
4 years ago
0
Update FromCore for Sel generalization
#260
pjonsson
closed
4 years ago
0
Remove runState in fromCoreExp
#259
pjonsson
closed
4 years ago
0
Use implicit zero initialization for non shallow types.
#258
kffaxen
closed
4 years ago
0
Stop using SyntacticFeld
#257
pjonsson
closed
4 years ago
0
Remove unused cabal-meta data
#256
pjonsson
closed
4 years ago
0
Use vcat rather than sep for vertical layout.
#255
kffaxen
closed
4 years ago
0
Remove unused parameter in freeArray.
#254
kffaxen
closed
4 years ago
0
Make the structure of arrays visible in the generated code.
#253
kffaxen
closed
4 years ago
1
Eliminate escTest.
#252
kffaxen
closed
4 years ago
0
Use initCopyArray for single array copies.
#251
kffaxen
closed
4 years ago
0
Add generation of array operations for nonflat arrays.
#250
kffaxen
closed
4 years ago
1
Fix deprecated -fcontext-stack message
#249
pjonsson
closed
4 years ago
0
Move functions from Interpretation to Frontend to avoid circular impo…
#248
kffaxen
closed
4 years ago
0
Bump version of multistage-plugins
#247
pjonsson
closed
4 years ago
0
travis: bump ghc version for testing
#246
pjonsson
closed
4 years ago
0
Remove unused -DRELEASE
#245
pjonsson
closed
4 years ago
0
Fix deprecated -fcontext-stack message
#244
pjonsson
closed
4 years ago
0
Rename if' to branch.
#243
kffaxen
closed
4 years ago
0
Eliminate the AiasType constructor.
#242
kffaxen
closed
4 years ago
0
Add some more code generation tests.
#241
kffaxen
closed
4 years ago
0
Remove the copy-procedure.
#240
kffaxen
closed
4 years ago
0
Move function deepCopy to Frontend.
#239
kffaxen
closed
4 years ago
0
Do not assume that loop index is unsigned 32-bit integer.
#238
kffaxen
closed
4 years ago
0
Allow loop index variables with more types.
#237
kffaxen
closed
4 years ago
0
Add platform for BA.
#236
kffaxen
closed
4 years ago
0
Adapt lowering when target is not C
#235
kffaxen
closed
4 years ago
0
Remove leftovers of setLength
#234
pjonsson
closed
4 years ago
0
Make ArrayElem support multiple indices
#233
pjonsson
closed
4 years ago
0
Fix warning
#232
pjonsson
closed
4 years ago
0
Update for Type update in language
#231
pjonsson
closed
4 years ago
0
Eliminate TargetCode and use SplitModule instead.
#230
kffaxen
closed
4 years ago
0
Add codeGenerator to Platform and use it to select code generator.
#229
kffaxen
closed
4 years ago
0
Next