Teach instCombine to remove malloc+free if malloc's only uses are comparisons
[oota-llvm.git] / test /
2010-05-27 Duncan SandsTeach instCombine to remove malloc+free if malloc's...
2010-05-27 Devang PatelTemp. labels number may not match for all configurations.
2010-05-27 Devang Patelinlined function's arguments need a label to mark the...
2010-05-27 Stuart HastingsSupport for nested functions/classes in debug output...
2010-05-27 Gabor Greifrename test to represent meaningful date
2010-05-27 Bob WilsonAdd a test for llvm-gcc svn r104726.
2010-05-27 Eric ChristopherAdd a quick test of relocations.
2010-05-26 Devang PatelSimplify. Eliminate unneeded debug_loc entry.
2010-05-26 Dan GohmanReinstate checking of stackrestore, with checking for...
2010-05-26 Dan GohmanImplement checking of the tail keyword.
2010-05-26 Devang PatelUpdate debug info when live-in reg is copied into a...
2010-05-26 Kevin EnderbyFix the x86 move to/from segment register instructions.
2010-05-26 Dale JohannesenTestcase for 104624/104619/PR7191/8023512.
2010-05-25 Devang PatelFirst cut at supporting .debug_loc section.
2010-05-25 Benjamin KramerProperly promote operands when optimizing a single...
2010-05-25 Eric ChristopherAdd support for initialized global data for darwin...
2010-05-25 Kevin EnderbyChanged the encoding of X86 floating point stack operat...
2010-05-25 Dale JohannesenRemoving test; Chris thinks it's better to have the
2010-05-25 Daniel DunbarMC/X86: Add a hack to allow recognizing 'cmpltps' and...
2010-05-25 Dale JohannesenFix another variant of PR 7191. Also add a testcase
2010-05-25 Daniel DunbarMC/X86: Define explicit immediate forms of cmp{ss,sd...
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...
next