aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-26Revert r164663 due to buildbot failure.Craig Topper
2012-09-26Revert the business end of r164636 and try again. I'll come in again. ;]Chandler Carruth
2012-09-26Add is16BitVector and is32BitVector to MVT and call them from EVT. Matches ot...Craig Topper
2012-09-26Replace calls to getSizeInBits with getExtendedSizeInBits since its already k...Craig Topper
2012-09-26Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper
2012-09-26Remove hasNoAVX method. Can just invert hasAVX instead.Craig Topper
2012-09-26Mark extended type querying methods as 'readonly' to reduce compile size.Craig Topper
2012-09-26Generate an error message instead of asserting or segfaulting when we have aBill Wendling
2012-09-26Add 'lock' prefix output support in assembly printerMichael Liao
2012-09-26Generate an error message instead of asserting or segfaulting when we have aBill Wendling
2012-09-26Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman
2012-09-26Revert "Add --program-prefix support to build"Jordan Rose
2012-09-25Initialize boolean variables in MipsSubtarget's constructor.Akira Hatanaka
2012-09-25Don't drop the alignment on a memcpy intrinsic when producing a store. This isNick Lewycky
2012-09-25blank line for test commitReed Kotler
2012-09-25Revert the business end of r164634, and replace it with a different fix. TheNick Lewycky
2012-09-25Don't try to promote the same alloca twice. Fixes PR13916!Nick Lewycky
2012-09-25Add --program-prefix support to buildSebastian Pop
2012-09-25Move remaining methods inside the Attributes class. Merge the 'Attribute' nam...Bill Wendling
2012-09-25docs: Sphinxify HowToSubmitABugSean Silva
2012-09-25Move Attribute::typeIncompatible inside of the Attributes class.Bill Wendling
2012-09-25TargetLowering interface to set/get minimum block entries for jump tables.Sebastian Pop
2012-09-25Revert r164614 to appease the buildbots.Chad Rosier
2012-09-25Make this test check the transforms it's actually doing. Also add a test that itNick Lewycky
2012-09-25Add missing i64 max/min/umax/umin on 32-bit targetMichael Liao
2012-09-25ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach
2012-09-25Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman
2012-09-25Consistently specify the assembly variant to MatchInstructionImpl.Bob Wilson
2012-09-25Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth
2012-09-25Change the way the lint sanity checking pass detects misaligned memory accesses.Duncan Sands
2012-09-25Fix an illegal tailcall opt where the callee returns a double via xmm while c...Evan Cheng
2012-09-25Fix a -Wparentheses warning in the mingw buildNico Weber
2012-09-25Fix a crash in SROA. This was reported independently by Takumi andChandler Carruth
2012-09-25Don't forget that strcpy and friends return a pointer to the destination, soNick Lewycky
2012-09-25Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...Michael Ilseman
2012-09-25ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach
2012-09-24Remove unused name of variable to quiet a warning. Also canonicalize aNick Lewycky
2012-09-24Mark jump tables in code sections with DataRegion directives.Jim Grosbach
2012-09-24Typo.Chad Rosier
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier
2012-09-24Clear UNIVERSAL_SDK_PATH setting when building host tools. <rdar://12360497>Bob Wilson
2012-09-24Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may beNick Lewycky
2012-09-24Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable.Nick Lewycky
2012-09-24Specify MachinePointerInfo as refering to the argument value and offset of theRoman Divacky
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier
2012-09-24Add missing : in CHECK line.Richard Osborne
2012-09-24Add missing check for presence of target data.Richard Osborne
2012-09-24Enable the new SROA pass by default.Chandler Carruth
2012-09-24Address one of the original FIXMEs for the new SROA pass by implementingChandler Carruth
2012-09-23Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov