aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-09-27MIPS DSP: add vector load/store patterns.Akira Hatanaka
2012-09-26X86_32: Large Symbol+Offset relocations.Jim Grosbach
2012-09-26Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)Duncan Sands
2012-09-26Address Duncan's comments on r164684:Hans Wennborg
2012-09-26When rewriting the pointer operand to a load or store which hasChandler Carruth
2012-09-26Teach all of the loads, stores, memsets and memcpys created by theChandler Carruth
2012-09-26ARM/atomicrmw_minmax.ll: Fix RUN line.NAKAMURA Takumi
2012-09-26Fix tests that didn't test anything.Benjamin Kramer
2012-09-26Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.James Molloy
2012-09-26SimplifyCFG: Make the switch-to-lookup table transformation store theHans Wennborg
2012-09-26llvm/test/CodeGen/X86/mulx*.ll: Fix copypasto.NAKAMURA Takumi
2012-09-26Add SARX/SHRX/SHLX code generation supportMichael Liao
2012-09-26Add RORX code generation supportMichael Liao
2012-09-26Add MULX code generation supportMichael Liao
2012-09-26Teach the 'lint' sanity checking pass to detect simple buffer overflows.Duncan Sands
2012-09-26Revert the business end of r164636 and try again. I'll come in again. ;]Chandler Carruth
2012-09-26Generate an error message instead of asserting or segfaulting when we have aBill Wendling
2012-09-26Generate an error message instead of asserting or segfaulting when we have aBill Wendling
2012-09-25Don't drop the alignment on a memcpy intrinsic when producing a store. This isNick Lewycky
2012-09-25Don't try to promote the same alloca twice. Fixes PR13916!Nick Lewycky
2012-09-25Make this test check the transforms it's actually doing. Also add a test that itNick Lewycky
2012-09-25Add missing i64 max/min/umax/umin on 32-bit targetMichael Liao
2012-09-25ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach
2012-09-25Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth
2012-09-25Change the way the lint sanity checking pass detects misaligned memory accesses.Duncan Sands
2012-09-25Fix an illegal tailcall opt where the callee returns a double via xmm while c...Evan Cheng
2012-09-25Don't forget that strcpy and friends return a pointer to the destination, soNick Lewycky
2012-09-25ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach
2012-09-24Mark jump tables in code sections with DataRegion directives.Jim Grosbach
2012-09-24Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may beNick Lewycky
2012-09-24Specify MachinePointerInfo as refering to the argument value and offset of theRoman Divacky
2012-09-24Add missing : in CHECK line.Richard Osborne
2012-09-24Add missing check for presence of target data.Richard Osborne
2012-09-24Address one of the original FIXMEs for the new SROA pass by implementingChandler Carruth
2012-09-23Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov
2012-09-23Switch to a signed representation for the dynamic offsets while walkingChandler Carruth
2012-09-23Don't do actual work inside an assert statement. Fixes PR11760!Nick Lewycky
2012-09-23Revise test to avoid using of 'grep'Michael Liao
2012-09-22Enhance test case of atomic16 to verify inst encoding fixed in r164453.Michael Liao
2012-09-22Fix edge cases of ARM shift operands in arith instructions.Tim Northover
2012-09-22Fix the handling of edge cases in ARM shifted operands.Tim Northover
2012-09-21Fix a case where the new SROA pass failed to zap dead operands toChandler Carruth
2012-09-21LoopIdiom: Give up when the loop is not in canonical form.Benjamin Kramer
2012-09-21[fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier
2012-09-21InstCombine: Make sure we use the pre-zext type when creating a constant of a...Benjamin Kramer
2012-09-21BitcodeReader: Correctly insert blockaddress constant referring to a already ...Benjamin Kramer
2012-09-21Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov
2012-09-21llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target.NAKAMURA Takumi
2012-09-21Add missing i8 max/min/umax/umin supportMichael Liao
2012-09-21llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...NAKAMURA Takumi