summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-28
* Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy2011-09-28
* PTX: Simplify code. No functionality change.Benjamin Kramer2011-09-28
* PTX: Pass param name strings per const reference.Benjamin Kramer2011-09-28
* Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.Jakob Stoklund Olesen2011-09-28
* Remove MipsFPRound. Mips1 is no longer supported.Akira Hatanaka2011-09-27
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-27
* Unbreak CMake build.Ted Kremenek2011-09-27
* Implement TII::get/setExecutionDomain() for ARM.Jakob Stoklund Olesen2011-09-27
* Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.Jakob Stoklund Olesen2011-09-27
* ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w.Jim Grosbach2011-09-27
* This is the start of the new SjLj EH preparation pass, which will replace theBill Wendling2011-09-27
* Embed patterns in definitions of MFC1 and MTC1 instead of defining them outsideAkira Hatanaka2011-09-27
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-27
* PTX: Fix case where printed alignment could be 0Justin Holewinski2011-09-27
* PTX: Use external symbols to keep track of params and locals. This also fixesJustin Holewinski2011-09-27
* Use existing function.Jakob Stoklund Olesen2011-09-27
* Fix function MipsRegisterInfo::getRegisterNumbering.Akira Hatanaka2011-09-27
* Do not add the pass that restores $gp if target is Mips64.Akira Hatanaka2011-09-27
* Mark MipsPseudo isPseudo.Akira Hatanaka2011-09-27
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-27
* Remove extraneous commit garbage.Owen Anderson2011-09-26
* Set register class of a register according to value of HasMips64.Akira Hatanaka2011-09-26
* Define variable HasMips64 in MipsTargetLowering.Akira Hatanaka2011-09-26
* In single float mode, double precision FP arguments are passed in integerAkira Hatanaka2011-09-26
* ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.Owen Anderson2011-09-26
* PTX: Fix memcpy intrinsic to handle 64-bit pointersJustin Holewinski2011-09-26
* PTX: Implement PTXSelectionDAGInfoJustin Holewinski2011-09-26
* PTX: Implement ISD::ANY_EXTENDJustin Holewinski2011-09-26
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-26
* 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