Fix return sequence on armv4 thumb
[oota-llvm.git] / lib / Target /
2014-08-05 Jonathan RoelofsFix return sequence on armv4 thumb
2014-08-05 Joerg SonnenbergerAdd accessors for the PPC 403 bank registers.
2014-08-05 Keith WalkerSpecify that the thumb setend and blx <immed> instructi...
2014-08-05 Keith WalkerDefine stc2/stc2l/ldc2/ldc2l as thumb2 instructions
2014-08-05 Joerg SonnenbergerAccessors for SSR2 and SSR3 on PPC 403.
2014-08-05 Tom StellardR600/SI: Update MUBUF assembly string to match AMD...
2014-08-05 Tom StellardR600/SI: Avoid generating REGISTER_LOAD instructions.
2014-08-05 Joerg SonnenbergerAdd dci/ici instructions for PPC 476 and friends.
2014-08-05 Joerg SonnenbergerAdd mftblo and mftbhi for PPC 4xx.
2014-08-05 Joerg SonnenbergerAdd lswi / stswi for assembler use with a warning to...
2014-08-05 Yi KongAArch64: Add support for instruction prefetch intrinsic
2014-08-05 James MolloyTeach the SLP Vectorizer that keeping some values live...
2014-08-05 Chandler Carruth[x86] Reformat some code I moved around in a prior...
2014-08-05 Chandler Carruth[x86] Fix a crash and wrong-code bug in the new vector...
2014-08-05 Juergen Ributzka[FastIsel][AArch64] Fix previous commit r214844 (Don...
2014-08-05 Juergen Ributzka[FastISel][AArch64] Implement the FastLowerArguments...
2014-08-05 Kevin QinRevert "r214832 - MachineCombiner Pass for selecting...
2014-08-05 Juergen Ributzka[FastISel][AArch64] Don't perform sign-/zero-extension...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-05 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-08-04 Joerg SonnenbergerAdd TCR register access
2014-08-04 Joerg SonnenbergerAdd PPC 603's tlbld and tlbli instructions.
2014-08-04 Renato GolinAllow CP10/CP11 operations on ARMv5/v6
2014-08-04 Bill Schmidt[PPC64LE] Fix wrong IR for vec_sld and vec_vsldoi
2014-08-04 Pedro ArtigasChanged the liveness tracking in the RegisterScavenger
2014-08-04 Joerg SonnenbergerAdd simplified aliases for access to DCCR, ICCR, DEAR...
2014-08-04 Juergen Ributzka[FastISel][AArch64] Fix shift lowering for i8 and i16...
2014-08-04 Joerg Sonnenbergertlbre / tlbwe / tlbsx / tlbsx. variants for the PPC...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Chad Rosier[AArch64] Extend the number of scalar instructions...
2014-08-04 Reid KlecknerFix failure to invoke exception handler on Win64
2014-08-04 Joerg SonnenbergerRecognize mftbl as alias for mftb, for symmetry with...
2014-08-04 Matt ArsenaultR600/SI: Fix definitions for ds_read2 / ds_write2 instr...
2014-08-04 Joerg SonnenbergerRename PPCLinuxMCAsmInfo to PPCELFMCAsmInfo to better...
2014-08-04 Joerg SonnenbergerAllow .lcomm with alignment on ELF targets.
2014-08-04 Eric ChristopherMove the R600 intrinsic support back to the target...
2014-08-04 Joerg SonnenbergerRefactor SPRG instructions.
2014-08-04 Akira Hatanaka[X86] Place parentheses around "isMask_32(STReturns...
2014-08-04 Joerg SonnenbergerAdd support for m[ft][di]bat[ul] instructions.
2014-08-04 Matt ArsenaultUse the known address space constant rather than checki...
2014-08-04 Matt ArsenaultR600: Remove unused include
2014-08-04 Eric ChristopherAdd a dummy subtarget to the CPP backend target machine...
2014-08-04 Joerg SonnenbergerAdd features for PPC 4xx and e500/e500mc instructions.
2014-08-04 Robert Khasanov[SKX] Enabling load/store instructions: encoding
2014-08-04 Ulrich Weigand[PowerPC] Swap arguments to vpkuhum/vpkuwum on little...
2014-08-04 Aaron BallmanImproving the name of the function parameter, which...
2014-08-04 Ulrich Weigand[PowerPC] MULHU/MULHS are not legal for vector types
2014-08-04 Ulrich Weigand[PowerPC] Fix and improve vector comparisons
2014-08-04 Daniel Sanders[mips] Add assembler support for '.set mipsX'.
2014-08-04 Chandler Carruth[x86] Just unilaterally prefer SSSE3-style PSHUFB lower...
2014-08-04 Chandler Carruth[x86] Implement more aggressive use of PACKUS chains...
2014-08-04 Kevin QinRevert "r214669 - MachineCombiner Pass for selecting...
2014-08-04 Chandler Carruth[x86] Handle single input shuffles in the SSSE3 case...
2014-08-03 Saleem AbdulrasoolX86: silence warning (-Wparentheses)
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-08-03 Saleem AbdulrasoolMC: virtualise EmitWindowsUnwindTables
2014-08-03 Matt ArsenaultR600/SI: Fix extra whitespace in asm str
2014-08-02 Joerg Sonnenbergertlbia support
2014-08-02 Joerg Sonnenbergermfdcr / mtdcr support
2014-08-02 Joerg SonnenbergerDon't use additional arguments for dss and friends...
2014-08-02 Chandler Carruth[x86] Remove the FIXME that was implemented in r214628...
2014-08-02 Chandler Carruth[x86] Largely complete the use of PSHUFB in the new...
2014-08-02 Chandler Carruth[x86] Switch to using the variable we extracted this...
2014-08-02 Chandler Carruth[x86] Fix a few typos in my comments spotted in passing.
2014-08-02 Chandler Carruth[x86] Teach the target shuffle mask extraction to recog...
2014-08-02 Chandler Carruth[x86] Teach my pshufb comment printer to handle VPSHUFB...
2014-08-02 Akira Hatanaka[ARM] In dynamic-no-pic mode, ARM's post-RA pseudo...
2014-08-02 Matt ArsenaultR600/SI: Fix formatting.
2014-08-02 Chandler Carruth[SDAG] Allow the legalizer to delete an illegally typed...
2014-08-02 Chandler Carruth[SDAG] Let the DAG combiner take care of dead nodes...
2014-08-01 Akira Hatanaka[X86] Simplify X87 stackifier pass.
2014-08-01 Chandler Carruth[SDAG] MorphNodeTo recursively deletes dead operands...
2014-08-01 Tom StellardRevert "R600: Move code for generating REGISTER_LOAD...
2014-08-01 Tom StellardR600/SI: Remove leftover debugging code
2014-08-01 Tom StellardR600: Move code for generating REGISTER_LOAD into R600I...
2014-08-01 Eric ChristopherAdd a non-const subtarget returning function to the...
2014-08-01 Reid KlecknerMS inline asm: Use memory constraints for functions...
2014-08-01 Juergen Ributzka[FastISel][AArch64] Fold offset into the memory operation.
2014-08-01 Philip ReamesAdd support for StackMap section for ELF/Linux systems
2014-08-01 Juergen Ributzka[FastISel][AArch64] Add branch weights.
2014-08-01 Juergen Ributzka[FastISel][ARM] Do not emit stores for undef arguments.
2014-08-01 Renato GolinAdd missing breaks to AArch64InstrInfo::isGPRCopy
2014-08-01 Matt ArsenaultR600/SI: Don't display GDS bit for read2
2014-08-01 Chad Rosier[AArch64] Generate tbz/tbnz when comparing against...
2014-08-01 Ulrich Weigand[PowerPC] PR20280 - Slots for byval parameters are...
2014-08-01 James MolloyAllow only disassembling of M-class MSR masks that...
2014-08-01 Aaron BallmanImprove some const-correctness to remove a -Wcast-qual...
2014-08-01 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-08-01 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-08-01 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-08-01 Daniel Sanders[mips][PR19612] Fix va_arg for big-endian mode.
2014-08-01 Hal Finkel[PowerPC] Generate unaligned vector loads using intrins...
2014-08-01 Tom StellardR600/SI: Fix build warning
2014-08-01 Juergen Ributzka[FastISel][AArch64] Fix the immediate versions of the...
2014-08-01 Hal Finkel[PowerPC] Recognize consecutive memory accesses from...
2014-08-01 Reid KlecknerMS inline asm: Fix null SMLoc when 'ptr' is missing...
2014-08-01 Tom StellardR600/SI: Do abs/neg folding with ComplexPatterns
2014-08-01 Tom StellardR600/SI: Simplify and fix handling of VOP2 in SIInstrIn...
2014-08-01 Tom StellardR600/SI: Fold immediates when shrinking instructions
2014-08-01 Tom StellardR600/SI: Fix incorrect commute operation in shrink...
next