| Age | Commit message (Expand) | Author |
| 2010-05-11 | The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a | Bill Wendling |
| 2010-05-06 | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman |
| 2010-05-06 | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng |
| 2010-05-04 | MC/Matcher: Add support for over-riding the default MatchInstruction function | Daniel Dunbar |
| 2010-05-02 | Remove the -enable-sjlj-eh option, which doesn't do anything. | Duncan Sands |
| 2010-05-01 | Add a pseudo instruction REG_SEQUENCE that takes a list of registers and | Evan Cheng |
| 2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
| 2010-04-29 | Frame index can be negative. | Evan Cheng |
| 2010-04-26 | on darwin empty functions need to codegen into something of non-zero length, | Chris Lattner |
| 2010-04-26 | Add PPC AsmPrinter handling for target-specific form of | Dale Johannesen |
| 2010-04-26 | - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an... | Evan Cheng |
| 2010-04-25 | Stop abusing EmitInstrWithCustomInserter for target-dependent | Dale Johannesen |
| 2010-04-22 | Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel | Dan Gohman |
| 2010-04-21 | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng |
| 2010-04-21 | Add more const qualifiers on TargetMachine and friends. | Dan Gohman |
| 2010-04-20 | Because of the EMMS problem, right now we have to support | Dale Johannesen |
| 2010-04-20 | Document that TargetRegisterInfo::contains does not cover virtual registers. | Dan Gohman |
| 2010-04-18 | Make processor FUs unique for given itinerary. This extends the limit of 32 | Anton Korobeynikov |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-17 | More work to allow dag combiner to promote 16-bit ops to 32-bit. | Evan Cheng |
| 2010-04-16 | Add a getSelectionDAGInfo member to TargetMachine. | Dan Gohman |
| 2010-04-16 | Create a new TargetSelectionDAGInfo class. This will eventually acquire | Dan Gohman |
| 2010-04-16 | Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType. | Dan Gohman |
| 2010-04-16 | Fix this code to avoid implicit assumptions about the length of the array. | Dan Gohman |
| 2010-04-16 | Adding support for dag combiner to promote operations for profit. This requir... | Evan Cheng |
| 2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
| 2010-04-14 | Factor out EH landing pad code into a separate function, and constify | Dan Gohman |
| 2010-04-13 | add llvm codegen support for -ffunction-sections and -fdata-sections, | Chris Lattner |
| 2010-04-08 | Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32... | Evan Cheng |
| 2010-04-07 | Fix typo. | Evan Cheng |
| 2010-04-07 | Remove late ARM codegen optimization pass committed by accident. | Anton Korobeynikov |
| 2010-04-07 | Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack any... | Anton Korobeynikov |
| 2010-04-07 | Make use of new reserved/required scheduling stuff: introduce VFP and NEON lo... | Anton Korobeynikov |
| 2010-04-07 | Initial support for different kinds of FU reservation. | Anton Korobeynikov |
| 2010-04-07 | Add hook to insert late LLVM=>LLVM passes just before isel | Anton Korobeynikov |
| 2010-04-05 | unthread MMI from FastISel | Chris Lattner |
| 2010-04-05 | trim some spurious references to DwarfWriter. SDIsel really doesn't | Chris Lattner |
| 2010-04-05 | Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. | Jakob Stoklund Olesen |
| 2010-04-05 | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner |
| 2010-04-04 | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner |
| 2010-04-04 | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | Correctly lower memset / memcpy of undef. It should be a nop. PR6767. | Evan Cheng |
| 2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
| 2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-01 | Add comments about DstAlign and SrcAlign. | Evan Cheng |
| 2010-04-01 | - Avoid using floating point stores to implement memset unless the value is z... | Evan Cheng |
| 2010-04-01 | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng |
| 2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
| 2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |