PowerPC: Support PC-relative fixup_ppc_brcond14.
[oota-llvm.git] / lib / Target /
2013-04-26 Ulrich WeigandPowerPC: Support PC-relative fixup_ppc_brcond14.
2013-04-26 Benjamin KramerARM/NEON: Pattern match vector integer abs to vabs.
2013-04-26 Benjamin KramerX86: Now that we have a canonical form for vector integ...
2013-04-25 Jack CarterMips assembler: .set reorder support
2013-04-25 Preston GurdMake function documentation conform to llvm standards.
2013-04-25 Arnold SchwaighoferARM cost model: Integer div and rem is lowered to a...
2013-04-25 Preston GurdThis patch adds the X86FixupLEAs pass, which will reduc...
2013-04-25 Rafael EspindolaFix section relocation for SECTIONREL32 with immediate...
2013-04-25 Akira Hatanaka[mips] Add definitions of micromips load and store...
2013-04-25 Akira Hatanaka[mips] Add definitions of micromips shift instructions.
2013-04-24 Tom StellardR600: Initialize BooleanVectorContents
2013-04-24 Tom StellardR600: Use SHT_PROGBITS for the .AMDGPU.config section
2013-04-23 Jyotsna VermaHexagon: Use multiclass for combine and STri[bhwd]_shl_...
2013-04-23 Jyotsna VermaHexagon: Define relations for GP-relative instructions.
2013-04-23 Stephen LinAdd more tests for r179925 to verify correct handling...
2013-04-23 Stephen LinLowercase "is" boolean variable prefix for consistency...
2013-04-23 Jyotsna VermaHexagon: Remove assembler mapped instruction definitions.
2013-04-23 Bill SchmidtChange commentary for PowerPC Boolean vector contents.
2013-04-23 Akira Hatanaka[mips] Compare splat value with element size instead...
2013-04-23 Owen AndersonDAGCombine should not aggressively fold SEXT(VSETCC...
2013-04-23 Vincent LejeuneR600: Use .AMDGPU.config section to emit stacksize
2013-04-23 Vincent LejeuneR600: Add CF_END
2013-04-23 Jyotsna VermaHexagon: Remove duplicate instructions to handle global...
2013-04-23 Tim NorthoverAArch64: remove unnecessary check that RS is valid
2013-04-22 Matt ArsenaultRemove unused DwarfSectionOffsetDirective string
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-22 Chad Rosier[ms-inline asm] Removed this unnecessary check. In...
2013-04-22 Chad Rosier[ms-inline asm] Add the OpDecl to the InlineAsmIdentifi...
2013-04-22 Chad RosierFix unused variable warning.
2013-04-22 Akira Hatanaka80 columns.
2013-04-22 Akira Hatanaka[mips] In performDSPShiftCombine, check that all elemen...
2013-04-22 Chad Rosier[ms-inline asm] Remove the identifier parsing logic...
2013-04-22 Chad Rosier[ms-inline asm] Refactor/clean up the SemaLookup interf...
2013-04-22 Eric ChristopherNo really, don't store anything to this since it's...
2013-04-22 Eric ChristopherRemove variable store that is never read.
2013-04-22 Stepan DyatkovskiyFix for 5.5 Parameter Passing --> Stage C:
2013-04-21 Jim GrosbachLegalize vector truncates by parts rather than just...
2013-04-21 Jakob Stoklund OlesenPassing arguments to varags functions under the SPARC...
2013-04-21 Jakob Stoklund OlesenFix the SETHIimm pattern for 64-bit code.
2013-04-21 Tim NorthoverARM: Use ldrd/strd to spill 64-bit pairs when available.
2013-04-20 Jakob Stoklund OlesenCompile varargs functions for SPARCv9.
2013-04-20 Tim NorthoverARM: don't add FrameIndex offset for LDMIA (has no...
2013-04-20 Tim NorthoverAArch64: remove useless comment
2013-04-20 Tim NorthoverRemove unused ShouldFoldAtomicFences flag.
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2013-04-20 Hal FinkelMove PPC getSwappedPredicate for reuse
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-20 Stephen LinTest commit
2013-04-19 Akira Hatanaka[mips] Instruction selection patterns for DSP-ASE vecto...
2013-04-19 Eli BenderskyMove TryToFoldFastISelLoad to FastISel, where it belong...
2013-04-19 Michael LiaoArrayRefize getMachineNode(). No functionality change.
2013-04-19 Hal FinkelFix PPC optimizeCompareInstr swapped-sub argument handling
2013-04-19 Anton KorobeynikovDo not mangle in MS-way the globals with magic \001...
2013-04-19 Chad Rosier[ms-inline asm] Make code layout more canonical with...
2013-04-19 Akira Hatanaka[mips] First patch which adds support for micromips.
2013-04-19 Akira Hatanaka[mips] Fix InstAlias of XOR and OR macros. Set EmitAlia...
2013-04-19 Chad Rosier[ms-inline asm] Refactor the parsing of identifiers...
2013-04-19 Chad Rosier[ms-inline asm] Remove these asserts. C++ variables...
2013-04-19 Chad Rosier[ms-inline asm] Move this variable into the scope in...
2013-04-19 Chad Rosier[ms-inline asm] Make this a hard error.
2013-04-19 Chad Rosier[ms-inline asm] Cleanup the dot operator implementation.
2013-04-19 Tim NorthoverARM: Permit "sp" in ARM variant of STREXD instructions
2013-04-19 Tim NorthoverARM: permit "sp" in ARM variants of MOVW/MOVT instructions
2013-04-19 Michael LiaoUse 'array_lengthof' as possible to avoid magic numbers
2013-04-19 Tom StellardR600: Add pattern for the BFI_INT instruction
2013-04-19 Tom StellardR600/SI: Use InstFlag for VOP3 modifier operands
2013-04-19 Bill WendlingUse an enum instead of magic constants to improve reada...
2013-04-18 Chad Rosier[ms-inline asm] Apply the condition code mnemonic alias...
2013-04-18 Bill WendlingSet the compact unwind encoding to 'requires EH DWARF...
2013-04-18 Hal FinkelDisable PPC comparison optimization by default
2013-04-18 Chad Rosier[asm parser] Add support for predicating MnemonicAlias...
2013-04-18 Hal FinkelImplement optimizeCompareInstr for PPC
2013-04-18 Benjamin KramerX86: Add an SSE2 lowering for 64 bit compares when...
2013-04-18 Derek SchuffAllow misaligned stores in x86 fast-isel.
2013-04-18 Chad Rosier[ms-inline asm] Simplify some logic and add a FIXME...
2013-04-18 Chad RosierMake this private method.
2013-04-18 Hao LiuFix for PR14824, An ARM Load/Store Optimization bug
2013-04-18 Akira Hatanaka[mips] Rename function.
2013-04-18 Akira Hatanaka[mips] DSP-ASE move from HI/LO register instructions.
2013-04-18 Jack CarterMips assembler: formatting and comment changes.
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-17 Chad Rosier[ms-inline asm] These should be int64_t, not uint64_t.
2013-04-17 Chad Rosier[ms-inline asm] Add support for the minus unary operato...
2013-04-17 Eli BenderskyThis patch teaches x86 fast-isel to generate the native...
2013-04-17 Arnold SchwaighoferX86 cost model: Exit before calling getSimpleVT on...
2013-04-17 Quentin ColombetFix treatment of ARM unallocated hint instructions.
2013-04-17 Ulrich WeigandPowerPC: Mark some more patterns as isCodeGenOnly.
2013-04-17 Vincent LejeuneR600: Make Export Instruction not duplicable
2013-04-17 Vincent LejeuneR600: Export is emitted as a CF_NATIVE inst
2013-04-17 Vincent LejeuneR600: Emit used GPRs count
2013-04-17 Evgeniy StepanovFix -Werror build.
2013-04-17 Jack CarterMips assembler: Enable handling of nested expressions
2013-04-17 Chad Rosier[ms-inline asm] Add support for parsing complex immedia...
2013-04-16 Tom StellardC API: Add LLVMTargetMachineEmitToMemoryBuffer()
2013-04-16 Chad RosierRemove unused variable from previous refactor.
2013-04-16 Chad Rosier[ms-inline asm] Refactor. No functional change intended.
2013-04-16 Chad Rosier[ms-inline asm] Remove some dead code.
2013-04-16 Logan ChienFix build failure introduced in 179591 when assertions...
2013-04-16 Logan ChienImplement ARM unwind opcode assembler.
2013-04-16 Jakob Stoklund OlesenAdd 64-bit multiply and divide instructions for SPARC v9.
next