| Age | Commit message (Expand) | Author |
| 2007-09-26 | - Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo. | Evan Cheng |
| 2007-09-26 | Enable codegen for long double abs, sin, cos | Dale Johannesen |
| 2007-09-26 | Fix f80 UNDEF. | Dale Johannesen |
| 2007-09-26 | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng |
| 2007-09-25 | Move the setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand) and | Dan Gohman |
| 2007-09-25 | Added major new capabilities to scheduler (only BURR for now) to support phys... | Evan Cheng |
| 2007-09-24 | Don't emit .debug_line header data if there aren't any lines to put in it, | Dan Gohman |
| 2007-09-24 | Move the Asm->EOL() call for EmitDebugARanges outside the #ifdef for | Dan Gohman |
| 2007-09-24 | Add support for emitting .file directives to set up file numbers for | Dan Gohman |
| 2007-09-24 | Add a routine for emitting .file directives, for setting up | Dan Gohman |
| 2007-09-24 | Use the correct result value type instead of using getValueType(0) | Dan Gohman |
| 2007-09-24 | When emitting .set directives, make sure the EH and Debug labels can't conflict. | Chris Lattner |
| 2007-09-22 | initialize isstore/isload fields in ctor, fixing PR1695 | Chris Lattner |
| 2007-09-21 | Change APFloat::convertFromInteger to take the incoming | Dale Johannesen |
| 2007-09-21 | don't read Block after it is freed. This fixes PR1684 | Chris Lattner |
| 2007-09-21 | initialize SetCCResultContents, fixing PR1693 | Chris Lattner |
| 2007-09-19 | More long double fixes. x86_64 should build now. | Dale Johannesen |
| 2007-09-19 | Fix longdouble -> uint conversion. | Dale Johannesen |
| 2007-09-19 | Use struct SDep instead of std::pair for SUnit pred and succ lists. First step | Evan Cheng |
| 2007-09-18 | Fix a bogus splat xform: | Evan Cheng |
| 2007-09-18 | Prevent crash on long double. | Dale Johannesen |
| 2007-09-18 | Don't pass back a reference to a temporary. | Bill Wendling |
| 2007-09-18 | The exception handling function info should be reset for each new | Bill Wendling |
| 2007-09-18 | Objective-C was generating EH frame info like this: | Bill Wendling |
| 2007-09-17 | Do not hide APInt::dump() inside #ifndef NDEBUG. | Devang Patel |
| 2007-09-17 | This is not ideal but unbreaks build failure. | Devang Patel |
| 2007-09-17 | Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo | Chris Lattner |
| 2007-09-16 | Adjust per revew comments. | Dale Johannesen |
| 2007-09-14 | Remove the assumption that FP's are either float or | Dale Johannesen |
| 2007-09-14 | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman |
| 2007-09-14 | Remove spurious consts. This fixes warnings with compilers that | Dan Gohman |
| 2007-09-13 | Fix build problems on Cygwin (PR1652), patch by Patrick Walton. | Chris Lattner |
| 2007-09-13 | Bug fixes. | Evan Cheng |
| 2007-09-12 | Remove dead code. | Evan Cheng |
| 2007-09-12 | Yet another getTargetNode variant. | Evan Cheng |
| 2007-09-12 | Fixed a typo that's causing a missing kill marker. | Evan Cheng |
| 2007-09-12 | Revise previous patch per review comments. | Dale Johannesen |
| 2007-09-11 | Sometimes a MI can define a register as well as defining a super-register at the | Evan Cheng |
| 2007-09-11 | Add APInt interfaces to APFloat (allows directly | Dale Johannesen |
| 2007-09-11 | Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf | Bill Wendling |
| 2007-09-11 | Fold the adjust_trampoline intrinsic into | Duncan Sands |
| 2007-09-11 | The personality function on Darwin needs a global stub. We then refer to | Bill Wendling |
| 2007-09-10 | Observation of rematerialization. | Evan Cheng |
| 2007-09-10 | Emit: | Chris Lattner |
| 2007-09-10 | 1. Don't call Value::getName(), which is slow. | Chris Lattner |
| 2007-09-08 | Implement misaligned FP loads and stores. | Dale Johannesen |
| 2007-09-07 | Add support for having different alignment for objects on call frames. | Rafael Espindola |
| 2007-09-07 | Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee... | Anton Korobeynikov |
| 2007-09-07 | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson |
| 2007-09-06 | Constify to catch bugs. | David Greene |