aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-11-10Use utohex_buffer instead of utohexstr to avoid creating a temporaryChris Lattner
2008-11-10Move getCastToEmpty out of DIDescriptor into DIFactory. It is anChris Lattner
2008-11-10Fix an over aggressive assumption that struct decls will have a pointer toChris Lattner
2008-11-10add new fileChris Lattner
2008-11-10Add a new set of helper classes for creating and reading debug Chris Lattner
2008-11-10Forgot these.Evan Cheng
2008-11-10Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng
2008-11-09Correction for the last patch. Should match the conditional in the first partBill Wendling
2008-11-09The method of doing the matching with a 'select' instruction was wrong. TheBill Wendling
2008-11-09fix leakage of ValueNumberingNuno Lopes
2008-11-09Temporarily revert 58825, which breaks PPC bootstrap.Dale Johannesen
2008-11-09If the LHS of the FCMP is coming from a UIToFP instruction, then we don't wantBill Wendling
2008-11-09Typo fixAnton Korobeynikov
2008-11-08Temporary revert my last commit: it seems it's triggering some subtle bug in ...Anton Korobeynikov
2008-11-08CMake: corrected library target name for dependency: LLVMCellSPU ->Oscar Fuentes
2008-11-08CMake: Reflected changes on the CellSPU target build. May require aOscar Fuentes
2008-11-08Fixed a pasto.Oscar Fuentes
2008-11-08CellSPU: Bring SPU's assembly printer more in-line with current LLVM codeScott Michel
2008-11-08Try to produce better code when scalarizing VSETCC.Duncan Sands
2008-11-08Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov
2008-11-08The Index field of an AttributeWithIndex is of type unsigned, not uint16_t.Nicolas Geoffray
2008-11-08StoreInst does not produce any result thus it's useless to create newAnton Korobeynikov
2008-11-08Moved InvalidateInstructionCache to ARMJITInfo::emitFunctionStub which knows ...Evan Cheng
2008-11-08Remove a InvalidateInstructionCache call with incorrect size.Evan Cheng
2008-11-08Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng
2008-11-08Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs a...Evan Cheng
2008-11-08Rename isString -> isExternalSymbol; getString -> getExternalSymbol since the...Evan Cheng
2008-11-08More debug output.Evan Cheng
2008-11-08Fix relocation for calls to external symbols.Evan Cheng
2008-11-08CellSPU: Fix prologue/epilogue emission when function contains calls butScott Michel
2008-11-08Rework r58829, allowing removal of dbg info intrinsics during allocaDaniel Dunbar
2008-11-08Skip over two-address use operands.Evan Cheng
2008-11-08Handle ARM machine constantpool entry with non-lazy ptr.Evan Cheng
2008-11-08Use ARMFunctionInfo to track number of constpool entries and jumptables.Evan Cheng
2008-11-08Make testb optimization work on big-endian targets.Dale Johannesen
2008-11-07More code clean up.Evan Cheng
2008-11-07Make FP tests requiring two compares work on PPC (PR 642).Dale Johannesen
2008-11-07Get PIC jump table working.Evan Cheng
2008-11-07More debug output.Evan Cheng
2008-11-07Sign-extend rather than zero-extend when promotingDuncan Sands
2008-11-07Flush the raw_ostream after emitting the assembly for a function.Dan Gohman
2008-11-07Fix unsigned->ppcf128 conversion.Dale Johannesen
2008-11-07Fix compile warnings.Richard Osborne
2008-11-07CellSPU: Ensure that C strings are always put in the .rodata sectionScott Michel
2008-11-07Add XCore backend.Richard Osborne
2008-11-07Jump table JIT support. Work in progress.Evan Cheng
2008-11-07Jump tables may be emitted by target.Evan Cheng
2008-11-07Teach CellSPU about ELF sections and new section emitter classes.Scott Michel
2008-11-07BCUI + 1 doesn't work. Use next instead.Bill Wendling
2008-11-07Refactor code that adjusts the offsets of stack objects.Bill Wendling