| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Fix ExpandVectorBuildThroughStack for the case where the | Dan Gohman | 2010-02-25 | 1 | -3/+3 | 
| *  | Revert r97064. Duncan pointed out that bitcasts are defined in | Dan Gohman | 2010-02-25 | 1 | -7/+4 | 
| *  | Make getTypeSizeInBits work correctly for array types; it should return | Dan Gohman | 2010-02-24 | 1 | -4/+7 | 
| *  | Add non-temporal flags and remove an assumption of default arguments. | David Greene | 2010-02-15 | 1 | -63/+105 | 
| *  | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 | 
| *  | Rearrange handling of jump tables.  Highlights: | Chris Lattner | 2010-01-25 | 1 | -3/+6 | 
| *  | Improved widening loads by adding support for wider loads if | Mon P Wang | 2010-01-24 | 1 | -2/+2 | 
| *  | Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode | Dan Gohman | 2010-01-09 | 1 | -5/+3 | 
| *  | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -3/+4 | 
| *  | Remove dead variable. | Bill Wendling | 2009-12-28 | 1 | -1/+0 | 
| *  | move a few more symbols to .rodata | Nuno Lopes | 2009-12-23 | 1 | -1/+1 | 
| *  | Revert r91949 r91942 and r91936. | Bill Wendling | 2009-12-23 | 1 | -407/+119 | 
| *  | Finish up node ordering in ExpandNode. | Bill Wendling | 2009-12-23 | 1 | -45/+113 | 
| *  | Assign ordering to nodes created in ExpandNode. Only roughly 1/2 of the function | Bill Wendling | 2009-12-22 | 1 | -84/+237 | 
| *  | Assign ordering to SDNodes in PromoteNode. Also fixing a subtle bug where BSWAP | Bill Wendling | 2009-12-22 | 1 | -15/+82 | 
| *  | Add more plumbing. This time in the LowerArguments and "get" functions which | Bill Wendling | 2009-12-22 | 1 | -2/+2 | 
| *  | Introduce EVT::getHalfSizedIntegerVT() for use in ExpandUnalignedStore() in | Ken Dyck | 2009-12-17 | 1 | -6/+3 | 
| *  | Delete an unnecessary line. The VTSDNode on a SIGN_EXTEND_REG is never | Dan Gohman | 2009-12-11 | 1 | -1/+0 | 
| *  | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman | 2009-12-11 | 1 | -2/+9 | 
| *  | Remove the unused DisableLegalizeTypes option and related code. | Dan Gohman | 2009-12-05 | 1 | -2/+1 | 
| *  | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 2009-12-03 | 1 | -1/+1 | 
| *  | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman | 2009-11-23 | 1 | -1/+0 | 
| *  | We are not using DBG_STOPPOINT anymore. | Devang Patel | 2009-11-21 | 1 | -35/+0 | 
| *  | When generating a vector the really slow way, via loads | Dale Johannesen | 2009-11-21 | 1 | -3/+9 | 
| *  | Emit correct code when making a ConstantPool entry for a vector | Dale Johannesen | 2009-11-10 | 1 | -2/+11 | 
| *  | Add 8 bit libcalls and make use of them for msp430 | Anton Korobeynikov | 2009-11-07 | 1 | -10/+25 | 
| *  | Add a second ValueType argument to isFPImmLegal. | Evan Cheng | 2009-10-28 | 1 | -1/+1 | 
| *  | Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return... | Evan Cheng | 2009-10-27 | 1 | -9/+1 | 
| *  | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 | 
| *  | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 | 
| *  | -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed | Evan Cheng | 2009-10-18 | 1 | -9/+18 | 
| *  | Only fixed stack objects and spill slots should be get FixedStack PseudoSourc... | Evan Cheng | 2009-10-18 | 1 | -18/+9 | 
| *  | Revert 84315 for now. Re-thinking the patch. | Evan Cheng | 2009-10-17 | 1 | -7/+7 | 
| *  | Rename getFixedStack to getStackObject. The stack objects represented are not | Evan Cheng | 2009-10-17 | 1 | -7/+7 | 
| *  | Delete an obsolete comment. | Dan Gohman | 2009-10-17 | 1 | -2/+1 | 
| *  | Use MDNode * directly as an RecordSourceLine() argument. | Devang Patel | 2009-09-30 | 1 | -3/+2 | 
| *  | Reapply 79977. | Devang Patel | 2009-08-28 | 1 | -4/+4 | 
| *  | Add extload expansion for f128 | Anton Korobeynikov | 2009-08-26 | 1 | -3/+6 | 
| *  | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 1 | -4/+4 | 
| *  | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 2009-08-25 | 1 | -4/+4 | 
| *  | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -1/+4 | 
| *  | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 1 | -1/+0 | 
| *  | Be tidy and use a break to exit from a switch block rather than | Dan Gohman | 2009-08-18 | 1 | -0/+1 | 
| *  | Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, and | Dan Gohman | 2009-08-18 | 1 | -0/+7 | 
| *  | Unbreak build. Evan, please make sure my changes are correct. | Benjamin Kramer | 2009-08-15 | 1 | -4/+4 | 
| *  | 80 col violations. | Evan Cheng | 2009-08-15 | 1 | -12/+12 | 
| *  | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov | 2009-08-14 | 1 | -1/+1 | 
| *  | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -2/+3 | 
| *  | Add contexts to some of the MVT APIs.  No functionality change yet, just the ... | Owen Anderson | 2009-08-12 | 1 | -28/+29 | 
| *  | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -86/+86 |