| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 1 | -1/+1 |
* | CMake: Builds all targets. | Oscar Fuentes | 2008-09-26 | 2 | -0/+37 |
* | If we have a function with an unreachable statement such that the ending debug | Bill Wendling | 2008-09-26 | 1 | -2/+2 |
* | Reapply 56585:56589 with proper fix for some gcc versions | Anton Korobeynikov | 2008-09-25 | 2 | -23/+27 |
* | Temporarily backing out 56585:56589 to unbreak the build. | Evan Cheng | 2008-09-25 | 2 | -27/+23 |
* | Minor cleanup | Anton Korobeynikov | 2008-09-24 | 2 | -0/+5 |
* | Get rid of virtual inheritance for PPC TAI | Anton Korobeynikov | 2008-09-24 | 2 | -24/+23 |
* | Get rid of ReadOnlySection duplicate | Anton Korobeynikov | 2008-09-24 | 1 | -2/+0 |
* | Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection | Anton Korobeynikov | 2008-09-24 | 1 | -5/+0 |
* | Get rid of duplicate char*/Section* TextSection | Anton Korobeynikov | 2008-09-24 | 1 | -2/+2 |
* | Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic. | Anton Korobeynikov | 2008-09-24 | 1 | -6/+4 |
* | Drop obsolete hook and change all usage to new interface | Anton Korobeynikov | 2008-09-24 | 1 | -16/+2 |
* | Properly handle 'm' inline asm constraints. If a GV is being selected for the... | Evan Cheng | 2008-09-24 | 2 | -3/+9 |
* | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 1 | -1/+0 |
* | Fix these enums' starting values to reflect the way that | Dan Gohman | 2008-09-23 | 1 | -1/+1 |
* | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen | 2008-09-22 | 1 | -10/+0 |
* | Add trampoline support to PPC. GCC simply calls the "__trampoline_setup" | Bill Wendling | 2008-09-17 | 2 | -7/+50 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -8/+7 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -7/+8 |
* | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman | 2008-09-13 | 2 | -6/+6 |
* | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 2 | -34/+31 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 5 | -69/+71 |
* | Succumb utterly to compatibility and implement | Dale Johannesen | 2008-09-11 | 1 | -4/+4 |
* | Fix logic for not emitting no-dead-strip for some | Dale Johannesen | 2008-09-09 | 1 | -0/+1 |
* | Fix constant pool loads, and remove broken versions of addConstantPoolReference. | Owen Anderson | 2008-09-06 | 1 | -12/+0 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 2 | -2/+2 |
* | Clean up uses of TargetLowering::getTargetMachine. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -0/+15 |
* | Fix some bugs in the code sequences for atomics. | Dale Johannesen | 2008-09-02 | 1 | -10/+10 |
* | Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be... | Evan Cheng | 2008-09-02 | 1 | -6/+7 |
* | fix a bunch of 80-col violations | Gabor Greif | 2008-08-31 | 2 | -5/+10 |
* | Expand for ROTR with MVT::i64. | Bill Wendling | 2008-08-31 | 1 | -0/+1 |
* | Add ppc partial-word ATOMIC_CMP_SWAP. | Dale Johannesen | 2008-08-30 | 1 | -4/+143 |
* | Add partial word version of ATOMIC_SWAP. | Dale Johannesen | 2008-08-29 | 1 | -50/+29 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 3 | -87/+87 |
* | In lowering SELECT_CC, removed cases where we can't flip the true and false w... | Mon P Wang | 2008-08-28 | 1 | -8/+0 |
* | Implement partial-word binary atomics on ppc. | Dale Johannesen | 2008-08-28 | 3 | -0/+219 |
* | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -2/+2 |
* | Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ... | Owen Anderson | 2008-08-26 | 2 | -6/+8 |
* | Implement 32 & 64 bit versions of PPC atomic | Dale Johannesen | 2008-08-25 | 4 | -48/+125 |
* | Remove PPC-specific lowering for atomics; the | Dale Johannesen | 2008-08-25 | 4 | -108/+12 |
* | It's important for the cmp-and-swap to balance | Dale Johannesen | 2008-08-25 | 1 | -13/+31 |
* | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman | 2008-08-23 | 1 | -5/+4 |
* | Implement __sync_synchronize on ppc32. Patch by Gary Benson. | Dale Johannesen | 2008-08-22 | 3 | -3/+23 |
* | Rewrite ppc code generated for __sync_{bool|val}_compare_and_swap | Dale Johannesen | 2008-08-22 | 3 | -13/+19 |
* | Simplify SelectRoot's interface, and factor out some common code | Dan Gohman | 2008-08-21 | 1 | -1/+1 |
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 4 | -11/+14 |
* | Use correct name for PPC codegen library | Anton Korobeynikov | 2008-08-17 | 1 | -1/+1 |
* | Factor out asmprinter out of ppc | Anton Korobeynikov | 2008-08-17 | 5 | -8/+57 |
* | PPC/Linux normally uses named section for bss | Anton Korobeynikov | 2008-08-16 | 1 | -0/+5 |