| Age | Commit message (Expand) | Author |
| 2009-07-10 | Add new vector types for 192-bit, 348-bit and 512-bit sizes. | Bob Wilson |
| 2009-07-10 | Make changes suggested by Chris and eliminate newly-added raw_ostream | David Greene |
| 2009-07-10 | Fix #include specification. | David Greene |
| 2009-07-09 | Redesign this to avoid standard stream classes. This stream class | David Greene |
| 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 | add default ctor. | Chris Lattner |
| 2009-07-09 | Improved tracking of value number kills. VN kills are now represented | Lang Hames |
| 2009-07-08 | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin |
| 2009-07-08 | Reformat. | David Greene |
| 2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
| 2009-07-08 | Convert more abort() calls to llvm_report_error(). | Torok Edwin |
| 2009-07-08 | dag combine sext(setcc) -> vsetcc before legalize. To make this safe, | Chris Lattner |
| 2009-07-07 | "BinaryObject.h was implicitly converting between uint{16,32,64}_t to | Chris Lattner |
| 2009-07-06 | Add isMetadata() to check metadata operand. | Devang Patel |
| 2009-07-06 | Add new ValueType for metadata. | Devang Patel |
| 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-03 | Fix the build: provide uint8_t. | Duncan Sands |
| 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 | Remove tabs. | Devang Patel |
| 2009-07-01 | Add getMDNode() to access metadata node. | Devang Patel |
| 2009-07-01 | Add machine operand for MDNodes. This will be used to communicate debug info. | Devang Patel |
| 2009-07-01 | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling |
| 2009-07-01 | Remove special handling of implicit_def. Fix a couple more bugs in liveinterv... | Evan Cheng |
| 2009-07-01 | Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the... | Evan Cheng |
| 2009-07-01 | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar |
| 2009-06-30 | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling |
| 2009-06-30 | Temporarily restore the scavenger implicit_def checking code. MachineOperand ... | Evan Cheng |
| 2009-06-30 | Add a bit IsUndef to MachineOperand. This indicates the def / use register op... | Evan Cheng |
| 2009-06-30 | Delete a spurious blank line at the top of the file. | Dan Gohman |
| 2009-06-29 | Add more vector ValueTypes for AVX and other extended vector instruction | David Greene |
| 2009-06-27 | Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. | Dan Gohman |
| 2009-06-27 | Remove a redundant #include. | Dan Gohman |
| 2009-06-26 | fix a really subtle bug in the cross section of aliases and TLS: | Chris Lattner |
| 2009-06-26 | Get rid of these cache variables, which are a holdover from the days when | Owen Anderson |
| 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 | just eliminate the code entirely! | Chris Lattner |
| 2009-06-25 | Clone target flags when copying mbb operands. | Chris Lattner |
| 2009-06-25 | Privatize some more debug-related static data. | Owen Anderson |
| 2009-06-25 | Identify unconditional gotos and generate a page sel instructions before them. | Sanjiv Gupta |
| 2009-06-25 | ad MachineInstrBuilder support for target flags on operands. | Chris Lattner |
| 2009-06-25 | Now with EVEN FEWER statics! | Owen Anderson |
| 2009-06-24 | Didn't mean to commit this part. | Owen Anderson |