llvm-6502/include
2011-08-16 22:09:43 +00:00
..
llvm Until now all debug info MDNodes referred to a root MDNode, a compile unit. This simplified handling of these needs in dwarf writer. However, one side effect of this is that during link time optimization all these MDNodes are _not_ uniqued. In other words there will be N number of MDNodes describing "int", "char" and all other types, which would suddenly grow when each object file starts using libraries like STL. 2011-08-16 22:09:43 +00:00
llvm-c Initial commit of the 'landingpad' instruction. 2011-08-12 20:24:12 +00:00