Revert r180737. The companion patch was reverted, and this is not relevant right...
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2013-05-01 Bill WendlingRevert r180737. The companion patch was reverted, and...
2013-04-30 Adrian PrantlTemporarily revert "Change the informal convention...
2013-04-30 Adrian PrantlChange the informal convention of DBG_VALUE so that...
2013-04-29 Bill WendlingEmit the TLS initialization function pointers into...
2013-04-27 Eric ChristopherUse the target triple from the target machine rather...
2013-04-26 Adrian PrantlCleanup and document MachineLocation.
2013-04-24 Eric ChristopherFormatting.
2013-04-22 Matt ArsenaultRemove unused DwarfSectionOffsetDirective string
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-04-22 Eric ChristopherTidy.
2013-04-22 Eric ChristopherUpdate comment. Whitespace.
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-09 Eric ChristopherThe .dwo section shouldn't contain the unrelocated...
2013-04-07 Eric ChristopherDW_FORM_sec_offset should be a relocation on platforms...
2013-04-06 Manman RenDwarf: use utostr on CUID to append to SmallString.
2013-04-04 Manman RenDebug Info: revert 178722 for now.
2013-04-04 Adrian Prantltypo
2013-04-04 Manman RenDebug Info: according to DWARF 2, FORM_ref_addr the...
2013-04-03 Eric ChristopherFix grammar.
2013-04-03 Eric ChristopherRemove ZeroOrMore from the option description. We don...
2013-03-29 Eric ChristopherUse SmallVectorImpl instead of SmallVector at the uses.
2013-03-29 Eric ChristopherUse 12 as the magic number for our abbreviation data...
2013-03-29 Eric ChristopherMove the construction of the skeleton compile unit...
2013-03-25 Duncan SandsTeach cmake about the new Erlang GC files.
2013-03-25 Yiannis TsiourisAdd a GC plugin for Erlang
2013-03-18 Hans WennborgFix integer comparison in DIEInteger::BestForm.
2013-03-13 Manman RenNo functionality change. Use unreachable in getCUOffset.
2013-03-13 Manman RenNo functionality change. Use unreachable in getCompileUnit.
2013-03-12 Manman RenDebug Info: use DW_FORM_ref_addr instead of DW_FORM_ref...
2013-03-11 David BlaikieRemove support for versioned debug info.
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-02-27 Eric ChristopherRemove unnecessary check against isGlobalVariable....
2013-02-27 Eric ChristopherRework comment slightly and fix a few typos.
2013-02-27 Manman RenDebug Info: for static member variables, always put...
2013-02-27 Manman RenDebug Info: for static member variables, add AT_MIPS_li...
2013-02-26 Manman RenRevert r176120 as it caused a failure at static-member.cpp
2013-02-26 Manman RenDebug Info: for static member variables, move AT_MIPS_l...
2013-02-22 Eric ChristopherUse getSplitDebugFilename when constructing the skeleto...
2013-02-15 Benjamin KramerMake helpers static. Add missing include so LLVMInitial...
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-02-11 Bob WilsonRevert "Rename LLVMContext diagnostic handler types...
2013-02-09 Jakub StaszakRemove unneeded "TargetMachine.h" #includes.
2013-02-09 Manman RenDwarf: do not use line_table_start in at_stmt_list...
2013-02-07 Eric Christopher"Clean up" line section symbol emission by emitting...
2013-02-06 Eric ChristopherClean up multiple skeleton compile units if we have...
2013-02-06 Eric ChristopherRemove some dead code.
2013-02-06 Manman RenAttempt to recover gdb bot after r174445.
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2013-02-05 Eric ChristopherConstruct a skeleton cu for each compile unit in the...
2013-02-05 Eric ChristopherAdd support for emitting a stub DW_AT_GNU_dwo_id as...
2013-02-01 Manman Ren[Dwarf] avoid emitting multiple AT_const_value for...
2013-01-31 Manman Ren[Dwarf] early exit to avoid creating dangling DIEs
2013-01-29 David BlaikieSupport artificial parameters in function types.
2013-01-28 Eric ChristopherFix comment.
2013-01-20 David BlaikieThe last of PR14471 - emission of constant floats
2013-01-18 Eric ChristopherSplit out DW_OP_addr for the split debug info DWARF5...
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-16 Eric ChristopherDefine metadata interfaces for describing a static...
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-11 Tim NorthoverSimplify writing floating types to assembly.
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-08 Eric ChristopherMove the string pools down into the units. No functiona...
2013-01-08 Tim NorthoverAllow the asm printer to print fp128 values properly.
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-07 Eric ChristopherWhitespace and 80-col.
2013-01-07 Eric ChristopherAdd more comments to what's going on here.
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2013-01-05 David BlaikieEmit DW_TAG_formal_parameter for unnamed parameters.
2013-01-04 Eric ChristopherAdd a name for the anonymous type we're creating for...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Nuno Lopesconvert a bunch of callers from DataLayout::getIndexedO...
2012-12-27 Eric ChristopherFor the dwarf5 split debug info code split out the...
2012-12-25 Bob WilsonRename LLVMContext diagnostic handler types and functions.
2012-12-20 Eric ChristopherWhitespace and 80-column cleanup.
2012-12-20 Eric ChristopherStart splitting out the debug string section handling...
2012-12-19 Eric ChristopherSplit out abbreviations for the skeleton info from...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-16 Dmitri GribenkoDeclare class DwarfDebug before use instead of relying...
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-15 Eric ChristopherTo simplify some code move the unit emission into the...
2012-12-15 Eric ChristopherUse begin and end label names from the section for...
2012-12-13 David BlaikieDebug Info: add support to mark member variables as...
2012-12-13 Eric ChristopherUse default label name for a section in emitting abbrev...
2012-12-12 Pedro ArtigasMake the MCStreamer have a reset method and call that...
2012-12-11 Eric ChristopherUpdate some comments.
2012-12-10 Eric ChristopherRefactor out the abbreviation handling into a separate...
2012-12-10 Lang HamesDefer call to InitSections until after MCContext has...
2012-12-10 Eric ChristopherRearrange vars and make comments more obvious.
2012-12-10 Eric ChristopherRemove blank line at top of file.
2012-12-10 Eric ChristopherUse the somewhat semantic term "split dwarf" it more...
2012-12-10 Eric ChristopherDelete the FissionCU.
2012-12-10 Eric ChristopherReorder fission variables.
2012-12-06 Bill Wendlings/getLowerBoundDefault/getDefaultLowerBound/ for consis...
next