Free the constants that have no uses in ~LLVMContext.
[oota-llvm.git] / include /
2009-08-31 Daniel Dunbarllvm-mc: Pass values to MCStreamer as MCExprs, not...
2009-08-31 Daniel Dunbarllvm-mc: Simplify EmitAssignment ('.set' is identical...
2009-08-31 Daniel Dunbarllvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExp...
2009-08-31 Daniel Dunbarllvm-mc: Switch MCInst to storing an MCExpr* instead...
2009-08-31 Daniel Dunbarllvm-mc: Add MCAsmParser::Parse[Paren]Expression forms...
2009-08-31 Daniel Dunbarllvm-mc: Make MCSymbolData symbol member const.
2009-08-31 Daniel Dunbarllvm-mc: Add MCContext to MCAssembler.
2009-08-31 Daniel Dunbarllvm-mc: Add MCAsmParser::getContext.
2009-08-31 Daniel Dunbarllvm-mc: Add MCExpr::{dump,print}.
2009-08-31 Daniel Dunbarllvm-mc: Switch MCExpr construction to using static...
2009-08-31 Daniel Dunbarllvm-mc: Add some doxyment markers.
2009-08-31 Daniel Dunbarllvm-mc: Move AsmExpr into MC lib (as MCExpr).
2009-08-31 Chris LattnerStep #1 to giving Callgraph some sane invariants. ...
2009-08-31 Chris LattnerFix PR4834, a tricky case where the inliner would resol...
2009-08-31 Chris LattnerFix some nasty callgraph dangling pointer problems in
2009-08-30 Erick TryzelaarMake sure we specify no arguments for context functions.
2009-08-30 Chris Lattneradd a dump() method on callgraph.
2009-08-30 Daniel DunbarTweak comment.
2009-08-30 Chris Lattneradd getPointerAddressSpace() to GEP instruction, use...
2009-08-30 Chris Lattneradd a "getPointerAddressSpace" helper method to LoadIns...
2009-08-30 Chris Lattnerhopefully unbreak the build by making this-> explicit...
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...
2009-08-30 Daniel Dunbarllvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol...
2009-08-30 Chris Lattnermake DenseMap::clear() early exit if there is nothing...
2009-08-30 Chris Lattnersome minor cleanups to IRBuilder, factor the insertion
2009-08-30 Bill WendlingNuke moribund "std::string" version of EOL(..., Encoding).
2009-08-29 Dan GohmanRemove some unused fields.
2009-08-29 Bill Wendling- Add target lowering methods to get the preferred...
2009-08-29 Bill WendlingAdd a form of EOL which emits the text version of a...
2009-08-28 Devang PatelReapply 79977.
2009-08-28 Daniel Dunbarllvm-mc: Support .comm emission.
2009-08-28 Daniel Dunbarllvm-mc: Support .zerofill emission.
2009-08-28 Daniel Dunbarllvm-mc: Tweak section alignment and size computation...
2009-08-28 Daniel Dunbarllvm-mc: Emit .lcomm as .zerofill.
2009-08-28 Daniel Dunbarllvm-mc: Add const to EmitZeroFill section argument.
2009-08-28 Daniel DunbarAdd MathExtras.h OffsetToAlignment, like RoundUpToAlign...
2009-08-27 Devang PatelClosure is a very generic name. Use AppleBlock instead.
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Dan GohmanMinor code simplification.
2009-08-27 Dan GohmanBe somewhat more consistent about const qualifiers.
2009-08-27 Dan GohmanGlobal Aliases are not identifiable objects.
2009-08-27 Dan GohmanHandle TargetData with const.
2009-08-27 Dan GohmanStrip trailing whitespace from blank lines.
2009-08-27 Gabor Greifre-apply r80197, now that iterator.h is not mentioned...
2009-08-27 Daniel Dunbarllvm-mc/Mach-O: Add MCCodeEmitter support, for encoding...
2009-08-27 Daniel DunbarAdd {MCInst,MCOperand}::{print,dump}
2009-08-27 Gabor Greifthe buildbots revealed one more breakage. fix. (why...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-08-27 Chris LattnerImplement a new optimization in the inliner: if inlinin...
2009-08-27 Bill WendlingRevert accidental commit.
2009-08-27 Chris Lattnerreduce header #include'age
2009-08-27 Chris Lattnerenhance InlineFunction to be able to optionally return
2009-08-27 Chris Lattnersmallvectorize the list of returns built by CloneAndPru...
2009-08-27 Chris Lattnerremove CloneTrace, which appears to be dead since 2004.
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-27 Daniel Dunbarllvm-mc: Tweak MCCodeEmitter skeleton.
2009-08-27 Daniel DunbarAdd missing declarations.
2009-08-27 Daniel DunbarSketch TargetRegistry support for MCCodeEmitter abstrac...
2009-08-27 Daniel DunbarTry to make MSVC just a little happier.
2009-08-26 Gabor Greifnow that include/llvm/ADT/iterator.h.in is not attempte...
2009-08-26 Douglas GregorRegenerate configure
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Don't put assembler temporary labels...
2009-08-26 Gabor Greifnobody includes llvm/ADT/iterator.h any more,
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
2009-08-26 Gabor GreifRemove all the LLVM_COMPACTIFY_SENTINELS-related macro...
2009-08-26 Mike StumpAllow unsigned long long DenseMapInfo.
2009-08-26 Dan GohmanMove ProfileInfo::Edge's operator<< out of line. Among...
2009-08-26 Andreas NeustifterBugfix for r80100, forgot include. Sorry.
2009-08-26 Andreas NeustifterImplemented comments from Daniel Dunbar.
2009-08-26 Dan GohmanCreate a ScalarEvolution-based AliasAnalysis implementa...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add support for relocations.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Move symbol indices into the MCSymbolDa...
2009-08-26 Daniel Dunbarllvm-mc: Change MCContext value table to take const...
2009-08-26 Daniel Dunbarllvm-mc: Make MCValue take const MCSymbol*s.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-26 Chris Lattnersome mips and some sparc compilers apparently
2009-08-26 Chris Lattnerfix some funky indentation
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add section padding where needed (to...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set addresses for symbols.
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-26 Devang PatelAdd isClosure() predicate. This is used to add DW_AT_AP...
2009-08-26 Daniel Dunbarllvm-mc: Add MCSection::isDefined()
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
2009-08-25 Gabor Greifrevert r78628 and r78803 as these are not needed any...
2009-08-25 Dan GohmanUse covariant return types for Instruction::clone,...
2009-08-25 Dan GohmanRename Instruction::isIdenticalTo to Instruction::isIde...
2009-08-25 Bill WendlingRevert last patch. We need to put this into TargetLower...
2009-08-25 Gabor Greifre-committing yesterday's r79938.
2009-08-25 Bill WendlingComment formatting. Removing of unused #include and...
2009-08-25 Bill WendlingAdd a target asm info hook to specify that particular...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-25 Bill Wendling--- Reverse-merging r79938 into '.':
2009-08-24 Andreas NeustifterThis patch cleans up the ProfileInfo by
2009-08-24 Gabor GreifResubmit an earlier patch of mine:
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Preliminary support for indirect symbols.
2009-08-24 Daniel DunbarAdd llvm::Triple::getArchTypePrefix for getting the...
2009-08-24 Daniel DunbarAdd StringRef based APIs to BitstreamWriter.
2009-08-24 Daniel DunbarAdd MemoryBuffer::getBuffer() -> StringRef.
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Support symbol attributes.
next