| Commit message (Expand) | Author | Age | Files | Lines |
| * | --- Reverse-merging (from foreign repository) r74952 into '.': | Bill Wendling | 2009-07-07 | 2 | -77/+71 |
| * | Commit the file I actually changed as part of last | Dale Johannesen | 2009-07-07 | 1 | -10/+24 |
| * | DWARF requires frame moves be specified at specific times. If you have a | Bill Wendling | 2009-07-07 | 2 | -71/+77 |
| * | Don't accept globals as matching 'i' constraint | Dale Johannesen | 2009-07-07 | 1 | -1/+6 |
| * | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes | 2009-07-06 | 4 | -8/+59 |
| * | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller | 2009-07-03 | 1 | -1/+1 |
| * | CMake build fixes, from Xerxes Ranby | Douglas Gregor | 2009-07-02 | 1 | -0/+2 |
| * | @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing. | Chris Lattner | 2009-07-02 | 1 | -1/+3 |
| * | Fix yet-another bug I introduced into fastisel, this time handling | Chris Lattner | 2009-07-02 | 1 | -1/+3 |
| * | Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al... | Bruno Cardoso Lopes | 2009-07-02 | 2 | -16/+0 |
| * | Fix a bunch of other places that used operator[] to test whether | Dan Gohman | 2009-07-02 | 1 | -2/+3 |
| * | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 2 | -2/+2 |
| * | Fix some fast-isel problems selecting global variable addressing in | Chris Lattner | 2009-07-01 | 2 | -6/+18 |
| * | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 6 | -20/+12 |
| * | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 4 | -15/+12 |
| * | Add 256-bit memory operand support. | David Greene | 2009-06-30 | 3 | -0/+16 |
| * | Fix PR4485. | Rafael Espindola | 2009-06-30 | 1 | -3/+6 |
| * | Fix PR4484. | Rafael Espindola | 2009-06-30 | 1 | -3/+5 |
| * | Add a bit IsUndef to MachineOperand. This indicates the def / use register op... | Evan Cheng | 2009-06-30 | 1 | -1/+2 |
| * | remove a bogus note. | Chris Lattner | 2009-06-30 | 1 | -20/+0 |
| * | add a note | Chris Lattner | 2009-06-30 | 1 | -0/+20 |
| * | Add a 256-bit register class and YMM registers. | David Greene | 2009-06-29 | 2 | -0/+32 |
| * | FIX PR 4459. | Rafael Espindola | 2009-06-29 | 1 | -1/+1 |
| * | Add a target-specific DAG combine on X86 to fold the common pattern of | Owen Anderson | 2009-06-29 | 1 | -0/+54 |
| * | Add processor descriptions for Istanbul and Shanghai. | David Greene | 2009-06-29 | 1 | -0/+4 |
| * | Fix a subtarget feature bug. | David Greene | 2009-06-29 | 1 | -1/+1 |
| * | Add more vector ValueTypes for AVX and other extended vector instruction | David Greene | 2009-06-29 | 1 | -11/+123 |
| * | remove a bunch of fixmes (old checking code) and commonize all the | Chris Lattner | 2009-06-27 | 1 | -87/+29 |
| * | pull @GOT, @GOTOFF, @GOTPCREL handling into isel from the asmprinter. | Chris Lattner | 2009-06-27 | 2 | -40/+23 |
| * | simplify some code and eliminate the symbolicAddressesAreRIPRel() predicate. | Chris Lattner | 2009-06-27 | 3 | -19/+4 |
| * | fix clang/test/CodeGenObjC/try.m, a basereg doesn't mean no global anymore. | Chris Lattner | 2009-06-27 | 1 | -5/+3 |
| * | fix a bunch of failures in the X86-64 JIT by tolerating RIP as | Chris Lattner | 2009-06-27 | 1 | -3/+5 |
| * | factor some logic out into a helper function, allow remat of loads from constant | Chris Lattner | 2009-06-27 | 1 | -4/+25 |
| * | Reimplement rip-relative addressing in the X86-64 backend. The new | Chris Lattner | 2009-06-27 | 9 | -165/+249 |
| * | Fix PR4466 by making fastisel set operand flags correctly. | Chris Lattner | 2009-06-27 | 2 | -7/+14 |
| * | Add feature flags for AVX and FMA and fix some SSE4A feature flag | David Greene | 2009-06-26 | 4 | -3/+38 |
| * | Add x86 support for 'n' inline asm modifier. This will be handled target inde... | Evan Cheng | 2009-06-26 | 1 | -0/+11 |
| * | simplify printing of MO_ExternalSymbol in a non-pcrel context. | Chris Lattner | 2009-06-26 | 1 | -23/+11 |
| * | add %rip to the GR64 register class. Lets avoid allocating it to anything th... | Chris Lattner | 2009-06-26 | 2 | -3/+6 |
| * | Move all the TLS processing logic into isel, don't do it in asmprinter at all. | Chris Lattner | 2009-06-26 | 3 | -59/+123 |
| * | make sure to propagate operand flags in SelectTLSADDRAddr properly. | Chris Lattner | 2009-06-26 | 1 | -1/+2 |
| * | minor cleanup/framework changes. | Chris Lattner | 2009-06-26 | 1 | -3/+11 |
| * | move magic for PIC constantpool references from asmprinter to isel. | Chris Lattner | 2009-06-26 | 2 | -23/+44 |
| * | use jump table operand flags in asm printer instead of "magic predicates" | Chris Lattner | 2009-06-26 | 1 | -6/+18 |
| * | fix a pasto. | Chris Lattner | 2009-06-26 | 1 | -1/+1 |
| * | propagate target operand flags through addressing mode selection. | Chris Lattner | 2009-06-26 | 1 | -6/+12 |
| * | Let's ignore MDStrings also! | Devang Patel | 2009-06-26 | 1 | -1/+1 |
| * | start adding logic in isel to determine asm printer semantics, step N of M. | Chris Lattner | 2009-06-26 | 2 | -8/+29 |
| * | simplify shouldPrintPLT | Chris Lattner | 2009-06-25 | 1 | -4/+8 |
| * | Use target-specific machine operand flags to eliminate a gross hack | Chris Lattner | 2009-06-25 | 3 | -39/+29 |