summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser
Commit message (Expand)AuthorAge
* Factor some code to parseSectionFlags and fix the default type of a section.Rafael Espindola2010-11-25
* Behave a bit more like gnu as and use the symbol (instead of the section)Rafael Espindola2010-11-24
* Add basic CFI methods to the streamer interface.Rafael Espindola2010-11-22
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-19
* Add support for .int.Rafael Espindola2010-11-17
* Add support for .2byte, .4byte and .8byte.Rafael Espindola2010-11-17
* Add .loc methods to the streamer.Rafael Espindola2010-11-16
* Parse and ignore some .cfi_* directives.Rafael Espindola2010-11-16
* Fix PR8565.Rafael Espindola2010-11-15
* Parse and record the gnu_unique_object type.Rafael Espindola2010-11-13
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-13
* gnu as support both % and @ before types, do the same.Rafael Espindola2010-11-12
* Mark labels declared in tls sections as STT_TLS. This matches the behavior ofRafael Espindola2010-11-11
* Initial comdat implementation.Rafael Espindola2010-11-11
* Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola2010-11-09
* Revert previous patch. Missed a case.Rafael Espindola2010-11-09
* Remove IsExplicit. It was always false.Rafael Espindola2010-11-09
* Fix typo.Daniel Dunbar2010-11-08
* Set default flags for .rodata.Rafael Espindola2010-11-08
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-02
* Add support for .value.Rafael Espindola2010-11-01
* Implement .weakref.Rafael Espindola2010-11-01
* Improvements to .section parsing:Rafael Espindola2010-10-28
* Add support for the .string directive.Rafael Espindola2010-10-28
* Use the IDVal directly as there's no need to convert to std::string.Roman Divacky2010-10-28
* Implement .equ directive as a synonym to .set.Roman Divacky2010-10-28
* Set default type and flags for .init and .fini.Rafael Espindola2010-10-27
* Add support for the .symver directive. This is really ugly, but most of it isRafael Espindola2010-10-27
* Add support for .ident.Rafael Espindola2010-10-26
* MC/AsmParser: Fix relative precedence of {+,-} and comparison ops.Daniel Dunbar2010-10-25
* MC/AsmLexer: Fix bug in source location for Slash token.Daniel Dunbar2010-10-25
* Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete threeChandler Carruth2010-10-20
* Fix spelling.Bill Wendling2010-10-19
* MC/AsmParser: Report .stabs directive as unsupported.Daniel Dunbar2010-10-16
* MC-COFF: Add COFFAsmParser. Completes PR8343.Michael J. Spencer2010-10-09
* Fix Whitespace.Michael J. Spencer2010-10-09
* MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for somethi...Michael J. Spencer2010-10-09
* Add support for a fill value in the .zero directive.Rafael Espindola2010-10-05
* Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby2010-10-04
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-04
* This is the last major patch to implement support for the .loc directiveKevin Enderby2010-09-30
* Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when Jan Wen Voung2010-09-30
* Test commit - Deleted some whitespace at the end of a line.Jan Wen Voung2010-09-30
* change the protocol TargetAsmPArser::MatchInstruction method to take anChris Lattner2010-09-29
* Make sure .text doesn't produce extra alignment.Rafael Espindola2010-09-27
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-27
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* MC/AsmParser: Handle a missed case of floating literals in the lexer.Daniel Dunbar2010-09-24
* MC/AsmParser: Support .single and .double for embedding floating point literals.Daniel Dunbar2010-09-24
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-24