| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant foldMemoryOperand variants and other code clean up. | Evan Cheng | 2007-12-02 | 2 | -15/+8 |
* | Allow some reloads to be folded in multi-use cases. Specifically testl r, r -... | Evan Cheng | 2007-12-01 | 1 | -0/+12 |
* | Implement ExpandOperationResult for ppc i64 fp->int, which fixes | Chris Lattner | 2007-11-28 | 2 | -0/+11 |
* | Fix a crash on invalid code due to memcpy lowering. | Chris Lattner | 2007-11-27 | 1 | -25/+30 |
* | Fix .eh table linkage issues on Darwin. Some EH support | Dale Johannesen | 2007-11-20 | 2 | -4/+17 |
* | Remove meaningless qualifiers from return types, avoiding compiler warnings. | Dan Gohman | 2007-11-19 | 2 | -2/+2 |
* | Revert previous; these files aren't ready to go in yet. | Dale Johannesen | 2007-11-13 | 1 | -1/+1 |
* | Add parameter to getDwarfRegNum to permit targets | Dale Johannesen | 2007-11-13 | 3 | -3/+3 |
* | Unifacalize the CALLSEQ{START,END} stuff. | Bill Wendling | 2007-11-13 | 1 | -5/+5 |
* | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling | 2007-11-13 | 2 | -9/+15 |
* | Completely forgot, that we have some debug information emission on PPC. This ... | Anton Korobeynikov | 2007-11-12 | 1 | -2/+2 |
* | Add a flag for indirect branch instructions. | Owen Anderson | 2007-11-12 | 1 | -1/+2 |
* | Use TableGen to emit information for dwarf register numbers. | Anton Korobeynikov | 2007-11-11 | 3 | -173/+180 |
* | Eliminate the remaining uses of getTypeSize. This | Duncan Sands | 2007-11-05 | 1 | -2/+2 |
* | Fix crash before main on ppc/linux with static constructors. PR1771 | Nick Lewycky | 2007-11-04 | 2 | -0/+4 |
* | Disable a couple more things for ppcf128. | Dale Johannesen | 2007-10-23 | 1 | -2/+4 |
* | Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig... | Evan Cheng | 2007-10-23 | 3 | -8/+18 |
* | Use ptr type in the immediate field of a BxA instruction so we don't end up s... | Evan Cheng | 2007-10-22 | 1 | -1/+2 |
* | comment fixes | Chris Lattner | 2007-10-19 | 1 | -3/+3 |
* | More ppcf128 issues (maybe the last)? | Dale Johannesen | 2007-10-19 | 1 | -0/+7 |
* | - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o... | Evan Cheng | 2007-10-18 | 2 | -4/+4 |
* | Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p... | Evan Cheng | 2007-10-18 | 2 | -10/+10 |
* | Fix a bug handling frame references in ppc inline asm when the frame offset | Chris Lattner | 2007-10-16 | 1 | -24/+33 |
* | Change LowerFP_TO_SINT to create the specific code it needs instead of | Chris Lattner | 2007-10-15 | 1 | -4/+11 |
* | Revert 42908 for now. | Evan Cheng | 2007-10-14 | 1 | -9/+9 |
* | Fix type mismatch error in PPC Altivec (only causes | Dale Johannesen | 2007-10-14 | 1 | -2/+2 |
* | Change the names used for internal labels to use the current | Dan Gohman | 2007-10-12 | 1 | -9/+9 |
* | Mark vector pow, ctpop, cttz, and ctlz as Expand on PowerPC. | Dan Gohman | 2007-10-12 | 1 | -1/+4 |
* | Set ISD::FPOW to Expand. | Dan Gohman | 2007-10-11 | 1 | -1/+3 |
* | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen | 2007-10-10 | 4 | -1/+179 |
* | When we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM in | Dan Gohman | 2007-10-08 | 1 | -0/+14 |
* | Next powerpc long double bits. Comparisons work, | Dale Johannesen | 2007-10-06 | 1 | -0/+4 |
* | First round of ppc long double. call/return and | Dale Johannesen | 2007-10-05 | 2 | -2/+15 |
* | - Added a few target hooks to generate load / store instructions from / to any | Evan Cheng | 2007-10-05 | 2 | -47/+164 |
* | Use empty() member functions when that's what's being tested for instead | Dan Gohman | 2007-10-03 | 1 | -1/+1 |
* | TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets | Dan Gohman | 2007-09-27 | 1 | -1/+0 |
* | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng | 2007-09-26 | 2 | -8/+15 |
* | More explicit keywords. | Dan Gohman | 2007-09-25 | 1 | -3/+3 |
* | Honor user-defined section specification of a global, ignores whether its ini... | Evan Cheng | 2007-09-21 | 1 | -2/+2 |
* | Do not override user specified section. | Devang Patel | 2007-09-20 | 1 | -2/+2 |
* | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman | 2007-09-14 | 2 | -2/+2 |
* | Fix comments. | Evan Cheng | 2007-09-14 | 1 | -4/+4 |
* | Enable indirect encoding for the personality function | Bill Wendling | 2007-09-11 | 1 | -0/+1 |
* | Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. | Evan Cheng | 2007-09-11 | 2 | -6/+8 |
* | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 1 | -3/+0 |
* | Add some notes about better flag handling. | Chris Lattner | 2007-09-10 | 1 | -1/+29 |
* | Add missing index versions of instructions to the map. | Bill Wendling | 2007-09-07 | 1 | -1/+7 |
* | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson | 2007-09-07 | 2 | -6/+8 |
* | LVXL and STVXL are also a load and store resp. | Bill Wendling | 2007-09-05 | 1 | -0/+2 |
* | Add the 64-bit versions of the DS* Altivec instructions. | Bill Wendling | 2007-09-05 | 1 | -14/+45 |