aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-091-13/+21
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-072-5/+14
* Dwarf: use utostr on CUID to append to SmallString.Manman Ren2013-04-061-1/+1
* Debug Info: revert 178722 for now.Manman Ren2013-04-043-15/+4
* typoAdrian Prantl2013-04-041-1/+1
* Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address onManman Ren2013-04-043-4/+15
* Fix grammar.Eric Christopher2013-04-031-1/+1
* Remove ZeroOrMore from the option description. We don't need it here.Eric Christopher2013-04-031-1/+1
* Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher2013-03-293-18/+18
* Use 12 as the magic number for our abbreviation data and ourEric Christopher2013-03-293-11/+11
* Move the construction of the skeleton compile unit after theEric Christopher2013-03-291-7/+8
* Teach cmake about the new Erlang GC files.Duncan Sands2013-03-251-0/+1
* Add a GC plugin for ErlangYiannis Tsiouris2013-03-251-0/+120
* Fix integer comparison in DIEInteger::BestForm.Hans Wennborg2013-03-181-3/+4
* No functionality change. Use unreachable in getCUOffset.Manman Ren2013-03-131-1/+3
* No functionality change. Use unreachable in getCompileUnit.Manman Ren2013-03-131-1/+1
* Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-126-4/+54
* Remove support for versioned debug info.David Blaikie2013-03-113-143/+24
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-073-18/+39
* Remove unnecessary check against isGlobalVariable. We check itEric Christopher2013-02-271-1/+1
* Rework comment slightly and fix a few typos.Eric Christopher2013-02-271-8/+5
* Debug Info: for static member variables, always put AT_MIPS_linkage_name to theManman Ren2013-02-271-5/+12
* Debug Info: for static member variables, add AT_MIPS_linkage_name to theManman Ren2013-02-271-1/+7
* Revert r176120 as it caused a failure at static-member.cppManman Ren2013-02-261-4/+1
* Debug Info: for static member variables, move AT_MIPS_linkage_name fromManman Ren2013-02-261-1/+4
* Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher2013-02-221-4/+2
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-151-1/+1
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-124-2/+83
* Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson2013-02-111-5/+5
* Remove unneeded "TargetMachine.h" #includes.Jakub Staszak2013-02-093-3/+0
* Dwarf: do not use line_table_start in at_stmt_list since we do not always emit Manman Ren2013-02-091-1/+4
* "Clean up" line section symbol emission by emitting the sectionEric Christopher2013-02-072-8/+12
* Clean up multiple skeleton compile units if we have multiple compileEric Christopher2013-02-062-8/+6
* Remove some dead code.Eric Christopher2013-02-062-34/+0
* Attempt to recover gdb bot after r174445.Manman Ren2013-02-061-0/+2
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-051-2/+19
* Construct a skeleton cu for each compile unit in the module, not justEric Christopher2013-02-051-5/+8
* Add support for emitting a stub DW_AT_GNU_dwo_id as part of theEric Christopher2013-02-051-1/+7
* [Dwarf] avoid emitting multiple AT_const_value for static memebers.Manman Ren2013-02-011-3/+9
* [Dwarf] early exit to avoid creating dangling DIEsManman Ren2013-01-311-1/+6
* Support artificial parameters in function types.David Blaikie2013-01-291-0/+2
* Fix comment.Eric Christopher2013-01-281-1/+1
* The last of PR14471 - emission of constant floatsDavid Blaikie2013-01-202-4/+19
* Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher2013-01-182-6/+23
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-172-4/+7
* Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher2013-01-172-1/+7
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-162-43/+100
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-155-23/+114
* Simplify writing floating types to assembly.Tim Northover2013-01-111-74/+32
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-094-8/+8