| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop support for the InReg attribute on the ppc backend. This was used by | Rafael Espindola | 2010-02-16 | 1 | -16/+1 |
* | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 2 | -2/+2 |
* | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 2 | -41/+0 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -41/+79 |
* | Add the problem I just hacked around in 96015/96020. | Dale Johannesen | 2010-02-12 | 1 | -0/+17 |
* | This should have gone in with 26015, see comments there. | Dale Johannesen | 2010-02-12 | 1 | -0/+12 |
* | When save/restoring CR at prolog/epilog, in a large | Dale Johannesen | 2010-02-12 | 1 | -14/+30 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 2 | -2/+2 |
* | print all the newlines at the end of instructions with | Chris Lattner | 2010-02-10 | 1 | -4/+4 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 2 | -6/+6 |
* | Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect | Dan Gohman | 2010-02-08 | 2 | -13/+13 |
* | Fix alignment on ppc linux. This fixes the build of crtend.o | Rafael Espindola | 2010-02-06 | 1 | -0/+3 |
* | make MachineModuleInfoMachO hold non-const MCSymbol*'s instead | Chris Lattner | 2010-02-03 | 1 | -10/+9 |
* | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner | 2010-02-03 | 1 | -0/+4 |
* | Revert 95130. | Evan Cheng | 2010-02-02 | 2 | -2/+2 |
* | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 1 | -10/+13 |
* | tidy some targets. | Chris Lattner | 2010-02-02 | 1 | -2/+0 |
* | detemplatize the ppc code emitter. | Chris Lattner | 2010-02-02 | 1 | -37/+21 |
* | remove dead code. | Chris Lattner | 2010-02-02 | 4 | -73/+0 |
* | eliminate all the dead addSimpleCodeEmitter implementations. | Chris Lattner | 2010-02-02 | 2 | -33/+0 |
* | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 2 | -2/+2 |
* | remove PPCMachOWriterInfo. | Chris Lattner | 2010-02-02 | 5 | -214/+1 |
* | PPC is not ready for sibcall optimization. | Evan Cheng | 2010-01-29 | 1 | -0/+3 |
* | Give AsmPrinter the most common expected implementation of | Chris Lattner | 2010-01-28 | 1 | -104/+19 |
* | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner | 2010-01-28 | 1 | -9/+4 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -1/+1 |
* | add a new AsmPrinter::EmitFunctionEntryLabel virtual function, | Chris Lattner | 2010-01-27 | 1 | -53/+23 |
* | ppc/linux isn't ready for this and it was an accident that it was included. | Chris Lattner | 2010-01-27 | 1 | -2/+0 |
* | Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to | Chris Lattner | 2010-01-27 | 1 | -32/+3 |
* | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng | 2010-01-27 | 2 | -13/+13 |
* | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 1 | -1/+0 |
* | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner | 2010-01-26 | 1 | -1/+1 |
* | don't bother setting the AsmPrinter::MF ivar, now that | Chris Lattner | 2010-01-26 | 1 | -4/+0 |
* | eliminate redundant argument to EmitJumpTableInfo | Chris Lattner | 2010-01-25 | 1 | -2/+2 |
* | linux/ppc does use alignment in bytes, not pow-2. This fixes PR6129. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 3 | -3/+0 |
* | move PR5945 here. | Chris Lattner | 2010-01-24 | 1 | -0/+29 |
* | change the canonical form of "cond ? -1 : 0" to be | Chris Lattner | 2010-01-24 | 1 | -8/+5 |
* | add a note | Chris Lattner | 2010-01-23 | 1 | -0/+29 |
* | mcize lcomm, simplify .comm, extend both to support 64-bit sizes. | Chris Lattner | 2010-01-23 | 1 | -1/+1 |
* | move the various directive enums out of the MCStreamer class | Chris Lattner | 2010-01-23 | 1 | -1/+1 |
* | remove unneeded directive set. | Chris Lattner | 2010-01-23 | 1 | -1/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 3 | -0/+4 |
* | remove dead .erase. | Chris Lattner | 2010-01-21 | 1 | -3/+1 |
* | fix a problem with a missing _, testcase pending. | Chris Lattner | 2010-01-21 | 1 | -1/+1 |
* | eliminate FnStubInfo, using MachineModuleInfoMachO instead. | Chris Lattner | 2010-01-20 | 1 | -73/+66 |
* | split function stub printing out to its own function, | Chris Lattner | 2010-01-20 | 1 | -46/+58 |
* | eliminate the GVStubs and HiddenGVStubs maps, and use | Chris Lattner | 2010-01-20 | 1 | -23/+39 |
* | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner | 2010-01-20 | 1 | -2/+2 |
* | give MCAsmInfo a 'has little endian' bit. This is unfortunate, but | Chris Lattner | 2010-01-19 | 1 | -2/+2 |