| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64. | Daniel Sanders | 2013-09-27 | 1 | -0/+34 |
* | [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64 | Daniel Sanders | 2013-09-27 | 2 | -0/+221 |
* | Remove superfluous comment accidentally checked-in. | Andrea Di Biagio | 2013-09-27 | 1 | -2/+0 |
* | [mips][msa] Added support for MSA registers to copyPhysReg | Daniel Sanders | 2013-09-27 | 1 | -0/+136 |
* | [mips][msa] Added support for matching splati from normal IR (i.e. not intrin... | Daniel Sanders | 2013-09-27 | 1 | -12/+64 |
* | Re-apply the change from r191393 with fix for pr17380. | Andrea Di Biagio | 2013-09-27 | 1 | -0/+203 |
* | [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e... | Daniel Sanders | 2013-09-27 | 56 | -58/+63 |
* | [mips][msa] Expand all truncstores and loadexts for MSA as well as DSP | Daniel Sanders | 2013-09-27 | 2 | -0/+32 |
* | [mips][msa] Added missing check in performSRACombine | Daniel Sanders | 2013-09-27 | 1 | -0/+137 |
* | Fix PR 17372: Emitting PLD for stack address for ARM Thumb2 | Weiming Zhao | 2013-09-26 | 1 | -0/+22 |
* | [PowerPC] Fix PR17354: Generate nop after local calls for PIC code. | Bill Schmidt | 2013-09-26 | 1 | -0/+39 |
* | Revert r191393 since it caused pr17380. | Andrea Di Biagio | 2013-09-26 | 1 | -181/+0 |
* | [Sparc] Implements exception handling in SPARC with DwarfCFI. | Venkatraman Govindaraju | 2013-09-26 | 1 | -0/+112 |
* | [ARM] Use the load-acquire/store-release instructions optimally in AArch32. | Amara Emerson | 2013-09-26 | 2 | -15/+1345 |
* | Fix PR 17368: disable vector mul distribution for square of add/sub for ARM | Weiming Zhao | 2013-09-25 | 1 | -0/+11 |
* | Test commit. Removed trailing whitespace. | Josh Magee | 2013-09-25 | 1 | -1/+1 |
* | Fix a bad typo in the inline assembly code for mips16 pic fp stubs | Reed Kotler | 2013-09-25 | 2 | -12/+33 |
* | Teach DAGCombiner how to canonicalize dags according to the rule | Andrea Di Biagio | 2013-09-25 | 1 | -0/+181 |
* | [PR16882] Ignore noreturn definitions when setting isPhysRegUsed. | Quentin Colombet | 2013-09-25 | 1 | -0/+38 |
* | CriticalAntiDepBreaker is no longer needed for armv7 scheduling. | Andrew Trick | 2013-09-25 | 3 | -5/+5 |
* | Add missing check to SETCC optimization. | Eli Friedman | 2013-09-24 | 1 | -0/+18 |
* | [mips][msa] Added support for matching pckev, and pckod from normal IR (i.e. ... | Daniel Sanders | 2013-09-24 | 1 | -0/+132 |
* | [mips][msa] Added support for matching ilv[lr], ilvod, and ilvev from normal ... | Daniel Sanders | 2013-09-24 | 1 | -0/+262 |
* | [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-24 | 1 | -8/+51 |
* | [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-24 | 2 | -12/+336 |
* | [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V... | Daniel Sanders | 2013-09-24 | 1 | -2/+2 |
* | [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_E... | Daniel Sanders | 2013-09-24 | 1 | -0/+110 |
* | [mips][msa] Added partial support for matching fmax_a from normal IR (i.e. no... | Daniel Sanders | 2013-09-24 | 1 | -0/+30 |
* | [mips][msa] Added support for matching andi, ori, nori, and xori from normal ... | Daniel Sanders | 2013-09-24 | 1 | -0/+240 |
* | [mips][msa] Added support for matching max, maxi, min, mini from normal IR (i... | Daniel Sanders | 2013-09-24 | 3 | -4/+1096 |
* | [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. no... | Daniel Sanders | 2013-09-24 | 4 | -7/+413 |
* | [mips][msa] Added support for matching comparisons from normal IR (i.e. not i... | Daniel Sanders | 2013-09-24 | 2 | -0/+1159 |
* | [mips][msa] Added support for matching slli, srai, and srli from normal IR (i... | Daniel Sanders | 2013-09-24 | 1 | -0/+168 |
* | llvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll: Use -mtriple here, ... | NAKAMURA Takumi | 2013-09-24 | 1 | -1/+1 |
* | Initial support for Neon scalar instructions. | Jiangning Liu | 2013-09-24 | 14 | -114/+584 |
* | [stackprotector] Forgot to add in PR number to test case. | Michael Gottesman | 2013-09-24 | 1 | -0/+2 |
* | [stackprotector] Allow for copies from vreg -> vreg to be in a terminator seq... | Michael Gottesman | 2013-09-24 | 1 | -0/+63 |
* | Selecting the address from a very long chain of GEPs can blow the stack. | Bill Wendling | 2013-09-24 | 1 | -0/+25607 |
* | Make nomips16 mask not repeat if it ends with a '.'. | Reed Kotler | 2013-09-23 | 1 | -0/+19 |
* | Add sha intrinsic tests | Ben Langmuir | 2013-09-23 | 1 | -0/+139 |
* | [mips][msa] Added support for matching addvi, and subvi from normal IR (i.e. ... | Daniel Sanders | 2013-09-23 | 1 | -0/+113 |
* | [mips][msa] Added support for matching insert and copy from normal IR (i.e. n... | Daniel Sanders | 2013-09-23 | 1 | -0/+226 |
* | [mips][msa] Added support for matching pcnt from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-23 | 1 | -0/+60 |
* | [mips][msa] Added support for matching nor from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-23 | 1 | -0/+68 |
* | [mips][msa] Added support for matching and, or, and xor from normal IR (i.e. ... | Daniel Sanders | 2013-09-23 | 2 | -0/+390 |
* | [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG... | Daniel Sanders | 2013-09-23 | 2 | -0/+177 |
* | ISelDAG: spot chain cycles involving MachineNodes | Tim Northover | 2013-09-22 | 2 | -1/+28 |
* | [Sparc] Add support for TLS in sparc. | Venkatraman Govindaraju | 2013-09-22 | 1 | -0/+73 |
* | [SPARC] Make functions with GLOBAL_OFFSET_TABLE access as non-leaf functions. | Venkatraman Govindaraju | 2013-09-22 | 2 | -6/+12 |
* | [Sparc] Emit .register directive to declare the use of global registers %g2, ... | Venkatraman Govindaraju | 2013-09-22 | 1 | -0/+16 |