| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix gcc -flto build, by adding LLVM_ATTRIBUTE_USED to | Patrik Hagglund | 2013-06-12 | 1 | -0/+1 |
| * | Correct the def registers for the 8bit x86 divide instructions to | Eric Christopher | 2013-06-11 | 1 | -4/+4 |
| * | Use the Copy we defined above here. | Eric Christopher | 2013-06-11 | 1 | -2/+2 |
| * | X86: Stop LEA64_32r doing unspeakable things to its arguments. | Tim Northover | 2013-06-10 | 5 | -70/+221 |
| * | Removed PackedDouble domain from scalar instructions. Added more formats for ... | Elena Demikhovsky | 2013-06-09 | 2 | -43/+60 |
| * | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 2013-06-07 | 7 | -16/+33 |
| * | Remove unused c'tor. | Bill Wendling | 2013-06-07 | 1 | -7/+2 |
| * | Cache the TargetLowering info object as a pointer. | Bill Wendling | 2013-06-06 | 1 | -2/+2 |
| * | [PATCH] Fix VGATHER* operand constraints | Michael Liao | 2013-06-05 | 2 | -1/+5 |
| * | Handle relocations that don't point to symbols. | Rafael Espindola | 2013-06-05 | 2 | -11/+10 |
| * | X86: sub_xmm registers are 128 bits wide. | Ahmed Bougacha | 2013-06-03 | 1 | -1/+1 |
| * | Revert r183069: "TMP: LEA64_32r fixing" | Tim Northover | 2013-06-01 | 4 | -155/+54 |
| * | TMP: LEA64_32r fixing | Tim Northover | 2013-06-01 | 4 | -54/+155 |
| * | X86: change MOV64ri64i32 into MOV32ri64 | Tim Northover | 2013-06-01 | 4 | -32/+45 |
| * | Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as it | Eric Christopher | 2013-05-31 | 4 | -45/+32 |
| * | Add a way to define the bit range covered by a SubRegIndex. | Ahmed Bougacha | 2013-05-31 | 1 | -5/+5 |
| * | X86: change MOV64ri64i32 into MOV32ri64 | Tim Northover | 2013-05-31 | 4 | -32/+45 |
| * | X86: use sub-register sequences for MOV*r0 operations | Tim Northover | 2013-05-30 | 5 | -100/+74 |
| * | X86: change zext moves to use sub-register infrastructure. | Tim Northover | 2013-05-30 | 5 | -71/+74 |
| * | Order CALLSEQ_START and CALLSEQ_END nodes. | Andrew Trick | 2013-05-29 | 1 | -3/+4 |
| * | X86: Fix Defs/Uses for insts that imp-def/imp-use both an A-register and EFLAGS. | Ahmed Bougacha | 2013-05-29 | 1 | -66/+74 |
| * | Don't assume the registers will be enumerated sequentially. | Chad Rosier | 2013-05-29 | 1 | -2/+5 |
| * | Track IR ordering of SelectionDAG nodes 3/4. | Andrew Trick | 2013-05-25 | 1 | -3/+0 |
| * | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 6 | -227/+227 |
| * | Follow up of the introduction of MCSymbolizer. | Quentin Colombet | 2013-05-24 | 1 | -4/+5 |
| * | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 2013-05-24 | 3 | -10/+10 |
| * | Add MCSymbolizer for symbolic/annotated disassembly. | Ahmed Bougacha | 2013-05-24 | 6 | -97/+280 |
| * | Simplify logic now that r182490 is in place. No functional change intended. | Chad Rosier | 2013-05-22 | 1 | -8/+8 |
| * | X86: Fix a bug in EltsFromConsecutiveLoads. We can't generate new loads witho... | Nadav Rotem | 2013-05-22 | 1 | -8/+20 |
| * | X86: When expanding PCMPGTQ to PCMPGTD we always want to compare the lower ha... | Benjamin Kramer | 2013-05-22 | 1 | -4/+11 |
| * | X86: Remove test instructions proceeding shift by immediate instructions | David Majnemer | 2013-05-22 | 1 | -17/+53 |
| * | removed commented lines | Elena Demikhovsky | 2013-05-21 | 1 | -2/+0 |
| * | Removed SSEPacked domain from all forms (AVX, SSE, signed, unsigned) scalar c... | Elena Demikhovsky | 2013-05-21 | 2 | -25/+27 |
| * | X86: When emulating unsigned PCMPGTQ with PCMPGTD, fix the sign bit for the s... | Benjamin Kramer | 2013-05-21 | 1 | -15/+19 |
| * | X86: Bad peephole interaction between adc, MOV32r0 | David Majnemer | 2013-05-18 | 1 | -3/+18 |
| * | Add LLVMContext argument to getSetCCResultType | Matt Arsenault | 2013-05-18 | 2 | -9/+10 |
| * | X86: Make shuffle -> shift conversion more aggressive about undefs. | Benjamin Kramer | 2013-05-17 | 1 | -18/+28 |
| * | Remove addFrameMove. | Rafael Espindola | 2013-05-16 | 1 | -20/+15 |
| * | Delete dead code. | Rafael Espindola | 2013-05-16 | 1 | -1/+2 |
| * | Delete dead code. | Rafael Espindola | 2013-05-15 | 1 | -19/+9 |
| * | X86: Remove redundant test instructions | David Majnemer | 2013-05-15 | 1 | -7/+39 |
| * | Reapply "Subtract isn't commutative, fix this for MMX psub." with | Eric Christopher | 2013-05-14 | 1 | -7/+7 |
| * | Temporarily revert "Subtract isn't commutative, fix this for MMX psub." | Eric Christopher | 2013-05-14 | 1 | -7/+7 |
| * | Subtract isn't commutative, fix this for MMX psub. | Eric Christopher | 2013-05-14 | 1 | -7/+7 |
| * | Suppress GCC compiler warnings in release builds about variables that are only | Duncan Sands | 2013-05-13 | 1 | -0/+1 |
| * | Remove the MachineMove class. | Rafael Espindola | 2013-05-13 | 2 | -7/+11 |
| * | Change getFrameMoves to return a const reference. | Rafael Espindola | 2013-05-11 | 1 | -10/+8 |
| * | [ms-inline asm] Fix a crasher when we fail on a direct match. | Chad Rosier | 2013-05-10 | 2 | -6/+9 |
| * | Remove unused argument. | Rafael Espindola | 2013-05-10 | 1 | -1/+1 |
| * | [x86AsmParser] It's valid to stop parsing an operand at an immediate. | Chad Rosier | 2013-05-09 | 1 | -1/+3 |