aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Hoist all of the Entry.getLoc() calls int a single variable.Eric Christopher2013-07-031-7/+8
* Make DotDebugLocEntry a class, reorder the members along with commentsEric Christopher2013-07-032-14/+29
* Elaborate on comment.Eric Christopher2013-07-031-1/+1
* Add names to the header file since they help in documenting the APIEric Christopher2013-07-031-10/+11
* Move typedefs inside the class that they belong to.Eric Christopher2013-07-031-10/+7
* Remove unused field.Eric Christopher2013-07-031-12/+19
* Constify a few functions.Eric Christopher2013-07-031-3/+3
* Introduce some typedefs for DenseMaps containing SmallVectors so the vector s...Craig Topper2013-07-032-7/+9
* Use SmallVectorImpl& instead of SmallVector& to avoid needlessly respecifying...Craig Topper2013-07-031-6/+6
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-031-8/+8
* Avoid doing a lot of computation when we have multiple ranges andEric Christopher2013-07-031-26/+29
* Move iterator to where it's used and update comments.Eric Christopher2013-07-031-1/+3
* Move instance variable before experimental section.Eric Christopher2013-07-031-4/+5
* Fix typo to make grep for DW_AT_comp_dir work without case-insensitiveEric Christopher2013-07-031-1/+1
* Remove unnecessary forward declare.Eric Christopher2013-07-031-1/+0
* Add a helpful comment.Eric Christopher2013-07-031-0/+2
* addConstantValue, addConstantFPValue never returned anything butEric Christopher2013-07-032-30/+18
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-024-6/+44
* Fix comment.Eric Christopher2013-07-021-1/+1
* [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand2013-07-021-3/+3
* [DebugInfo] Hold generic MCExpr in AddrPoolUlrich Weigand2013-07-022-9/+9
* [DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr valuesUlrich Weigand2013-07-025-21/+80
* Remove address spaces from MC.Rafael Espindola2013-07-022-50/+43
* PR14728: DebugInfo: TLS variables with -gsplit-dwarfDavid Blaikie2013-07-013-17/+26
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-281-3/+18
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-285-13/+26
* DebugInfo: Revise r185189 to avoid subtle 'unsigned += bool'David Blaikie2013-06-281-1/+2
* DebugInfo: Simplify the AddressPool representationDavid Blaikie2013-06-282-18/+12
* DebugInfo: constify the AddressPool MCSymbol pointersDavid Blaikie2013-06-282-12/+13
* Remove unused code. No functionality change.Manman Ren2013-06-251-4/+0
* 80-column and tab character fixes.Eric Christopher2013-06-243-5/+8
* Formatting.Eric Christopher2013-06-241-3/+2
* Use const references instead of pointers to references that areEric Christopher2013-06-242-21/+23
* DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-231-2/+2
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-221-2/+11
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-203-9/+12
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-192-7/+10
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-8/+0
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-163-44/+29
* DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offse...David Blaikie2013-06-151-3/+13
* Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE com...David Blaikie2013-06-151-2/+5
* Formatting.Eric Christopher2013-06-111-1/+1
* Remove a few fixmes, the only work we're doing is getting the stringEric Christopher2013-06-101-4/+0
* Fix up comment.Eric Christopher2013-06-101-1/+1
* Remove unused function.Eric Christopher2013-06-101-6/+0
* IndentCount is only used within NDEBUG code.Eric Christopher2013-06-101-0/+2
* Teach AsmPrinter how to print odd constants.Quentin Colombet2013-06-071-2/+43
* Fix break in r183446 - helps to increment the iterator in a loopDavid Blaikie2013-06-061-1/+2
* Debug Info: simplify parameter ordering preservationDavid Blaikie2013-06-061-25/+21
* PR15662: Optimized debug info produces out of order function parametersDavid Blaikie2013-06-051-3/+31