Add a convenience method to tell if two things are equal.
[oota-llvm.git] / test /
2011-09-30 Bill WendlingFilecheck-ize.
2011-09-30 Bill WendlingAdd new line at end of file.
2011-09-30 Bill WendlingWhen inferring the pointer alignment, if the global...
2011-09-30 David GreeneTest More Complicated Lists
2011-09-30 David GreeneTest VarListElementInit:: resolveListElementReference
2011-09-30 Akira HatanakaRemove unnecessary checking of register operands.
2011-09-30 Akira HatanakaAdd definitions of Mips64 rotate instructions.
2011-09-30 Jim Grosbachfloat comparison to double 'zero' constant can just...
2011-09-30 Jim GrosbachARM Darwin default relocation model is PIC.
2011-09-30 Akira HatanakaCheck values of immediate operands.
2011-09-30 Duncan SandsAdd forgotten tests that the cleanup flag is cleared...
2011-09-30 Duncan SandsInlining often produces landingpad instructions with...
2011-09-30 Akira HatanakaMips64 shift instructions.
2011-09-30 Akira HatanakaMips64 arithmetic and logical instructions with one...
2011-09-29 Akira HatanakaFill delay slot with useful instructions. Modified...
2011-09-29 Dan GohmanWhen eliminating unnecessary retain+autorelease on...
2011-09-29 Dan GohmanDon't eliminate objc_retainBlock calls on stack objects...
2011-09-29 Akira HatanakaMips64 arithmetic and logical instructions with two...
2011-09-29 Andrew TrickLSR: rewrite inner loops only.
2011-09-29 Andrew Trickwhitespace
2011-09-29 Justin HolewinskiPTX: Add new patterns for bitconvert and any_extend
2011-09-28 Evan ChengTighten a ARM dag combine condition to avoid an identit...
2011-09-28 Eli FriedmanPR11033: Make sure we don't generate PCMPGTQ and PCMPEQ...
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX back-end (patch 1 of N)
2011-09-28 James MolloyCheck in a patch that has already been code reviewed...
2011-09-28 Andrew TrickTest case for r140670: indvars should hoist sext.
2011-09-28 Eli FriedmanPR10628: Fix getModRefInfo so it queries the underlying...
2011-09-27 Jakob Stoklund OlesenRemove X86-dependent stuff from SSEDomainFix.
2011-09-27 Jim GrosbachARM Thumb2 asm parsing [SU]XT[BH] without rotate but...
2011-09-27 NAKAMURA Takumitest/CMakeLists.txt: Depend on llvm-objdump. "make...
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2011-09-27 Michael J. SpencerAdd binary archive support to llvm-nm.
2011-09-27 Michael J. SpencerUnbreak tests.
2011-09-27 Justin HolewinskiPTX: Add support for sitofp in backend
2011-09-27 Bill WendlingSplit the landing pad basic block with the correct...
2011-09-27 Eli FriedmanLast batch of test conversions to new atomic instructions.
2011-09-26 Eli FriedmanConvert a bunch more tests over to the new atomic instr...
2011-09-26 Owen AndersonFix an incorrect decoder test.
2011-09-26 Owen AndersonRemove incorrect testcases.
2011-09-26 Eli FriedmanConvert more tests to new atomic instructions.
2011-09-26 Eli FriedmanConvert more tests over to the new atomic instructions.
2011-09-26 Eli FriedmanConvert more tests over to the new atomic instructions.
2011-09-26 Eli FriedmanUpgrade a couple more tests to the new atomic instructions.
2011-09-26 Eli FriedmanEnhance alias analysis for atomic instructions a bit...
2011-09-26 Eli FriedmanFix this test so it doesn't fail on Mac.
2011-09-26 Justin HolewinskiPTX: Fix detection of stack load/store vs. global load...
2011-09-26 James MolloyFix emission of debug data for global variables. getCon...
2011-09-26 Justin HolewinskiPTX: Add .align tests to stack object test file
2011-09-26 Justin HolewinskiPTX: Fix some lingering issues with stack allocation
2011-09-26 Justin HolewinskiPTX: Unify handling of loads/stores
2011-09-26 David MeyerOnly run tests in test/CodeGen/CBackend/X86 when both...
2011-09-26 David MeyerPR11004: Inline memcpy to avoid generating nested call...
2011-09-26 Craig TopperFix VEX decoding in i386 mode. Fixes PR11008.
2011-09-24 Jakob Stoklund OlesenOnly run MF.verify() with EXPENSIVE_CHECKS=1.
2011-09-23 Jakob Stoklund OlesenVerify that terminators follow non-terminators.
2011-09-23 Eli FriedmanPR10998: It is not legal to sink an instruction past...
2011-09-23 Owen AndersonTeach the Thumb2 AsmParser to accept pre-indexed loads...
2011-09-23 Jakob Stoklund OlesenAlso match negative offsets for addrmode3 and addrmode5.
2011-09-23 Owen AndersonFix incorrect disassembly test.
2011-09-23 Owen AndersonPost-index loads/stores in still need to print the...
2011-09-23 Owen AndersonReapply r140412 (Thumb2 reg-reg loads cannot target...
2011-09-23 Justin HolewinskiPTX: Handle function call return values
2011-09-23 Justin HolewinskiPTX: Start fixing function calls
2011-09-23 Craig TopperDon't allow 32-bit only instructions to be disassembled...
2011-09-23 Eli FriedmanPR10989: Don't print .hidden on Windows.
2011-09-22 Eli FriedmanPR10991: make fast-isel correctly check whether accessi...
2011-09-22 Dan GohmanFix SimplifySelectCC to add newly created nodes to...
2011-09-22 Duncan SandsSynthesize SSE3/AVX 128 bit horizontal add/sub instruct...
2011-09-22 Eli FriedmanPR10987: add a missed safety check to isSafePHIToSpecul...
2011-09-22 Justin HolewinskiPTX: fixup test cases for register changes
2011-09-22 Craig TopperFix register printing in disassembling of push/pop...
2011-09-21 Owen AndersonTurns out that Thumb2 ADR doesn't need special printing...
2011-09-21 Owen AndersonPrint out immediate offset versions of PC-relative...
2011-09-21 Devang PatelDo not unnecessarily use AT_specification DIE because...
2011-09-21 Akira HatanakaRemove +.
2011-09-21 Akira HatanakaRe-enable some of the disabled tests. Use FileCheck...
2011-09-21 Nadav Rotemadd another testcase for pr10902
2011-09-21 Nadav Rotem[VECTOR-SELECT] Address one of the bugs in pr10902.
2011-09-20 Eric ChristopherRemove llvm-gcc and various compiler handling from...
2011-09-20 Bill WendlingThis test is completely invalid with the modern EH...
2011-09-20 Eli FriedmanMake sure IPSCCP never marks a tracked call as overdefi...
2011-09-20 Bruno Cardoso LopesAdd a DAGCombine for subvector extracts to remove usele...
2011-09-20 Bruno Cardoso LopesRevert r140097, working on a better approach
2011-09-20 Bill WendlingUpdate this test to the new EH model.
2011-09-20 Bruno Cardoso LopesThe wrong relocation was being emitted for several...
2011-09-20 Evan ChengFix a bug introduced during refactoring a couple of...
2011-09-20 Bill WendlingUpdate to new EH model.
2011-09-20 Owen AndersonPort over more Thumb2 encoding tests to decoding tests.
2011-09-20 NAKAMURA Takumitest/CodeGen/X86/avx-minmax.ll: Unbreak Win32.
2011-09-20 Craig TopperExtend changes from r139986 to produce 256-bit AVX...
2011-09-20 Andrew TrickARM isel bug fix for adds/subs operands.
2011-09-20 Jim GrosbachNuke obsolete test file.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for WFE/WFI/YIELD.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UXTAB/UXTAB16...
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USUB8/USUB16.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USAX.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USAT16.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USAT.
2011-09-20 Jim GrosbachTidy up.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UQSAD8/USADA8.
next