hopefully "really" fix a type punning warning by defining the buffer as
[oota-llvm.git] / include / llvm / DebugInfo.h
2013-01-26 David BlaikiePR14566: Debug Info: Removing top level lexical blocks
2013-01-25 David BlaikieThis is no trule.
2013-01-16 Eric ChristopherDefine metadata interfaces for describing a static...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2012-12-12 Alexey SamsonovImprove debug info generated with enabled AddressSanitizer.
2012-12-06 Bill WendlingHandle non-default array bounds.
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 Bill WendlingAdd a 'getCount' method to get the number of elements...
2012-12-03 Bill WendlingAdd 'getInt64Field()' method to get the signed integer...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-20 Eric Christopher80-column and whitespace fixups.
2012-11-19 Eric ChristopherRemove a function argument and propagate const around...
2012-11-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Bill WendlingUse the 'count' attribute instead of the 'upper_bound...
2012-10-09 Alexey SamsonovFix PR14016.
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-07-06 Bill WendlingAdd a print method to the ObjC property object.
2012-06-28 Benjamin KramerDevirtualize DIScope and subclasses.
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...