| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add patterns for SHLD64* and SHRD64*. | Dan Gohman | 2007-09-14 | 2 | -12/+28 |
* | Remove the assumption that FP's are either float or | Dale Johannesen | 2007-09-14 | 3 | -6/+37 |
* | Add implicit def of EFLAGS on those instructions that may modify flags. | Evan Cheng | 2007-09-14 | 5 | -54/+85 |
* | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman | 2007-09-14 | 7 | -16/+16 |
* | Add support for functions with byval arguments on x86 | Rafael Espindola | 2007-09-14 | 2 | -17/+23 |
* | Fix comments. | Evan Cheng | 2007-09-14 | 1 | -4/+4 |
* | Initial support for multi-result patterns: | Evan Cheng | 2007-09-12 | 1 | -0/+2 |
* | Revise previous patch per review comments. | Dale Johannesen | 2007-09-12 | 2 | -7/+7 |
* | Enable indirect encoding for the personality function | Bill Wendling | 2007-09-11 | 2 | -0/+2 |
* | Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. | Evan Cheng | 2007-09-11 | 14 | -260/+328 |
* | Added status flags register: EFLAGS. | Evan Cheng | 2007-09-11 | 1 | -0/+6 |
* | Add APInt interfaces to APFloat (allows directly | Dale Johannesen | 2007-09-11 | 3 | -22/+25 |
* | Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf | Bill Wendling | 2007-09-11 | 2 | -0/+2 |
* | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 8 | -31/+4 |
* | My compiler warns about the semicolon. | Duncan Sands | 2007-09-11 | 1 | -1/+1 |
* | The personality function on Darwin needs a global stub. We then refer to | Bill Wendling | 2007-09-11 | 5 | -2/+17 |
* | 80 col. | Evan Cheng | 2007-09-10 | 1 | -4/+6 |
* | New entry. | Evan Cheng | 2007-09-10 | 1 | -0/+3 |
* | Add some notes about better flag handling. | Chris Lattner | 2007-09-10 | 3 | -1/+101 |
* | It's not safe to rematerialize MOV32r0 etc. by simply cloning the original | Evan Cheng | 2007-09-10 | 1 | -3/+22 |
* | TableGen no longer emit CopyFromReg nodes for implicit results in physical | Evan Cheng | 2007-09-07 | 2 | -46/+2 |
* | Add missing index versions of instructions to the map. | Bill Wendling | 2007-09-07 | 1 | -1/+7 |
* | Avoid storing and reloading zeros and other constants from stack slots | Dan Gohman | 2007-09-07 | 3 | -2/+8 |
* | Apply feedback from previous patch. | Dale Johannesen | 2007-09-07 | 2 | -41/+0 |
* | Add support for having different alignment for objects on call frames. | Rafael Espindola | 2007-09-07 | 2 | -6/+21 |
* | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson | 2007-09-07 | 9 | -26/+28 |
* | Next round of APFloat changes. | Dale Johannesen | 2007-09-06 | 3 | -34/+43 |
* | Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen: | Evan Cheng | 2007-09-06 | 1 | -25/+15 |
* | 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 |
* | Fix for PR1613: added 64-bit rotate left PPC instructions and patterns. | Evan Cheng | 2007-09-04 | 1 | -0/+10 |
* | Mac OS X X86-64 ABI is same as the standard. | Evan Cheng | 2007-09-04 | 1 | -6/+2 |
* | Reapply r41578 with proper fix | Anton Korobeynikov | 2007-09-03 | 1 | -0/+1 |
* | Revise per review of previous patch. | Dale Johannesen | 2007-08-31 | 1 | -2/+4 |
* | Initial support for calling functions with byval arguments on x86-64 | Rafael Espindola | 2007-08-31 | 2 | -22/+37 |
* | Align i64 and f64 at 8 byte on x86-64. | Rafael Espindola | 2007-08-31 | 1 | -6/+12 |
* | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen | 2007-08-31 | 6 | -16/+16 |
* | Instruction formats added used to generate multiply instructions of V5TE. | Raul Herbster | 2007-08-30 | 1 | -39/+52 |
* | Unused relocation type reloc_arm_absolute removed. | Raul Herbster | 2007-08-30 | 1 | -2/+0 |
* | Comments added. It now generates V5TE multiply instructions. However, it is s... | Raul Herbster | 2007-08-30 | 1 | -58/+175 |
* | ARM instruction table was modified by adding information to generate multiply... | Raul Herbster | 2007-08-30 | 1 | -42/+57 |
* | JITInfo now resolves function addrs and also relocations. It always emits a s... | Raul Herbster | 2007-08-30 | 1 | -30/+43 |
* | Added support to fold X86 load / store instructions. This allow rematerialize... | Evan Cheng | 2007-08-30 | 2 | -49/+99 |
* | Add a variant of foldMemoryOperand to fold any load / store, not just load / ... | Evan Cheng | 2007-08-30 | 5 | -0/+26 |
* | Mark load instructions with isLoad = 1. | Evan Cheng | 2007-08-30 | 5 | -6/+21 |
* | Use i64 on a PPC64 machine | Bill Wendling | 2007-08-30 | 1 | -1/+1 |
* | Change LegalFPImmediates to use APFloat. | Dale Johannesen | 2007-08-30 | 3 | -9/+9 |
* | Move getX86RegNum into X86RegisterInfo and use it | Duncan Sands | 2007-08-29 | 6 | -88/+80 |
* | Added method to get Mips register numbers | Bruno Cardoso Lopes | 2007-08-28 | 3 | -61/+113 |
* | Changed stack allocation On LowerFORMAL_ARGUMENTS. | Bruno Cardoso Lopes | 2007-08-28 | 1 | -20/+29 |