| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove an unneeded include. | David Greene | 2009-12-04 | 1 | -1/+0 |
* | Have hasLoad/StoreFrom/ToStackSlot return the relevant MachineMemOperand. | David Greene | 2009-12-04 | 2 | -9/+21 |
* | Some code cleanup. No functionality change. | Bill Wendling | 2009-12-04 | 1 | -15/+10 |
* | remove out of date FIXME. | Jim Grosbach | 2009-12-03 | 1 | -1/+0 |
* | expand note. | Chris Lattner | 2009-12-03 | 1 | -0/+15 |
* | add a note | Chris Lattner | 2009-12-03 | 1 | -0/+32 |
* | fix a build problem with VC++, PR5664, patch by Alp Toker! | Chris Lattner | 2009-12-03 | 1 | -2/+4 |
* | Recognize canonical forms of vector shuffles where the same vector is used for | Bob Wilson | 2009-12-03 | 1 | -1/+87 |
* | Revert r90371. It was causing build failures. | Bill Wendling | 2009-12-03 | 1 | -23/+42 |
* | Further improvements: refactoring code that does the same thing into one | Bill Wendling | 2009-12-03 | 1 | -42/+23 |
* | yay for case insensitive file systems (?) | Chris Lattner | 2009-12-03 | 1 | -1/+1 |
* | remove some dead std::ostream using code. | Chris Lattner | 2009-12-03 | 1 | -9/+0 |
* | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 2009-12-03 | 17 | -35/+37 |
* | This initial code is meant to convert TargetData to use an AbstractTypesUser so | Bill Wendling | 2009-12-03 | 1 | -59/+38 |
* | Factor the stack alignment calculations out into a target independent pass. | Jim Grosbach | 2009-12-02 | 6 | -132/+5 |
* | Thumb1 exception handling setjmp | Jim Grosbach | 2009-12-01 | 3 | -0/+42 |
* | For VLDM/VSTM (Advanced SIMD), set encoding bits Inst{11-8} to 0b1011. | Johnny Chen | 2009-12-01 | 1 | -2/+2 |
* | For VMOV (immediate), make some of the encoding bits (cmode and op) unspecified. | Johnny Chen | 2009-12-01 | 1 | -4/+4 |
* | Minor whitespace fixes. | Dan Gohman | 2009-11-30 | 2 | -2/+1 |
* | Fix a minor inconsistency. | Dan Gohman | 2009-11-30 | 1 | -1/+1 |
* | Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable | Bob Wilson | 2009-11-30 | 6 | -19/+0 |
* | Fix some more ARM unified syntax warnings. | Bob Wilson | 2009-11-30 | 1 | -4/+4 |
* | Added support to allow clients to custom widen. For X86, custom widen vectors... | Mon P Wang | 2009-11-30 | 1 | -0/+21 |
* | update and consolidate the load pre notes. | Chris Lattner | 2009-11-29 | 1 | -43/+42 |
* | add a deadargelim note. | Chris Lattner | 2009-11-27 | 1 | -0/+23 |
* | This testcase is actually only partially redundant, and requires | Chris Lattner | 2009-11-27 | 1 | -2/+2 |
* | this (and probably several others) are now done. | Chris Lattner | 2009-11-27 | 1 | -33/+0 |
* | Teach memdep to phi translate bitcasts. This allows us to compile | Chris Lattner | 2009-11-26 | 1 | -2/+0 |
* | Teach basicaa that x|c == x+c when the c bits of x are clear. This | Chris Lattner | 2009-11-26 | 1 | -17/+0 |
* | teach basicaa that A[i] != A[i+1]. | Chris Lattner | 2009-11-26 | 1 | -2/+0 |
* | update some notes slightly | Chris Lattner | 2009-11-26 | 1 | -3/+5 |
* | Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh... | Viktor Kutuzov | 2009-11-25 | 1 | -27/+0 |
* | Tail duplicate indirect branches for PowerPC, too. | Bob Wilson | 2009-11-25 | 1 | -0/+2 |
* | Avoid some possibly unsafe uses of StringRef::data(). | Benjamin Kramer | 2009-11-25 | 1 | -4/+2 |
* | Use StringRef (again) in DebugInfo interface. | Devang Patel | 2009-11-25 | 1 | -4/+4 |
* | Based on the testcase for pr3120, running on my MacPro with Xeon processors, | Bob Wilson | 2009-11-25 | 1 | -0/+2 |
* | Support PIC loading of constant pool entries | Bruno Cardoso Lopes | 2009-11-25 | 2 | -13/+20 |
* | Sketch structure for X86 disassembler. | Daniel Dunbar | 2009-11-25 | 4 | -1/+52 |
* | Use endianess dependent offsets for load/store of doubles when | Bruno Cardoso Lopes | 2009-11-25 | 1 | -0/+8 |
* | Fix compiler warnings. | Dale Johannesen | 2009-11-25 | 1 | -4/+4 |
* | Only include in the callee saved regs the sub registers to avoid | Bruno Cardoso Lopes | 2009-11-25 | 1 | -5/+2 |
* | Add proper emission of load/store double to stack slots for mips1 targets! | Bruno Cardoso Lopes | 2009-11-25 | 1 | -21/+43 |
* | Revert r89803. | Devang Patel | 2009-11-25 | 1 | -3/+0 |
* | Refactor target hook for tail duplication as requested by Chris. | Bob Wilson | 2009-11-24 | 2 | -8/+3 |
* | Do not store R31 into the caller's link area on PPC. | Dale Johannesen | 2009-11-24 | 2 | -6/+17 |
* | Enable debug info for ppc-darwin. | Devang Patel | 2009-11-24 | 1 | -0/+3 |
* | Enable predication of NEON instructions in Thumb2 mode. | Evan Cheng | 2009-11-24 | 1 | -5/+1 |
* | Make capitalization of names starting "is" more consistent. | Dale Johannesen | 2009-11-24 | 3 | -43/+43 |
* | Data type suffix must come after predicate. | Evan Cheng | 2009-11-24 | 1 | -2/+2 |
* | Materialize global addresses via movt/movw pair, this is always better | Anton Korobeynikov | 2009-11-24 | 10 | -41/+127 |