summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* [codeview] Use the first valid source location at the top of every MBBReid Kleckner2017-06-302-5/+18
* Drop the LLVM mangler escape when printing the IR name in assembly commentsReid Kleckner2017-06-301-1/+3
* [DWARF] Move a couple of member functions to the DWARFUnit baseclass. NFC.Wolfgang Pieb2017-06-304-30/+29
* Mark dump() methods as const. NFCSam Clegg2017-06-211-3/+3
* [XRay] Reduce synthetic references emitted by XRayDean Michael Berris2017-06-211-8/+6
* Fix a crash in DwarfDebug::validThroughout.Adrian Prantl2017-06-201-3/+5
* Improve the accuracy of variable ranges .debug_loc location lists.Adrian Prantl2017-06-161-12/+54
* Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn2017-06-145-20/+23
* Align definition of DW_OP_plus with DWARF spec [1/3]Florian Hahn2017-06-131-0/+7
* Fix an assertion failure when duplicate dbg.declares are present.Adrian Prantl2017-06-121-0/+7
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne2017-06-121-5/+1
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-06-071-8/+13
* Update libdeps to add BinaryFormat, introduced in r304864.NAKAMURA Takumi2017-06-071-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-0712-15/+17
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-06-062-31/+92
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-067-10/+10
* DbgValueHistoryCalculator: Ignore call instructions that claim to clobber SP.Adrian Prantl2017-06-011-0/+4
* Check hasPersonalityFn before calling getPersonalityFnReid Kleckner2017-05-311-4/+5
* [EH] Fix the LSDA that we emit for unknown EH personalitiesReid Kleckner2017-05-312-5/+16
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-302-10/+9
* DebugInfo: Include .dwo file name when hashing multiple CUs in a single fileMehdi Amini2017-05-293-3/+13
* DebugInfo: Omit an empty CU when a subprogram was moved into its useMehdi Amini2017-05-291-8/+12
* Revert "DebugInfo: Omit an empty CU when a subprogram was moved into its use"Mehdi Amini2017-05-291-12/+8
* Revert "DebugInfo: Include .dwo file name when hashing multiple CUs in a sing...Mehdi Amini2017-05-293-13/+3
* DebugInfo: Include .dwo file name when hashing multiple CUs in a single fileDavid Blaikie2017-05-293-3/+13
* DebugInfo: Omit an empty CU when a subprogram was moved into its useDavid Blaikie2017-05-281-8/+12
* Make helper functions static. NFC.Benjamin Kramer2017-05-261-1/+2
* DebugInfo: Do not emit empty CUsDavid Blaikie2017-05-262-15/+30
* DebugInfo: Don't include locations for debug-having code inlined into nodebug...David Blaikie2017-05-261-0/+4
* DebugInfo: Simplify scopes+subprogram handling since the subprogram<>cu link ...David Blaikie2017-05-251-18/+8
* [CodeView Type Merging] Don't keep re-allocating temp serializer.Zachary Turner2017-05-251-2/+2
* DebugInfo: Produce debug_{gnu_}pub{names,types} entries when explicitly reque...David Blaikie2017-05-254-20/+27
* AsmPrinter: mark the beginning and the end of a function in verbose modeFrancis Visoiu Mistrih2017-05-231-2/+8
* Fix DIEHash refactoring that dropped the DW_AT_name from the hashDavid Blaikie2017-05-231-0/+1
* Refactor DWARF hashing to use a .def file to avoid repetitionDavid Blaikie2017-05-233-158/+65
* Don't generate line&scope debug info for meta-instructions.Adrian Prantl2017-05-223-7/+7
* Revert "Don't generate line&scope debug info for meta-instructions."Adrian Prantl2017-05-223-7/+7
* Don't generate line&scope debug info for meta-instructions.Adrian Prantl2017-05-223-7/+7
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-28/+13
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-12/+28
* Fix another warning.Zachary Turner2017-05-181-1/+1
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-181-28/+12
* [CodeView] Simplify the use of visiting type records & streams.Zachary Turner2017-05-171-1/+1
* BitVector: add iterators for set bitsFrancis Visoiu Mistrih2017-05-171-2/+1
* IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...Peter Collingbourne2017-05-163-9/+9
* [codeview] Fix assertion failure introduced in r295354 refactoringReid Kleckner2017-05-121-2/+1
* DWARF: Avoid cross-CU references under FissionDavid Blaikie2017-05-127-70/+116
* [codeview] Check for a DIExpression offset for local variablesReid Kleckner2017-05-091-1/+9
* [CodeView] Reserve TypeDatabase records up front.Zachary Turner2017-05-051-1/+1
* [XRay] Use wordsize-dependent alignment for indexDean Michael Berris2017-05-041-3/+3
OpenPOWER on IntegriCloud