| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix PR5087, patch by Jakub Staszak! | Chris Lattner | 2009-10-12 | 1 | -2/+2 |
| * | Update processDebugLoc() so that it can be used to process debug info before ... | Devang Patel | 2009-10-06 | 1 | -1/+3 |
| * | Introduce the TargetInstrInfo::KILL machine instruction and get rid of the | Jakob Stoklund Olesen | 2009-09-28 | 1 | -0/+1 |
| * | Also emit a label for TargetInstrInfo::GC_LABEL. | Nicolas Geoffray | 2009-09-08 | 1 | -0/+1 |
| * | just use dump() | Chris Lattner | 2009-09-03 | 1 | -1/+1 |
| * | Simplify. | Daniel Dunbar | 2009-09-01 | 1 | -18/+8 |
| * | Fix what I believe is a copy-n-pasto introduced in r78129. | Daniel Dunbar | 2009-09-01 | 1 | -3/+3 |
| * | X86/Encoding: Support ExternalSymbol operands in emitDisplacementField (for c... | Daniel Dunbar | 2009-09-01 | 1 | -0/+7 |
| * | llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. | Daniel Dunbar | 2009-08-31 | 1 | -7/+7 |
| * | llvm-mc/X86: Encode constant MCValue's correctly. | Daniel Dunbar | 2009-08-30 | 1 | -0/+6 |
| * | llvm-mc/X86: Implement single instruction encoding interface for MC. | Daniel Dunbar | 2009-08-27 | 1 | -0/+250 |
| * | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 1 | -1/+0 |
| * | more formatting improvements, no functionality change. | Chris Lattner | 2009-08-16 | 1 | -57/+65 |
| * | code formatting improvements, no functionality change. | Chris Lattner | 2009-08-16 | 1 | -74/+85 |
| * | Add crc32 instruction and intrinsics. Add a new class of prefix | Eric Christopher | 2009-08-08 | 1 | -0/+5 |
| * | Use reloc_absolute_word_sext relocation for X86::MOV64(ri/mi)32 instructions,... | Bruno Cardoso Lopes | 2009-08-08 | 1 | -2/+2 |
| * | 1) Proper emit displacements for x86, using absolute relocations where necessary | Bruno Cardoso Lopes | 2009-08-05 | 1 | -26/+40 |
| * | - s/DOUT/DEBUG(errs()/g | Bill Wendling | 2009-08-03 | 1 | -6/+6 |
| * | Use setPreservesAll in X86CodeEmitter. | Dan Gohman | 2009-07-31 | 1 | -0/+1 |
| * | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 1 | -2/+4 |
| * | Add line numbers to OProfile. To do this, I added a processDebugLoc() | Jeffrey Yasskin | 2009-07-16 | 1 | -1/+2 |
| * | Use the right relocation type for X86::MOV64ri64i32 | Bruno Cardoso Lopes | 2009-07-14 | 1 | -0/+2 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -7/+7 |
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -6/+6 |
| * | change isGlobalStubReference to take target flags instead of a MachineOperand. | Chris Lattner | 2009-07-10 | 1 | -1/+1 |
| * | convert some late code (called by regalloc and code emission) | Chris Lattner | 2009-07-10 | 1 | -3/+3 |
| * | GVRequiresExtraLoad is now never used for calls, simplify it based on this. | Chris Lattner | 2009-07-10 | 1 | -1/+1 |
| * | convert a helper method to be a static function instead of a | Chris Lattner | 2009-07-10 | 1 | -11/+14 |
| * | Implement changes from Chris's feedback. | Torok Edwin | 2009-07-08 | 1 | -5/+4 |
| * | Start converting to new error handling API. | Torok Edwin | 2009-07-08 | 1 | -6/+7 |
| * | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes | 2009-07-06 | 1 | -8/+9 |
| * | fix a bunch of failures in the X86-64 JIT by tolerating RIP as | Chris Lattner | 2009-06-27 | 1 | -3/+5 |
| * | Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray | Bruno Cardoso Lopes | 2009-06-01 | 1 | -44/+48 |
| * | First patch in the direction of splitting MachineCodeEmitter in two subclasses: | Bruno Cardoso Lopes | 2009-05-30 | 1 | -23/+55 |
| * | The MONITOR and MWAIT instructions have insufficient information for | Bill Wendling | 2009-05-28 | 1 | -3/+16 |
| * | Avoid unneeded SIB byte encoding. Patch by Zoltan Varga. | Evan Cheng | 2009-05-12 | 1 | -1/+2 |
| * | Use X86AddrNumOperands instead of magic constant one | Dale Johannesen | 2009-05-06 | 1 | -1/+2 |
| * | Revert part of 70929 that has to do with determining whether a SIB byte is ne... | Evan Cheng | 2009-05-05 | 1 | -2/+2 |
| * | - Avoid the longer SIB encoding on x86_64 when it's not needed. | Evan Cheng | 2009-05-04 | 1 | -2/+2 |
| * | Re-apply 68552. | Rafael Espindola | 2009-04-08 | 1 | -19/+10 |
| * | Temporarily revert r68552. This was causing a failure in the self-hosting LLVM | Bill Wendling | 2009-04-07 | 1 | -10/+19 |
| * | Reduce code duplication on the TLS implementation. | Rafael Espindola | 2009-04-07 | 1 | -19/+10 |
| * | Have only one definition of X86AddrNumOperands. | Rafael Espindola | 2009-03-28 | 1 | -3/+0 |
| * | Make code a bit less brittle by no hardcoding the number | Rafael Espindola | 2009-03-28 | 1 | -6/+12 |
| * | Re-apply 66024 with fixes: 1. Fixed indirect call to immediate address assemb... | Evan Cheng | 2009-03-12 | 1 | -1/+7 |
| * | Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some... | Evan Cheng | 2008-12-10 | 1 | -1/+1 |
| * | Eliminate a compile time warning. | Evan Cheng | 2008-11-19 | 1 | -4/+6 |
| * | Fix indentation. | Dan Gohman | 2008-11-10 | 1 | -1/+1 |
| * | Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used. | Evan Cheng | 2008-11-10 | 1 | -13/+13 |
| * | Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS X | Evan Cheng | 2008-11-05 | 1 | -16/+16 |