aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2012-12-10Refactor out the abbreviation handling into a separate class thatEric Christopher
2012-12-10Defer call to InitSections until after MCContext has been initialized. IfLang Hames
2012-12-10Rearrange vars and make comments more obvious.Eric Christopher
2012-12-10Remove blank line at top of file.Eric Christopher
2012-12-10Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher
2012-12-10Delete the FissionCU.Eric Christopher
2012-12-10Reorder fission variables.Eric Christopher
2012-12-06s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...Bill Wendling
2012-12-06Handle non-default array bounds.Bill Wendling
2012-12-04Comment change made in r169304 as requested by Eric Christopher.David Blaikie
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDBDavid Blaikie
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling
2012-12-03Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-30Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher
2012-11-30Use isOSNaCl and minimize some LOCALMODsDavid Sehr
2012-11-29More comment.Eric Christopher
2012-11-29Make compilation unit number change local to NaClDavid Sehr
2012-11-27Attempt to make the comments for dwarf debug look more likeEric Christopher
2012-11-27Reapply section moving, make sure string section is output last.Eric Christopher
2012-11-27Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'Derek Schuff
2012-11-27Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand
2012-11-27Revert rearrangement of debug info sections to unblock the botsEric Christopher
2012-11-27Make comment names match function names.Eric Christopher
2012-11-27Add in sections for the fission case (no change so incorrect) andEric Christopher
2012-11-27Reorder section output ordering.Eric Christopher
2012-11-27Whitespace cleanup.Eric Christopher
2012-11-22Pull some code out into functions to make rearranging them a bit easier.Eric Christopher
2012-11-21Whitespace.Eric Christopher
2012-11-21Update for some of the coding standard before rearranging functionsEric Christopher
2012-11-21Update some comments.Eric Christopher
2012-11-21Update and add some comments.Eric Christopher
2012-11-21Whitespace.Eric Christopher
2012-11-20Remove constness from this, it modifies the output stream as doesEric Christopher
2012-11-20Remove unused function argument, add a bit to the comment.Eric Christopher
2012-11-20Formatting.Eric Christopher
2012-11-20Whitespace.Eric Christopher
2012-11-19Remove a function argument and propagate const around accordingly.Eric Christopher
2012-11-19Whitespace and 80-col.Eric Christopher
2012-11-19Make AsmPrinter::EmitTTypeReference() more robust - putAnton Korobeynikov
2012-11-19Factor out type info emission into separate routine.Anton Korobeynikov
2012-11-19Move section label emission to module end. Nothing should beEric Christopher
2012-11-14Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov
2012-11-13Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'Derek Schuff
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-11-13Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher
2012-11-13Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling