issues
search
windelbouwman
/
ppci
A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
https://ppci.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
337
stars
36
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ARM clarification
#134
Fabizocker456
opened
1 year ago
0
docs: Fix a few typos
#133
timgates42
opened
2 years ago
0
Missing diagnostics: "invalid constant"
#132
pmor13
opened
2 years ago
0
Evaluation of constant expression in preprocessing directives may produce incorrect results
#131
pmor13
opened
2 years ago
0
Fix putc declaration
#130
tekknolagi
opened
2 years ago
0
c parser crash in stdlib.h
#129
tekknolagi
closed
2 years ago
1
Reading section failed
#128
eyalk11
opened
3 years ago
1
Quick fix to make it work on MacOS x86
#127
sfermigier
closed
2 years ago
0
lang/llvmir/parser: Factor out get_implicit_name(), use for implicit …
#126
pfalcon
opened
3 years ago
2
Compiling and running a simple GC
#125
darleybarreto
opened
3 years ago
0
lang/llvmir/parser: Fix typo in parse_arithmetic() (was "arithmatic").
#124
pfalcon
opened
3 years ago
3
Pass pointer
#123
davidbrochart
closed
3 years ago
1
Translating to ppci assembly
#122
darleybarreto
closed
3 years ago
7
Adding a file reading example
#121
darleybarreto
closed
3 years ago
6
Update old reference to bitbucket in support.rst
#120
obround
closed
3 years ago
2
Hashing for IR Nodes
#119
bifunctor
opened
3 years ago
2
Tool to compile IR to machine code?
#118
pfalcon
opened
4 years ago
1
lang.llvmir.parser: Fix typo in .peek attribute (was .peak).
#117
pfalcon
closed
4 years ago
4
Adding file reading example and fixing commits history
#116
darleybarreto
closed
3 years ago
2
Adding an example of file reading
#115
darleybarreto
closed
4 years ago
4
Implement a simple malloc
#114
darleybarreto
closed
4 years ago
8
Implementation of sbrk
#113
darleybarreto
closed
4 years ago
9
Fix issue #111 on switch/case/default statements. Ensure that the swi…
#112
tstreiff
opened
4 years ago
2
ppci-cc: switch/case statements should be better tested in the front-end
#111
tstreiff
opened
4 years ago
1
FIX: uniformly handle string/numeric constants in multiple Python versions
#110
klauer
closed
4 years ago
6
Add darwin check in get_current_arch
#109
klauer
closed
4 years ago
3
ppci-cc: cannot compile combined struct assignment
#108
tstreiff
opened
4 years ago
0
ppci-cc: initializing a global enum variable is not possible
#107
tstreiff
closed
4 years ago
2
Fix issue #105 do not override the original incomplete array type siz…
#106
tstreiff
opened
4 years ago
2
pcci-cc: handling of array type of unknown size
#105
tstreiff
opened
4 years ago
0
ppci-cc: conditional operator does not work with struct/union types
#104
tstreiff
opened
4 years ago
0
ppci-cc: ++ and -- should work for floating point types
#103
tstreiff
closed
4 years ago
2
ppci-ld: linker imports too many modules from the libraries
#102
tstreiff
opened
4 years ago
0
ppci-cc: cannot take the address of a function static variable for initializing a function static variable
#101
tstreiff
opened
4 years ago
0
ppci-cc: binary operators & | ^ and unary ~ & not supported in initializer constants
#100
tstreiff
opened
4 years ago
0
ppci-cc: error when one argument of ## is empty
#99
tstreiff
opened
4 years ago
0
Fix for issue 97. Aligns all var_args on the strongest alignment constraint
#98
tstreiff
opened
4 years ago
2
ppci-cc: alignment problem for vararg functions arguments
#97
tstreiff
opened
4 years ago
1
ppci-cc: floating point constants with an exponent but no decimal point are rejected
#96
tstreiff
opened
4 years ago
2
ppci-cc: impossible to select a field from an struct returned by a function
#95
tstreiff
opened
4 years ago
0
ppci-cc: handling of big constants with L specifier
#94
tstreiff
opened
4 years ago
1
Fix issue89
#93
tstreiff
closed
4 years ago
1
Insights from Krakatau
#92
darleybarreto
opened
4 years ago
0
Python and C3
#91
darleybarreto
opened
4 years ago
9
Polyhedral optimization
#90
windelbouwman
opened
4 years ago
2
ppci-cc: wrong IR code for int32_t comparison with 0xffffffff
#89
tstreiff
closed
4 years ago
2
ppci-cc: a function declared in another function definition makes the IR generator crash
#88
tstreiff
opened
4 years ago
0
Fix issue #86: ppci-cc crashes when the value of a void function is u…
#87
tstreiff
closed
4 years ago
1
ppci-cc: crash when using the "value" returned by a "void" function
#86
tstreiff
closed
4 years ago
1
typo
#85
vpoulailleau
closed
4 years ago
1
Next