| Age | Commit message (Expand) | Author |
| 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 |
| 2009-06-24 | Down with statics! | Owen Anderson |
| 2009-06-24 | Move local statics to per-instance variables. | Owen Anderson |
| 2009-06-24 | Increase limit for OpActions array | David Greene |
| 2009-06-24 | This increases the maximum for MVT::LAST_VALUETYPE | David Greene |
| 2009-06-24 | sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c... | Chris Lattner |
| 2009-06-24 | eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates | Chris Lattner |
| 2009-06-24 | Rearrange some stuff in MachineOperand and add a new TargetFlags field. | Chris Lattner |
| 2009-06-22 | Add more methods to gather target specific elf stuff | Bruno Cardoso Lopes |
| 2009-06-21 | fit in 80 cols | Chris Lattner |
| 2009-06-19 | stub out some hacky code for wiring up the new asmprinter interfaces | Chris Lattner |
| 2009-06-19 | mv CodeGen/DebugLoc.h Support/DebugLoc.h | Devang Patel |
| 2009-06-19 | More VNInfo tweaking, plus a little progress on intra-block splitting. | Lang Hames |
| 2009-06-18 | Don't use int8_t, that requires DataTypes.h | Chris Lattner |
| 2009-06-18 | include header for uint8_t. | Zhongxing Xu |
| 2009-06-17 | VNInfo cleanup. | Lang Hames |
| 2009-06-16 | Fixed names of libcalls checked in r73480. | Sanjiv Gupta |