summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* PTX: Fix broken shared library buildJustin Holewinski2011-09-29
* Expand the x86 V_SET0* pseudos right after register allocation.Jakob Stoklund Olesen2011-09-29
* Target/ARM: Unbreak! CMake! Build!NAKAMURA Takumi2011-09-29
* Delete NEONMoveFix, now unused.Jakob Stoklund Olesen2011-09-29
* Use ExecutionDepsFix instead of NEONMoveFix.Jakob Stoklund Olesen2011-09-29
* Move to ISelLowering.Bill Wendling2011-09-29
* PTX: Add new patterns for bitconvert and any_extendJustin Holewinski2011-09-29
* Revert r140731, "Define classes for unary and binary FP instructions and use ...Jakob Stoklund Olesen2011-09-28
* Tighten a ARM dag combine condition to avoid an identity transformation, whichEvan Cheng2011-09-28
* Define classes for unary and binary FP instructions and use them to defineAkira Hatanaka2011-09-28
* PR11033: Make sure we don't generate PCMPGTQ and PCMPEQQ if the target CPU do...Eli Friedman2011-09-28
* Perform the lowering only if there are invokes.Bill Wendling2011-09-28
* Ahem...actually *add* the ARMSjLjLowering pass to the pass manager.Bill Wendling2011-09-28
* PTX: Fix alignment logicJustin Holewinski2011-09-28
* Rename predicate In32BitMode to NotFP64bit and add definition of IsFP64bit.Akira Hatanaka2011-09-28
* Remove definitions of branch-on-FP-likely instructions. They are deprecated.Akira Hatanaka2011-09-28
* Mips64 predicate definitions. Patch by Liu.Akira Hatanaka2011-09-28
* PTX: MC-ize the PTX backend (patch 2 of N)Justin Holewinski2011-09-28
* 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