| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | 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 | 
| *  | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -186/+186 | 
| *  | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -39/+5 | 
| *  | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -2/+1 | 
| *  | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -21/+15 | 
| *  | Remove now unused Context variables. | Benjamin Kramer | 2009-07-29 | 1 | -1/+0 | 
| *  | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -1/+1 | 
| *  | Return ConstantVector to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -1/+1 | 
| *  | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -1/+1 | 
| *  | Add support for promoting SETCC operations. | Jakob Stoklund Olesen | 2009-07-24 | 1 | -5/+7 | 
| *  | Make promotion in operation legalization for SETCC work correctly. | Eli Friedman | 2009-07-17 | 1 | -23/+5 | 
| *  | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson | 2009-07-15 | 1 | -3/+5 | 
| *  | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -1/+2 | 
| *  | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -16/+16 | 
| *  | Implement support for promotion of AND/OR/XOR on integer types. | Jakob Stoklund Olesen | 2009-07-12 | 1 | -8/+19 | 
| *  | Fix types in PromoteNode handling of CTPOP and friends. | Jakob Stoklund Olesen | 2009-07-12 | 1 | -3/+3 | 
| *  | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -13/+13 | 
| *  | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin | 2009-07-11 | 1 | -4/+4 | 
| *  | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned  | Eli Friedman | 2009-07-09 | 1 | -1/+5 | 
| *  | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 1 | -11/+17 | 
| *  | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller | 2009-07-03 | 1 | -2/+2 | 
| *  | This increases the maximum for MVT::LAST_VALUETYPE | David Greene | 2009-06-24 | 1 | -1/+1 | 
| *  | Add some generic expansion logic for SMULO and UMULO.  Fixes UMULO  | Eli Friedman | 2009-06-16 | 1 | -0/+47 | 
| *  | Slightly generalize the code that handles shuffles of consecutive loads  | Eli Friedman | 2009-06-07 | 1 | -78/+37 | 
| *  | Fix the expansion for CONCAT_VECTORS so that it doesn't create illegal  | Eli Friedman | 2009-06-06 | 1 | -17/+1 | 
| *  | Factor out a couple of helpers. | Eli Friedman | 2009-06-06 | 1 | -78/+101 | 
| *  | Re-commit r72514 and r72516 with a fixed version of BR_CC lowering.   | Eli Friedman | 2009-05-28 | 1 | -87/+38 |