SamplePGO - Add line offset and discriminator information to sample reports.
[oota-llvm.git] / test / MC / AsmParser /
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
2010-09-30 Chris Lattneradd support for fstcw, PR8259
2010-09-29 Chris Lattnerimplement rdar://8491845 - Gas supports commuted forms...
2010-09-29 Chris Lattnerfix rdar://8490728 - llvm-mc rejects gpr64 form of...
2010-09-29 Chris Lattneradd assembler support for the cvtsd2sil/cvtsd2siq mnemo...
2010-09-29 Chris Lattnermake the x86 mccode emitter emit the 0x67 and 0x66...
2010-09-29 Chris Lattnerimplement support for 32-bit address operands in 64...
2010-09-29 Chris Lattneradd basic avx support to the disassembler, also teach...
2010-09-29 Chris Lattneradd asmparser support for cvttpd2dq by removing some...
2010-09-29 Chris Lattnerimplement rdar://8456382 - cvtsd2si support, by removin...
2010-09-29 Chris Lattnerimplement rdar://8456378 and PR7557 - support for the...
2010-09-27 Daniel DunbarMC/AsmParser: Handle exponents in floating point literals.
2010-09-27 Chris Lattneryet more aliases.
2010-09-27 Chris Lattneradd a couple more aliases, rdar://8456378
2010-09-27 Chris Lattnerfix rdar://8470918 - llvm-mc can't assemble smovl
2010-09-27 Chris LattnerFix rdar://8468087 - llvm-mc commutes fmul (and friend...
2010-09-27 Chris Lattnerimplement support for 'clr' alias. This is part of...
2010-09-24 Daniel DunbarMC/AsmParser: Handle a missed case of floating literals...
2010-09-24 Daniel DunbarMC/AsmParser: Support .single and .double for embedding...
2010-09-22 Chris Lattnerfix rdar://8456371 - Handle commutable instructions...
2010-09-22 Chris LattnerFix an inconsistency in the x86 backend that led it...
2010-09-22 Chris Lattnerfix rdar://8456412 - llvm-mc crash in encoder on "mov...
2010-09-22 Chris Lattnerfix rdar://8456417 - llvm-mc can't do basic math
2010-09-22 Chris Lattneradd the missing aliases for fp stack cmovs, rdar:/...
2010-09-22 Chris LattnerFix rdar://8456364 - llvm-mc rejects '%CS'
2010-09-22 Chris Lattnerfix rdar://8456389 - llvm-mc mismatch with 'as' on...
2010-09-22 Chris Lattnerfix rdar://8456361 - llvm-mc rejects 'rep movsd'
2010-09-17 Chris Lattnerfix rdar://8444631 - encoder crash on 'enter'
2010-09-17 Daniel DunbarMC/AsmParser: Add support for 'a + 4@GOTPCREL' and...
2010-09-16 Chris Lattnerfix rdar://8438816 - unrecognized 'fildq' instruction
2010-09-15 Chris Lattnerlcall and ljmp always default to lcalll and ljmpl....
2010-09-15 Chris Lattnerapparently jmpl $1,$2 is an alias for ljmpl, similiarly
2010-09-15 Chris LattnerDisambiguate lcall/ljmp to the 32-bit version. This...
2010-09-15 Chris Lattnerfix the encoding of sldt GR16 to have the 0x66 prefix...
next