| Commit message (Expand) | Author | Age | Files | Lines |
* | add another target hook for branch folding. | Chris Lattner | 2006-10-28 | 1 | -0/+1 |
* | Implement support for branch condition reversal. | Chris Lattner | 2006-10-21 | 1 | -0/+5 |
* | Implement branch analysis/xform hooks required by the branch folding pass. | Chris Lattner | 2006-10-20 | 1 | -0/+36 |
* | expose DWARF_LABEL opcode# so the branch folder can update debug info properly. | Chris Lattner | 2006-10-17 | 1 | -0/+5 |
* | remove some dead code | Chris Lattner | 2006-10-13 | 1 | -10/+0 |
* | Committing X86-64 support. | Evan Cheng | 2006-09-08 | 1 | -7/+26 |
* | Fix a build breaker. | Evan Cheng | 2006-05-30 | 1 | -1/+3 |
* | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 2006-05-24 | 1 | -1/+1 |
* | ImmMask should be 3 for a two-bit field; Compact X86II | Evan Cheng | 2006-05-18 | 1 | -3/+2 |
* | Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ... | Chris Lattner | 2006-02-02 | 1 | -5/+5 |
* | - Use xor to clear integer registers (set R, 0). | Evan Cheng | 2006-02-01 | 1 | -7/+11 |
* | Eliminate tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -1/+1 |
* | First round of support for doing scalar FP using the SSE2 ISA extension and | Nate Begeman | 2005-07-06 | 1 | -0/+4 |
* | * Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -4/+4 |
* | Teach the code generator that shrd/shld is commutable if it has an immediate. | Chris Lattner | 2005-01-19 | 1 | -0/+6 |
* | Implement the convertToThreeAddress method, add support for inverting JP/JNP | Chris Lattner | 2005-01-02 | 1 | -0/+12 |
* | Remove a bunch of ad-hoc target-specific flags that were only used by the | Chris Lattner | 2004-08-11 | 1 | -20/+5 |
* | Eliminate 3 of the X86 printImplicit* flags. | Chris Lattner | 2004-08-01 | 1 | -10/+1 |
* | Implement insertGoto and reverseBranchCondition for the X86. | Alkis Evlogimenos | 2004-07-31 | 1 | -0/+10 |
* | Introduce a new FP instruction type to separate the compare cases from the | Chris Lattner | 2004-06-11 | 1 | -2/+6 |
* | Add support for the printImplicitDefsBefore flag | Chris Lattner | 2004-04-13 | 1 | -3/+4 |
* | Added the llvm.readport and llvm.writeport intrinsics for x86. These do | John Criswell | 2004-04-08 | 1 | -3/+7 |
* | Wrap at 80 cols | Chris Lattner | 2004-04-01 | 1 | -2/+2 |
* | Add FP conditional move instructions, which annoyingly have special properties | Chris Lattner | 2004-03-31 | 1 | -4/+12 |
* | These two virtual methods are never called. | Chris Lattner | 2004-02-29 | 1 | -12/+0 |
* | Each instruction now has both an ImmType and a MemType. This describes | Alkis Evlogimenos | 2004-02-28 | 1 | -12/+20 |
* | Rename MRMS[0-7]{r,m} to MRM[0-7]{r,m}. | Alkis Evlogimenos | 2004-02-27 | 1 | -5/+5 |
* | Add support for the rep movs[bwd] instructions, and emit them when code | Chris Lattner | 2004-02-12 | 1 | -7/+11 |
* | Add a new flag, which is only used for symmetry. | Chris Lattner | 2004-01-30 | 1 | -0/+3 |
* | Add TargetInstrInfo::isMoveInstr() to support coalescing in register | Alkis Evlogimenos | 2003-12-28 | 1 | -0/+8 |
* | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner | 2003-12-20 | 1 | -1/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 1 | -0/+7 |
* | Completely eliminate the isVoid TSFlag, shifting over all other fields | Chris Lattner | 2003-08-06 | 1 | -29/+30 |
* | Lump the base opcode in with the X86 TargetSpecific flags | Chris Lattner | 2003-08-03 | 1 | -4/+7 |
* | Nice tasty llc fixes. These should fix LLC for x86 for everything in | Brian Gaeke | 2003-06-27 | 1 | -6/+4 |
* | Reword to remove reference to how things worked in the past. | Misha Brukman | 2003-05-24 | 1 | -4/+3 |
* | Implement the TargetInstrInfo's createNOPinstr() and isNOPinstr() interface. | Misha Brukman | 2003-05-24 | 1 | -0/+13 |
* | Rename MachineInstrInfo -> TargetInstrInfo | Chris Lattner | 2003-01-14 | 1 | -4/+4 |
* | * Some instructions take 64 bit integers, add an Arg type for it | Chris Lattner | 2003-01-13 | 1 | -4/+32 |
* | * Remove implementations of previously pure virtual functions that are not an... | Chris Lattner | 2002-12-28 | 1 | -49/+0 |
* | Add FP instr prefix byte support | Chris Lattner | 2002-12-25 | 1 | -25/+40 |
* | Rename MemArg* to Arg* | Chris Lattner | 2002-12-13 | 1 | -7/+7 |
* | Target/X86/Printer.cpp: Add sizePtr function, and use it instead of | Brian Gaeke | 2002-12-05 | 1 | -0/+11 |
* | Eliminate OtherFrm | Chris Lattner | 2002-12-02 | 1 | -10/+6 |
* | Add fixme | Chris Lattner | 2002-11-21 | 1 | -0/+3 |
* | Add support for /0 /1, etc type instructions | Chris Lattner | 2002-11-21 | 1 | -5/+16 |
* | Add new prefix flag | Chris Lattner | 2002-11-21 | 1 | -0/+5 |
* | Expose base opcode | Chris Lattner | 2002-11-18 | 1 | -0/+7 |
* | Start to add more information to instr.def | Chris Lattner | 2002-11-18 | 1 | -4/+45 |