Age | Commit message (Expand) | Author | Files | Lines |
2015-12-15 | Bitcasts between FP and INT values using direct moves | Nemanja Ivanovic | 1 | -4/+11 |
2015-12-14 | [Power PC] llvm soft float support for ppc32 | Petar Jovanovic | 1 | -8/+11 |
2015-12-14 | [PPC] Early exit loop. NFC. | Chad Rosier | 1 | -1/+4 |
2015-12-02 | Patch to fix a crash in the PowerPC back end due to ISD::ROTL and ISD::ROTR | Nemanja Ivanovic | 1 | -0/+2 |
2015-12-01 | Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics. | Yury Gribov | 1 | -0/+20 |
2015-11-25 | Expose isXxxConstant() functions from SelectionDAGNodes.h (NFC) | Artyom Skrobov | 1 | -12/+6 |
2015-11-24 | Let SelectionDAG start to use probability-based interface to add successors. | Cong Hou | 1 | -2/+2 |
2015-11-07 | [WinEH] Update exception pointer registers | Joseph Tremoulet | 1 | -9/+11 |
2015-11-02 | Fix for bootstrap bug introduced in r244921 | Nemanja Ivanovic | 1 | -2/+1 |
2015-10-28 | [PowerPC] Don't return unsupported register classes for asm constraints | Hal Finkel | 1 | -5/+6 |
2015-10-28 | [PowerPC] Cleanly reject asm crbit constraint with -crbits | Hal Finkel | 1 | -1/+2 |
2015-10-20 | PowerPC: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -20/+16 |
2015-10-09 | Vector element extraction without stack operations on Power 8 | Nemanja Ivanovic | 1 | -1/+8 |
2015-09-29 | Addition of interfaces the BE to conform to Table A-2 of ELF V2 ABI V1.1 | Nemanja Ivanovic | 1 | -6/+28 |
2015-09-22 | Prune trailing whitespaces. | NAKAMURA Takumi | 1 | -13/+13 |
2015-09-22 | Untabify. | NAKAMURA Takumi | 1 | -3/+3 |
2015-09-22 | Reformat blank lines. | NAKAMURA Takumi | 1 | -12/+5 |
2015-09-22 | Reformat comment lines. | NAKAMURA Takumi | 1 | -9/+9 |
2015-09-22 | Reformat. | NAKAMURA Takumi | 1 | -50/+40 |
2015-09-22 | Fix utf8 chars. | NAKAMURA Takumi | 1 | -1/+1 |
2015-09-16 | propagate fast-math-flags on DAG nodes | Sanjay Patel | 1 | -6/+10 |
2015-09-03 | [PowerPC] Try harder to find a base+offset when looking for consecutive accesses | Hal Finkel | 1 | -7/+23 |
2015-09-03 | [PowerPC] Compute the MMO offset for an unaligned load with signed arithmetic | Hal Finkel | 1 | -1/+2 |
2015-09-02 | [PowerPC] Don't always consider P8Altivec-only masks in LowerVECTOR_SHUFFLE | Hal Finkel | 1 | -6/+8 |
2015-08-30 | [PowerPC] Fixup SELECT_CC (and SETCC) patterns with i1 comparison operands | Hal Finkel | 1 | -0/+2 |
2015-08-20 | [PowerPC] Fix the int2fp(fp2int(x)) DAGCombine to ignore ppc_fp128 | Hal Finkel | 1 | -0/+3 |
2015-08-19 | Temporary fix for the self-host failures introduced by rL244921. | Nemanja Ivanovic | 1 | -1/+2 |
2015-08-13 | Scalar to vector conversions using direct moves | Nemanja Ivanovic | 1 | -1/+9 |
2015-08-11 | PseudoSourceValue: Replace global manager with a manager in a machine function. | Alex Lorenz | 1 | -38/+51 |
2015-07-29 | [PPC] Fix PR24216: Don't generate splat for misaligned shuffle mask | Bill Schmidt | 1 | -0/+5 |
2015-07-28 | fix TLI's combineRepeatedFPDivisors interface to return the minimum user thre... | Sanjay Patel | 1 | -3/+3 |
2015-07-28 | Implement target independent TLS compatible with glibc's emutls.c. | Chih-Hung Hsieh | 1 | -0/+3 |
2015-07-27 | Revert "Add const to some Type* parameters which didn't need to be mutable. ... | Pete Cooper | 1 | -5/+5 |
2015-07-24 | Add const to some Type* parameters which didn't need to be mutable. NFC. | Pete Cooper | 1 | -5/+5 |
2015-07-24 | Use foreach loops for StructType::elements(). NFC. | Pete Cooper | 1 | -2/+2 |
2015-07-16 | [PowerPC] v4i32 is a VSRCRegClass | Bill Schmidt | 1 | -0/+1 |
2015-07-15 | [PPC64LE] Fix vec_sld semantics for little endian | Bill Schmidt | 1 | -4/+7 |
2015-07-12 | [PowerPC] Make use of the TargetRecip system | Hal Finkel | 1 | -14/+25 |
2015-07-12 | [PowerPC] Support the nest parameter attribute | Hal Finkel | 1 | -15/+47 |
2015-07-09 | Allow {e,r}bp as the target of {read,write}_register. | Pat Gavlin | 1 | -2/+2 |
2015-07-09 | Remove getDataLayout() from TargetLowering | Mehdi Amini | 1 | -13/+11 |
2015-07-09 | Make isLegalAddressingMode() taking DataLayout as an argument | Mehdi Amini | 1 | -2/+2 |
2015-07-09 | Make getByValTypeAlignment() taking DataLayout as an argument | Mehdi Amini | 1 | -1/+2 |
2015-07-09 | Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument | Mehdi Amini | 1 | -1/+1 |
2015-07-09 | Make TargetLowering::getPointerTy() taking DataLayout as an argument | Mehdi Amini | 1 | -52/+60 |
2015-07-05 | IR: Do not consider available_externally linkage to be linker-weak. | Peter Collingbourne | 1 | -4/+2 |
2015-07-05 | [TargetLowering] StringRefize asm constraint getters. | Benjamin Kramer | 1 | -2/+2 |
2015-06-30 | Modified a comment about the reason for the patch (removed commented code). | Nemanja Ivanovic | 1 | -2/+1 |
2015-06-30 | Fixes a bug with __builtin_vsx_lxvdw4x on Little Endian systems | Nemanja Ivanovic | 1 | -1/+4 |
2015-06-25 | PPCISelLowering.cpp: Appease PR23956. [-Wdocumentation] | NAKAMURA Takumi | 1 | -6/+6 |