| 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-11 | Two-address pass should use findCommutedOpIndices to determine what registers... | Evan Cheng |
| 2009-07-10 | Use findCommutedOpIndices to find the operands to commute. | Evan Cheng |
| 2009-07-10 | Make changes suggested by Chris and eliminate newly-added raw_ostream | David Greene |
| 2009-07-10 | Avoid compiler warnings if assertions turned off. | Duncan Sands |
| 2009-07-10 | Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd... | Evan Cheng |
| 2009-07-10 | Eliminate an unnecessary include. | David Greene |
| 2009-07-09 | Redesign this to avoid standard stream classes. This stream class | David Greene |
| 2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
| 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 | back out r75156 for now. | Chris Lattner |
| 2009-07-09 | Add some classes to produce pretty-printed asm. We'll use these | David Greene |
| 2009-07-09 | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson |
| 2009-07-09 | Targets sometimes assign fixed stack object to spill certain callee-saved | Evan Cheng |
| 2009-07-09 | Improved tracking of value number kills. VN kills are now represented | Lang Hames |
| 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 | Use interators instead of counters for loops. | Bill Wendling |
| 2009-07-08 | Push LLVMContext _back_ through IRBuilder. | Owen Anderson |
| 2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
| 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 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
| 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 | Accidently dropped this while removing dead code in previous commit. | Devang Patel |
| 2009-07-07 | Remove dead code. | Devang Patel |
| 2009-07-07 | Have scoped mutexes take referenes instead of pointers. | Owen Anderson |
| 2009-07-07 | Revert 74898. It broke several tests. | Evan Cheng |
| 2009-07-07 | if the terminator is a branch depending upon the side effects of a | Sanjiv Gupta |
| 2009-07-06 | Avoid adding a duplicate def. This fixes PR4478. | Evan Cheng |
| 2009-07-06 | Fix the cmake build - patch by Xerxes RÄnby. | Duncan Sands |
| 2009-07-06 | Changed ELFCodeEmitter to inherit from ObjectCodeEmitter | Bruno Cardoso Lopes |
| 2009-07-06 | Cleanup MachO writer and code emitter. Fix 80 cols problems, remove extra spa... | Bruno Cardoso Lopes |
| 2009-07-06 | Just forgot to include the two new files | Bruno Cardoso Lopes |
| 2009-07-06 | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes |
| 2009-07-05 | More LLVMContext-ification. | Owen Anderson |