Be nice to Xcore and the XMOS assembler and avoid quoting section names
[oota-llvm.git] / test / CodeGen / ARM /
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-04 Devang PatelXFAIL for all. These tests are darwin specific anyway.
2011-03-04 Devang PatelDisable ARMGlobalMerge on darwin. The debugger is not...
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2011-03-02 Cameron ZwarichEliminate the unused CodeGenPrepare option to split...
2011-03-01 Bill WendlingNarrow right shifts need to encode their immediates...
2011-02-28 Jakob Stoklund OlesenFix typo introduced by r126661: "Fix a typo which ..."
2011-02-28 Evan ChengFix a typo which cause dag combine crash. rdar://9059537.
2011-02-25 Bob WilsonAdd patterns to use post-increment addressing for Neon...
2011-02-24 Devang PatelMove arch specific tests in arch specific directories.
2011-02-23 Devang PatelCheck only relevant strings in output to increase stabi...
2011-02-23 Evan ChengMore fcopysign correctness and performance fix.
2011-02-22 Evan Chengavailable_externally (hidden or not) GVs are always...
2011-02-14 Bob WilsonPR9139: Specify ARM/Darwin triple for vector-DAGCombine...
2011-02-11 Nate BegemanImplement sdiv & udiv for <4 x i16> and <8 x i8> NEON...
2011-02-11 Evan ChengFix buggy fcopysign lowering.
2011-02-08 Andrew TrickPostRA antidependence breaker unit test for PR8986.
2011-02-08 Andrew TrickPostRA antidependence breaker unit test for rdar:/...
2011-02-07 Evan ChengFix an obvious typo which caused an isel assertion...
2011-02-07 Bob WilsonAdd codegen support for using post-increment NEON load...
2011-02-07 Jason W KimRework some .ARM.attribute work for improved gcc compat...
2011-02-02 Evan ChengGiven a pair of floating point load and store, if there...
2011-01-27 Eric ChristopherAdd a testcase for my last checkin.
2011-01-25 Evan ChengDon't merge restore with tail call instruction.
2011-01-21 Evan ChengLast round of fixes for movw + movt global address...
2011-01-21 Andrew TrickEnable support for precise scheduling of the instructio...
2011-01-21 Andrew TrickConvert -enable-sched-cycles and -enable-sched-hazard...
2011-01-20 Evan ChengDon't be overly aggressive with CSE of "ldr constantpoo...
2011-01-20 Evan ChengAdd test.
2011-01-20 Evan ChengSorry, several patches in one.
2011-01-20 Eric ChristopherIf we can, lower the multiply part of a umulo/smulo...
2011-01-20 Devang PatelFix debug info for merged global.
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2011-01-11 Eric ChristopherEven if we don't have 7 bytes of stack space we may...
2011-01-08 Evan ChengRecognize inline asm 'rev /bin/bash, ' as a bswap intri...
2011-01-07 Bob WilsonLower some BUILD_VECTORS using VEXT+shuffle.
2011-01-07 Bob WilsonAdd testcases for PR8411 (vget_low and vget_high implem...
2011-01-07 Bob WilsonAdd ARM patterns to match EXTRACT_SUBVECTOR nodes.
2011-01-06 Bob WilsonPR8921: LDM/POP do not support interworking prior to...
2011-01-01 Anton KorobeynikovUpdate the test
2010-12-23 Bob WilsonRadar 8803471: Fix expansion of ARM BCCi64 pseudo instr...
2010-12-21 Bob WilsonAdd ARM-specific DAG combining to cast i64 vector eleme...
2010-12-19 Chris Lattnermove this test into the ARM test so that it is only...
2010-12-18 Bob WilsonFix result type of Neon floating-point comparisons...
2010-12-17 Bill WendlingDuring local stack slot allocation, the materializeFram...
2010-12-17 Bob WilsonFix a DAGCombiner crash when folding binary vector...
2010-12-17 Bob WilsonCombine several vector-related DAGCombiner tests.
2010-12-17 Bob WilsonFix crash compiling a QQQQ REG_SEQUENCE for a Neon...
2010-12-16 Jason W Kim1. ARM/MC/ELF: A few more ELF relocs for .o
2010-12-15 Eric ChristopherDon't handle -arm-long-calls in fast isel for now.
2010-12-15 Bob WilsonAdd Neon VCVT instructions for f32 <-> f16 conversions.
2010-12-14 Evan Chengbfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2...
2010-12-14 Jason W Kimfix fixme case typo :-)
2010-12-13 Jason W KimFirst cut of ARM/MC/ELF PIC relocations.
2010-12-11 Evan Cheng(or (and (shl A, #shamt), mask), B) => ARMbfi B, A...
2010-12-10 Bob WilsonAdd float patterns for Neon vld1-lane/dup and vst1...
2010-12-10 Bob WilsonFix some invalid alignments for Neon vld-dup and vld...
2010-12-09 Jim GrosbachARM stm/ldm instructions require more than one register...
2010-12-08 Jason W KimARM/MC/ELF TPsoft is now a proper pseudo inst.
2010-12-07 Evan ChengFix a bad prologue / epilogue codegen bug where the...
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-12-01 Jason W KimARM/MC/ELF relocation "hello world" for movw/movt.
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-11-30 Bob WilsonAdd support for NEON VLD3-dup instructions.
2010-11-29 Evan ChengMark Darwin call instructions as using "r7" to prevent...
2010-11-29 Benjamin KramerAdd missing colon.
2010-11-29 Bob WilsonAdd support for NEON VLD3-dup instructions.
2010-11-28 Bob WilsonAdd support for NEON VLD2-dup instructions.
2010-11-27 Bob WilsonAdd NEON VLD1-dup instructions (load 1 element to all...
2010-11-23 Bob WilsonRecognize sign/zero-extended constant BUILD_VECTORs...
2010-11-22 Evan ChengFix epilogue codegen to avoid leaving the stack pointer...
2010-11-18 Tanya LattnerFix bug in DAGCombiner for ARM that was trying to do...
2010-11-18 Eric ChristopherRewrite stack callee saved spills and restores to use...
2010-11-17 Dale JohannesenThese tests are looking for library function names...
2010-11-17 Bob WilsonChange ARMGlobalMerge to keep BSS globals in separate...
2010-11-17 Bob WilsonFix ARMGlobalMerge pass to check if globals are entirel...
2010-11-17 Bob WilsonChange the symbol for merged globals from "merged"...
2010-11-17 Bob WilsonFix the ARMGlobalMerge pass to look at variable sizes...
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-16 Jakob Stoklund OlesenFix PR8612 in the standard spiller, take two.
2010-11-15 Jakob Stoklund OlesenRevert "Fix PR8612 in the standard spiller as well."
2010-11-15 Eric ChristopherRecommit this change and remove the failing part of...
2010-11-15 Jakob Stoklund OlesenFix PR8612 in the standard spiller as well.
2010-11-15 Jakob Stoklund OlesenWhen spilling a register defined by an early clobber...
2010-11-13 Evan ChengAdd conditional move of large immediate.
2010-11-13 Evan ChengFix an obvious typo which inverted an immediate.
2010-11-13 Eric ChristopherThis should be still failing, but is. Disable it with the
2010-11-12 Evan ChengAdd conditional mvn instructions.
2010-11-12 Evan ChengAdd some missing isel predicates on def : pat patterns...
2010-11-08 Owen AndersonAdd support for ARM's specialized vector-compare-agains...
2010-11-08 Dale JohannesenRevert 118422 in search of bot verdancy.
2010-11-08 Jason W KimSupport -mcpu=cortex-a8 in ARM attributes - Has Fixme...
2010-11-05 Owen AndersonAdd codegen and encoding support for the immediate...
2010-11-04 Evan ChengFix @llvm.prefetch isel. Selecting between pld / pldw...
2010-11-03 Owen AndersonCovert VORRIMM to be produced via early target-specific...
2010-11-03 Owen AndersonAdd support for code generation of the one register...
2010-11-03 Evan ChengFix test.
2010-11-03 Bob WilsonAdd codegen patterns for VST1-lane instructions. Radar...
2010-11-03 Bob WilsonCheck for extractelement with a variable operand for...
next