GNU Compiler Collection (GCC)
GCC
GCC
The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Ada, and Go, as well as libraries for these languages (libstdc++,...). GCC was originally written as the compiler for the GNU operating system. The GNU system was developed to be 100% free software, free in the sense that it respects the user's freedom.
We strive to provide regular, high quality releases, which we want to work well on a variety of native and cross targets (including GNU/Linux), and encourage everyone to contribute changes or help testing GCC. Our sources are readily and freely available via SVN and weekly snapshots.
2018 Program
Successful Projects
Contributor
HRISHIKESH KULKARNI
Mentor
Martin Liška, Jan Hubička
Organization
GNU Compiler Collection (GCC)
Textual Representation of LTO Object Files (Textual LTO dump tool project)
As far as I understand, the motivation for LTO framework was to enable cross-file interprocedural optimizations, and for this purpose an ipa pass is...