aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-03-15When optimizing certain BUILD_VECTOR nodes into other BUILD_VECTOR nodes, add...Nadav Rotem
2012-03-15Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher
2012-03-15[avx] Add patterns for VINSERTF128rm.Chad Rosier
2012-03-15Fixed a transform crash when setting a negative size value for memset. Fixes...Aaron Ballman
2012-03-14Extend the inline cost calculation to account for bonuses due toChandler Carruth
2012-03-14When an invoke is marked with metadata indicating its unwind edgeDan Gohman
2012-03-14Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher
2012-03-13DAG combine incorrectly optimize (i32 vextract (v4i16 load $addr), c) toEvan Cheng
2012-03-13Change the X86 assembler to not require a segment register on stringKevin Enderby
2012-03-13enhance jump threading to preserve TBAA information when PRE'ing loads,Chris Lattner
2012-03-13Teach globalopt how to evaluate an invoke with a non-void return type.Dan Gohman
2012-03-13Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint(y)) ->Duncan Sands
2012-03-13Fix regression from r151466: an we can't replace uses of an instruction reach...Eli Friedman
2012-03-12Change the second line of the test added for r152414 to use CHECK-NEXT.Kevin Enderby
2012-03-12Added a missing error check for X86 assembly with mismatched base and indexKevin Enderby
2012-03-12[asan] move x86-specific test to a separate X86 directory with a custom lit.l...Kostya Serebryany
2012-03-12When inlining a function and adding its inner call sites to theChandler Carruth
2012-03-12Teach instsimplify how to constant fold pointer differences.Chandler Carruth
2012-03-12FileCheck-ize this test.Chandler Carruth
2012-03-10Move llc + target triple tests into X86Andrew Trick
2012-03-10Don't try to filecheck bitcode.Benjamin Kramer
2012-03-10Make this transformation slightly less agressive and more correct.Bill Wendling
2012-03-10Fix disasm of iret, sysexit, and sysret when displayed with Intel syntax.Bill Wendling
2012-03-09Add the missing call to Error when a bad X86 scale expression is parsed.Kevin Enderby
2012-03-09Support reading GNU symbol versions in ELFObjectFileDavid Meyer
2012-03-09When identifying exit nodes for the reverse-CFG reverse-post-orderDan Gohman
2012-03-09Fix the x86 disassembler to at least print the lock prefix if it is the firstKevin Enderby
2012-03-09test/MC/X86/lit.local.cfg: Fix up to detect 'X86' in targets.NAKAMURA Takumi
2012-03-09Eliminate switch cases that can never match, for example removes allDuncan Sands
2012-03-09Undo a previous restriction on the inline cost calculation which NickChandler Carruth
2012-03-09Fix a regression from r147481.Chad Rosier
2012-03-08Remove the no longer existent psp triple from a test.Benjamin Kramer
2012-03-08Test case for r152280, r152285 and r152290.Akira Hatanaka
2012-03-07Use llvm-mc instead of llc. Patch by Jack Carter.Rafael Espindola
2012-03-07Fix infinite loop in nested multiclasses.Jakob Stoklund Olesen
2012-03-07Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher
2012-03-06Extend r148086 to check for [r +/- reg] address mode. This fixes queens perfo...Evan Cheng
2012-03-06Fix the operand ordering on aliases for shld and shrd. PR12173, part 2.Eli Friedman
2012-03-06Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction.Kevin Enderby
2012-03-06Add <imp-def> operands when reloading into physregs.Jakob Stoklund Olesen
2012-03-06Split fpscr into two registers: FPSCR and FPSCR_NZCV.Lang Hames
2012-03-05ARM vpush/vpop assembler mnemonics accept an optional size suffix.Jim Grosbach
2012-03-05Make sure we don't return bits outside the mask in ComputeMaskedBits. PR12189.Eli Friedman
2012-03-05Remove a test case that no longer makes sense.Jakob Stoklund Olesen
2012-03-05updated patch for the ARM fused multiply add/subSebastian Pop
2012-03-05Make aliases for shld and shrd match gas. PR12173.Eli Friedman
2012-03-04Use <def,undef> operands when spilling NEON bundles.Jakob Stoklund Olesen
2012-03-04Nick pointed out on IRC that GVN's propagateEquality wasn't propagatingDuncan Sands
2012-03-04Do trivial CSE of dead BBs during codegen preparation.Bill Wendling
2012-03-03Fix RA-dependent test.Jakob Stoklund Olesen