search for: llvm_cbe_

Displaying 1 result from an estimated 1 matches for "llvm_cbe_".

2012 Aug 27
9
[LLVMdev] [RFC] Resurrecting the C back-end
...r inclusion as improvements to the new CBackend include the following: * Simplification of the output o Printing only the required set of headers/defines for a specific module o Reducing the number of explicit type casts in the generated code o Optionally removing the current prefix 'llvm_cbe_' to named variables o Only printing full prototypes of structs when their internal fields are actually referred to within the module. (e.g. when using library calls like fopen a complete description of the struct FILE is generated whereas a simple 'struct FILE;' should be sufficie...