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