aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2011-09-26PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski
2011-09-26PTX: SM > 2.0 implies +doubleJustin Holewinski
2011-09-26PTX: Fix some lingering issues with stack allocationJustin Holewinski
2011-09-26PTX: Split up the TableGen instruction definitions into logical unitsJustin Holewinski
2011-09-26PTX: Unify handling of loads/storesJustin Holewinski
2011-09-26PTX: Handle FrameIndex nodesJustin Holewinski
2011-09-26PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...David Meyer
2011-09-26Fix VEX decoding in i386 mode. Fixes PR11008.Craig Topper
2011-09-25Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen
2011-09-24Add .td file.Akira Hatanaka
2011-09-24Preparation for adding simple Mips64 instructions.Akira Hatanaka
2011-09-24Only run MF.verify() with EXPENSIVE_CHECKS=1.Jakob Stoklund Olesen
2011-09-23Teach the Thumb2 AsmParser to accept pre-indexed loads/stores with an offset ...Owen Anderson
2011-09-23Also match negative offsets for addrmode3 and addrmode5.Jakob Stoklund Olesen
2011-09-23Add more fixed bits to USAT16 encoding to filter out incorrect decodings.Owen Anderson
2011-09-23Post-index loads/stores in still need to print the post-indexed immediate, ev...Owen Anderson
2011-09-23Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...Owen Anderson
2011-09-23Revert r140412. This affects more instructions than intended.Owen Anderson
2011-09-23Thumb2 register-shifted-register loads cannot target the PC or the SP.Owen Anderson
2011-09-23Implement N32/64 calling convention. Patch by Liu.Akira Hatanaka
2011-09-23Make FGR64RegisterClass available if target is Mips64.Akira Hatanaka
2011-09-23Add definitions of 64-bit register files. Add code for returning Mips64's set...Akira Hatanaka
2011-09-23PTX: Fix parameter order bugJustin Holewinski
2011-09-23Fix a couple of 80 column violations.Wesley Peck
2011-09-23PTX: Cleanup unused code in PTXMachineFunctionInfoJustin Holewinski
2011-09-23PTX: Fix another 80-column violationJustin Holewinski
2011-09-23PTX: Handle function call return valuesJustin Holewinski
2011-09-23Fix 80 column violations.Richard Osborne
2011-09-23Implement Chris's suggestion of legalizing the various SSE and AVXDuncan Sands
2011-09-23PTX: Start fixing function callsJustin Holewinski
2011-09-23PTX: Remove PTX calling convention filesJustin Holewinski
2011-09-23[PATCH 2/2] PTXInstrInfo.td PTXIntrinsicInstrInfo.td 80 columnsJustin Holewinski
2011-09-23PTX: Generalize handling of .param typesJustin Holewinski
2011-09-23PTX: Cleanup unused code in the PTXMFInfoExtract passJustin Holewinski
2011-09-23Add definitions of 64-bit int registers.Akira Hatanaka
2011-09-23Do not rely on the enum values of argument registers A0-A3 being consecutive.Akira Hatanaka
2011-09-22PR10991: make fast-isel correctly check whether accessing a global through an...Eli Friedman
2011-09-22Make changes in instruction and pattern definitions so that tablegen does notAkira Hatanaka
2011-09-22Add support for GR32 <-> FR32 cross class copies.Jakob Stoklund Olesen
2011-09-22Synthesize SSE3/AVX 128 bit horizontal add/sub instructions fromDuncan Sands
2011-09-22Print parentheses in next line.Akira Hatanaka
2011-09-22Change subreg index of AFPR64 from sub_fpeven to sub_32 per Jakob's comment.Akira Hatanaka
2011-09-22Define a new sub-register index sub_32 for accessing the 32-bit sub-register ofAkira Hatanaka
2011-09-22Print three closing parentheses when Kind is either VK_Mips_GPOFF_HI or Akira Hatanaka
2011-09-22Add F31 to the set of callee-saved registers.Akira Hatanaka
2011-09-22Fix typo.Akira Hatanaka
2011-09-22PTX: Remove physical register defsJustin Holewinski
2011-09-22PTX: Use .param space for device function return values on SM 2.0+, and attemptJustin Holewinski
2011-09-22PTX: Fix style issuesJustin Holewinski
2011-09-22PTX: Fixup codegen to handle emission of virtual registers.Justin Holewinski