summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add a loop vectorizer.Nadav Rotem2012-10-17
* Check for empty YMM use-def lists in X86VZeroUpper.Jakob Stoklund Olesen2012-10-17
* Fix fallout from RegInfo => FrameLowering refactoring on MSP430.Anton Korobeynikov2012-10-17
* misched: Better handling of invalid latencies in the machine modelAndrew Trick2012-10-17
* Support: Don't remove special files on signals.Daniel Dunbar2012-10-17
* [asan] better debug diagnostics in asan compiler moduleKostya Serebryany2012-10-17
* This just in, it is a *bad idea* to use 'udiv' on an offset ofChandler Carruth2012-10-17
* Fix a really annoying "bug" introduced in r165941. The change from thatChandler Carruth2012-10-17
* Check SSSE3 instead of SSE4.1Michael Liao2012-10-17
* Fix setjmp on models with non-Small code model nor non-Static relocation modelMichael Liao2012-10-17
* Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen2012-10-17
* Use a typedef to reduce some typing and reformat code accordingly.Eric Christopher2012-10-16
* Variable name cleanup.Eric Christopher2012-10-16
* Avoid rematerializing a redef immediately after the old def.Jakob Stoklund Olesen2012-10-16
* Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"Jakob Stoklund Olesen2012-10-16
* [InstCombine] Teach InstCombine how to handle an obfuscated splat.Michael Gottesman2012-10-16
* [ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier2012-10-16
* Simplify code. No functionality change.Jakub Staszak2012-10-16
* Check .rela instead of ELF64 for the compensation vaue resettingMichael Liao2012-10-16
* 80-col fixup.Jakub Staszak2012-10-16
* Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)Michael Liao2012-10-16
* Switch back to the old coalescer for now to fix the 32 bit bitRafael Espindola2012-10-16
* Simplify potentially quadratic behavior while erasing elements from std::vector.Jakub Staszak2012-10-16
* Support v8f32 to v8i8/vi816 conversion through custom loweringMichael Liao2012-10-16
* This patch addresses PR13949.Bill Schmidt2012-10-16
* Issue:Stepan Dyatkovskiy2012-10-16
* Reapply r165661, Patch by Shuxin Yang <shuxin.llvm@gmail.com>.NAKAMURA Takumi2012-10-16
* Cleanup whitespace.Bill Wendling2012-10-16
* Move X86MCInstLower class definition into implementation file. It's not neede...Craig Topper2012-10-16
* Cleanup whitespace.Bill Wendling2012-10-16
* Have AttributesImpl defriend the Attributes class.Bill Wendling2012-10-16
* Have AttrBuilder defriend the Attributes class.Bill Wendling2012-10-16
* Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2012-10-16
* Put simple c'tors inline.Bill Wendling2012-10-16
* Pass in the context to the Attributes::get method.Bill Wendling2012-10-16
* Fix filename in file header.Craig Topper2012-10-16
* misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick2012-10-16
* Remove unused BitVectors from getAllocatableSet().Jakob Stoklund Olesen2012-10-16
* Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen2012-10-15
* Add __builtin_setjmp/_longjmp supprt in X86 backendMichael Liao2012-10-15
* Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen2012-10-15
* Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2012-10-15
* Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen2012-10-15
* ARM: v1i64 and v2i64 VBSL intrinsic support.Jim Grosbach2012-10-15
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* [ms-inline asm] If we parsed a statement and the opcode is valid, then it's a...Chad Rosier2012-10-15
* Make sure we iterate over newly created instructions. Fixes pr13625. Testcase toRafael Espindola2012-10-15
* misched: ILP scheduler for experimental heuristics.Andrew Trick2012-10-15
* [ms-inline asm] Update the end loc for ParseIntelMemOperand.Chad Rosier2012-10-15
* [ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier2012-10-15