aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-10Use utohex_buffer instead of utohexstr to avoid creating a temporaryChris Lattner
2008-11-10split out the functionality of utohexstr into a new utohex_bufferChris 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-10Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does.Chris Lattner
2008-11-10move some cases around to silence these sorts of warnings in Chris 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-10CMake: Builds a native tblgen when cross-compiling and the user didn'tOscar Fuentes
2008-11-10Forgot these.Evan Cheng
2008-11-10CMake: Implement magic word `all' for selecting all targets. CheckOscar Fuentes
2008-11-10CMake: Non-working code for auto-building the native tblgen util whenOscar Fuentes
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-09suppress build productsGabor Greif
2008-11-09CMake: Corrected detection of `nm'.Oscar Fuentes
2008-11-09CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes
2008-11-09fix validation problem.Chris Lattner
2008-11-09XFAIL this while waiting for a fix.Duncan Sands
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-09CellSPU: Update expected counts on expected patternsScott Michel
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-08Allow $CALL and $ENV in command names. Fixes #3025.Mikhail Glushenkov
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-08Properly escape dashes in TableGen's LLVMC2 emitter.Anton Korobeynikov
2008-11-08Fix syntax of iterate_complex example. Noticed by Martin!Eric Christopher
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-08Add LLVMC2 tool definitions for Objective-C and Objective-C++.Daniel Dunbar
2008-11-08Add svn:ignore properties for Clang llvmc2 plugin.Daniel Dunbar
2008-11-08Skip over two-address use operands.Evan Cheng
2008-11-08Handle ARM machine constantpool entry with non-lazy ptr.Evan Cheng