ARM binary encoding for some of the multiply instructions.
[oota-llvm.git] / test /
2010-10-21 Stuart HastingsTest case for r117075. Radar 6635085.
2010-10-21 Owen AndersonAdd tests for NEON encoding of vmull.
2010-10-21 Jim GrosbachARM binary encodings for MVN variants.
2010-10-21 Owen AndersonAdd tests for NEON encoding of vqdmulh and vqrdmulh.
2010-10-21 Jim GrosbachARM Binary encoding information for BFC/BFI instructions.
2010-10-21 Owen AndersonAdd tests for NEON vmul encoding.
2010-10-21 Owen AndersonRename this test to better reflect its contents.
2010-10-21 Owen AndersonAdd tests for NEON encodings of vaddhn and vraddhn.
2010-10-21 Owen AndersonAdd tests for NEON encodings of vqadd, which was alread...
2010-10-21 Owen AndersonAdd correct NEON encodings for vhadd and vrhadd.
2010-10-21 Owen AndersonAdd correct encodings for NEON vaddw.s* and vaddw.u*.
2010-10-21 Owen AndersonProvide correct NEON encodings for vaddl.u* and vaddl.s*.
2010-10-21 Rafael EspindolaDo not recurse into symbol refs that have a variant...
2010-10-21 Kevin EnderbyMore tweaks to X86 instructions to allow the 'w' suffix...
2010-10-21 Bill WendlingFix whitespace.
2010-10-21 Wesley PeckRecommit 116986 with capitalization typo fixed.
2010-10-21 Andrew Trickputback r116983 and fix simple-fp-encoding.ll tests
2010-10-21 Wesley PeckReverting the commit 116986. It was breaking the build...
2010-10-21 Owen AndersonRevert r116983, which is breaking all the buildbots.
2010-10-21 Wesley PeckMajor update of the MicroBlaze backend. The new feature...
2010-10-21 Evan ChengAdd missing scheduling itineraries for transfers betwee...
2010-10-21 Owen AndersonImplement correct encodings for NEON vadd, both integer...
2010-10-20 Bill WendlingAdd encoding for moving a value between two ARM core...
2010-10-20 Bill WendlingAdd encodings for movement between ARM core registers...
2010-10-20 Dan GohmanAdd some comments.
2010-10-20 Evan ChengMore accurate estimate / tracking of register pressure.
2010-10-20 Dale JohannesenFix crash introduced in 116852. 8573915.
2010-10-20 Jason W KimCut unneeded global variable.
2010-10-20 Rafael EspindolaHandle _GLOBAL_OFFSET_TABLE_ correctly.
2010-10-19 Dale JohannesenEnable using vdup for vector constants which are splat of
2010-10-19 Evan ChengRe-enable register pressure aware machine licm with...
2010-10-19 Jason W KimFixing r116753 r116756 r116777
2010-10-19 Daniel DunbarRevert r116781 "- Add a hook for target to determine...
2010-10-19 Mikhail GlushenkovGlobalOpt: EvaluateFunction() must not evaluate stores...
2010-10-19 Che-Liang ChiouAdd test case mov.ll for PTX device function
2010-10-19 Rafael EspindolaFix PR8300 by remembering to keep the bitcast in all...
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-10-19 Eric ChristopherSpeculatively revert 116753 and 116756 to attempt to...
2010-10-19 Bob WilsonSupport alignment for NEON vld-lane and vst-lane instru...
2010-10-19 Kevin EnderbyAdded a few tweaks to the Intel Descriptor-table suppor...
2010-10-18 Eric ChristopherRevert r116220 - thus turning arm fast isel back on...
2010-10-18 Jason W KimGet rid of unneeded FormatOutput global variable
2010-10-18 Jason W KimChanged elf-dump to output hex format by default.
2010-10-18 Dan GohmanDon't pass the raw invalid pointer used to represent...
2010-10-18 Dan GohmanAdd a basic testcase for TBAA-aware LICM.
2010-10-18 Rafael EspindolaImplement R_386_GOT32.
2010-10-18 Rafael EspindolaRelocate with .bss instead of using the symbol. Matches...
2010-10-18 Dan GohmanRun tbaa before basicaa, since that's how it's expected...
2010-10-18 Rafael EspindolaProduce ELF::R_386_GOTPC relocations.
2010-10-18 Dan GohmanMake TypeBasedAliasAnalysis default to doing nothing...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
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
next