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