aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2012-06-21The inline asm operand modifier 'c' is suppose Jack Carter
2012-06-21hopefully fix the buildbots: some tests have wrong definitions of malloc and...Nuno Lopes
2012-06-21port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most...Nuno Lopes
2012-06-21refactor the MemoryBuiltin analysis:Nuno Lopes
2012-06-21Revert r158209, "test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc si...NAKAMURA Takumi
2012-06-21Add a missing llvm.fma -> VFNMS pattern to the ARM backend.Lang Hames
2012-06-21Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 andEvan Cheng
2012-06-20Remove the -live-regunits command line option.Jakob Stoklund Olesen
2012-06-20Revert r158846.Akira Hatanaka
2012-06-20In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka
2012-06-20Only update regunit live ranges that have been precomputed.Jakob Stoklund Olesen
2012-06-20Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel
2012-06-20Don't insert 128-bit UNDEF into 256-bit vectors. Just keep the 256-bit vector...Craig Topper
2012-06-19Add DAG-combines for aggressive FMA formation.Lang Hames
2012-06-19Add a triple.Jakob Stoklund Olesen
2012-06-19Implement PPCInstrInfo::isCoalescableExtInstr().Jakob Stoklund Olesen
2012-06-19Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung
2012-06-19Add support for generating reg+reg preinc stores on PPC.Hal Finkel
2012-06-19really add a triple :-(Rafael Espindola
2012-06-19Add a triple to the test.Rafael Espindola
2012-06-19Move the support for using .init_array from ARM to the genericRafael Espindola