aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-17This just in, it is a *bad idea* to use 'udiv' on an offset ofChandler Carruth
2012-10-17Fix a really annoying "bug" introduced in r165941. The change from thatChandler Carruth
2012-10-17Check SSSE3 instead of SSE4.1Michael Liao
2012-10-17Fix setjmp on models with non-Small code model nor non-Static relocation modelMichael Liao
2012-10-17Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen
2012-10-16Use a typedef to reduce some typing and reformat code accordingly.Eric Christopher
2012-10-16Variable name cleanup.Eric Christopher
2012-10-16Avoid rematerializing a redef immediately after the old def.Jakob Stoklund Olesen
2012-10-16Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"Jakob Stoklund Olesen
2012-10-16[InstCombine] Teach InstCombine how to handle an obfuscated splat.Michael Gottesman
2012-10-16[ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier
2012-10-16Simplify code. No functionality change.Jakub Staszak
2012-10-16Check .rela instead of ELF64 for the compensation vaue resettingMichael Liao
2012-10-1680-col fixup.Jakub Staszak
2012-10-16Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)Michael Liao
2012-10-16Switch back to the old coalescer for now to fix the 32 bit bitRafael Espindola
2012-10-16Simplify potentially quadratic behavior while erasing elements from std::vector.Jakub Staszak
2012-10-16Support v8f32 to v8i8/vi816 conversion through custom loweringMichael Liao
2012-10-16This patch addresses PR13949.Bill Schmidt
2012-10-16Issue:Stepan Dyatkovskiy
2012-10-16Reapply r165661, Patch by Shuxin Yang <shuxin.llvm@gmail.com>.NAKAMURA Takumi
2012-10-16Cleanup whitespace.Bill Wendling
2012-10-16Move X86MCInstLower class definition into implementation file. It's not neede...Craig Topper
2012-10-16Cleanup whitespace.Bill Wendling
2012-10-16Have AttributesImpl defriend the Attributes class.Bill Wendling
2012-10-16Have AttrBuilder defriend the Attributes class.Bill Wendling
2012-10-16Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling
2012-10-16Put simple c'tors inline.Bill Wendling
2012-10-16Pass in the context to the Attributes::get method.Bill Wendling
2012-10-16Fix filename in file header.Craig Topper
2012-10-16misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick
2012-10-16Remove unused BitVectors from getAllocatableSet().Jakob Stoklund Olesen
2012-10-15Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen
2012-10-15Add __builtin_setjmp/_longjmp supprt in X86 backendMichael Liao
2012-10-15Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen
2012-10-15Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen
2012-10-15Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen
2012-10-15ARM: v1i64 and v2i64 VBSL intrinsic support.Jim Grosbach
2012-10-15Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling
2012-10-15[ms-inline asm] If we parsed a statement and the opcode is valid, then it's a...Chad Rosier
2012-10-15Make sure we iterate over newly created instructions. Fixes pr13625. Testcase toRafael Espindola
2012-10-15misched: ILP scheduler for experimental heuristics.Andrew Trick
2012-10-15[ms-inline asm] Update the end loc for ParseIntelMemOperand.Chad Rosier
2012-10-15[ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier
2012-10-15[ms-inline asm] Use incoming argument rather than hard coding to false.Chad Rosier
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-15PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella
2012-10-15[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany
2012-10-15Update the memcpy rewriting to fully support widened int rewriting. ThisChandler Carruth
2012-10-15Follow-up fix to r165928: handle memset rewriting for widened integers,Chandler Carruth