Added a handful of x86-32 instructions that were missing so that llvm-mc would
[oota-llvm.git] / test /
2010-10-18 Kevin EnderbyAdded a handful of x86-32 instructions that were missin...
2010-10-18 Rafael EspindolaProduce a R_386_PLT32 when needed. Moved the default...
2010-10-18 Rafael EspindolaHandle GOTOFF correctly on i386.
2010-10-18 Kalle RaiskilaImprove lowering of sext to i128 on SPU.
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-10-16 Benjamin KramerUnbreak test on non-COFF targets.
2010-10-16 Michael J. SpencerMC-COFF: Add support for default-null weak externals.
2010-10-16 Michael J. SpencerX86-Windows: Emit an undefined global __fltused symbol...
2010-10-15 Owen AndersonGeneralize MemCpyOpt's handling of call slot forwarding...
2010-10-15 Mikhail Glushenkovllvmc: Add a test for the -c flag.
2010-10-15 Jim GrosbachARM mode encoding information for UBFX and SBFX instruc...
2010-10-15 Jakob Stoklund OlesenFileCheckize
2010-10-15 Rafael EspindolaRefactor code a bit and avoid creating unnecessary...
2010-10-15 Bob WilsonARM instructions that are both predicated and set the...
2010-10-14 Jim GrosbachSimplify test file a bit.
2010-10-14 Jim GrosbachAdd testcase for RRX and ASRS (which effectively tests...
2010-10-14 Jim GrosbachRefactor the MOVsr[al]_flag and RRX pseudo-instructions...
2010-10-14 Jim GrosbachTweak the ARM backend to use the RRX mnemonic instead...
2010-10-14 Jim GrosbachMOVi16 and MOVT ARM mode encodings.
2010-10-14 Rafael EspindolaRemove some code duplication.
2010-10-14 Mikhail GlushenkovComments.
2010-10-14 Bill WendlingAdd support for vmov.f64/.f32 encoding. There's a bit...
2010-10-14 Bill WendlingAdd encoding for 'fmstat'.
2010-10-14 Bill Wendling- Add encodings for multiply add/subtract instructions...
2010-10-14 Chris Lattnerfix a bug I introduced, no idea how this didn't repro...
2010-10-14 Chris Lattnerhack to unbreak buildbots
2010-10-14 Chris Lattneradd uadd_ov/usub_ov to apint, consolidate constant...
2010-10-13 Jim GrosbachRefactor the ARM 'setend' instruction pattern. Use...
2010-10-13 Bill WendlingAdd MC encodings for VCVT* instrunctions.
2010-10-13 Jim GrosbachAdd ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH...
2010-10-13 Jim GrosbachAdd ARM mode operand encoding information for ADDE...
2010-10-13 Rafael EspindolaFix another case where we were preferring instructions...
2010-10-13 Rafael EspindolaFix PR8365 by adding a more specialized Pat that checks...
2010-10-13 Bill WendlingAdd encodings for VNEG and VSQRT. Also add encodings...
2010-10-13 Bill WendlingAdd encodings for VCVT instructions.
2010-10-13 Jim GrosbachAdd ARM encoding information for comparisons, forced...
2010-10-13 Bill WendlingAdd VCMPZ and VABS.
2010-10-13 Bill WendlingRefactor VCMP instructions.
2010-10-12 Eric ChristopherFileCheckize this in a hope to quiet a valgrind warning...
2010-10-12 Bill WendlingAdd encodings for VNMUL[SD].
2010-10-12 Bill WendlingAdd encodings for VDIV and VMUL.
2010-10-12 Jim GrosbachBe nitpicky and line up the comments.
2010-10-12 Bill WendlingAdd encoding for VSUB and VCMP.
2010-10-12 Bill WendlingDon't need to specify calling convention. Add 'readnone...
2010-10-12 Bill WendlingEncoding for VADDD. Plus a test for the VFP instructions.
2010-10-12 Jim GrosbachAdd encoding information for the remainder of the gener...
2010-10-11 Dan GohmanAdd a simple testcase for tbaa.
2010-10-11 Jim GrosbachMC machine encoding for simple aritmetic instructions...
2010-10-11 Andrew TrickPR8297
2010-10-11 Jakob Stoklund OlesenPowerPC varargs functions store live-in registers on...
2010-10-11 Eric ChristopherFound a bug turning this on by default. Disable again...
2010-10-11 Eric ChristopherRemove now non-existent option.
2010-10-11 Andrew TrickFixes bug 8297: i386 cmpxchg8b, missing MachineMemOperand
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-10 Michael J. SpencerX86: MinGW should always use libgcc on Windows.
2010-10-10 Michael J. SpencerX86: Call _alldiv instead of __divdi3 on Windows (exclu...
2010-10-10 Chris Lattnerforce a triple, varargs isn't supported with the SVR4...
2010-10-10 Chris Lattnerfix the expansion of va_arg instruction on PPC to know...
2010-10-09 Kenneth UildriksNow using a variant of the existing inlining heuristics...
2010-10-09 Michael J. SpencerMC-COFF: Fix .bss section size. Fixes PR8335. Patch...
2010-10-09 Benjamin KramerDon't test a removed function.
2010-10-09 Michael J. SpencerMC-COFF: Implement InitSections. Fixes PR8335.
2010-10-09 Michael J. SpencerMC-COFF: Add COFFAsmParser. Completes PR8343.
2010-10-09 Evan ChengCorrect some load / store instruction itinerary mistakes:
2010-10-09 Bill WendlingSimplify test and move into a generic "crash" ll file.
2010-10-09 Bill WendlingCheck to make sure that the iterator isn't at the begin...
2010-10-08 Jim GrosbachImplement a few more binary encoding bits. Still very...
2010-10-08 Rafael EspindolaCall InitSections in llc and clang so that the binaries...
2010-10-08 Cameron EsfahaniRecommit 116056, now with the missing file...
2010-10-08 Andrew Trickreverting 116056: win64_params.ll may need to be condit...
2010-10-08 Cameron EsfahaniSmall patch to restore home register stack space alloca...
2010-10-08 Bob WilsonChange register allocation order for ARM VFP and NEON...
2010-10-08 Chris Lattnertestcase that goes with r116053
2010-10-08 Chris Lattnerrename test
2010-10-08 Chris Lattnermerge tests
2010-10-08 Chris Lattnerfilecheckize.
2010-10-08 Chris Lattnerreapply: Use the new TB_NOT_REVERSABLE flag instead...
2010-10-08 Michael J. SpencerFix Formatting.
2010-10-08 Michael J. SpencerMC-COFF: Fix Simple and Complex type. Fixes PR8320.
2010-10-08 Daniel DunbarRevert "reimplement the second half of the or/add optim...
2010-10-08 Chris Lattnerreimplement the second half of the or/add optimization...
2010-10-08 Jim GrosbachAdd test file for simple ARM binary encodings with MC
2010-10-08 Michael J. SpencerMC-COFF: Add test for my last commit.
2010-10-07 Devang PatelRemove LoopIndexSplit pass. It is neither maintained...
2010-10-07 Chris Lattnerconvert cmp to use a multipattern
2010-10-07 Evan ChengCanonicalize X86ISD::MOVDDUP nodes to v2f64 to make...
2010-10-07 Michael J. SpencerMC-COFF: Fix symbol aliases. Fixes PR8251.
2010-10-07 Michael J. Spencertest: Fix binary stdin issues with coff-dump on Windows.
2010-10-07 Jim GrosbachAllow use of the 16-bit literal move instruction in...
2010-10-06 Rafael EspindolaGet binding and visibility info from the the alias...
2010-10-06 Rafael EspindolaIf a symbol is global, reloc against it even if it...
2010-10-06 Rafael EspindolaMake sure weak symbols are listed after the local ones.
2010-10-06 Rafael EspindolaCorrectly handle GOTPCREL relocations.
2010-10-06 Evan Cheng- Add TargetInstrInfo::getOperandLatency() to compute...
2010-10-06 Chris LattnerGeneralize tblgen's dag parsing logic to handle arbitra...
2010-10-06 Chris Lattnerrename add some comments.
2010-10-06 Chris Lattnerfilecheckize
2010-10-06 Chris Lattnerremove the !nameconcat tblgen feature. It "shorthand...
2010-10-05 Rafael EspindolaUse a relocation against the symbol if it is a PLT...
2010-10-05 Chris Lattnerenhance tblgen to support anonymous defm's, use this to
next