RegAllocGreedy comment.
[oota-llvm.git] / test / MC / AsmParser /
2013-07-19 NAKAMURA Takumillvm/test/MC/AsmParser/secure_log_unique.s: Use env...
2013-07-18 Hans Wennborgtest/MC/AsmParser/secure_log_unique.s requires shell
2013-07-18 Rafael EspindolaAdd a test for .secure_log_unique.
2013-07-03 Rafael EspindolaPrefix failing commands with not to make clear they...
2013-05-07 Kevin EnderbyFix a bug in the MC asm parser evaluating expressions...
2013-04-12 Nico RieckReplace coff-/elf-dump with llvm-readobj
2013-02-26 Jim GrosbachAsmParser: More generic support for integer type suffices.
2013-02-16 Benjamin KramerMCParser: Reject .balign with non-pow2 alignments.
2013-02-16 Joerg SonnenbergerDerive ELF section type from the name in some cases...
2012-09-19 Preston GurdAdd support for macro parameters/arguments delimited...
2012-09-19 Preston GurdSupport default parameters/arguments for assembler...
2012-09-19 Preston GurdEnhance unmatched '.endr' directive error message in...
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-08-21 Rafael EspindolaFix macros arguments with an underscore, dot or dollar...
2012-08-21 Rafael EspindolaMake the wording in of the "expected identifier" error...
2012-07-30 Jim GrosbachKeep empty assembly macro argument values in the middle...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-06-16 Rafael EspindolaImplement irpc. Extracted from a patch by the PaX team...
2012-06-15 Rafael EspindolaFactor macro argument parsing into helper methods and...
2012-05-12 Rafael EspindolaAdd support for the .rept directive. Patch by Vladmir...
2012-05-12 Benjamin KramerAsmParser: Add support for the .purgem directive.
2012-05-12 Benjamin KramerAsmParser: ignore the .extern directive.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifc and .ifnc directives.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifb and .ifnb directives.
2012-05-01 Jim GrosbachMC: Unknown assembler directives are now hard errors.
2012-04-16 Jim GrosbachMC assembly parser handling for trailing comma in macro...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-20 Jim GrosbachAssembler should accept redefinitions of unused variabl...
2012-03-17 Jim GrosbachMC asm parser macro argument count was wrong when empty.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-28 Rafael EspindolaSmall improvement to the recursion detection logic...
2012-01-28 Rafael EspindolaHandle recursive variable definitions directly. This...
2012-01-11 Kevin EnderbyThe error check for using -g with a .s file already...
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-12-14 Kevin EnderbyImprove the implementation of .incbin directive by...
2011-12-14 Kevin EnderbyAdd the .incbin directive which takes the binary data...
2011-10-31 Rafael EspindolaMove test to the X86 directory, note the PR number...
2011-10-28 NAKAMURA Takumitest/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit...
2011-10-19 Rafael EspindolaFix parsing of a line with only a # in it.
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-09-19 Stepan DyatkovskiyAdded regression test for bug #10869.
2011-08-20 Jim GrosbachFix AsmParser binary precedence for shift operators.
2011-08-20 Jim GrosbachTidy up. Whitespace.
2011-07-25 Jim GrosbachMove some ELF directives into ELF asm parser.
2011-06-29 Jim GrosbachAsm parser range checking on .<size> <value> directives.
2011-06-18 Hans WennborgMC: Allow .common as alias for .comm assembler directiv...
2011-06-07 Roman DivackyTest that ".byte 1, 2, 3, 4" does the right thing.
2011-06-05 Rafael EspindolaBasic support for macros with explicit arguments.
2011-05-26 Charles DavisAdd a test for the chained directives that I forgot...
2011-05-26 Charles DavisTest .seh_startchained and .seh_endchained parsing.
2011-05-25 Charles DavisAdd tests for .seh_setframe and .seh_handlerdata parsin...
2011-05-25 Charles DavisAdd tests for .seh_savereg and .seh_savexmm parsing...
2011-05-25 Charles DavisAdd a test for .seh_pushframe parsing. Fix the bug...
2011-05-25 Charles DavisAdd a test for the .seh_handler directive. Fix problems...
2011-05-24 Charles DavisTest basic SEH directive-parsing functionality. Fix...
2011-04-12 Eric ChristopherMatch case for invalid constant error messages and...
2011-04-12 Eric ChristopherTest for invalid constant expr addition - bad octal...
2011-04-09 Benjamin KramerDon't store Twine temporaries, it's not safe.
2011-04-07 Rafael EspindolaUpdate tests
2011-04-07 Rafael EspindolaAdd support for .skip.
2011-03-29 Kevin EnderbyAdding a test for "-inf" as well.
2011-03-29 Kevin EnderbyAdded support symbolic floating point constants in...
2011-03-25 Daniel DunbarMC: Improve some diagnostics on uses of '.' pseudo...
2011-02-24 Devang PatelMove arch specific tests in arch specific directories.
2011-02-23 Jim GrosbachRemove file. Previous commit deleted content, but left...
2011-02-23 Jim GrosbachRevert r125595, which is an X86-only undocumented assem...
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2011-02-15 Roman DivackyAdd support for parsing [expr].
2011-02-08 Benjamin KramerSupport for .ifdef / .ifndef in the assembler parser...
2011-01-28 Roman DivackyAdd support for parsing .float
2011-01-28 Nico WeberPR8951: Support for .equiv in integrated assembler...
2010-12-24 Kevin EnderbyIn llvm-mc parse a Hash token as a full line comment...
2010-12-18 Roman DivackyAdd support for lexing single quotes like 'c'.
2010-12-01 Rafael EspindolaRename temporary symbols if they conflict with artifici...
2010-11-13 Rafael EspindolaParse and remember discriminators in .loc line. I try...
2010-11-01 Rafael EspindolaAdd support for .value.
2010-10-28 Rafael EspindolaAdd support for the .string directive.
2010-10-28 Roman DivackyImplement .equ directive as a synonym to .set.
2010-10-25 Daniel DunbarMC/AsmParser: Fix relative precedence of {+,-} and...
2010-10-25 Daniel DunbarMC/AsmLexer: Fix bug in source location for Slash token.
2010-10-25 Daniel Dunbartweak test.
2010-10-25 Daniel DunbarMC/AsmParser: Rewrite test to actually check some parts...
2010-10-02 Chris Lattneractually, move the elf tests into the existing elf...
2010-10-02 Chris Lattnerconsolidate ELF tests into asmparser tests.
2010-10-02 Chris Lattnermove ARM MC tests up one level.
2010-10-01 Chris Lattnermove X86 subdir up a level
2010-09-30 Chris Lattnermore cleanups.
2010-09-30 Chris Lattnermerge and clean up tests.
2010-09-30 Chris Lattnermerge two tests.
2010-09-30 Chris Lattnerrename test
2010-09-30 Chris Lattnergeneralize test.
2010-09-30 Chris Lattnerrename test.
2010-09-30 Chris Lattnermerge two tests.
2010-09-30 Chris Lattnerpreemptively add the rest of the non-n fpstack instruct...
2010-09-30 Chris Lattnermerge two tests.
2010-09-30 Chris Lattnerfix this to not be completely broken.
2010-09-30 Chris Lattnerupdate, unxfail, fix bogus encodings.
2010-09-30 Chris Lattnerupdate and unxfail
2010-09-30 Chris Lattnerunxfail this by fixing syntactic differences.
2010-09-30 Chris Lattnerimplement support for finit, PR8258
next