summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-28
* R600: Fix handling of NAN in comparison instructionsTom Stellard2013-09-28
* [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted outAkira Hatanaka2013-09-28
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-27
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-27
* [SystemZ] Rein back the use of block operationsRichard Sandiford2013-09-27
* [SystemZ] Improve handling of PC-relative addressesRichard Sandiford2013-09-27
* [mips][msa] Implemented insert.d intrinsic.Daniel Sanders2013-09-27
* [mips][msa] Implemented fill.d intrinsic.Daniel Sanders2013-09-27
* [mips][msa] Implemented copy_[us].d intrinsic.Daniel Sanders2013-09-27
* [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.Daniel Sanders2013-09-27
* [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64Daniel Sanders2013-09-27
* Remove superfluous comment accidentally checked-in.Andrea Di Biagio2013-09-27
* [mips][msa] Added support for MSA registers to copyPhysRegDaniel Sanders2013-09-27
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-27
* Re-apply the change from r191393 with fix for pr17380.Andrea Di Biagio2013-09-27
* [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...Daniel Sanders2013-09-27
* [mips][msa] Expand all truncstores and loadexts for MSA as well as DSPDaniel Sanders2013-09-27
* [mips][msa] Added missing check in performSRACombineDaniel Sanders2013-09-27
* Fix PR 17372: Emitting PLD for stack address for ARM Thumb2Weiming Zhao2013-09-26
* [PowerPC] Fix PR17354: Generate nop after local calls for PIC code.Bill Schmidt2013-09-26
* Revert r191393 since it caused pr17380.Andrea Di Biagio2013-09-26
* [Sparc] Implements exception handling in SPARC with DwarfCFI.Venkatraman Govindaraju2013-09-26
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-26
* Fix PR 17368: disable vector mul distribution for square of add/sub for ARMWeiming Zhao2013-09-25
* Test commit. Removed trailing whitespace.Josh Magee2013-09-25
* Fix a bad typo in the inline assembly code for mips16 pic fp stubsReed Kotler2013-09-25
* Teach DAGCombiner how to canonicalize dags according to the ruleAndrea Di Biagio2013-09-25
* [PR16882] Ignore noreturn definitions when setting isPhysRegUsed.Quentin Colombet2013-09-25
* CriticalAntiDepBreaker is no longer needed for armv7 scheduling.Andrew Trick2013-09-25
* Add missing check to SETCC optimization.Eli Friedman2013-09-24
* [mips][msa] Added support for matching pckev, and pckod from normal IR (i.e. ...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching ilv[lr], ilvod, and ilvev from normal ...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-24
* [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-24
* [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V...Daniel Sanders2013-09-24
* [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_E...Daniel Sanders2013-09-24
* [mips][msa] Added partial support for matching fmax_a from normal IR (i.e. no...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching andi, ori, nori, and xori from normal ...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching max, maxi, min, mini from normal IR (i...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. no...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching comparisons from normal IR (i.e. not i...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching slli, srai, and srli from normal IR (i...Daniel Sanders2013-09-24
* llvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll: Use -mtriple here, ...NAKAMURA Takumi2013-09-24
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-24
* [stackprotector] Forgot to add in PR number to test case.Michael Gottesman2013-09-24
* [stackprotector] Allow for copies from vreg -> vreg to be in a terminator seq...Michael Gottesman2013-09-24
* Selecting the address from a very long chain of GEPs can blow the stack.Bill Wendling2013-09-24
* Make nomips16 mask not repeat if it ends with a '.'.Reed Kotler2013-09-23
* Add sha intrinsic testsBen Langmuir2013-09-23