| Commit message (Expand) | Author | Age | Files | Lines |
* | Add MULX code generation support | Michael Liao | 2012-09-26 | 4 | -27/+127 |
* | Teach the 'lint' sanity checking pass to detect simple buffer overflows. | Duncan Sands | 2012-09-26 | 2 | -19/+51 |
* | Revert r164663 due to buildbot failure. | Craig Topper | 2012-09-26 | 1 | -12/+12 |
* | Revert the business end of r164636 and try again. I'll come in again. ;] | Chandler Carruth | 2012-09-26 | 2 | -21/+40 |
* | Add is16BitVector and is32BitVector to MVT and call them from EVT. Matches ot... | Craig Topper | 2012-09-26 | 1 | -9/+14 |
* | Replace calls to getSizeInBits with getExtendedSizeInBits since its already k... | Craig Topper | 2012-09-26 | 1 | -7/+7 |
* | Rename virtual table anchors from Anchor() to anchor() for consistency with t... | Craig Topper | 2012-09-26 | 6 | -8/+8 |
* | Remove hasNoAVX method. Can just invert hasAVX instead. | Craig Topper | 2012-09-26 | 2 | -7/+6 |
* | Mark extended type querying methods as 'readonly' to reduce compile size. | Craig Topper | 2012-09-26 | 1 | -12/+12 |
* | Generate an error message instead of asserting or segfaulting when we have a | Bill Wendling | 2012-09-26 | 2 | -19/+40 |
* | Add 'lock' prefix output support in assembly printer | Michael Liao | 2012-09-26 | 3 | -33/+38 |
* | Generate an error message instead of asserting or segfaulting when we have a | Bill Wendling | 2012-09-26 | 2 | -29/+52 |
* | Expansions for u/srem, using the udiv expansion. More unit tests for udiv and... | Michael Ilseman | 2012-09-26 | 3 | -7/+221 |
* | Revert "Add --program-prefix support to build" | Jordan Rose | 2012-09-26 | 6 | -21/+11 |
* | Initialize boolean variables in MipsSubtarget's constructor. | Akira Hatanaka | 2012-09-25 | 1 | -1/+2 |
* | Don't drop the alignment on a memcpy intrinsic when producing a store. This is | Nick Lewycky | 2012-09-25 | 2 | -2/+19 |
* | blank line for test commit | Reed Kotler | 2012-09-25 | 1 | -0/+1 |
* | Revert the business end of r164634, and replace it with a different fix. The | Nick Lewycky | 2012-09-25 | 1 | -7/+4 |
* | Don't try to promote the same alloca twice. Fixes PR13916! | Nick Lewycky | 2012-09-25 | 2 | -0/+28 |
* | Add --program-prefix support to build | Sebastian Pop | 2012-09-25 | 6 | -11/+21 |
* | Move remaining methods inside the Attributes class. Merge the 'Attribute' nam... | Bill Wendling | 2012-09-25 | 3 | -87/+80 |
* | docs: Sphinxify HowToSubmitABug | Sean Silva | 2012-09-25 | 3 | -346/+235 |
* | Move Attribute::typeIncompatible inside of the Attributes class. | Bill Wendling | 2012-09-25 | 5 | -14/+15 |
* | TargetLowering interface to set/get minimum block entries for jump tables. | Sebastian Pop | 2012-09-25 | 4 | -2/+21 |
* | Revert r164614 to appease the buildbots. | Chad Rosier | 2012-09-25 | 3 | -222/+7 |
* | Make this test check the transforms it's actually doing. Also add a test that it | Nick Lewycky | 2012-09-25 | 1 | -3/+17 |
* | Add missing i64 max/min/umax/umin on 32-bit target | Michael Liao | 2012-09-25 | 5 | -1/+141 |
* | ARM: Darwin BL/BLX relocations to out-of-range symbols. | Jim Grosbach | 2012-09-25 | 2 | -1/+91 |
* | Expansions for u/srem, using the udiv expansion. More unit tests for udiv and... | Michael Ilseman | 2012-09-25 | 3 | -7/+222 |
* | Consistently specify the assembly variant to MatchInstructionImpl. | Bob Wilson | 2012-09-25 | 1 | -4/+8 |
* | Fix a case where SROA did not correctly detect dead PHI or selects due | Chandler Carruth | 2012-09-25 | 2 | -5/+55 |
* | Change the way the lint sanity checking pass detects misaligned memory accesses. | Duncan Sands | 2012-09-25 | 2 | -8/+24 |
* | Fix an illegal tailcall opt where the callee returns a double via xmm while c... | Evan Cheng | 2012-09-25 | 3 | -4/+36 |
* | Fix a -Wparentheses warning in the mingw build | Nico Weber | 2012-09-25 | 1 | -1/+1 |
* | Fix a crash in SROA. This was reported independently by Takumi and | Chandler Carruth | 2012-09-25 | 1 | -12/+7 |
* | Don't forget that strcpy and friends return a pointer to the destination, so | Nick Lewycky | 2012-09-25 | 2 | -2/+12 |
* | Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur... | Michael Ilseman | 2012-09-25 | 2 | -0/+55 |
* | ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'. | Jim Grosbach | 2012-09-25 | 2 | -0/+18 |
* | Remove unused name of variable to quiet a warning. Also canonicalize a | Nick Lewycky | 2012-09-24 | 1 | -3/+3 |
* | Mark jump tables in code sections with DataRegion directives. | Jim Grosbach | 2012-09-24 | 3 | -0/+24 |
* | Typo. | Chad Rosier | 2012-09-24 | 1 | -1/+1 |
* | Rather then have a wrapper function, have tblgen instantiate the implementation. | Chad Rosier | 2012-09-24 | 6 | -44/+7 |
* | Clear UNIVERSAL_SDK_PATH setting when building host tools. <rdar://12360497> | Bob Wilson | 2012-09-24 | 1 | -2/+4 |
* | Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may be | Nick Lewycky | 2012-09-24 | 2 | -32/+117 |
* | Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable. | Nick Lewycky | 2012-09-24 | 1 | -12/+11 |
* | Specify MachinePointerInfo as refering to the argument value and offset of the | Roman Divacky | 2012-09-24 | 2 | -3/+32 |
* | Rather then have a wrapper function, have tblgen instantiate the implementation. | Chad Rosier | 2012-09-24 | 5 | -18/+2 |
* | Add missing : in CHECK line. | Richard Osborne | 2012-09-24 | 1 | -1/+1 |
* | Add missing check for presence of target data. | Richard Osborne | 2012-09-24 | 2 | -20/+41 |
* | Enable the new SROA pass by default. | Chandler Carruth | 2012-09-24 | 1 | -1/+1 |