Add generic vector support for bitselect & element byteswap
[oota-llvm.git] / test /
2010-05-25 Kevin EnderbyThe BT64ri8 record in X86Instr64bit.td was missing...
2010-05-25 Eric ChristopherMake sure aeskeygenassist uses an unsigned immediate...
2010-05-24 Dan GohmanFix an mmx movd encoding.
2010-05-24 Kevin EnderbyMC/X86: Add aliases for CMOVcc variants.
2010-05-24 Bob WilsonThumb2 RSBS instructions were being printed without...
2010-05-24 Evan ChengLR is in GPR, not tGPR even in Thumb1 mode.
2010-05-22 Daniel DunbarMC/X86: Subdivide immediates a bit more, so that we...
2010-05-22 Daniel DunbarMC/X86: Add alias for setz, setnz, jz, jnz.
2010-05-22 Evan ChengImplement @llvm.returnaddress. rdar://8015977.
2010-05-22 Eric ChristopherThis test is darwin only. Make it so(tm).
2010-05-22 Bob WilsonRecognize more BUILD_VECTORs and VECTOR_SHUFFLEs that...
2010-05-22 Eric ChristopherAdd full bss data support for darwin tls variables.
2010-05-21 Kevin EnderbyAdded retl for 32-bit x86 and added retq for 64-bit...
2010-05-21 Bob WilsonChange CodeGen/ARM/2009-11-02-NegativeLane.ll to use...
2010-05-21 Chris Lattnernow that fp reg kill insertion stuff happens as a separate
2010-05-21 Jakob Stoklund OlesenTeach VirtRegRewriter to handle spilling in instruction...
2010-05-21 Dale JohannesenFix i64->f64 conversion, x86-64, -no-sse. A bit
2010-05-21 Evan ChengChange ARM scheduling default to list-hybrid if the...
2010-05-20 Daniel DunbarMC/X86: Add movq alias for movabsq, to allow matching...
2010-05-20 Dan GohmanWhen canonicalizing icmp operand order to put the loop...
2010-05-20 Bob WilsonHandle Neon v2f64 and v2i64 vector shuffles as register...
2010-05-20 Dan GohmanFix assembly parsing and encoding of the pushf and...
2010-05-20 Dan GohmanDefine the x86 pause instruction.
2010-05-20 Dan GohmanFix the sfence instruction to use MRM_F8 instead of...
2010-05-20 Bill WendlingMatch "4" or "8" depending upon if it's 32- or 64-bit.
2010-05-20 Eric ChristopherOnce more, with feeling.
2010-05-19 Dan GohmanTeach LSR how to cope better with unrolled loops on...
2010-05-19 Chris Lattnerfix rdar://7986634 - match instruction opcodes case...
2010-05-19 Bill WendlingTestcase for r104181.
2010-05-19 Eric ChristopherA more combo tls testcase.
2010-05-19 Eric ChristopherFew more simple tls testcases.
2010-05-19 Jakob Stoklund OlesenTwoAddressInstructionPass doesn't really know how to...
2010-05-19 Eric ChristopherAttempt to run this test on x86 only.
2010-05-19 Bob WilsonTestcase to go with 104141.
2010-05-19 Evan Chengt2LEApcrel and tLEApcrel are re-materializable. This...
2010-05-19 Evan ChengIntrinsics which do a vector compare (results are all...
2010-05-19 Eric ChristopherAdd a test to make sure that we're lowering the shift...
2010-05-18 Jakob Stoklund OlesenRemember to update VirtRegLastUse when spilling without...
2010-05-18 Dan GohmanWhen converting a test to a cmp to fold a load, use...
2010-05-18 Eric ChristopherQuick test to make sure we're emitting the tbss section...
2010-05-18 Evan ChengSink dag combine's post index load / store code that...
2010-05-18 Dale JohannesenTest passed on ppc, to my surprise; if it worked
2010-05-18 Evan ChengFix PR7162: Use source register classes and sub-indices...
2010-05-18 Dale JohannesenTestcase for llvm-gcc checkin 104042.
2010-05-18 Kevin EnderbyFixed the problem with a branch to "0b" that was not...
2010-05-18 Daniel DunbarMC/Mach-O: Implement support for setting indirect symbo...
2010-05-18 Daniel DunbarMC/X86: Implement custom lowering to make sure we match...
2010-05-18 Evan ChengFIX PR7158. SimplifyVBinOp was asserting when it fails...
2010-05-17 Evan ChengFix PR7175. Insert copies of a REG_SEQUENCE source...
2010-05-17 Kevin EnderbyAdded support in MC for Directional Local Labels.
2010-05-17 Eric ChristopherMore data/parsing support for tls directives. Add...
2010-05-17 Evan ChengFix PR7156. If the sources of a REG_SEQUENCE are all...
2010-05-17 Daniel DunbarMC/Mach-O/x86: Optimal nop sequences should only be...
2010-05-17 Daniel DunbarMC/Mach-O: Reverse order of SymbolData scanning when...
2010-05-17 Evan ChengCareful with reg_sequence coalescing to not to overwrit...
2010-05-17 Daniel DunbarMC/Mach-O: Fix some differences in symbol flag handling.
2010-05-17 Evan ChengTurn on -neon-reg-sequence by default.
2010-05-17 Daniel Dunbarllvm-mc: Support reassignment of variables in one speci...
2010-05-17 Jakob Stoklund OlesenAvoid allocating the same physreg to multiple virtregs...
2010-05-17 Jakob Stoklund OlesenOnly use clairvoyance when defining a register, and...
2010-05-17 Eric ChristopherAssume that we'll handle mangling the symbols earlier...
2010-05-16 Dale JohannesenRemoving as part of previous reversion.
2010-05-16 Dale JohannesenRevert 103911; it broke a test that expects bitconvert
2010-05-16 Dale JohannesenMake x86-64 64-bit bitconvert work when SSE is not...
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-05-15 Anton KorobeynikovSome cheap DAG combine goodness for multiplication...
2010-05-15 Evan ChengAllow TargetLowering::getRegClassFor() to be called...
2010-05-14 Bill WendlingSystemZ really does mean "has calls" and not just ...
2010-05-14 Devang PatelTest case for r103800.
2010-05-14 Kevin EnderbyFix so "int3" is correctly accepted, added "into" and...
2010-05-14 Daniel DunbarMC/Mach-O/x86_64: Darwin's special "signed_N" relocatio...
2010-05-14 Jakob Stoklund OlesenSimplify the handling of physreg defs and uses in RegAl...
2010-05-14 Daniel DunbarXFAIL the test I added with vg_leak, apparently it...
2010-05-14 Daniel DunbarInline Asm: Ensure buffer is newline terminated to...
2010-05-14 Eric ChristopherAdd AsmParser support for darwin tbss directive.
2010-05-13 Nick LewyckyActually run the test. Thanks Daniel Dunbar!
2010-05-13 Nick LewyckyAdd testcase for r103653.
2010-05-13 Daniel DunbarMC/Mach-O: Add another zerofill test to improve coverage.
2010-05-13 Jakob Stoklund OlesenTake allocation hints from copy instructions to/from...
2010-05-13 Chris Lattnerfix rdar://7965971 and a fixme: use ParseIdentifier in
2010-05-13 Chris Lattnerreapply r103668 with a fix. Never make "minor syntax...
2010-05-12 Chris Lattnerrevert r103668 for now, it is apparently breaking things.
2010-05-12 Chris Lattnermoffset forms of moves are x86-32 only, make the parser
2010-05-12 Chris Lattnerfix the encoding of the obscure "moffset" forms of...
2010-05-12 Jakob Stoklund OlesenMake sure to add kill flags to the last use of a virtre...
2010-05-12 Devang PatelTest case for r103633.
2010-05-12 Dale JohannesenTestcase for llvm 103572 (7898991).
2010-05-12 Daniel DunbarMC/X86: Extend suffix matching hack to match 'q' suffix.
2010-05-12 Daniel DunbarMC/Mach-O/x86_64: Add a new hook for checking whether...
2010-05-12 Jakob Stoklund OlesenEnable a bunch more -regalloc=fast tests
2010-05-11 Daniel DunbarMC/Mach-O/x86_64: Fix PCrel adjustment for x86_64,...
2010-05-11 Jakob Stoklund OlesenKeep track of the last place a live virtreg was used.
2010-05-11 Jakob Stoklund OlesenOne more -regalloc=fast test
2010-05-11 Jakob Stoklund OlesenSimplify the tracking of used physregs to a bulk bitor...
2010-05-11 Jakob Stoklund OlesenMostly rewrite RegAllocFast.
2010-05-11 Daniel DunbarMC/Mach-O x86_64: Switch to using fragment atom symbol.
2010-05-11 Kalle RaiskilaMake SPU backend not assert on jump tables.
2010-05-11 Evan ChengSelect @llvm.trap to the special B with 1111 condition...
2010-05-10 Daniel DunbarMC/Mach-O: Fix another mismatch with .weak_definition...
2010-05-10 Devang PatelEnable multiple Compile Units in one module.
next