summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2012-09-18Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byteevancheng9-48/+551
2012-09-18PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmpmren1-1/+47
2012-09-17PGO: preserve branch-weight metadata when simplifying Switchmren1-1/+36
2012-09-17Merge into undefined lanes under -new-coalescer.stoklund1-1/+49
2012-09-17PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.mren1-1/+26
2012-09-17Add some cases to x86 OptimizeCompare to handle DEC and INC, too.jvoung1-1/+26
2012-09-17PGO: preserve branch-weight metadata when simplifying two branches with a commonmren1-1/+22
2012-09-17Fix PR13859hliao1-0/+28
2012-09-17Removed the VMLxForwarding feature for the Cortex-A15 target.sbaranga1-0/+12
2012-09-16Fix the testcase to work on all platforms.nadav1-1/+1
2012-09-16The PMOVZXWD family of functions had patterns extends narrow vector types to ...nadav1-0/+22
2012-09-15X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math.d0k1-0/+13
2012-09-15Port the SSAUpdater-based promotion logic from the old SROA pass to thechandlerc1-0/+14
2012-09-15Handled unaligned load/stores properly in Mips16 ahatanak1-0/+15
2012-09-15PGO: preserve branch-weight metadata when simplifying two branches with a commonmren1-1/+22
2012-09-14PGO: preserve branch-weight metadata when simplifying a switch with a singlemren1-1/+49
2012-09-14Review feedback from Duncan Sands. Alphabetize includes and simplifyalexr1-1/+1
2012-09-14PGO: preserve branch-weight metadata when merging two switches wheremren1-0/+48
2012-09-14Introduce a new SROA implementation.chandlerc4-0/+1258
2012-09-13Fix both the test for zero and what we do if we have a zero forechristo1-0/+50
2012-09-13Assembler: Darwin variables defined via .set are no-dead-strip.grosbach1-0/+158
2012-09-13Handle the new !tbaa.struct metadata tags when converting a memcpy into scalardjg1-0/+26
2012-09-13Add wider vector/integer support for PR12312Michael Liao1-13/+120
2012-09-13Enhance type legalization on bitcast from vector to integerMichael Liao1-0/+11
2012-09-13Fix test case to avoid PIC magic.Jakob Stoklund Olesen1-2/+1
2012-09-13Fix the TCRETURNmi64 bug differently.Jakob Stoklund Olesen1-0/+39
2012-09-13Revert r163761 "Don't fold indexed loads into TCRETURNmi64."Jakob Stoklund Olesen1-35/+1
2012-09-13MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...Benjamin Kramer1-0/+24
2012-09-13This patch introduces A15 as a target in LLVM.Silviu Baranga1-0/+6
2012-09-13Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...Nadav Rotem1-0/+21
2012-09-13Stack Coloring: We have code that checks that all of the uses of allocasNadav Rotem1-0/+24
2012-09-13Don't fold indexed loads into TCRETURNmi64.Jakob Stoklund Olesen1-1/+35
2012-09-12Recommit, with fixes:Eric Christopher1-0/+79
2012-09-12Fix PR11985Michael Liao1-0/+19
2012-09-12Detect overflow in the path count computation. rdar://12277446.Dan Gohman1-0/+329
2012-09-12Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher1-77/+0
2012-09-12PGO: preserve branch-weight metadata when removing a case which jumpsManman Ren1-1/+33
2012-09-12This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky1-0/+49
2012-09-12Fix constant folding through bitcasts by no longer relying on undefined behav...Kristof Beyls1-0/+10
2012-09-12Stack coloring: remove lifetime intervals which contain escaped allocas.Nadav Rotem1-3/+27
2012-09-12Add some support for dealing with an object pointer on arguments.Eric Christopher1-0/+77
2012-09-11[ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.Chad Rosier1-0/+12
2012-09-11SimplifyCFG: preserve branch-weight metadata when creating a new switch fromManman Ren1-0/+92
2012-09-11Formatting. No functional change intended.Chad Rosier1-1/+1
2012-09-11Stack Coloring: Dont crash on dbg values which use stack frames.Nadav Rotem1-0/+30
2012-09-11Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg2-0/+97
2012-09-10Revert r160148 it seems to cause more problems than it shouldEric Christopher1-28/+0
2012-09-10Add newline.Chad Rosier1-1/+1
2012-09-10test/CodeGen/X86/ms-inline-asm.ll: Relax for non-darwin x86 targets. '##Inlin...NAKAMURA Takumi1-2/+2
2012-09-10[ms-inline asm] Properly emit the asm directives when the AsmPrinterVariantChad Rosier1-2/+2