aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-01-25Support pointer comparisons against constants, when looking at the inline-costNick Lewycky
2012-01-25Modify MipsFrameLowering::emitPrologue and emitEpilogue.Akira Hatanaka
2012-01-25Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added. Akira Hatanaka
2012-01-25NEON VLD4(all lanes) assembly parsing and encoding.Jim Grosbach
2012-01-24NEON VLD3(all lanes) assembly parsing and encoding.Jim Grosbach
2012-01-24Set correct <def,undef> flags when lowering REG_SEQUENCE.Jakob Stoklund Olesen
2012-01-24Pattern for f32 to i64 conversion.Akira Hatanaka
2012-01-24ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach
2012-01-24Intel Syntax: Extend special hand coded logic, to recognize special instructi...Devang Patel
2012-01-2464-bit sign extension in register instructions.Akira Hatanaka
2012-01-24[asan] enable asan only for the functions that have Attribute::AddressSafetyKostya Serebryany
2012-01-24NEON VST4(one lane) assembly parsing and encoding.Jim Grosbach
2012-01-24NEON VLD4(one lane) assembly parsing and encoding.Jim Grosbach
2012-01-24Add an (interleave A, B, ...) SetTheory operator.Jakob Stoklund Olesen
2012-01-24NEON Two-operand assembly aliases for VSRA.Jim Grosbach
2012-01-24Remove redundant test file.Jim Grosbach
2012-01-24NEON Two-operand assembly aliases for VSLI.Jim Grosbach
2012-01-24NEON Two-operand assembly aliases for VSRI.Jim Grosbach
2012-01-24Tidy up.Jim Grosbach
2012-01-24ZERO_EXTEND operation is optimized for AVX.Elena Demikhovsky
2012-01-24An option to selectively enable part of ARM EHABI support.Evgeniy Stepanov
2012-01-24Fix the testcases for the previous patch.Eric Christopher
2012-01-24NEON VST4(multiple 4 element structures) assembly parsing.Jim Grosbach
2012-01-24NEON VLD4(multiple 4 element structures) assembly parsing.Jim Grosbach
2012-01-24Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth
2012-01-24NEON VST3(single element from one lane) assembly parsing.Jim Grosbach
2012-01-23NEON VST3(multiple 3-element structures) assembly parsing.Jim Grosbach
2012-01-23NEON VLD3(multiple 3-element structures) assembly parsing.Jim Grosbach
2012-01-23Intel syntax: Robustify parsing of memory operand's displacement experssion.Devang Patel
2012-01-23NEON VLD3 lane-indexed assembly parsing and encoding.Jim Grosbach
2012-01-23Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola
2012-01-23Fix PR11829. PostRA LICM was too aggressive.Jakob Stoklund Olesen
2012-01-23Intel syntax: Parse memory operand with empty base reg, e.g. DWORD PTR [4*RDI]Devang Patel
2012-01-23Simplify some NEON assembly pseudo definitions.Jim Grosbach
2012-01-23Intel syntax: Parse segment registers.Devang Patel
2012-01-23An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov
2012-01-23Make Value::isDereferenceablePointer() handle unreachable code blocks. (ThisNick Lewycky
2012-01-22Add fused multiple+add instructions from VFPv4.Anton Korobeynikov
2012-01-20Intel syntax: Robustify register parsing.Devang Patel
2012-01-20Handle a corner case with IV chain collection with bailout instead of assert.Andrew Trick
2012-01-20Test case comments missing from my previous checkin.Andrew Trick
2012-01-20Intel syntax: Parse ... PTR [-8]Devang Patel
2012-01-20Intel syntax: For now, disable ambiguous JMP64pcrel32 for intel syntax.Devang Patel
2012-01-20ARM vector any_extends need to be selected to vmovl. <rdar://problem/10723651>Bob Wilson
2012-01-20VST2 four-register w/ update pseudos for fixed/register update.Jim Grosbach
2012-01-20NEON use vmov.i32 to splat some f32 values into vectors.Jim Grosbach
2012-01-20Fix CountCodeReductionForAlloca to more accurately represent what SROA can andNick Lewycky
2012-01-20SCEVExpander fixes. Affects LSR and indvars.Andrew Trick
2012-01-20Add support for selecting 256-bit PALIGNR.Craig Topper
2012-01-20Remove a low-quality test which was failing on Windows; test/CodeGen/X86/sret...Eli Friedman