[NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic
[oota-llvm.git] / test / CodeGen / X86 /
2013-05-21 Benjamin KramerX86: When emulating unsigned PCMPGTQ with PCMPGTD,...
2013-05-21 Benjamin KramerDAGCombine: Avoid an edge case where it tried to create...
2013-05-18 David MajnemerX86: Bad peephole interaction between adc, MOV32r0
2013-05-17 Benjamin KramerX86: Make shuffle -> shift conversion more aggressive...
2013-05-17 Benjamin KramerFileCheckize test.
2013-05-16 Benjamin KramerDAGCombine: Also shrink eq compares where the constant...
2013-05-16 Rafael EspindolaAdd a triple to the test to try to fix the windows...
2013-05-16 Rafael EspindolaMore addFrameMove test coverage.
2013-05-16 Rafael EspindolaAdd more addFrameMove test coverage.
2013-05-16 Benjamin KramerRelax CHECK-NEXTs a bit to cope with atom's return...
2013-05-15 David MajnemerSet an explicit triple for this test.
2013-05-15 David MajnemerX86: Remove redundant test instructions
2013-05-15 Derek SchuffFix miscompile due to StackColoring incorrectly merging...
2013-05-14 Eric ChristopherReapply "Subtract isn't commutative, fix this for MMX...
2013-05-14 Eric ChristopherTemporarily revert "Subtract isn't commutative, fix...
2013-05-14 Eric ChristopherSubtract isn't commutative, fix this for MMX psub.
2013-05-10 Benjamin KramerDAGCombiner: Generate a correct constant for vector...
2013-05-09 Owen AndersonTeach SelectionDAG to constant fold all-constant FMA...
2013-05-09 Bill WendlingGenerate a compact unwind encoding in the face of a...
2013-05-08 Nick LewyckyFix a bug in codegenprep where it was losing track...
2013-05-08 David MajnemerDAGCombiner: Simplify inverted bit tests
2013-05-06 Bill WendlingReduce attributes.
2013-05-06 Michael KupersteinFix slightly too aggressive conact_vector optimization.
2013-05-06 Bill WendlingAdd a testcase that checks that we generate functions...
2013-05-05 David MajnemerRemove a recently redundant transform from X86ISelLowering.
2013-05-02 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-05-02 Michael LiaoRewrite X86 codegen regression test with FileCheck
2013-05-01 Michael LiaoAvoid generating tempfile(s) never used
2013-05-01 Bill WendlingRevert r180737. The companion patch was reverted, and...
2013-05-01 Rafael EspindolaPut VMOVPQIto64rr in the VRPDI class.
2013-05-01 Michael LiaoForget remove the tempfile argument
2013-05-01 Michael LiaoMore rewrites of x86 codegen regression tests with...
2013-04-30 Adrian PrantlTemporarily revert "Change the informal convention...
2013-04-30 Adrian PrantlChange the informal convention of DBG_VALUE so that...
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-30 Michael LiaoRewrite X86 codegen regression test with FileCheck
2013-04-30 Michael LiaoRewrite test in FileCheck instead of grep in X86 codegen
2013-04-29 Bill WendlingDuplicate a testcase.
2013-04-29 Michael LiaoRewrite some tests with FileCHeck in X86 codegen
2013-04-26 Benjamin KramerMake CHECK lines a bit less strict so they also match...
2013-04-26 Benjamin KramerX86: Now that we have a canonical form for vector integ...
2013-04-26 Benjamin KramerDAGCombiner: Canonicalize vector integer abs in the...
2013-04-25 Preston GurdThis patch adds the X86FixupLEAs pass, which will reduc...
2013-04-25 Chad Rosier[inline asm] Add a test case for r180226. The specific...
2013-04-23 Rafael EspindolaMove test from grep to FileCheck.
2013-04-22 Arnaud A. de Grand... Cleanup: test source files do not need to be executable
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-21 Bill WendlingRemove tbaa metadata.
2013-04-20 Stephen LinMinor renaming of tests (for consistency with an in...
2013-04-20 Benjamin KramerDon't litter .s files in test directory.
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-20 Stephen LinAllow tail call opportunity detection through nested...
2013-04-19 Anton KorobeynikovDo not mangle in MS-way the globals with magic \001...
2013-04-19 Bill WendlingMake test slightly more readable.
2013-04-19 Bill WendlingAdd a testcase to make sure we generate the proper...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-04-18 Benjamin KramerX86: Add an SSE2 lowering for 64 bit compares when...
2013-04-18 Derek SchuffAllow misaligned stores in x86 fast-isel.
2013-04-17 Eli BenderskyThis patch teaches x86 fast-isel to generate the native...
2013-04-15 Tim NorthoverAvoid outputting temporary test file into source tree.
2013-04-13 Andrew TrickFurther generalize this scheduler test.
2013-04-13 Andrew TrickFix a dislexic regex.
2013-04-13 Andrew TrickAdd a missing REQUIRES: asserts
2013-04-13 Andrew TrickMI-Sched: schedule physreg copies.
2013-04-12 Nadav RotemFix the test on linux by setting the triple and the...
2013-04-12 Nadav RotemAdd a flag to align all basic blocks in the function.
2013-04-11 Preston GurdUse FileCheck instead of grep.
2013-04-11 Eli BenderskyAdd a CHECK-NOT for a more faithful translation of...
2013-04-11 Michael LiaoOptimize vector select from all 0s or all 1s
2013-04-11 Michael LiaoEnhance bool simplifcation in X86 to handle more cases
2013-04-10 Eli BenderskyRewrite some of the test/CodeGen/X86 tests to use FileC...
2013-04-10 Evan Cheng__sincosf_stret returns sinf / cosf in bits 0:31 and...
2013-04-05 Timur IskhodzhanovMake the test/CodeGen/X86/win32_sret.ll reliable on...
2013-04-05 Andrew TrickRegisterPressure heuristics currently require signed...
2013-04-03 Timur IskhodzhanovTemporarily relax the WIN32 checks in the SRet test...
2013-04-03 Timur IskhodzhanovFix SRet for thiscall in i686-pc-win32
2013-04-02 NAKAMURA Takumillvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming...
2013-04-02 Jakob Stoklund OlesenDon't attempt MTM heuristics without a scheduling model...
2013-04-02 Chad Rosier[fast-isel] Use the correct API to disable FastLowerArg...
2013-04-02 Preston GurdSimplify test cases for Atom preferring call register...
2013-04-01 Arnold SchwaighoferMerge load/store sequences with adresses: base + index...
2013-03-31 Benjamin KramerX86: Promote sitofp <8 x i16> to <8 x i32> when AVX...
2013-03-30 Benjamin KramerDAGCombine: visitXOR can replace a node without returni...
2013-03-30 Benjamin KramerChange '@SECREL' suffix to GAS-compatible '@SECREL32'.
2013-03-29 Timur IskhodzhanovExclude the X86/complex-fca.ll test at it probably...
2013-03-29 Benjamin KramerRemove the old CodePlacementOpt pass.
2013-03-28 Michael LiaoAdd support of RDSEED defined in AVX2 extension
2013-03-28 Michael LiaoEnhance boolean simplification to handle 16-/64-bit...
2013-03-28 Timur IskhodzhanovMake Win32 put the SRet address into EAX, fixes PR15556
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 Preston GurdThis patch follows is a follow up to r178171, which...
2013-03-27 Preston GurdFor the current Atom processor, the fastest way to...
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-26 Michael LiaoAdd XTEST codegen support
2013-03-26 Jakob Stoklund OlesenEnable SandyBridgeModel for all modern Intel P6 descend...
2013-03-26 Michael LiaoFix PRFCHW test on non-x86 builds
2013-03-26 Michael LiaoAdd PREFETCHW codegen support
2013-03-25 Michael LiaoRevise alignment checking/calculation on 256-bit unalig...
2013-03-25 Michael LiaoEnhance folding of (extract_subvec (insert_subvec V1...
next