summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Update tests to use the new format of printing a TimeValue. It's a bitChandler Carruth2014-04-28
* Add emitThumbSet to the arm target streamer.Rafael Espindola2014-04-27
* X86TTI: Adjust sdiv cost now that we can lower it on plain SSE2.Benjamin Kramer2014-04-27
* X86: If SSE4.1 is missing lower SMUL_LOHI of v4i32 to pmuludq and fix up the ...Benjamin Kramer2014-04-27
* MC: duplicate .file test for WoA (SVN r207341)Saleem Abdulrasool2014-04-27
* Revert r206989, "Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak."...NAKAMURA Takumi2014-04-27
* Update test not to check for a shuffle of an all-zero vector.Benjamin Kramer2014-04-27
* SelectionDAG: Aggressively fold shuffles of constant splats.Benjamin Kramer2014-04-27
* tests: Windows ARM now supports object emissionSaleem Abdulrasool2014-04-27
* COFF: move ARM COFF test to ARM directorySaleem Abdulrasool2014-04-27
* Add WoA object file emission supportSaleem Abdulrasool2014-04-27
* DAGCombiner: Simplify code a bit, make more transforms work with vectors.Benjamin Kramer2014-04-26
* DebugInfo: Fix and test a regression caused by r207263 causing the DW_AT_obje...David Blaikie2014-04-26
* Include C++ source for debug info test case committed in r207323David Blaikie2014-04-26
* DWARF Type Units: Avoid emitting type units under fission if the type require...David Blaikie2014-04-26
* X86TTI: i16/i32 vector div with a constant (splat) divisor are reasonably che...Benjamin Kramer2014-04-26
* X86: Lower SMUL_LOHI of v4i32 to pmuldq when SSE4.1 is available.Benjamin Kramer2014-04-26
* X86: Add patterns for MULHU/MULHS of v8i16 and v16i16.Benjamin Kramer2014-04-26
* DAGCombiner: Turn divs of vector splats into vectorized multiplications.Benjamin Kramer2014-04-26
* Revert r206749 till a final decision about the intrinsics is made.Michael Zolotukhin2014-04-26
* RecursivelyDeleteTriviallyDeadInstructions() could removeGerolf Hoflehner2014-04-26
* [DAG] During DAG legalization keep opaque constants even after expanding.Juergen Ributzka2014-04-26
* Revert commit r207302 since build failuresGerolf Hoflehner2014-04-26
* RecursivelyDeleteTriviallyDeadInstructions() could removeGerolf Hoflehner2014-04-26
* [X86] Implement TargetLowering::getScalingFactorCost hook.Quentin Colombet2014-04-26
* [InstCombine][X86] Teach how to fold calls to SSE2/AVX2 packed logical shiftAndrea Di Biagio2014-04-26
* Appease the almighty buildbots.Filipe Cabecinhas2014-04-26
* Optimization for certain shufflevector by using insertps.Filipe Cabecinhas2014-04-25
* Revert "blockfreq: Approximate irreducible control flow"Duncan P. N. Exon Smith2014-04-25
* blockfreq: Approximate irreducible control flowDuncan P. N. Exon Smith2014-04-25
* Unbreak the gdb buildbot by not lowering dbg.declare intrinsics for arrays.Adrian Prantl2014-04-25
* Make sure that rangelists are also relative to the compile unitEric Christopher2014-04-25
* Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2014-04-25
* [LoopStrengthReduce] Don't trim formula that uses a subset of required registersAdam Nemet2014-04-25
* This reapplies r207235 with an additional bugfixes caught by the msanAdrian Prantl2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* ARM: remove @llvm.arm.sevlSaleem Abdulrasool2014-04-25
* [inline cold threshold] Command line argument for inline threshold willManman Ren2014-04-25
* ARM: provide a new generic hint intrinsicSaleem Abdulrasool2014-04-25
* Reapply r207135 without modifications.Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* [ARM64] When compiling for ELF in PIC mode, local symbols shouldn't go throug...Tilmann Scheller2014-04-25
* [ARM64] Handle fp128 for parameter passing on stackJiangning Liu2014-04-25
* ARM64: fix assertion in ISelDAGToDAGTim Northover2014-04-25
* [ARM64] Print preferred aliases for SFBM/UBFM in InstPrinterBradley Smith2014-04-25
* [ARM64] Add RUN lines for "–target arm64 –mattr=-fp-armv8" on AArch64 no-...Kevin Qin2014-04-25
* [ARM64] Support crc predicate on ARM64.Kevin Qin2014-04-25
* blockfreq: Only one mass distribution per nodeDuncan P. N. Exon Smith2014-04-25
* blockfreq: Use better branch weights in multiexit testDuncan P. N. Exon Smith2014-04-25
* blockfreq: Clean up irreducible testcasesDuncan P. N. Exon Smith2014-04-25