summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
* Merging r182344:Bill Wendling2013-05-21
* Merging r181296:Bill Wendling2013-05-08
* DebugInfo: Support imported modules in lexical blocksDavid Blaikie2013-05-06
* Remove unnecessary instance variable and rework logic accordingly.Eric Christopher2013-05-06
* Grammar.Eric Christopher2013-05-06
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-01
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-30
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-30
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-29
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-27
* Cleanup and document MachineLocation.Adrian Prantl2013-04-26
* Formatting.Eric Christopher2013-04-24
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-22
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Tidy.Eric Christopher2013-04-22
* Update comment. Whitespace.Eric Christopher2013-04-22
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-09
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-07
* Dwarf: use utostr on CUID to append to SmallString.Manman Ren2013-04-06
* Debug Info: revert 178722 for now.Manman Ren2013-04-04
* typoAdrian Prantl2013-04-04
* Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address onManman Ren2013-04-04
* Fix grammar.Eric Christopher2013-04-03
* Remove ZeroOrMore from the option description. We don't need it here.Eric Christopher2013-04-03
* Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher2013-03-29
* Use 12 as the magic number for our abbreviation data and ourEric Christopher2013-03-29
* Move the construction of the skeleton compile unit after theEric Christopher2013-03-29
* Teach cmake about the new Erlang GC files.Duncan Sands2013-03-25
* Add a GC plugin for ErlangYiannis Tsiouris2013-03-25
* Fix integer comparison in DIEInteger::BestForm.Hans Wennborg2013-03-18
* No functionality change. Use unreachable in getCUOffset.Manman Ren2013-03-13
* No functionality change. Use unreachable in getCompileUnit.Manman Ren2013-03-13
* Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-12
* Remove support for versioned debug info.David Blaikie2013-03-11
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* Remove unnecessary check against isGlobalVariable. We check itEric Christopher2013-02-27
* Rework comment slightly and fix a few typos.Eric Christopher2013-02-27
* Debug Info: for static member variables, always put AT_MIPS_linkage_name to theManman Ren2013-02-27
* Debug Info: for static member variables, add AT_MIPS_linkage_name to theManman Ren2013-02-27
* Revert r176120 as it caused a failure at static-member.cppManman Ren2013-02-26
* Debug Info: for static member variables, move AT_MIPS_linkage_name fromManman Ren2013-02-26
* Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher2013-02-22
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-15
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-12
* Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson2013-02-11
* Remove unneeded "TargetMachine.h" #includes.Jakub Staszak2013-02-09