summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-061-10/+3
* Revert previous two patches while I try to find out how to make bothRafael Espindola2010-12-061-2/+9
* Add an EmitAbsValue helper method and use it in cases where we want to be sureRafael Espindola2010-12-061-9/+2
* Remember the contents of leb and dwarfline fragments when relaxing. This avoidsRafael Espindola2010-12-041-8/+0
* There are two reasons why we might want to useRafael Espindola2010-12-041-3/+10
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-041-3/+4
* First step in fixing MC. Make it clear that we are avoiding a bug in theRafael Espindola2010-12-031-11/+8
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-52/+5
* It may not be an option to skip .debug_line if there are file reference in al...Devang Patel2010-12-031-1/+19
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-021-2/+2
* Remove some #includes.Rafael Espindola2010-11-221-0/+1
* Add a MCLineSectionOrder vector so that we produce the line tables in aRafael Espindola2010-11-191-10/+15
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-191-24/+35
* Fix the encoding of negative line deltas.Rafael Espindola2010-11-131-1/+1
* Remove what looks like dead code in the production of debug lines.Rafael Espindola2010-11-121-45/+2
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-5/+6
* Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby2010-10-041-1/+1
* This is the last major patch to implement support for the .loc directiveKevin Enderby2010-09-301-0/+469
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-281-0/+21
OpenPOWER on IntegriCloud