[PowerPC] Rework TLS call operand processing
[oota-llvm.git] / lib / Target /
2013-07-02 Ulrich Weigand[PowerPC] Rework TLS call operand processing
2013-07-02 Ulrich Weigand[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
2013-07-02 Benjamin KramerSystemZ: Fold variable into assertion.
2013-07-02 Ulrich Weigand[PowerPC] Support TLS variables in debug info
2013-07-02 Ulrich Weigand[DebugInfo] Allow getDebugThreadLocalSymbol to return...
2013-07-02 Benjamin KramerHexagon: Avoid unused variable warnings in Release...
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-02 Richard Sandiford[SystemZ] Use DSGFR over DSGR in more cases
2013-07-02 Richard Sandiford[SystemZ] Use MVC to spill loads and stores
2013-07-02 Richard Sandiford[SystemZ] Add the MVC instruction
2013-07-02 Richard Osborne[XCore] Fix instruction selection for zext, mkmsk instr...
2013-07-02 Logan ChienFix ARM EHABI compact model 1 and 2 without handlerdata.
2013-07-02 Hal FinkelCleanup PPC Altivec registers in CSR lists and improve...
2013-07-02 Akira Hatanaka[mips] Add new InstrItinClasses for move from/to coproc...
2013-07-01 Ulrich Weigand[PowerPC] Add support for TLS data relocations
2013-07-01 Richard TrieuChange if (cond) ... else llvm_unreachable("text")...
2013-07-01 David BlaikiePR16493: DebugInfo with TLS on PPC crashing due to...
2013-07-01 Ulrich Weigand[PowerPC] Support all condition register logical instru...
2013-07-01 Chad RosierAdd a newline.
2013-07-01 Bill SchmidtIndex: test/CodeGen/PowerPC/reloc-align.ll
2013-07-01 Chad Rosier[ARMAsmParser] Sort the ARM register lists based on...
2013-07-01 Akira Hatanaka[mips] Reverse the order of source operands of shift...
2013-07-01 Ulrich Weigand[PowerPC] Also add "msync" alias
2013-07-01 Akira Hatanaka[mips] Increase the number of floating point control...
2013-07-01 Anton KorobeynikovAdd jump tables handling for MSP430.
2013-07-01 Hal FinkelDon't form PPC CTR loops for over-sized exit counts
2013-07-01 Tim NorthoverAArch64: correct CodeGen of MOVZ/MOVK combinations.
2013-07-01 Tim NorthoverRevert r185339 (ARM: relax the atomic release barrier...
2013-07-01 Ulrich Weigand[PowerPC] Fix @got references to local symbols
2013-07-01 Ulrich Weigand[PowerPC] Add "wait" instruction
2013-07-01 Ulrich Weigand[PowerPC] Support "eieio" instruction
2013-07-01 Ulrich Weigand[PowerPC] Add variants of "sync" instruction
2013-07-01 Tim NorthoverARM: relax the atomic release barrier to "dmb ishst"
2013-07-01 Justin Holewinski[NVPTX] Add support for module-scope inline asm
2013-07-01 Justin Holewinski[NVPTX] We dont use NVBuiltin anymore
2013-07-01 Justin Holewinski[NVPTX] Cut down on physical register defs
2013-07-01 Justin Holewinski[NVPTX] 64-bit ADDC/ADDE are not legal
2013-07-01 Justin Holewinski[NVPTX] Fix vector loads from parameters that span...
2013-07-01 Justin Holewinski[NVPTX] Handle signext/zeroext attributes properly
2013-07-01 Justin Holewinski[NVPTX] Add support for native SIGN_EXTEND_INREG where...
2013-07-01 Justin Holewinski[NVPTX] Add isel patterns for [reg+offset] form of...
2013-07-01 Justin Holewinski[NVPTX] Make sure we zero out high-order 24 bits for...
2013-06-30 Vincent LejeuneR600: Fix an unitialized variable in R600InstrInfo.cpp
2013-06-30 Ahmed BougachaX86: POP*rmm: move address operand to (ins) from (outs).
2013-06-29 Benjamin KramerNVPTX: Fold otherwise unused variable into assert.
2013-06-29 Benjamin KramerR600: Unbreak GCC build.
2013-06-29 Vincent LejeuneR600: Support schedule and packetization of trans-only...
2013-06-29 Vincent LejeuneR600: Bank Swizzle now display SCL equivalent
2013-06-28 Richard TrieuChange assert(0 && "text") to llvm_unreachable(0 &...
2013-06-28 Hal FinkelPPC: Ignore spill/restore requests for VRSAVE (except...
2013-06-28 Richard TrieuFix broken asserts that never fire.
2013-06-28 David BlaikieRemove unused member
2013-06-28 Tom StellardR600/SI: Add processor types for each CIK variant
2013-06-28 David BlaikieDebugInfo: PR14728: TLS support
2013-06-28 Hal FinkelFix a PPC rlwimi instruction-selection bug
2013-06-28 Chad RosierFix an off-by-one error. Also make the code a little...
2013-06-28 Eric ChristopherRemove unused variables.
2013-06-28 Justin Holewinski[NVPTX] Select -1 instead of 1 when anyextend'ing i1...
2013-06-28 Justin Holewinski[NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation...
2013-06-28 Justin Holewinski[NVPTX] Calling conventions fix
2013-06-28 Justin Holewinski[NVPTX] Add support for cttz/ctlz/ctpop
2013-06-28 Justin Holewinski[NVPTX] Clean up comparison/select/convert patterns...
2013-06-28 Justin Holewinski[NVPTX] Remove i8 register class. PTX support for...
2013-06-28 Justin Holewinski[NVPTX] Add support for vectorized function return...
2013-06-28 Justin Holewinski[NVPTX] Clean up handling of formal arguments and enabl...
2013-06-28 Justin Holewinski[NVPTX] Add infrastructure for vector loads/stores...
2013-06-28 Weiming ZhaoBug 13662: Enable GPRPair for all i64 operands of inlin...
2013-06-28 Tom StellardR600: Add local memory support via LDS
2013-06-28 Tom StellardR600: Add support for GROUP_BARRIER instruction
2013-06-28 Tom StellardR600: Add ALUInst bit to tablegen definitions v2
2013-06-28 Tim NorthoverARM: ensure fixed-point conversions have sane types
2013-06-28 Tilmann SchellerARM: Fix pseudo-instructions for SRS (Store Return...
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-28 David BlaikieIntegrate Assembler: Support X86_64_DTPOFF64 relocations
2013-06-27 Nadav RotemGet rid of the unused class member.
2013-06-27 Nadav RotemCostModel: improve the cost model for load/store of...
2013-06-27 Joey GoulyAdd a Subtarget feature 'v8fp' to the ARM backend.
2013-06-27 Benjamin KramerDon't cast away constness.
2013-06-27 Richard Sandiford[SystemZ] Allow LA and LARL to be rematerialized
2013-06-27 Richard Sandiford[SystemZ] Allow immediate moves to be rematerialized
2013-06-27 Richard Sandiford[SystemZ] Add conditional store patterns
2013-06-26 Eric ChristopherRevert "Debug Info: clean up usage of Verify." as it...
2013-06-26 Stephen LinClarify and doxygen-ify comments
2013-06-26 Chad Rosier[Mips Disassembler] Have the DecodeCCRRegisterClass...
2013-06-26 Stephen LinARM: Proactively ensure that the LowerCallResult hack...
2013-06-26 Manman RenDebug Info: clean up usage of Verify.
2013-06-26 Stephen LinMinor formatting fix to ARMBaseRegisterInfo::getCalleeS...
2013-06-26 Akira Hatanaka[mips] Do not emit ".option pic0" if target is mips64.
2013-06-26 Akira Hatanaka[mips] Improve code generation for constant multiplicat...
2013-06-26 Joey GoulyAdd a subtarget feature 'v8' to the ARM backend.
2013-06-26 Tim NorthoverARM: fix more cases where predication may or may not...
2013-06-26 Tim NorthoverARM: allow predicated barriers in Thumb mode
2013-06-26 Joey GoulyRemove the 'generic' CPU from the ARM eabi attributes...
2013-06-26 Ulrich Weigand[PowerPC] Accept 17-bit signed immediates for addis
2013-06-26 Ulrich Weigand[PowerPC] Support symbolic u16imm operands
2013-06-26 Amaury de la VieuvilleARM: operands should be explicit when disassembled
2013-06-26 Venkatraman Govind... [Sparc]: Add memory operands for the frame references...
2013-06-26 Elena DemikhovskyOptimized integer vector multiplication operation by...
2013-06-25 Tom StellardR600: Use new getNamedOperandIdx function generated...
2013-06-25 Arnold SchwaighoferX86 cost model: Vectorizing integer division is a bad...
next