[MCJIT] Remove JITEventListener's anchor until I can determine the right place
[oota-llvm.git] / lib / DebugInfo / DWARFFormValue.cpp
2014-11-12 Frederic RissAllow DWARFFormValue::extractValue to be called with...
2014-11-12 Frederic RissRemove unsused variables.
2014-09-04 Frederic RissFix build faliure introduced by r217129.
2014-09-04 Frederic RissAdd DWARFFormValue::getAsBlock() and add FC_Flag as...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-10-29 Alexey SamsonovDWARF parser: propery handle DW_FORM_ref_sig8 and fix...
2013-10-29 Timur IskhodzhanovQuick-fix DebugInfo build on Windows
2013-10-29 Richard SmithClean up.
2013-10-29 NAKAMURA TakumiDWARFFormValue.cpp: Appease gcc to give explicit constr...
2013-10-28 Alexey SamsonovDWARF parser: Use ArrayRef to represent form sizes...
2013-10-28 Alexey SamsonovDebugInfo: Introduce the notion of "form classes"
2013-10-18 Alexey Samsonov[DebugInfo] Remove unneeded struct member and hide...
2013-10-18 Alexey Samsonov[DebugInfo] Remove dead code.
2013-09-23 David BlaikieExract most of DWARFCompileUnit into a new DWARFUnit...
2013-09-22 David BlaikieRemove dead code
2013-08-27 Alexey SamsonovAdd support for DebugFission to DWARF parser
2013-06-19 David Blaikiellvm-dwarfdump: Add support for dumping the .debug_loc...
2013-05-30 Eric ChristopherReformat comments here.
2013-04-22 Eric ChristopherRemove variable store that is never read.
2013-04-17 Alexey SamsonovCreate a stub for DWARF parser unittests
2013-04-11 Benjamin KramerRename the C function to create a SLPVectorizerPass...
2013-04-09 Alexey SamsonovDWARF parser: Fix DWARF-2/3 incompatibility: size of...
2013-04-07 Eric ChristopherDW_FORM_sec_offset should be a relocation on platforms...
2013-01-17 Eric ChristopherFix the assembly and dissassembly of DW_FORM_sec_offset...
2013-01-17 Eric ChristopherAdd the DW_AT_GNU_addr_base for the skeleton cu. Add...
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-07 Eric ChristopherWhitespace and 80-col.
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-02 Eric ChristopherExtend the dumping infrastructure to deal with additional
2012-12-27 Eric ChristopherRight now all of the relocations are 32-bit dwarf,...
2012-11-16 Eric ChristopherAdd some basic support for the fission addr forms to...
2012-11-12 Eric ChristopherRewrite DIContext interface to take an object. Update...
2012-11-12 Alexey SamsonovFixup for r167558: Store raw pointer (instead of refere...
2012-11-07 Eric ChristopherAdd a relocation visitor to lib object. This works...
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-08-24 Eric ChristopherAdd support for some missing DW_FORM_*.
2012-04-04 Benjamin KramerFix a C++11 UDL conflict.
2011-11-05 Benjamin KramerAudited all the format strings in libDebugInfo and...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-09-15 Benjamin KramerDWARF: wire up .debug_str dumping.
2011-09-15 Benjamin KramerDWARF: Fix indentation.
2011-09-13 Benjamin KramerStyle & indentation tweaks.
2011-09-13 Benjamin KramerSketch out a DWARF parser.