Displaying 2 results from an estimated 2 matches for "uint_fast8_t".
2012 Aug 28
0
[LLVMdev] [RFC] Resurrecting the C back-end
...) that can be used to generate
optimized code.
As an example, assume I feed some code that uses an int variable into
LLVM. LLVM finds that the value of the variable is assigned only once,
and has a value in the range between 4 and 212. Then the corresponding
variable in the output could be a const uint_fast8_t.
Philipp
2012 Aug 27
9
[LLVMdev] [RFC] Resurrecting the C back-end
Hello all,
I am in need for a working C back-end for LLVM for my current research.
I know that the previous incarnation of this back-end has been kicked
out of the tree since the 3.1 release and I have gone through the
archives to restore it to it's previous 'glory'.
So far, I have restored most of the previous version (excluding some of
the parts that needed changes outside of