aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-08-28Reapply 79977.Devang Patel
2009-08-28llvm-mc: Support .comm emission.Daniel Dunbar
2009-08-28llvm-mc: Support .zerofill emission.Daniel Dunbar
2009-08-28llvm-mc: Tweak section alignment and size computation to match 'as' closer.Daniel Dunbar
2009-08-28llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar
2009-08-28llvm-mc: Add const to EmitZeroFill section argument.Daniel Dunbar
2009-08-28Add MathExtras.h OffsetToAlignment, like RoundUpToAlignment but returns theDaniel Dunbar
2009-08-27Closure is a very generic name. Use AppleBlock instead.Devang Patel
2009-08-27eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif
2009-08-27Minor code simplification.Dan Gohman
2009-08-27Be somewhat more consistent about const qualifiers.Dan Gohman
2009-08-27Global Aliases are not identifiable objects.Dan Gohman
2009-08-27Handle TargetData with const.Dan Gohman
2009-08-27Strip trailing whitespace from blank lines.Dan Gohman
2009-08-27re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif
2009-08-27llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar
2009-08-27Add {MCInst,MCOperand}::{print,dump}Daniel Dunbar
2009-08-27the buildbots revealed one more breakage. fix. (why didn't I see this?)Gabor Greif
2009-08-27Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif
2009-08-27Implement a new optimization in the inliner: if inlining multipleChris Lattner
2009-08-27Revert accidental commit.Bill Wendling
2009-08-27reduce header #include'ageChris Lattner
2009-08-27enhance InlineFunction to be able to optionally returnChris Lattner
2009-08-27smallvectorize the list of returns built by CloneAndPruneFunctionInto.Chris Lattner
2009-08-27remove CloneTrace, which appears to be dead since 2004.Chris Lattner
2009-08-27--- Reverse-merging r80147 into '.':Bill Wendling
2009-08-27llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar
2009-08-27Add missing declarations.Daniel Dunbar
2009-08-27Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar
2009-08-27Try to make MSVC just a little happier.Daniel Dunbar
2009-08-26now that include/llvm/ADT/iterator.h.in is not attempted to be built, its pre...Gabor Greif
2009-08-26Regenerate configureDouglas Gregor
2009-08-26llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar
2009-08-26nobody includes llvm/ADT/iterator.h any more,Gabor Greif
2009-08-26llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar
2009-08-26Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif
2009-08-26Allow unsigned long long DenseMapInfo.Mike Stump
2009-08-26Move ProfileInfo::Edge's operator<< out of line. Among other benefits,Dan Gohman
2009-08-26Bugfix for r80100, forgot include. Sorry.Andreas Neustifter
2009-08-26Implemented comments from Daniel Dunbar.Andreas Neustifter
2009-08-26Create a ScalarEvolution-based AliasAnalysis implementation.Dan Gohman
2009-08-26llvm-mc/Mach-O: Add support for relocations.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.Daniel Dunbar
2009-08-26llvm-mc: Change MCContext value table to take const MCSymbol*s.Daniel Dunbar
2009-08-26llvm-mc: Make MCValue take const MCSymbol*s.Daniel Dunbar
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-26some mips and some sparc compilers apparently Chris Lattner
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