Age | Commit message (Expand) | Author |
2009-08-18 | Be tidy and use a break to exit from a switch block rather than | Dan Gohman |
2009-08-18 | Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, and | Dan Gohman |
2009-08-15 | Unbreak build. Evan, please make sure my changes are correct. | Benjamin Kramer |
2009-08-15 | 80 col violations. | Evan Cheng |
2009-08-14 | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-29 | Remove now unused Context variables. | Benjamin Kramer |
2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
2009-07-28 | Return ConstantVector to 2.5 API. | Owen Anderson |
2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
2009-07-24 | Add support for promoting SETCC operations. | Jakob Stoklund Olesen |
2009-07-17 | Make promotion in operation legalization for SETCC work correctly. | Eli Friedman |
2009-07-15 | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson |
2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-12 | Implement support for promotion of AND/OR/XOR on integer types. | Jakob Stoklund Olesen |
2009-07-12 | Fix types in PromoteNode handling of CTPOP and friends. | Jakob Stoklund Olesen |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
2009-07-09 | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman |
2009-07-09 | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson |
2009-07-03 | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller |
2009-06-24 | This increases the maximum for MVT::LAST_VALUETYPE | David Greene |
2009-06-16 | Add some generic expansion logic for SMULO and UMULO. Fixes UMULO | Eli Friedman |
2009-06-07 | Slightly generalize the code that handles shuffles of consecutive loads | Eli Friedman |
2009-06-06 | Fix the expansion for CONCAT_VECTORS so that it doesn't create illegal | Eli Friedman |
2009-06-06 | Factor out a couple of helpers. | Eli Friedman |
2009-05-28 | Re-commit r72514 and r72516 with a fixed version of BR_CC lowering. | Eli Friedman |
2009-05-28 | Temporarily revert r72514 (and dependent patch r72516). It was causing this | Bill Wendling |
2009-05-28 | Remove a couple of useless functions. | Eli Friedman |
2009-05-28 | Remove special cases for more opcodes. | Eli Friedman |
2009-05-28 | Remove special case for SETCC opcode; add some comments explaining why | Eli Friedman |
2009-05-28 | Some minor cleanups. | Eli Friedman |
2009-05-27 | Minor cleanups; add a better explanation for the issue with | Eli Friedman |
2009-05-27 | Remove more special cases for opcodes. | Eli Friedman |
2009-05-27 | Remove special cases for more opcodes. | Eli Friedman |
2009-05-27 | Removing more special cases from LegalizeDAG. | Eli Friedman |
2009-05-27 | Eliminate more special cases for opcodes. | Eli Friedman |
2009-05-27 | Remove more special cases from LegalizeDAG. | Eli Friedman |
2009-05-27 | Remove unused argument. | Eli Friedman |
2009-05-27 | Remove more opcode special cases. | Eli Friedman |
2009-05-27 | Start of refactoring LegalizeDAG so that we don't need specialized | Eli Friedman |
2009-05-26 | Delete a bunch of dead code from LegalizeDAG. | Eli Friedman |
2009-05-24 | Minor improvement to FCOPYSIGN to use BIT_CONVERT in cases where the | Eli Friedman |