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