| Age | Commit message (Expand) | Author |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
| 2009-07-11 | Fix up support for OptionalDefOperand when it defaults to an actual register ... | Evan Cheng |
| 2009-07-11 | Use CreateStackStoreLoad helper in more places. | Eli Friedman |
| 2009-07-09 | Fix an apparent copy-and-paste problem in an error message. | Bob Wilson |
| 2009-07-09 | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman |
| 2009-07-09 | As Chris pointed out, we don't actually need to pass the context around here. | Owen Anderson |
| 2009-07-09 | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson |
| 2009-07-09 | Make SelectionDAG::getVectorShuffle work properly for VECTOR_SHUFFLE | Dan Gohman |
| 2009-07-08 | Use common code for both ARM and Thumb-2 instruction and register info. | David Goodwin |
| 2009-07-08 | Nowadays vectors are only split if they have an even | Duncan Sands |
| 2009-07-08 | Remove trailing whitespace. Reorder some methods | Duncan Sands |
| 2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
| 2009-07-08 | dag combine sext(setcc) -> vsetcc before legalize. To make this safe, | Chris Lattner |
| 2009-07-07 | SelectionDAG::SignBitIsZero doesn't work right for vectors, | Chris Lattner |
| 2009-07-07 | Operand of asm("call") (the callee function) is represented | Dale Johannesen |
| 2009-07-07 | add support for legalizing an icmp where the result is illegal (4xi1) but | Chris Lattner |
| 2009-07-07 | random code cleanups. | Chris Lattner |
| 2009-07-07 | implement support for spliting and scalarizing vector setcc's. This | Chris Lattner |
| 2009-07-07 | lower vector icmp/fcmp to ICMP/FCMP nodes with the right result | Chris Lattner |
| 2009-07-07 | ScalarizeVecRes_ShiftOp and ScalarizeVecRes_BinOp are the same, | Chris Lattner |
| 2009-07-07 | add support for vector legalizing of *_EXTEND. | Chris Lattner |
| 2009-07-07 | Have scoped mutexes take referenes instead of pointers. | Owen Anderson |
| 2009-07-03 | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller |
| 2009-07-02 | Simplify debug info intrisinc lowering. | Devang Patel |
| 2009-07-02 | CMake build fixes, from Xerxes Ranby | Douglas Gregor |
| 2009-07-02 | Simplify. | Devang Patel |
| 2009-07-02 | Simplify. No intentional functionality change. | Devang Patel |
| 2009-07-01 | Refactor. No functionality change. | Devang Patel |
| 2009-07-01 | llvm.dbg.declare is always used for local variable's debug info. | Devang Patel |
| 2009-06-30 | Add a bit IsUndef to MachineOperand. This indicates the def / use register op... | Evan Cheng |
| 2009-06-27 | fix a typo that GCC should have caught that causes crashes with -view-*-dags | Chris Lattner |
| 2009-06-26 | fix a really subtle bug in the cross section of aliases and TLS: | Chris Lattner |
| 2009-06-26 | implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms of | Chris Lattner |
| 2009-06-26 | dot graph viewing is apparently not using SDNode::print_details, this is bad, | Chris Lattner |
| 2009-06-26 | propagate target operand flags from dag nodes into MachineOperands. | Chris Lattner |
| 2009-06-26 | fit in 80 cols | Chris Lattner |
| 2009-06-25 | add targetflags to jump tables and constant pool entries. | Chris Lattner |
| 2009-06-25 | allow setting target operand flags on TargetGlobalAddress nodes. | Chris Lattner |
| 2009-06-25 | start bringing targetoperand flags into isel, first up, ExternalSymbol. | Chris Lattner |
| 2009-06-25 | Provide guards for this shared structure. I'm not sure this actually needs | Owen Anderson |
| 2009-06-24 | This increases the maximum for MVT::LAST_VALUETYPE | David Greene |
| 2009-06-24 | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson |
| 2009-06-24 | Rewrite 73900 per Duncan's suggestion. | Dale Johannesen |
| 2009-06-24 | remove dead makefile flags. | Chris Lattner |
| 2009-06-22 | Fix memcpy expansion so it won't generate invalid | Dale Johannesen |
| 2009-06-19 | mv CodeGen/DebugLoc.h Support/DebugLoc.h | Devang Patel |
| 2009-06-19 | Minor cleanup; fixes review comments for a previous patch. Sorry for | Eli Friedman |
| 2009-06-16 | Fixed names of libcalls checked in r73480. | Sanjiv Gupta |
| 2009-06-16 | Added required libcalls for PIC16 (mostly floating points to integer casting ... | Sanjiv Gupta |