aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCParser
Commit message (Expand)AuthorAgeFilesLines
* Added the darwin .weak_def_can_be_hidden directive.Kevin Enderby2010-07-081-0/+2
* MC: Fix some stray hunks I didn't intend to commit.Daniel Dunbar2010-07-011-1/+2
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-011-6/+3
* MC: Fix an error message.Daniel Dunbar2010-07-011-1/+1
* Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr.Duncan Sands2010-06-291-7/+0
* Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby2010-06-281-0/+63
* llvm-mc: Use EmitIntValue where possible, which makes the API calls from the ...Daniel Dunbar2010-05-231-3/+6
* llvm-mc: Use AddBlankLine in asm parser. This makes transliteration match the...Daniel Dunbar2010-05-231-0/+9
* Add support for parsing the ELF .type assembler directive.Matt Fleming2010-05-212-0/+50
* fix rdar://7986634 - match instruction opcodes case insensitively.Chris Lattner2010-05-191-1/+6
* Make EmitTBSSSymbol take a section argument so that we can find it later.Eric Christopher2010-05-181-1/+4
* Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and notKevin Enderby2010-05-181-1/+1
* Fixed the problem with a branch to "0b" that was not parsed by llvm-mcKevin Enderby2010-05-181-1/+0
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-172-9/+50
* More data/parsing support for tls directives. Add a few more testcasesEric Christopher2010-05-171-0/+10
* MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio...Daniel Dunbar2010-05-171-8/+13
* llvm-mc: Support reassignment of variables in one special case, when theDaniel Dunbar2010-05-171-1/+8
* Assume that we'll handle mangling the symbols earlier and just put theEric Christopher2010-05-171-6/+2
* Add AsmParser support for darwin tbss directive.Eric Christopher2010-05-141-0/+57
* Fix a couple of typos.Eric Christopher2010-05-141-2/+2
* fix rdar://7965971 and a fixme: use ParseIdentifier inChris Lattner2010-05-131-13/+9
* Revert r103137, fix for $ in labels. It looks like we can't actually handle thisDaniel Dunbar2010-05-061-16/+7
* fix rdar://7946934 - in some limited cases, the assembler shouldChris Lattner2010-05-051-7/+16
* MC: Reject attempts to define a variable symbol.Daniel Dunbar2010-05-051-1/+1
* MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue.Daniel Dunbar2010-05-051-3/+3
* llvm-mc: Fix case were we would skip a line in the .s file after an instructionDaniel Dunbar2010-05-041-26/+25
* refactor .if handling code a bit.Chris Lattner2010-04-171-52/+23
* implement mc asmparser support for '.', which gets theChris Lattner2010-04-142-0/+17
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-081-56/+17
* Give AsmParser an option to control whether it finalizesChris Lattner2010-04-051-2/+4
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-301-3/+1
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-151-2/+12
* add a hack to allow parsing negative minint. rdar://7751341Chris Lattner2010-03-131-2/+8
* llvm-mc: Support -n, useful for comparing -integrated-as output since theDaniel Dunbar2010-03-131-7/+6
* Remove unneeded includes.Daniel Dunbar2010-03-101-1/+0
* eliminate MCContext::CreateSymbol and CreateTemporarySymbol.Chris Lattner2010-03-101-6/+2
* pass in more section kinds, enough to get the .align 0x90Chris Lattner2010-02-261-5/+9
* This is a patch to the assembler frontend to detect when aligning a textKevin Enderby2010-02-251-3/+9
* MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ...Daniel Dunbar2010-02-131-2/+10
* wirte up .file and .file to the mc asmparser.Chris Lattner2010-01-251-3/+7
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* fix a parsing problem on instructions like:Chris Lattner2010-01-241-4/+3
* move the various directive enums out of the MCStreamer classChris Lattner2010-01-231-14/+14
* stop using strtoll, it gives windows heartburn.Chris Lattner2010-01-221-8/+24
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-222-0/+2085
* forgot to svn add these, doh.Chris Lattner2010-01-222-0/+22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-223-0/+77