This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

i386 builtin function types cleanup


4 files changed, 1003 insertions(+), 1916 deletions(-)

This rationalizes all of the builtin function types into a nice, easy to edit file. My first attempt at this mirrored the builtin-types.def file for the common code, but I realized that by post-processing this .def file a bit I could reduce the size of the read-only data tables by a factor of 4. Thus the little awk program.

A further cleanup here lazily creates the types along with the already lazy construction of the function decls.

Tested on x86_64 and i686 linux. Committed.


r~

Attachment: d-btypes
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]