| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use proper strings section name for PPC | Anton Korobeynikov | 2008-08-16 | 1 | -1/+1 |
* | Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h... | Owen Anderson | 2008-08-14 | 2 | -6/+7 |
* | Implement ISD::TRAP support on PPC | Nate Begeman | 2008-08-11 | 4 | -2/+18 |
* | Handle visibility printing with all generality. Remove bunch of duplicate code. | Anton Korobeynikov | 2008-08-08 | 1 | -12/+4 |
* | Use chars, where possible | Anton Korobeynikov | 2008-08-08 | 1 | -30/+30 |
* | Convert PPC/Linux to new section printing stuff | Anton Korobeynikov | 2008-08-08 | 3 | -89/+74 |
* | Switch PPC/Darwin to new section handling stuff | Anton Korobeynikov | 2008-08-08 | 3 | -153/+107 |
* | Cleanup | Anton Korobeynikov | 2008-08-08 | 1 | -72/+70 |
* | Add a flag to disable jump table generation (all | Dale Johannesen | 2008-07-31 | 2 | -1/+5 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 5 | -536/+536 |
* | Tidy SDNode::use_iterator, and complete the transition to have it | Dan Gohman | 2008-07-27 | 1 | -6/+6 |
* | Fix a catastrophic PPC64 ABI bug: i32 operands which are passed in memory (al... | Evan Cheng | 2008-07-24 | 1 | -0/+1 |
* | Add VerifyNode, a place to put sanity checks on | Duncan Sands | 2008-07-21 | 1 | -3/+3 |
* | Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour. | Anton Korobeynikov | 2008-07-19 | 3 | -12/+14 |
* | Make sure custom lowering for LegalizeTypes | Duncan Sands | 2008-07-19 | 1 | -4/+10 |
* | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 2 | -7/+7 |
* | Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson! | Evan Cheng | 2008-07-12 | 4 | -220/+329 |
* | Include a frame index in the "fixed stack" pseudo source value | Dan Gohman | 2008-07-11 | 1 | -6/+6 |
* | Trim unnecessary #includes. | Dan Gohman | 2008-07-11 | 1 | -1/+0 |
* | Remove extraneous vertical whitespace before Eric gets the wrong idea ;-) | Chris Lattner | 2008-07-10 | 1 | -1/+0 |
* | Fix an altivec constant miscompilation that Duncan found through | Chris Lattner | 2008-07-10 | 1 | -2/+4 |
* | Remove extra call to DW.SetModuleInfo on Linux. | Dale Johannesen | 2008-07-09 | 1 | -1/+0 |
* | Emit debug into for data-only files for Linux PPC. | Dale Johannesen | 2008-07-09 | 1 | -3/+10 |
* | Emit debug info for data-only files. This version | Dale Johannesen | 2008-07-09 | 1 | -5/+9 |