Add some SpecialCaseList unit tests.
[oota-llvm.git] / test /
2013-07-09 David MajnemerInstSimplify: X >> X -> 0
2013-07-09 Adrian Prantlmove test into the appropriate subdir.
2013-07-09 Nadav RotemFix PR16571, which is a bug in the code that checks...
2013-07-09 Adrian PrantlReapply an improved version of r180816/180817.
2013-07-09 Stephen LinAppease buildbots after r185956: just set -mcpu explici...
2013-07-09 Stephen LinAppease Atom buildbot after r185956 (explicitly turn...
2013-07-09 Hal FinkelWidenVecRes_BUILD_VECTOR must use the first operand...
2013-07-09 Bill Schmidt[PowerPC] Better fix for PR16556.
2013-07-09 Stephen LinAttempt to appease buildbot after r185956 by explicitly...
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-09 Hal FinkelDon't crash in SE dealing with ashr x, -1
2013-07-09 David MajnemerValueTracking: Fix bugs in isKnownToBeAPowerOfTwo
2013-07-09 Hal FinkelDAGCombine tryFoldToZero cannot create illegal types...
2013-07-09 Ulrich Weigand[PowerPC] Revert r185476 and fix up TLS variant kinds
2013-07-09 Vincent LejeuneR600: Do not predicated basic block with multiple alu...
2013-07-09 Vincent LejeuneR600: Fix a rare bug where swizzle optimization returns...
2013-07-09 Vincent LejeuneR600: Fix wrong export reswizzling
2013-07-09 Vincent LejeuneR600: Use DAG lowering pass to handle fcos/fsin
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VRINT{A, N...
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VRINT{Z, X...
2013-07-09 Ulrich Weigand[PowerPC] Support ".machine any"
2013-07-09 Alexander PotapenkoRevert r185872 - "Stop emitting weak symbols into the...
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VCVT{A, N,...
2013-07-09 Richard Sandiford[SystemZ] Use MVC for simple load/store pairs
2013-07-09 Richard Sandiford[SystemZ] Use "STC;MVC" for memset
2013-07-09 David MajnemerInstCombine: variations on 0xffffffff - x >= 4
2013-07-09 David MajnemerInstCombine: X & -C != -C -> X <= u ~C
2013-07-09 Ulrich Weigand[PowerPC] Support .llong and fix .word
2013-07-09 David MajnemerCommit r185909 was a misapplied patch, fix it
2013-07-09 David MajnemerInstCombine: add more transforms
2013-07-09 Hal FinkelPPC: Allocate RS spill slot for unaligned i64 load...
2013-07-08 Eric ChristopherCEHCK->CHECK typo fix.
2013-07-08 Eric ChristopherFix up whitespace.
2013-07-08 Bill WendlingStop emitting weak symbols into the "coal" sections.
2013-07-08 Ulrich Weigand[PowerPC] Always use "assembler dialect" 1
2013-07-08 Hal FinkelPPC: Mark vector CC action for SETO and SETONE as Expand
2013-07-08 Joey GoulyAdd a comment to this change, requested by Eric Christo...
2013-07-08 Jim GrosbachARM: Improve codegen for generic vselect.
2013-07-08 Hal FinkelPPC: Mark vector FREM as Expand by default
2013-07-08 Ulrich Weigand[PowerPC] Support time base instructions
2013-07-08 Ulrich Weigand[PowerPC] Support basic compare mnemonics
2013-07-08 Bill Schmidt[PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_...
2013-07-08 Reid KlecknerConvert an OCaml binding grep test to FileCheck
2013-07-08 David MajnemerInstCombine: Fold X-C1 <u 2 -> (X & -2) == C1
2013-07-08 Nico RieckReuse %rax after calling __chkstk on win64
2013-07-08 Nico RieckRevert "Proper va_arg/va_copy lowering on win64"
2013-07-08 Richard Sandiford[SystemZ] Use MVC for memcpy
2013-07-08 NAKAMURA Takumillvm/test/CMakeLists.txt: Add llvm-cov in "check-clang".
2013-07-08 NAKAMURA Takumillvm/test/CMakeLists.txt: Reformat LLVM_TEST_DEPENDS.
2013-07-08 NAKAMURA Takumillvm/test/Other/llvm-cov.test: It requires +Asserts...
2013-07-08 Hal FinkelFix PromoteIntRes_BUILD_VECTOR crash with i1 vectors
2013-07-08 Kai NackeRevert: Fix wrong code offset for unwind code SET_FPREG.
2013-07-08 Kai NackeRevert: Generate IMAGE_REL_AMD64_ADDR32NB relocations...
2013-07-08 Kai NackeRevert: Fix alignment of unwind data.
2013-07-08 Hal FinkelAdd the nearbyint -> FNEARBYINT mapping to BasicTargetT...
2013-07-08 Michael Gottesman[objc-arc] Committed test for r185770 as per dblaikie...
2013-07-08 Nico RieckRevert "Reuse %rax after calling __chkstk on win64"
2013-07-07 Nico RieckReuse %rax after calling __chkstk on win64
2013-07-07 Nick LewyckyEliminate trivial redundant loads across nocapture...
2013-07-07 Nadav RotemSLPVectorizer: Implement DCE as part of vectorization.
2013-07-07 Michael Gottesman[objc-arc] Remove the alias analysis part of r185764.
2013-07-07 Michael Gottesman[objc-arc] Teach the ARC optimizer that objc_sync_enter...
2013-07-06 Joey GoulyAdd MC support for the v8fp instructions: vmaxnm and...
2013-07-06 Nico RieckProper va_arg/va_copy lowering on win64
2013-07-06 Kai NackeFix alignment of unwind data.
2013-07-06 Kai NackeGenerate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
2013-07-06 Kai NackeFix wrong code offset for unwind code SET_FPREG.
2013-07-06 Benjamin KramerDAGCombiner: Don't drop extension behavior when shrinki...
2013-07-06 Tim NorthoverStop putting operations after a tail call.
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
2013-07-06 David MajnemerInstCombine: typo in or_icmp_eq_B_0_icmp_ult_A_B test
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-07-05 Michael Gottesman[TRE] Combined another test into basic.ll
2013-07-05 Michael Gottesman[TRE] Merged several tests into the the test basic.ll.
2013-07-05 Arnold SchwaighoferARM: Add a pack pattern for matching arithmetic shift...
2013-07-05 Arnold SchwaighoferARM: Fix incorrect pack pattern
2013-07-05 Richard Sandiford[SystemZ] Remove no-op MVCs
2013-07-05 Richard SandifordFix double renaming bug in stack coloring pass
2013-07-05 Richard Sandiford[SystemZ] Enable the use of MVC for frame-to-frame...
2013-07-05 Ulrich Weigand[PowerPC] Add some special @got@tprel fixup cases
2013-07-05 Richard Sandiford[SystemZ] Allocate a second register scavenging slot
2013-07-05 Rafael EspindolaDon't create an archive if, for example, we are asked...
2013-07-05 Ulrich Weigand[PowerPC] Make test case buildable with GNU as
2013-07-05 Ulrich Weigand[PowerPC] Support @tls in the asm parser
2013-07-05 Joey GoulyPR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.
2013-07-05 David MajnemerInstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp...
2013-07-04 David BlaikieDebugInfo: Consider global variables without locations...
2013-07-04 Nico RieckMC: Add .section directive to COFF
2013-07-04 David MajnemerInstCombine: Reimplementation of visitUDivOperand
2013-07-04 Rafael EspindolaAdd support for archives with no symbol table or string...
2013-07-04 Ulrich Weigand[PowerPC] Implement writeNopData
2013-07-04 Rafael EspindolaAdd 'not' in front of a command that is expected to...
2013-07-04 Joey GoulyAdd support for MC assembling and disassembling of...
2013-07-04 Ulrich Weigand[PowerPC] Add all trap mnemonics
2013-07-04 Ulrich Weigand[PowerPC] Add asm parser support for CR expressions
2013-07-04 Benjamin KramerSimplifyCFG: Teach switch generation some patterns...
2013-07-04 Joey GoulyAdd a V8FP instruction 'vcvt{b,t}' to convert between...
2013-07-03 Quentin Colombet[ARM] Improve the instruction selection of vector loads.
2013-07-03 Tilmann SchellerARM: Prevent ARMAsmParser::shouldOmitCCOutOperand(...
2013-07-03 Ulrich Weigand[PowerPC] Support lmw/stmw in the asm parser
next