aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-26some mips and some sparc compilers apparently Chris Lattner
2009-08-26test commitVenkatraman Govindaraju
2009-08-26llvm-mc: Fix tests for python variations in int printing, sigh.Daniel Dunbar
2009-08-26fix some funky indentationChris Lattner
2009-08-26llvm-mc/Mach-O: Add section padding where needed (to align the next section).Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar
2009-08-26Add an 'inline hint' attribute to represent sourceDale Johannesen
2009-08-26Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.Devang Patel
2009-08-26llvm-mc: Improve indirect symbol support (add the indirect index table).Daniel Dunbar
2009-08-26Remove unused variables.Dan Gohman
2009-08-26llvm-mc: Add MCSection::isDefined()Daniel Dunbar
2009-08-25Fix the InsertAtEnd form of ShuffleVectorInst constructor to useDan Gohman
2009-08-25Eliminate the unused Context argument on one of the ICmpInst and FCmpInstDan Gohman
2009-08-25revert r78628 and r78803 as these are not needed any moreGabor Greif
2009-08-25Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM)Scott Michel
2009-08-25Use covariant return types for Instruction::clone, and eliminateDan Gohman
2009-08-25Get rid of this horrible "benign race" by exploiting ManagedStatic to initializeOwen Anderson
2009-08-25This should use isIndenticalToWhenDefined.Dan Gohman
2009-08-25Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined,Dan Gohman
2009-08-25Revert last patch. We need to put this into TargetLowering. There will be a lotBill Wendling
2009-08-25re-committing yesterday's r79938.Gabor Greif
2009-08-25llvm-mc: Add statistic for number of fragments emitted by the assembler.Daniel Dunbar
2009-08-25Add the #include here.Bill Wendling
2009-08-25remove some dead lines.Chris Lattner
2009-08-25Comment formatting. Removing of unused #include and type forwarding.Bill Wendling
2009-08-25convert to filecheck styleChris Lattner
2009-08-25convert to filecheckChris Lattner
2009-08-25Add a target asm info hook to specify that particular bits of data in the FDEBill Wendling
2009-08-25EXIT STAGE LEFT: gccas, gccldDaniel Dunbar
2009-08-25Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff fromSanjiv Gupta
2009-08-25Switch abi-isel.ll to FileCheck; it's not much faster, but it now tests a lot Daniel Dunbar
2009-08-25Don't assume that two identical instructions that read from memoryDan Gohman
2009-08-25Remove some unused SDNode definitions.Bob Wilson
2009-08-25Teach ScalarEvolution about GlobalAliases.Dan Gohman
2009-08-25Delete some unnecessary flushes.Dan Gohman
2009-08-25Use X86II::MO_NO_FLAG.Dan Gohman
2009-08-25Expose the instruction contraint string as an argument to the NLdSt class.Bob Wilson
2009-08-25Special-case static allocas in IndVarSimplify's loop invariantDan Gohman
2009-08-25Comment-ify.Owen Anderson
2009-08-25Switch to SmallVector.Owen Anderson
2009-08-25Pull out this predicate loop into a helper function.Owen Anderson
2009-08-25Fixup register kills after scheduling.David Goodwin
2009-08-25Provide dynamic_stackalloc lowering for MSP430.Anton Korobeynikov
2009-08-25Remove target triple from this test, it fails on x86-64 withTorok Edwin
2009-08-25Allocate the basic types inside the LLVMContextImpl instance,Dan Gohman
2009-08-25Update documentation for the -f change.Dan Gohman
2009-08-25Fix a few typos from the removal of -f.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-25Read profile files as binary as proposed inAndreas Neustifter