| Commit message (Expand) | Author | Age | Files | Lines |
* | don't try to avoid inserting loads when lowering FORMAL_ARGUMENTS. | Chris Lattner | 2008-02-13 | 1 | -12/+5 |
* | readme updates | Nate Begeman | 2008-02-13 | 1 | -0/+9 |
* | Make register scavenging happy by not using a reg (CR0) that isn't defined | Nate Begeman | 2008-02-13 | 1 | -1/+1 |
* | commuteInstr() can now commute non-ssa machine instrs. | Evan Cheng | 2008-02-13 | 1 | -0/+10 |
* | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 2 | -8/+7 |
* | Revert r46916 PPCTargetAsmInfo.cpp. | Evan Cheng | 2008-02-12 | 1 | -2/+2 |
* | additional missing feature | Nate Begeman | 2008-02-11 | 1 | -0/+1 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 6 | -7/+9 |
* | Match GCC's behaviour for these sections. | Nick Lewycky | 2008-02-10 | 1 | -2/+2 |
* | It's not always safe to fold movsd into xorpd, etc. Check the alignment of th... | Evan Cheng | 2008-02-08 | 2 | -4/+7 |
* | Follow Chris' suggestion; change the PseudoSourceValue accessors | Dan Gohman | 2008-02-07 | 1 | -1/+1 |
* | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -21/+27 |
* | Ident mnemonics appropriately | Nate Begeman | 2008-02-05 | 1 | -4/+4 |
* | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng | 2008-02-04 | 1 | -1/+0 |
* | Get rid of the annoying blank lines before labels. | Evan Cheng | 2008-02-02 | 1 | -2/+0 |
* | Unbreak ppc debug support. | Evan Cheng | 2008-02-02 | 1 | -0/+3 |
* | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 1 | -0/+1 |
* | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng | 2008-02-01 | 1 | -10/+0 |
* | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -27/+21 |
* | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng | 2008-01-31 | 1 | -4/+4 |
* | Makes the same change in ppc backend: avoid inserting prologue before debug l... | Evan Cheng | 2008-01-31 | 1 | -0/+10 |
* | Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting | Dan Gohman | 2008-01-31 | 1 | -3/+3 |
* | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 1 | -21/+27 |
* | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng | 2008-01-30 | 2 | -4/+4 |
* | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman | 2008-01-30 | 2 | -4/+4 |
* | If there's no instructions being emitted on X86 for a function, emit a | Bill Wendling | 2008-01-26 | 1 | -6/+2 |
* | If there are no machine instructions emitted for a function, then insert | Bill Wendling | 2008-01-26 | 1 | -2/+15 |
* | JITEmitter.cpp was trying to sync the icache for function stubs, but | Chris Lattner | 2008-01-25 | 1 | -2/+19 |
* | The last pieces needed for loading arbitrary | Duncan Sands | 2008-01-23 | 1 | -2/+2 |
* | Honor explicit section information on Darwin. | Dale Johannesen | 2008-01-23 | 1 | -2/+5 |
* | Implement flt_rounds for PowerPC. | Dale Johannesen | 2008-01-18 | 1 | -0/+64 |
* | get symbolic information for ppc ldbl nodes. | Chris Lattner | 2008-01-18 | 1 | -0/+5 |
* | Fix a latent bug exposed by my truncstore patch. We compiled stfiwx-2.ll to: | Chris Lattner | 2008-01-18 | 1 | -0/+1 |
* | Revert the part of 45848 that treated weak globals | Dale Johannesen | 2008-01-17 | 1 | -1/+2 |
* | This commit changes: | Chris Lattner | 2008-01-17 | 1 | -4/+3 |
* | * Introduce a new SelectionDAG::getIntPtrConstant method | Chris Lattner | 2008-01-17 | 1 | -3/+4 |
* | Fix and enable EH for x86-64 Darwin. Adds | Dale Johannesen | 2008-01-15 | 1 | -0/+1 |
* | If someone wants to implement ppc TRAP, they can go for it :) | Chris Lattner | 2008-01-15 | 1 | -0/+1 |
* | rename SDTRet -> SDTNone. | Chris Lattner | 2008-01-15 | 1 | -3/+3 |
* | rename MachineInstr::setInstrDescriptor -> setDesc | Chris Lattner | 2008-01-11 | 1 | -1/+1 |
* | Weak things initialized to 0 don't go in bss on Darwin. | Dale Johannesen | 2008-01-11 | 2 | -10/+9 |
* | Output sinl for a long double FSIN node, not sin. | Duncan Sands | 2008-01-10 | 1 | -1/+3 |
* | remove explicit sets of 'neverHasSideEffects' that can now be | Chris Lattner | 2008-01-10 | 1 | -1/+1 |
* | get def use info more correct. | Chris Lattner | 2008-01-10 | 1 | -1/+2 |
* | Emit unused EH frames for weak definitions on Darwin, | Dale Johannesen | 2008-01-10 | 1 | -3/+4 |
* | Use size_t to store Pos, avoid truncating value | Duncan Sands | 2008-01-08 | 1 | -1/+1 |
* | Finally implement correct ordered comparisons for PPC, even though | Chris Lattner | 2008-01-08 | 2 | -24/+72 |
* | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 3 | -4/+4 |
* | use predicate. | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
* | no need to explicitly clear these fields. | Chris Lattner | 2008-01-07 | 1 | -1/+0 |