| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WinEH] Update exception pointer registers | Joseph Tremoulet | 2015-11-07 | 1 | -1/+10 |
| * | fix TLI's combineRepeatedFPDivisors interface to return the minimum user thre... | Sanjay Patel | 2015-07-28 | 1 | -1/+1 |
| * | [PowerPC] Support the nest parameter attribute | Hal Finkel | 2015-07-12 | 1 | -1/+1 |
| * | Allow {e,r}bp as the target of {read,write}_register. | Pat Gavlin | 2015-07-09 | 1 | -1/+2 |
| * | Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user | Mehdi Amini | 2015-07-09 | 1 | -1/+1 |
| * | Make isLegalAddressingMode() taking DataLayout as an argument | Mehdi Amini | 2015-07-09 | 1 | -2/+2 |
| * | Make getByValTypeAlignment() taking DataLayout as an argument | Mehdi Amini | 2015-07-09 | 1 | -1/+2 |
| * | Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument | Mehdi Amini | 2015-07-09 | 1 | -1/+3 |
| * | Make TargetLowering::getPointerTy() taking DataLayout as an argument | Mehdi Amini | 2015-07-09 | 1 | -1/+2 |
| * | [TargetLowering] StringRefize asm constraint getters. | Benjamin Kramer | 2015-07-05 | 1 | -6/+4 |
| * | [PPC] Implement vmrgew and vmrgow instructions | Kit Barton | 2015-06-25 | 1 | -0/+5 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -3/+3 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -3/+3 |
| * | Add address space argument to isLegalAddressingMode | Matt Arsenault | 2015-06-01 | 1 | -1/+2 |
| * | [PPC64] Add support for clrbhrb, mfbhrbe, rfebb. | Bill Schmidt | 2015-05-22 | 1 | -0/+10 |
| * | [PPC64] Add vector pack/unpack support from ISA 2.07 | Bill Schmidt | 2015-05-16 | 1 | -0/+5 |
| * | Change getTargetNodeName() to produce compiler warnings for missing cases, fi... | Matthias Braun | 2015-05-07 | 1 | -1/+1 |
| * | Add direct moves to/from VSR and exploit them for FP/INT conversions | Nemanja Ivanovic | 2015-04-11 | 1 | -0/+13 |
| * | [PowerPC] Enable splat generation for BUILD_VECTOR with little endian | Bill Schmidt | 2015-04-03 | 1 | -4/+0 |
| * | [ppc] Distinguish the 'es', 'o', 'm', 'Q', 'Z', and 'Zy' inline assembly memo... | Daniel Sanders | 2015-03-17 | 1 | -2/+11 |
| * | Make each target map all inline assembly memory constraints to InlineAsm::Con... | Daniel Sanders | 2015-03-16 | 1 | -0/+6 |
| * | Add support for part-word atomics for PPC | Nemanja Ivanovic | 2015-03-10 | 1 | -9/+2 |
| * | getRegForInlineAsmConstraint wants to use TargetRegisterInfo for | Eric Christopher | 2015-02-26 | 1 | -3/+4 |
| * | [PowerPC] Make LDtocL and friends invariant loads | Hal Finkel | 2015-02-25 | 1 | -3/+6 |
| * | [PowerPC] Cleanup unused target-specific SDAG nodes | Hal Finkel | 2015-02-25 | 1 | -16/+1 |
| * | [PowerPC] Add support for the QPX vector instruction set | Hal Finkel | 2015-02-25 | 1 | -1/+29 |
| * | [PowerPC] Fix reverted patch r227976 to avoid register assignment issues | Bill Schmidt | 2015-02-10 | 1 | -15/+29 |
| * | Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat... | Hal Finkel | 2015-02-06 | 1 | -11/+11 |
| * | [PowerPC] Yet another approach to __tls_get_addr | Bill Schmidt | 2015-02-03 | 1 | -11/+11 |
| * | Remove extraneous forward declaration. | Eric Christopher | 2015-01-30 | 1 | -1/+0 |
| * | Use the cached subtargets and remove calls to getSubtarget/getSubtargetImpl | Eric Christopher | 2015-01-30 | 1 | -1/+2 |
| * | [PowerPC] Loosen ELFv1 PPC64 func descriptor loads for indirect calls | Hal Finkel | 2015-01-15 | 1 | -12/+9 |
| * | Revert "r225811 - Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support"" | Hal Finkel | 2015-01-14 | 1 | -4/+6 |
| * | Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support" | Hal Finkel | 2015-01-13 | 1 | -6/+4 |
| * | [PowerPC] Add StackMap/PatchPoint support | Hal Finkel | 2015-01-13 | 1 | -4/+6 |
| * | Added TLI hook for isFPExtFree. Some of the FMA combine heuristics are now gu... | Olivier Sallenave | 2015-01-13 | 1 | -0/+2 |
| * | [PowerPC] Mark zext of a small scalar load as free | Hal Finkel | 2015-01-10 | 1 | -0/+2 |
| * | [PowerPC] Fold [sz]ext with fp_to_int lowering where possible | Hal Finkel | 2015-01-09 | 1 | -1/+2 |
| * | [PowerPC] Reuse a load operand in int->fp conversions | Hal Finkel | 2015-01-06 | 1 | -0/+22 |
| * | [PowerPC] Improve int_to_fp(fp_to_int(x)) combining | Hal Finkel | 2015-01-06 | 1 | -0/+1 |
| * | [PowerPC] Enable speculation of cttz/ctlz | Hal Finkel | 2015-01-05 | 1 | -0/+8 |
| * | [PowerPC/BlockPlacement] Allow target to provide a per-loop alignment preference | Hal Finkel | 2015-01-03 | 1 | -0/+2 |
| * | [PowerPC] Add support for the CMPB instruction | Hal Finkel | 2015-01-03 | 1 | -0/+3 |
| * | [PowerPC] Ensure that the TOC reload directly follows bctrl on PPC64 | Hal Finkel | 2014-12-23 | 1 | -0/+4 |
| * | [PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv using sradi | Hal Finkel | 2014-12-11 | 1 | -0/+9 |
| * | [PowerPC 1/4] Little-endian adjustments for VSX loads/stores | Bill Schmidt | 2014-12-09 | 1 | -1/+21 |
| * | [PowerPC] Implement readcyclecounter for PPC32 | Hal Finkel | 2014-12-02 | 1 | -0/+4 |
| * | [PowerPC] Implement combineRepeatedFPDivisors | Hal Finkel | 2014-11-24 | 1 | -0/+1 |
| * | [PowerPC] Replace foul hackery with real calls to __tls_get_addr | Bill Schmidt | 2014-11-11 | 1 | -8/+6 |
| * | Use rsqrt (X86) to speed up reciprocal square root calcs | Sanjay Patel | 2014-10-24 | 1 | -1/+2 |