Teach the integer-promotion rewrite strategy to be endianness aware.
[oota-llvm.git] / lib / Target / ARM /
2012-10-03 Bill WendlingAdd methods which query for the specific attribute...
2012-10-01 Chad Rosier[ms-inline asm] Add the convertToMapAndConstraints...
2012-10-01 Jim GrosbachMachO: direct-to-object attribute for data-in-code...
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-09-29 Bob WilsonWhitespace.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-27 Jush Lu[arm-fast-isel] Add support for ELF PIC.
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-26 James MolloyFix ordering of operands on lowering of atomicrmw min...
2012-09-25 Jim GrosbachARM: Darwin BL/BLX relocations to out-of-range symbols.
2012-09-25 Jim GrosbachARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-22 NAKAMURA TakumiARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunuse...
2012-09-22 NAKAMURA TakumiWhitespace.
2012-09-22 Tim NorthoverFix edge cases of ARM shift operands in arith instructions.
2012-09-22 Tim NorthoverFix the handling of edge cases in ARM shifted operands.
2012-09-21 Chad Rosier[ms-inline asm] Expose the mnemonicIsValid() function...
2012-09-21 Chad RosierAdd comment.
2012-09-21 Chad Rosier[fast-isel] Fallback to SelectionDAG isel if we require...
2012-09-21 Andrew TrickCortex-A9 latency fixes (w/ -schedmodel only).
2012-09-21 Chad Rosier[fast-isel] Fallback to SelectionDAG isel if we require...
2012-09-21 Jim GrosbachTidy up. Whitespace.
2012-09-21 Jim GrosbachTidy up. Formatting.
2012-09-21 Jim GrosbachARM: Use a dedicated intrinsic for vector bitwise select.
2012-09-20 Craig TopperChange enum type in a static table to uint8_t instead...
2012-09-18 Evan ChengMOVi16 (movw) is only legal on cpus with V6T2 support...
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-18 James MolloyMore domain conversion; convert VFP VMOVS to NEON instr...
2012-09-18 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-18 Evan ChengUse vld1 / vst2 for unaligned v2f64 load / store. e...
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-17 Silviu BarangaRemoved the VMLxForwarding feature for the Cortex-A15...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-14 Andrew TrickImplement getNumLDMAddresses and expose through ARMBase...
2012-09-14 Andrew TrickCortex-A9 instruction-level scheduling machine model.
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Silviu BarangaThis patch introduces A15 as a target in LLVM.
2012-09-11 Chad RosierRename the isMemory() function to isMem(). No function...
2012-09-10 Dmitri GribenkoRemove redundant semicolons which are null statements.
2012-09-10 Jakob Stoklund OlesenDon't attempt to use flags from predicated instructions.
2012-09-08 Craig TopperSet operation action for FFLOOR to Expand for all vecto...
2012-09-07 Jakob Stoklund OlesenCustom DAGCombine for and/or/xor are for all ARMs.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-06 Tim NorthoverDiagnose invalid alignments on duplicating VLDn instruc...
2012-09-06 Tim NorthoverCheck for invalid alignment values when decoding VLDn...
2012-09-06 Tim NorthoverUse correct part of complex operand to encode VST1...
2012-09-06 Nadav RotemFix a few old-GCC warnings. No functional change.
2012-09-06 James MolloyFix self-host; ensure signedness is consistent.
2012-09-06 James MolloyImprove codegen for BUILD_VECTORs on ARM.
2012-09-06 James MolloyOptimize codegen for VSETLNi{8,16,32} operating on...
2012-09-05 Jakob Stoklund OlesenRemove predicated pseudo-instructions.
2012-09-05 Jakob Stoklund OlesenUse predication instead of pseudo-opcodes when folding...
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Tim NorthoverStrip old MachineInstrs *after* we know we can put...
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-04 Arnold SchwaighoferPatch to implement UMLAL/SMLAL instructions for the...
2012-09-03 Chad Rosier[ms-inline asm] Asm operands can map to one or more...
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-09-03 Chad RosierRemoved unused argument.
2012-09-03 Chad Rosier[ms-inline asm] Expose the Kind and Opcode variables...
2012-09-02 Nadav RotemNot all targets have efficient ISel code generation...
2012-09-01 Tim NorthoverLimit domain conversion to cases where it won't break...
2012-09-01 Logan ChienFix Thumb2 fixup kind in the integrated-as.
2012-08-31 Chad RosierRemove an unused argument. The MCInst opcode is set...
2012-08-31 Chad RosierAdd a comment to explain what's really going on.
2012-08-31 Chad RosierThe ConvertToMCInst() function can't fail, so remove...
2012-08-31 Jakob Stoklund OlesenFix a couple of typos in EmitAtomic.
2012-08-31 Chad RosierWith the fix in r162954/162955 every cvt function retur...
2012-08-30 Chad RosierFix for r162954. Return the Error.
2012-08-30 Chad RosierMove a check to the validateInstruction() function...
2012-08-30 Chad RosierTypo.
2012-08-30 Tim NorthoverAdd support for moving pure S-register to NEON pipeline...
2012-08-29 Tim NorthoverRefactor setExecutionDomain to be clearer about what...
2012-08-29 Andrew TrickCleanup sloppy code. Jakob's review.
2012-08-29 Jush Lu[arm-fast-isel] Add support for ARM PIC.
2012-08-29 Andrew TrickFix ARM vector copies of overlapping register tuples.
2012-08-29 Andrew Trickcleanup
2012-08-28 Jakob Stoklund OlesenRevert r162713: "Add ATOMIC_LDR* pseudo-instructions...
2012-08-27 Jakob Stoklund OlesenAdd ATOMIC_LDR* pseudo-instructions to model atomic_loa...
2012-08-27 Bill WendlingMake sure we add the predicate after all of the registe...
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Jakob Stoklund OlesenMissed tLEApcrelJT.
2012-08-24 Jakob Stoklund OlesenExplicitly mark LEApcrel pseudos with hasSideEffects.
2012-08-24 Jakob Stoklund OlesenFix call instruction operands in ARMFastISel.
2012-08-24 Jakob Stoklund OlesenAdd missing SDNPSideEffect flags.
2012-08-24 Richard SmithFix undefined behavior (negation of INT_MIN) in ARM...
2012-08-22 Benjamin KramerReduce duplicated hash map lookups.
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-21 Jakob Stoklund OlesenAdd a missing def flag.
2012-08-20 Jakob Stoklund OlesenUse a SmallPtrSet to dedup successors in EmitSjLjDispat...
2012-08-18 Jakob Stoklund OlesenRemove the CAND/COR/CXOR custom ISD nodes and their...
2012-08-18 Craig TopperRemove virtual from many methods. These methods replace...
2012-08-18 Jakob Stoklund OlesenAlso combine zext/sext into selects for ARM.
2012-08-18 Jakob Stoklund OlesenAlso pass logical ops to combineSelectAndUse.
2012-08-18 Anton Korobeynikovfp16-to-fp32 conversion instructions are available...
2012-08-17 Jakob Stoklund OlesenAvoid folding ADD instructions with FI operands.
2012-08-17 Jakob Stoklund OlesenAdd comment, clean up code. No functional change.
next