oota-llvm.git
2009-03-03 Dale JohannesenWhen sinking an insn in InstCombine bring its debug
2009-03-03 Devang PatelIgnore debug info intrinsics.
2009-03-02 Devang PatelIf branch conditions' one successor is dominating anoth...
2009-03-02 Bob WilsonGeneralize BuildVectorSDNode::isConstantSplat to use...
2009-03-02 Bill WendlingDocument the -gcc-tool-args bugpoint option.
2009-03-02 Bill WendlingAdd a "-gcc-tool-args" option. This option acts like...
2009-03-02 Nate BegemanFix the calculation for how big the allocated stub...
2009-03-02 Devang PatelRemove all dbg symobls, including those with circular...
2009-03-02 Chris LattnerFix main executable path name resolution on FreeBSD...
2009-03-02 Daniel DunbarAdd some more clang related release notes.
2009-03-02 Gabor Greifdrop support for GCC 2.x as it is hopelessly broken...
2009-03-02 Tanya LattnerRemove incorrect information about fortran on Darwin.
2009-03-02 Gabor Greiffix broken GCC bugzilla link
2009-03-02 Gabor Greifadd a Q/A on broken GCCs
2009-03-02 Chris Lattnerupdate blurb per Shannon Weyrick.
2009-03-02 Duncan SandsTry to make the meaning of 'nocapture' a bit clearer. I
2009-03-02 Duncan SandsUse GCC not gcc, like everywhere else in this document.
2009-03-02 John CriswellGrammar and punctuation fixes.
2009-03-02 Gabor GreifDeclare Sentinel fragments as mutable to get rid
2009-03-02 Gabor Greifremove a deprecated interface that was pretty useless
2009-03-02 Gabor Greifnote the removal of deprecated interfaces
2009-03-02 Gabor Greiffix typo
2009-03-02 Gabor Greifminor tweaks
2009-03-02 Gabor Greifminor tweaks
2009-03-02 Mikhail GlushenkovRemove duplication in Makefile.rules.
2009-03-02 Nicolas GeoffrayAdd more notes for VMKit.
2009-03-02 Duncan SandsFix PR3694: add an instcombine micro-optimization that...
2009-03-02 Mikhail GlushenkovMove the rules for building plugins to Makefile.rules.
2009-03-02 Mikhail GlushenkovFix build with objdir != srcdir.
2009-03-02 Mikhail GlushenkovMove code from Main.cpp to the include dir.
2009-03-02 Mikhail GlushenkovCosmetic fixes: include guards.
2009-03-02 Mikhail GlushenkovPlugin::Priority() doesn't need to be pure virtual.
2009-03-02 Mikhail GlushenkovAdd a comment.
2009-03-02 Mikhail GlushenkovReorganize llvmc code.
2009-03-02 Bill WendlingRandom formatting changes.
2009-03-02 Bill WendlingFix typos.
2009-03-02 Bill WendlingChange </pp> to </p>.
2009-03-02 Bill Wendling- Use "real-world applications" instead of just "real...
2009-03-02 Gordon HenriksenMake some improvements to the GC docs.
2009-03-02 Gordon HenriksenDrop toy GC runtime.
2009-03-02 Chris Lattnerremove empty section
2009-03-02 Chris Lattnermore englishification
2009-03-02 Chris Lattnerstart translating this into Engrish and organizing it.
2009-03-01 Nate BegemanFix a problem with DAGCombine on 64b targets where...
2009-03-01 Chris Lattnermove gold plugin next to LTO doc in the subsystem section
2009-03-01 Nick LewyckyAdd a quickstart example.
2009-03-01 Nick LewyckyClose list item tag, to conform with the style in this...
2009-03-01 Nick LewyckyAdd the gold plugin page to the documentation index!
2009-03-01 Nick LewyckyCleanup the description of flags to llvm-gcc. Also...
2009-03-01 Nick LewyckyDon't forget the important part. llvm-gcc -use-gold...
2009-03-01 Mikhail GlushenkovSprinkle llvmc notes with <tt>.
2009-03-01 Gabor GreifAnother sentinel optimization. This one should always
2009-03-01 Gabor GreifReuse a technique (pioneered for BasicBlocks) of superp...
2009-03-01 Duncan SandsFunctions marked malloc are noalias return.
2009-03-01 Duncan SandsTweak this a bit.
2009-03-01 Duncan SandsAdjust this test for recent llvm-gcc changes.
2009-03-01 Nick LewyckyFix grammar.
2009-03-01 Gabor Greiffix a comment
2009-03-01 Gabor GreifFix a typo. Thanks baldrick!
2009-03-01 Nick LewyckyFirst pass at a document describing how to achieve...
2009-03-01 Duncan SandsAnother point to mention.
2009-03-01 Bill WendlingTemporarily revert r65755. It was causing failures...
2009-03-01 Chris Lattneradd some llvmc notes from Mikhail
2009-03-01 Chris Lattnerhoist the check for alloca size up so that it controls...
2009-03-01 Evan ChengMinor optimization:
2009-03-01 Chris Lattnertweak this to accept asmprinter changes. I have no...
2009-03-01 Chris Lattnersimplify handling "don't print top level name" processi...
2009-03-01 Bob WilsonCombine PPC's GetConstantBuildVectorBits and isConstant...
2009-03-01 Chris LattnerFix a pretty awesome bug that only happened in a strang...
2009-03-01 Chris Lattnerwalk type symbol table also, so we get:
2009-03-01 Chris Lattneradjust for asmprinter change.
2009-03-01 Chris Lattneradjust for asmprinter change.
2009-03-01 Chris Lattneradjust test to make it more robust
2009-03-01 Chris LattnerFix a long-standing bug and misfeature of the disassemb...
2009-02-28 Chris Lattnermove type name population out of TypePrinting class...
2009-02-28 Chris Lattnerswitch to densemap for pointer->word map.
2009-02-28 Chris Lattnerdelete a bunch of duplicated type printing logic, using...
2009-02-28 Chris Lattnermake this work when constructed with a null module*
2009-02-28 Gabor Greifadd description how the ilist_traits<Instruction> works
2009-02-28 Chris Lattnerthe module is not required to exist, allow it to defaul...
2009-02-28 Chris Lattnerdisable copying and assignment.
2009-02-28 Chris Lattnerexpose TypePrinting as a public API.
2009-02-28 Chris Lattnerone less space, fixes failure with rebuilt llvm-gcc.
2009-02-28 Bill WendlingFix grammaro.
2009-02-28 Chris Lattnerrename 'Result' to 'OS' in CalcTypeName for consistency
2009-02-28 Chris Lattnerdo not embed the raw_ostream into TypePrinting, pass...
2009-02-28 Chris Lattnerstop calling Type::getDescription().
2009-02-28 Chris Lattnersimplifications
2009-02-28 Chris LattnerChange WriteTypeSymbolic to not put a space out before...
2009-02-28 Chris Lattnermake CalcTypeName take a stream instead of a string...
2009-02-28 Chris Lattnerremove a bunch of nearly-duplicated code.
2009-02-28 Chris Lattnerfix indentation, remove dead integer case.
2009-02-28 Chris Lattnerpull calcTypeName into TypePrinting class, make its...
2009-02-28 Chris Lattnerinline method into its only use and simplify the result.
2009-02-28 Chris Lattnersimplify condition
2009-02-28 Chris Lattnerstart refactoring the .ll printer: introduce a new...
2009-02-28 Chris Lattneradd a stub for Roadsend PHP
2009-02-28 Chris Lattnerdon't use the word 'aggregate' with constants, it is...
2009-02-28 Chris Lattnerdon't redescribe bitcast constraints in two places...
2009-02-28 Chris Lattnerreject 0 element vectors with:
next