| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed the encoding problems of the crc32 instructions. All had the Operand size | Kevin Enderby | 2010-03-19 | 5 | -31/+156 |
* | MC/Mach-O/x86_64: Add relocation support. | Daniel Dunbar | 2010-03-19 | 3 | -0/+901 |
* | MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl... | Daniel Dunbar | 2010-03-19 | 1 | -0/+4 |
* | MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ... | Daniel Dunbar | 2010-03-19 | 1 | -45/+73 |
* | Fixed a widening bug where we were not using the correct size for the load | Mon P Wang | 2010-03-19 | 1 | -1/+25 |
* | X86: Fix encoding for TEST64rr. | Daniel Dunbar | 2010-03-19 | 1 | -0/+4 |
* | Remove `ignore` from LLVMC/TestWarnings.td. This avoids | Jeffrey Yasskin | 2010-03-19 | 1 | -1/+1 |
* | Revert r98892. BSD systems may not have bash installed at all. | Jeffrey Yasskin | 2010-03-19 | 1 | -1/+1 |
* | Work around a valgrind oddity where it doesn't pass the full path of a | Jeffrey Yasskin | 2010-03-18 | 1 | -1/+1 |
* | X86MCCodeEmitter: Fix two minor issues with reloc_riprel_4byte_movq_load, we | Daniel Dunbar | 2010-03-18 | 1 | -1/+6 |
* | MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement a | Daniel Dunbar | 2010-03-18 | 1 | -0/+26 |
* | fix an x86-64 encoding bug Daniel found. | Chris Lattner | 2010-03-18 | 1 | -0/+4 |
* | add a special relocation type for movq loads for object | Chris Lattner | 2010-03-18 | 1 | -1/+9 |
* | Turning off post-ra scheduling for x86. It isn't a consistent win. | Evan Cheng | 2010-03-18 | 4 | -27/+27 |
* | X86 address mode matching code MatchAddressRecursively does some aggressive h... | Evan Cheng | 2010-03-17 | 1 | -0/+39 |
* | Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm | Johnny Chen | 2010-03-17 | 14 | -22/+22 |
* | Testcase for r98728. | Stuart Hastings | 2010-03-17 | 1 | -0/+43 |
* | Fix liveintervals handling of dbg_value instructions. | Evan Cheng | 2010-03-16 | 1 | -0/+13 |
* | Revert r98666 too; it's checkin-without-testing day! | Daniel Dunbar | 2010-03-16 | 1 | -1/+1 |
* | temporarily xfail | Chris Lattner | 2010-03-16 | 1 | -1/+1 |
* | Add an rdar number to this test. | Dan Gohman | 2010-03-16 | 1 | -0/+1 |
* | Chris pointed out that producing undef here is wrong in | Duncan Sands | 2010-03-16 | 1 | -11/+0 |
* | --- Reverse-merging r98637 into '.': | Bob Wilson | 2010-03-16 | 14 | -22/+22 |
* | Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend | Johnny Chen | 2010-03-16 | 14 | -22/+22 |
* | Stop using the old pre-UAL syntax for LDM/STM instruction suffixes. | Bob Wilson | 2010-03-16 | 7 | -8/+8 |
* | Check that P is not zero initialized. | Duncan Sands | 2010-03-16 | 1 | -0/+11 |
* | Add a testcase for the change in r98586. | Bob Wilson | 2010-03-16 | 1 | -0/+63 |
* | Forgot testcase for r98599. | Bill Wendling | 2010-03-16 | 1 | -0/+60 |
* | Fix the third (and last known) case of code update problems due | Chris Lattner | 2010-03-16 | 1 | -0/+19 |
* | MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. | Daniel Dunbar | 2010-03-15 | 1 | -1/+1 |
* | Recognize code for doing vector gather/scatter index calculations with | Dan Gohman | 2010-03-15 | 1 | -0/+39 |
* | MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e... | Daniel Dunbar | 2010-03-15 | 2 | -0/+2039 |
* | Implement support for the case when a reference to a addr-of-bb | Chris Lattner | 2010-03-15 | 2 | -23/+39 |
* | Fix the case when a reference to an address taken BB is emitted in one | Chris Lattner | 2010-03-15 | 1 | -0/+25 |
* | filecheckize a test and mark these wiht a cpu so it passes | Chris Lattner | 2010-03-14 | 3 | -6/+13 |
* | Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes | Duncan Sands | 2010-03-14 | 1 | -0/+7 |
* | fix ShrinkDemandedOps to not leave dead nodes around, | Chris Lattner | 2010-03-14 | 1 | -0/+19 |
* | don't have i386-specific tests in CodeGen/Generic, PR6601. | Chris Lattner | 2010-03-14 | 22 | -30/+0 |
* | fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), not | Chris Lattner | 2010-03-14 | 1 | -1/+25 |
* | Fix typo | Anton Korobeynikov | 2010-03-14 | 1 | -1/+1 |
* | Feature test for half precision FP. | Anton Korobeynikov | 2010-03-14 | 1 | -0/+32 |
* | fix AsmPrinter::GetBlockAddressSymbol to always return a unique | Chris Lattner | 2010-03-14 | 3 | -8/+8 |
* | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner | 2010-03-14 | 3 | -4/+4 |
* | xfail properly | Chris Lattner | 2010-03-14 | 1 | -1/+1 |
* | xfail these tests temporarily to get teh buildbots back to happy land. | Chris Lattner | 2010-03-14 | 4 | -0/+6 |
* | Do not force indirect tailcall through fixed registers: eax, r11. Add support... | Evan Cheng | 2010-03-14 | 2 | -5/+5 |
* | X86: Fix ADD64i32 encoding. | Daniel Dunbar | 2010-03-13 | 1 | -0/+3 |
* | MC/X86_64: Symbol support. | Daniel Dunbar | 2010-03-13 | 2 | -146/+299 |
* | MC/Mach-O: Initial x86_64 support. | Daniel Dunbar | 2010-03-13 | 2 | -7/+564 |
* | macho-dump: Basic Mach 64 support. | Daniel Dunbar | 2010-03-13 | 1 | -19/+45 |