test/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_64-linux, to unbreak win32...
[oota-llvm.git] / test / CodeGen /
2011-10-11 NAKAMURA Takumitest/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_6...
2011-10-11 Akira HatanakaTest cases for 64-bit load and store instructions.
2011-10-11 Bill WendlingAdd testcase for PR11107.
2011-10-10 Devang PatelRevert r141569 and r141576.
2011-10-10 Bill WendlingReapply r141365 now that PR11107 is fixed.
2011-10-10 Eli FriedmanMake sure the X86 backend doesn't explode on 128-bit...
2011-10-10 Devang PatelIf loop header is also loop exiting block then it may...
2011-10-10 Nadav RotemFix 10892 - When lowering SIGN_EXTEND_INREG do not...
2011-10-10 Devang PatelAdd dominance check for the instruction being hoisted.
2011-10-10 Benjamin KramerX86: Add patterns for the movbe instruction (mov +...
2011-10-10 Bill WendlingRevert r141365. It was causing MultiSource/Benchmarks...
2011-10-10 Bill WendlingWhen getting the number of bits necessary for addressin...
2011-10-08 Jakob Stoklund OlesenAdd TEST8ri_NOREX pseudo to constrain sub_8bit_hi copies.
2011-10-08 Jakob Stoklund OlesenAdd missing test case for r141410.
2011-10-07 Evan ChengHigh bits of movmskp{s|d} and pmovmskb are known zero...
2011-10-07 Bob WilsonReenable tail calls for iOS 5.0 and later.
2011-10-07 Bob WilsonReenable use of divmod compiler_rt functions for iOS...
2011-10-07 Anton KorobeynikovPeephole optimization for ABS on ARM.
2011-10-05 Cameron ZwarichRemove a check from ARM shifted operand isel helper...
2011-10-05 Dan GohmanMake this test less sensitive to codegen optimizations.
2011-10-03 Akira HatanakaMove CHECK after entry label.
2011-10-03 Akira HatanakaAdd support for 64-bit logical NOR.
2011-10-03 Akira HatanakaAdd support for 64-bit count leading ones and zeros...
2011-10-03 Akira HatanakaAdd support for 64-bit divide instructions.
2011-10-03 Akira HatanakaAdd support for 64-bit integer multiply instructions.
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 Akira HatanakaRemove unnecessary checking of register operands.
2011-09-30 Akira HatanakaAdd definitions of Mips64 rotate instructions.
2011-09-30 Jim GrosbachARM Darwin default relocation model is PIC.
2011-09-30 Akira HatanakaCheck values of immediate operands.
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 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-27 Jakob Stoklund OlesenRemove X86-dependent stuff from SSEDomainFix.
2011-09-27 Justin HolewinskiPTX: Add support for sitofp in backend
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 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 Justin HolewinskiPTX: Fix detection of stack load/store vs. global load...
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-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 Jakob Stoklund OlesenAlso match negative offsets for addrmode3 and addrmode5.
2011-09-23 Justin HolewinskiPTX: Handle function call return values
2011-09-23 Justin HolewinskiPTX: Start fixing function calls
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 Justin HolewinskiPTX: fixup test cases for register changes
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 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 Evan ChengFix a bug introduced during refactoring a couple of...
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 Bruno Cardoso LopesAttempt to fix -mtriple=i686-{cygwin|mingw|win32} regre...
2011-09-19 Bruno Cardoso LopesBased on the small opt Zvi's patch was trying to achiev...
2011-09-19 Eli FriedmanSome additional tests for Thumb atomic load and store...
2011-09-19 Bruno Cardoso LopesMatch X86ISD::FSETCCsd and X86ISD::FSETCCss while in...
2011-09-18 Nadav RotemsetOperationAction should be done on the return value...
2011-09-18 Nadav RotemWhen promoting integer vectors we often create ext...
2011-09-18 Benjamin KramerApply Duncan's test fix from r139986 to the avx version...
2011-09-17 Duncan SandsSynthesize x86 max/min instructions also for vectors...
2011-09-16 Andrew TrickTest case trial and error. Not sure the proper way...
2011-09-16 Andrew TrickReduced a stronger test case for coalescer bug PR10920.
2011-09-15 Eli FriedmanSome legalization fixes for atomic load and store.
2011-09-15 Jakob Stoklund OlesenVirtRegMap is counting spill slots, not register spills.
2011-09-15 Bruno Cardoso LopesChange all checks regarding the presence of any SSE...
2011-09-15 Andrew Trick[regcoalescing] bug fix for RegistersDefinedFromSameValue.
2011-09-14 Nadav RotemAdd integer promotion support for vselect
2011-09-14 Bruno Cardoso LopesVector shuffle mask <i32 4, i32 5, i32 2, i32 3> should...
2011-09-14 Devang PatelRemove ancient debug info constructs from test cases...
2011-09-14 Devang PatelRemove unnecessary old test.
2011-09-13 Akira HatanakaDelete test cases that generate code for allegrex/psp...
2011-09-13 Eli FriedmanError out on CodeGen of unaligned load/store. Fix...
2011-09-13 Akira HatanakaAdd pattern used to match MipsLo, which is needed when...
next