InstCombine: Add a few missing combines for ANDs and ORs of sign bit tests.
[oota-llvm.git] / test / CodeGen /
2011-03-29 Cameron ZwarichAdd Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16...
2011-03-29 Rafael EspindolaReduce test case.
2011-03-29 Evan ChengOptimizing (zext A + zext B) * C, to (VMULL A, C) ...
2011-03-28 Bill WendlingIn some cases, the "fail BB dominator" may be null...
2011-03-26 Jakob Stoklund OlesenCollect and coalesce DBG_VALUE instructions before...
2011-03-26 Eric ChristopherFix the bfi handling for or (and a mask) (and b mask...
2011-03-25 Jakob Stoklund OlesenEmit less labels for debug info and stop emitting ...
2011-03-24 Devang PatelMove test in x86 specific area.
2011-03-24 Devang PatelKeep track of directory namd and fIx regression caused...
2011-03-24 NAKAMURA TakumiTarget/X86: [PR8777][PR8778] Tweak alloca/chkstk for...
2011-03-24 Cameron ZwarichDo early taildup of ret in CodeGenPrepare for potential...
2011-03-23 Devang PatelEnable GlobalMerge on darwin.
2011-03-23 Andrew TrickRevert r128175.
2011-03-23 Evan ChengCmp peephole optimization isn't always safe for signed...
2011-03-23 Eli FriedmanPR9535: add support for splitting and scalarizing vecto...
2011-03-23 Andrew TrickReapply Eli's r127852 now that the pre-RA scheduler...
2011-03-22 Jakob Stoklund OlesenReapply r128045 and r128051 with fixes.
2011-03-22 Andrew TrickRevert r128045 and r128051, debug info enhancements.
2011-03-22 Che-Liang Chiouptx: add analyze/insert/remove branch
2011-03-22 Jakob Stoklund OlesenDont emit 'DBG_VALUE %noreg, ...' to terminate user...
2011-03-22 Dan GohmanFix fast-isel address mode folding to avoid folding...
2011-03-20 Rafael EspindolaWrite the section table and the section data in the...
2011-03-19 Daniel DunbarRevert r127953, "SimplifyCFG has stopped duplicating...
2011-03-19 Evan ChengSimplifyCFG has stopped duplicating returns into predec...
2011-03-19 Nadav RotemAdd support for legalizing UINT_TO_FP of vectors on...
2011-03-19 Andrew TrickFileCheckize a test.
2011-03-18 Evan ChengMatch a few more obvious patterns to revsh. rdar:/...
2011-03-18 Eli FriedmanRevert r127852; it's apparently causing an ICE on mingw.
2011-03-18 Justin HolewinskiPTX: Fix various codegen issues
2011-03-18 Che-Liang Chiouptx: fix parameter order that is reversed
2011-03-18 Che-Liang Chiouptx: add unconditional and conditional branch
2011-03-18 Eli FriedmanAdd a target-specific branchless method for double...
2011-03-17 Benjamin KramerBuildUDIV: If the divisor is even we can simplify the...
2011-03-17 Richard OsborneAdd XCore intrinsic for setpsc.
2011-03-17 NAKAMURA Takumitest/CodeGen/X86/h-registers-1.ll: Add explicit -mtripl...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86/constant-pool-remat-0.ll: FileCheck...
2011-03-16 Cameron ZwarichThe x86-64 ABI says that a bool is only guaranteed...
2011-03-16 Cameron ZwarichRename a test to be more inclusive.
2011-03-16 Daniel DunbarRevert r127757, "Patch to a fix dwarf relocation proble...
2011-03-16 Richard OsborneAdd XCore intrinsics for setclk, setrdy.
2011-03-16 Renato GolinPatch to a fix dwarf relocation problem on ARM. One...
2011-03-16 Cameron ZwarichAdd a test for i1 zeroext arguments on x86-64. We curre...
2011-03-16 Richard OsborneAdd checkevent intrinsic to check if any resources...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86: FileCheck-ize and add actions for...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86: Add a pattern for Win64.
2011-03-16 NAKAMURA Takumitest/CodeGen/X86: FileCheck-ize and add explicit -mtrip...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86/byval*.ll: Win64 has not supported...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86/dyn-stackalloc.ll: FileCheck-ize.
2011-03-15 Bill WendlingSome minor cleanups based on feedback.
2011-03-15 Evan ChengDo not form thumb2 ldrd / strd if the offset is by...
2011-03-15 Richard OsborneOn the XCore the scavenging slot should be closest...
2011-03-15 Richard OsborneAdd XCore intrinsics for getps, setps, setsr and clrsr.
2011-03-15 Justin HolewinskiPTX: Set PTX 2.0 as the minimum supported version
2011-03-15 Evan ChengAdd a peephole optimization to optimize pairs of bitcas...
2011-03-15 Evan Chengsext(undef) = 0, because the top bits will all be the...
2011-03-15 Bill WendlingTestcase for r127630.
2011-03-15 Jim GrosbachClean up ARM tail calls a bit. They're pseudo-instructi...
2011-03-14 Bill WendlingGenerate a VTBL instruction instead of a series of...
2011-03-14 Eric ChristopherFix this test up a bit.
2011-03-14 Evan ChengMinor optimization. sign-ext/anyext of undef is still...
2011-03-14 Justin HolewinskiPTX: Emit global arrays with proper sizes
2011-03-14 Justin HolewinskiPTX: Add support for sqrt/sin/cos intrinsics
2011-03-14 Che-Liang Chiouptx: add set.p instruction and related changes to predi...
2011-03-12 Eric ChristopherSaving files before committing is overrated.
2011-03-12 Eric ChristopherSometimes isPredicable lies to us and tells us we don...
2011-03-11 Jim GrosbachProperly pseudo-ize the ARM LDMIA_RET instruction....
2011-03-11 Cameron ZwarichRoll r127459 back in:
2011-03-11 Cameron ZwarichFix the GCC test suite issue exposed by r127477, which...
2011-03-11 Daniel DunbarRevert r127459, "Optimize trivial branches in CodeGenPr...
2011-03-11 Cameron ZwarichOptimize trivial branches in CodeGenPrepare, which...
2011-03-11 Eric ChristopherChange the x86 32-bit scheduler to register pressure...
2011-03-11 Evan ChengAvoid replacing the value of a directly stored load...
2011-03-10 Jim GrosbachProperly pseudo-ize MOVCCr and MOVCCs.
2011-03-10 Justin HolewinskiPTX: Add preliminary support for floating-point divide...
2011-03-10 Che-Liang Chiouptx: add the rest of special registers of ISA version 2.0
2011-03-10 Stuart HastingsRevert 127359; it broke lencod.
2011-03-09 Daniel DunbarRevert "Re-enable test and hope to silence the buildbot...
2011-03-09 Benjamin KramerFix mistyped CHECK lines.
2011-03-09 Stuart HastingsTweak test to work on Linux.
2011-03-09 Stuart HastingsDisable this test temporarily to reduce BuildBot compla...
2011-03-09 Stuart HastingsX86 byval copies no longer always_inline. <rdar:/...
2011-03-09 Bruno Cardoso LopesAdd a testcase for the addc improvements introduced...
2011-03-09 Bruno Cardoso LopesRe-enable test and hope to silence the buildbots
2011-03-09 Bruno Cardoso Lopestry to make o32 cc tests less specific to silence some...
2011-03-09 Jakob Stoklund OlesenMake physreg coalescing independent on the number of...
2011-03-09 Jakob Stoklund OlesenDelete a test case that is very sensitive to coalescer...
2011-03-09 Bruno Cardoso LopesImprove varags handling, with testcases. Patch by Sasa...
2011-03-09 Andrew TrickThis test case should work with list-ilp or list-burr.
2011-03-09 NAKAMURA TakumiTarget/X86: Tweak va_arg for Win64 not to miss taking...
2011-03-09 Eric ChristopherFix testcase.
2011-03-08 Benjamin KramerStrip cruft.
2011-03-08 Eric ChristopherAdd a testcase for r127263.
2011-03-08 Benjamin KramerX86: Fix the (saddo/ssub x, 1) -> incl/decl selection...
2011-03-08 Justin HolewinskiPTX: Add intrinsic support for ntid, ctaid, and nctaid...
2011-03-08 Eric ChristopherTurn on list-ilp scheduling by default on x86 and x86...
2011-03-08 Bob WilsonFix a compiler crash where a Glue value had multiple...
2011-03-05 Che-Liang Chiouptx: add basic intrinsic support
2011-03-05 NAKAMURA Takumitest/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit...
2011-03-04 Bruno Cardoso LopesImprove div/rem node handling on mips. Patch by Akira...
2011-03-04 Bruno Cardoso LopesAdd testcase for r127032
next