summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-16Formatting and 80-col.Eric Christopher1-3/+3
2012-10-16Spacing.Eric Christopher1-1/+1
2012-10-16Avoid rematerializing a redef immediately after the old def.Jakob Stoklund Olesen2-0/+30
2012-10-16Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"Jakob Stoklund Olesen3-368/+2
2012-10-16[InstCombine] Teach InstCombine how to handle an obfuscated splat.Michael Gottesman2-2/+16
2012-10-16[ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier2-0/+2
2012-10-16Simplify code. No functionality change.Jakub Staszak1-7/+3
2012-10-16Check .rela instead of ELF64 for the compensation vaue resettingMichael Liao1-2/+1
2012-10-1680-col fixup.Jakub Staszak1-1/+2
2012-10-16Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)Michael Liao2-0/+64
2012-10-16Switch back to the old coalescer for now to fix the 32 bit bitRafael Espindola3-2/+368
2012-10-16Simplify potentially quadratic behavior while erasing elements from std::vector.Jakub Staszak1-7/+1
2012-10-16And now we can call the other 'get' method from this one and not duplicate th...Bill Wendling1-6/+3
2012-10-16Support v8f32 to v8i8/vi816 conversion through custom loweringMichael Liao2-17/+39
2012-10-16Use the appropriate Attributes::get method to create an Attributes object.Bill Wendling1-7/+1
2012-10-16Speculative fix the mask constants to be of type uintptr_t. I don't know of ...Owen Anderson1-4/+4
2012-10-16Fix function parameter spelling in comments. Caught by -Wdocumentation.Dmitri Gribenko1-2/+2
2012-10-16This patch addresses PR13949.Bill Schmidt3-24/+282
2012-10-16Issue:Stepan Dyatkovskiy6-25/+83
2012-10-16Reapply r165661, Patch by Shuxin Yang <shuxin.llvm@gmail.com>.NAKAMURA Takumi2-0/+57
2012-10-16Cleanup whitespace.Bill Wendling2-6/+7
2012-10-16Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...Owen Anderson2-6/+16
2012-10-16Move X86MCInstLower class definition into implementation file. It's not neede...Craig Topper3-54/+25
2012-10-16Cleanup whitespace.Bill Wendling1-37/+35
2012-10-16Have AttributesImpl defriend the Attributes class.Bill Wendling2-3/+3
2012-10-16Have AttrBuilder defriend the Attributes class.Bill Wendling2-4/+5
2012-10-16Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling5-76/+38
2012-10-16Put simple c'tors inline.Bill Wendling2-8/+3
2012-10-16Pass in the context to the Attributes::get method.Bill Wendling1-1/+1
2012-10-16Fix filename in file header.Craig Topper1-1/+1
2012-10-16Fix the cpu name and add -verify-machineinstrs.Rafael Espindola1-1/+1
2012-10-16misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick4-12/+55
2012-10-16Remove unused BitVectors from getAllocatableSet().Jakob Stoklund Olesen3-9/+1
2012-10-15LTO also needs to initialize the TargetTransform infrastructure.Nadav Rotem1-0/+2
2012-10-15Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen7-36/+18
2012-10-15Add __builtin_setjmp/_longjmp supprt in X86 backendMichael Liao8-1/+306
2012-10-15Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen5-25/+5
2012-10-15Add range-based set()/reset() to BitVector. These allow fast setting/resetti...Owen Anderson3-0/+128
2012-10-15Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen12-52/+28
2012-10-15Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen3-12/+38
2012-10-15ARM: v1i64 and v2i64 VBSL intrinsic support.Jim Grosbach2-0/+47
2012-10-15Add dependency on llvm-bcanalyzer from tests to the CMake build.David Blaikie1-1/+1
2012-10-15Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling20-214/+219
2012-10-15Check output of the misched unit testsAndrew Trick1-1/+2
2012-10-15Add comments.Bill Wendling1-10/+30
2012-10-15Add a cpu to try to fix the atom builder.Rafael Espindola1-1/+1
2012-10-15[ms-inline asm] If we parsed a statement and the opcode is valid, then it's a...Chad Rosier2-5/+5
2012-10-15Add testcase for pr14088.Rafael Espindola1-0/+25
2012-10-15misched tests: add a triple to speculatively fix windows builders.Andrew Trick1-2/+2
2012-10-15Make sure we iterate over newly created instructions. Fixes pr13625. Testcase toRafael Espindola1-0/+5