aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-06-27Some reassociate optimizations create new instructions, which they insert justDuncan Sands
2012-06-27Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton
2012-06-27Clean up the 'check' CMake build rule a bit, notable renaming it toChandler Carruth
2012-06-27Test case for r159240.Akira Hatanaka
2012-06-26Remove a instcombine transform that (no longer?) makes sense:Evan Cheng
2012-06-26Fix llc's -print-before=pass and -print-after=pass.Rafael Espindola
2012-06-26X86: add GATHER intrinsics (AVX2) in LLVMManman Ren
2012-06-26There are a number of generic inline asm operand modifiers thatJack Carter
2012-06-26Replacing zero-sized alloca's with a null pointer is too aggressive, insteadDuncan Sands
2012-06-26Shuffle optimization for AVX/AVX2.Elena Demikhovsky
2012-06-26Remove some duplicate instructions that exist only to given different mnemoni...Craig Topper
2012-06-26Enable the new LoopInfo algorithm by default.Andrew Trick
2012-06-25Make some ugly hacks for inline asm operands which name a specific register a...Eli Friedman
2012-06-25revert my previous commit (r159173), since as Eli pointed out, it's perfectly...Nuno Lopes
2012-06-25do not set realloc() as NotAlias, since it can return the same pointer. This ...Nuno Lopes
2012-06-25ARM: update peephole optimization.Manman Ren
2012-06-25Fix the objc_autoreleasedReturnValue optimization code to locateDan Gohman
2012-06-25Enforce stricter liveness rules for PHIs.Jakob Stoklund Olesen
2012-06-25Run ProcessImplicitDefs on SSA form where it can be much simpler.Jakob Stoklund Olesen
2012-06-25improve optimization of invoke instructions:Nuno Lopes
2012-06-25PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge
2012-06-25If a constant or a function has linkonce_odr linkage and unnamed_addr, mark itRafael Espindola
2012-06-24%RCX is not a function live-out in eh.return functions.Jakob Stoklund Olesen
2012-06-24Allow controlling vectorization of boolean values separately from other integ...Hal Finkel
2012-06-24Remove dyn_cast + dereference pattern by replacing it with a cast and changingNick Lewycky
2012-06-24Remove a dangling reference to a deleted instruction. Fixes PR13185!Nick Lewycky
2012-06-24DAG legalisation can now handle illegal fma vector types by scalarisationPete Cooper
2012-06-23Allow BBVectorize to fuse compare instructions.Hal Finkel
2012-06-23Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...Marshall Clow
2012-06-23Extend the IL for selecting TLS models (PR9788)Hans Wennborg
2012-06-23Handle aliases to tls variables in all architectures, not just x86.Rafael Espindola
2012-06-23(sub X, imm) gets canonicalized to (add X, -imm)Evan Cheng
2012-06-22ARM: Add a better diagnostic for some out of range immediates.Jim Grosbach
2012-06-22Add support for the PPC isel instruction.Hal Finkel
2012-06-22FileCheckize tests.Chad Rosier
2012-06-22Rename fp-op fusion option (yet again) for compatibility with GCC option.Lang Hames
2012-06-22EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng
2012-06-22Revert remaining part of r93200: "Disable folding sext(trunc(x)) -> x"Jakob Stoklund Olesen
2012-06-22test/CodeGen/Generic/asm-large-immediate.ll: Mark it as XFAIL: powerpc, possi...NAKAMURA Takumi
2012-06-22Functions calling __builtin_eh_return must have a frame pointer.Jakob Stoklund Olesen
2012-06-22ARM scheduling fix: compute predicated implicit use properly.Andrew Trick
2012-06-22Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky
2012-06-22Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames
2012-06-21instcombine: disable optimization of 'invoke null/undef'. I'll move this fun...Nuno Lopes
2012-06-21Look pass zext to strength reduce an udiv. Patch by David Majnemer. rdar://11...Evan Cheng
2012-06-21The inline asm operand modifier 'n' is suppose Jack Carter
2012-06-21Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes
2012-06-211. fix null program output after some other changesAkira Hatanaka
2012-06-21Add Mips to the list of target architectures for the MCJIT tests.Akira Hatanaka
2012-06-21Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...Hal Finkel