R600/structurizer: improve PHI value finding
[oota-llvm.git] / lib / Target /
2013-02-16 Christian KonigR600/structurizer: improve PHI value finding
2013-02-16 Christian KonigR600/structurizer: add class to find the Nearest Common...
2013-02-16 Reed KotlerUse a different scheme to chose 16/32 variants. This...
2013-02-16 Bill WendlingReinitialize the ivars in the subtarget so that they...
2013-02-16 Chad Rosier[ms-inline asm] Do not omit the frame pointer if we...
2013-02-16 Akira Hatanaka[mips] Remove SDNPWantParent from the list of SDNodePro...
2013-02-15 Bill WendlingTemporary revert of 175320.
2013-02-15 Bill WendlingReinitialize the ivars in the subtarget.
2013-02-15 Bill WendlingSupport changing the subtarget features in ARM.
2013-02-15 Bill WendlingUse the 'target-features' and 'target-cpu' attributes...
2013-02-15 Chad Rosier[ms-inline asm] Adjust the EndLoc to account for the...
2013-02-15 Akira Hatanaka[mips] Clean up class MipsCCInfo.
2013-02-15 Akira Hatanaka[mips] Split SelectAddr, which was used to match addres...
2013-02-15 Reed KotlerRemove a final dependency on the form field in tablegen...
2013-02-15 Jyotsna VermaHexagon: Set appropriate TSFlags to the loads/stores...
2013-02-15 Tim NorthoverAArch64: add branch fixup pass.
2013-02-15 Rafael EspindolaGive these callbacks hidden visibility. It is better...
2013-02-15 Rafael EspindolaDon't make assumptions about the mangling of static...
2013-02-15 Benjamin KramerMake helpers static. Add missing include so LLVMInitial...
2013-02-15 Tim NorthoverAArch64: remove ConstantIsland pass & put literals...
2013-02-15 Tim NorthoverAArch64: refactor frame handling to use movz/movk for...
2013-02-15 Reed KotlerFix minor mips16 issues in directives for function...
2013-02-14 Akira Hatanaka[mips] Disallow moving load/store instructions past...
2013-02-14 Akira Hatanaka[mips] Replace usage of SmallSet with BitVector, which...
2013-02-14 Akira Hatanaka[mips] Fix comments and coding style violations. Declar...
2013-02-14 Joel JonesThe ARM NEON vector compare instructions take three...
2013-02-14 Eli BenderskyThe operand listing is very much outdated.
2013-02-14 Akira Hatanaka[mips] Simplify code in function Filler::findDelayInstr.
2013-02-14 Jakub StaszakSimplify code. Remove "else after return".
2013-02-14 Jyotsna VermaHexagon: Change insn class to support instruction encoding.
2013-02-14 Kay Tiong Khooadded basic support for Intel ADX instructions
2013-02-14 Michel DanzerR600/SI: Fix int_SI_fs_interp_constant
2013-02-14 Nadav Rotem80-col
2013-02-14 Jyotsna VermaHexagon: Use multiclass for absolute addressing mode...
2013-02-14 Weiming ZhaoRe-apply r175088 for bug fix 13622: Add paired register...
2013-02-14 Vincent LejeuneR600: Do not fold single instruction with more that...
2013-02-14 Vincent LejeuneR600: Export instructions are no longer terminator
2013-02-14 Vincent LejeuneR600: Fold zero/one in export instructions
2013-02-14 Vincent LejeuneR600: Do not fold modifier/litterals in vector inst
2013-02-14 Tim NorthoverAArch64: switch from neverHasSideEffects to hasSideEffects.
2013-02-14 Tim NorthoverAArch64: stop claiming that NEON registers are usable...
2013-02-14 Tim NorthoverAArch64: add block comments where missing
2013-02-14 Kristof BeylsMake ARMAsmParser accept the correct alignment specifie...
2013-02-14 Elena DemikhovskyFixed a bug in X86TargetLowering::LowerVectorIntExtend...
2013-02-14 Michel DanzerR600/SI: Check for empty stack in SIAnnotateControlFlow...
2013-02-14 Rafael EspindolaRevert r175120 and r175121. Clang is producing the...
2013-02-14 Reed KotlerRemove the form field from Mips16 instruction formats...
2013-02-14 Rafael EspindolaDon't assume the mangling of static functions.
2013-02-14 Rafael EspindolaDon't asume that a static function in an extern "C...
2013-02-13 Weiming Zhaotemporarily revert the patch due to some conflicts
2013-02-13 Anshuman DasguptaHexagon: add support for predicate-GPR copies.
2013-02-13 Tom StellardR600: Add support for 128-bit parameters
2013-02-13 Nick LewyckyDon't build tail calls to functions with three inreg...
2013-02-13 Weiming ZhaoBug fix 13622: Add paired register support for inline...
2013-02-13 Jyotsna VermaHexagon: Use absolute addressing mode loads/stores...
2013-02-13 Chad Rosier[ms-inline-asm] Add support for memory references that...
2013-02-13 Reed KotlerFor Mips 16, add the optimization where the 16 bit...
2013-02-13 Andrew TrickMIsched: HazardRecognizers are created for each DAG...
2013-02-13 Krzysztof ParzyszekAdd registration for PPC-specific passes to allow the...
2013-02-13 Benjamin KramerX86: Disable generation of rep;movsl when %esi is used...
2013-02-13 Reed KotlerMake jumptables work for -static
2013-02-13 Elena DemikhovskyPrevent insertion of "vzeroupper" before call that...
2013-02-13 Eric ChristopherCheck i1 as well as i8 variables for 8 bit registers...
2013-02-13 David PeixottoTest commit. Fixed typo.
2013-02-12 Jyotsna VermaHexagon: Add support to generate predicated absolute...
2013-02-12 Justin Holewinski[NVPTX] Disable vector registers
2013-02-12 Michel DanzerR600: Fix regression with shadow array sampler on pre...
2013-02-12 Arnold SchwaighoferARM cost model: Add vector reverse shuffle costs
2013-02-12 Arnold SchwaighoferARM NEON: Handle v16i8 and v8i16 reverse shuffles
2013-02-12 Kay Tiong KhooAdded 0x0D to 2-byte opcode extension table for prefetc...
2013-02-11 Akira Hatanaka[mips] Expand pseudo instructions before they are emitt...
2013-02-11 Akira Hatanaka[mips] Fix indentation.
2013-02-11 Krzysztof ParzyszekExtend Hexagon hardware loop generation to handle vario...
2013-02-11 Krzysztof ParzyszekImplement HexagonInstrInfo::analyzeCompare.
2013-02-11 Kay Tiong Khoo*fixed disassembly of some i386 system insts with intel...
2013-02-11 Michel DanzerR600/SI: Use V_ADD_F32 instead of V_MOV_B32 for clamp...
2013-02-11 Tim NorthoverAArch64: fix build on some MSVC versions
2013-02-11 Tim NorthoverAArch64: Simplify logic in deciding whether bfi is...
2013-02-11 Tim NorthoverMake use of DiagnosticType to provide better AArch64...
2013-02-11 Evan ChengCurrently, codegen may spent some time in SDISel passes...
2013-02-10 Joel JonesSpelling correction
2013-02-10 Vincent LejeuneTest Commit - Remove some trailing whitespace in R600In...
2013-02-09 Justin Holewinski[NVPTX] Make address space errors more explicit (llvm_u...
2013-02-08 Tom StellardR600: Dump the function name when TargetLowering::Lower...
2013-02-08 Tom StellardR600: rework flow creation in the structurizer v2
2013-02-08 Tom StellardR600: fix loop analyses in the structurizer
2013-02-08 Tom StellardR600: fix PHI value adding in the structurizer
2013-02-08 Reed KotlerAdd the 16 bit version of addiu. To the assembler,...
2013-02-08 Bill SchmidtRefine fix to bug 15041.
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-02-08 Reed KotlerWhen Mips16 frames grow large, the immediate field...
2013-02-07 Akira Hatanaka[mips] Make Filler a class and reduce indentation.
2013-02-07 Bill SchmidtConstrain PowerPC autovectorization to fix bug 15041.
2013-02-07 Akira Hatanaka[mips] Add definition of JALR instruction which has...
2013-02-07 Tom StellardR600/SI: cleanup VGPR encoding
2013-02-07 Tom StellardR600/SI: Handle VGPR64 destination in copyPhysReg().
2013-02-07 Tom StellardR600/SI: Add pattern for mul.
2013-02-07 Tom StellardR600/SI: simplify and fix SMRD encoding
2013-02-07 Tom StellardR600/SI: add proper 64bit immediate support v2
2013-02-07 Tom StellardR600: Add an explicit default processor
next