oota-llvm.git
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:
2009-02-28 Nick LewyckyUpdate this text for first-class aggregates.
2009-02-28 Bill WendlingFix typo. Found by William Moss.
2009-02-28 Bill WendlingThere is a way to specify targets that should succeed...
2009-02-28 Gabor Greifmake traits more flexible by splitting out node-related...
2009-02-28 Evan ChengLast commit accidentially deleted this code.
2009-02-28 Evan ChengAvoid unused parameter warning.
2009-02-28 Stuart HastingsUnable to say "TARGET: *-*-darwin*"; falling back to...
2009-02-28 Mon P WangAdded another darwin subtarget
2009-02-27 Stuart HastingsTestcase to insure C strings go to the cstring
2009-02-27 Devang PatelIt is possible that subprgoram definition is only encod...
2009-02-27 Gabor Greifgroup friendship
2009-02-27 Rafael EspindolaRefactor TLS code and add some tests. The tests and...
2009-02-27 Gabor Greifdocument ilist_traits
2009-02-27 Gabor GreifExpand a bit on iplist. If you are more expert on this...
2009-02-27 Gabor Greifupdate ilist documentation and add some blurb on ilist_node
2009-02-27 Gabor Greifupdate year
2009-02-27 Gabor Greiffix comments
2009-02-27 Gabor GreifIntroduce a new technique for merging BasicBlock with...
2009-02-27 Ted KremenekUpdate release notes for static analyzer.
2009-02-27 Mikhail Glushenkov'append_cmd' should split its argument.
2009-02-27 Nick LewyckySilence compiler warning about use of uninitialized...
2009-02-27 Nick LewyckyFix compiler warning about uninitialized variables...
2009-02-27 Dale JohannesenAlignment values for i64 and f64 on ppc64 were wrong,
2009-02-27 Evan ChengMake sure this test passes on linux-ppc.
2009-02-27 Dan GohmanUpdate another test for the LoopInfo::print changes.
2009-02-27 Dan GohmanUpdate this test for the LoopInfo::print changes.
2009-02-27 Dan GohmanMake LoopInfo::print() identify header, exit, and latch...
2009-02-27 Evan ChengMachineLICM CSE should match destination register class...
2009-02-26 Chris Lattnerdrop some un-edited text for pure and ldc in here.
2009-02-26 Gabor Greifremove deleteNode definition, it is inherited in an...
2009-02-26 Chris Lattnermake sure that make fully evaluates variables when...
2009-02-26 Chris LattnerFix universal builds to not use -XCClinker (a libtool...
2009-02-26 Chris Lattnerthese utils don't need exports.
2009-02-26 Chris Lattnerdisable exports from a bunch more tools, those without...
2009-02-26 Chris Lattnerno really, use the right path.
2009-02-26 Chris LattnerSearch for the export map in a place that it can be...
2009-02-26 Chris Lattneruse TOOL_NO_EXPORTS, this shrinks the llvm-as binary...
2009-02-26 Chris Lattnerstrip exported symbols from tools that build with TOOL_...
2009-02-26 Chris Lattnerpass -mmacosx-version-min to the compiler and linker...
2009-02-26 John CriswellAnother great year for LLVM!
2009-02-26 Nick LewyckyTabs to spaces presto chango! Pointed out by Duncan...
2009-02-26 Nick LewyckyFix typo.
2009-02-26 Nick LewyckyFix typo!
2009-02-26 Nick LewyckyForce 'llvm-config' to go first, optionally followed...
2009-02-26 Nick LewyckyRemove libtool.
2009-02-26 Chris Lattnerpic16 notes from Sanjiv. Just dumped in for now, will...
2009-02-26 Chris Lattnerfinal random and incoherent notes after making it throu...
2009-02-26 Zhou ShengIgnore dbg info intrinsics when folding conditional...
2009-02-26 Nick LewyckyAdd the function attributes pass during LTO time.
2009-02-26 Chris Lattnermore notes.
2009-02-26 Chris Lattneradd some notes from Nicolas G.
2009-02-26 Owen AndersonEnable stack slot coloring DCE. Evan's spiller fixes...
2009-02-26 Evan ChengADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable...
2009-02-26 Evan ChengThe last commit was overly conservative. It's ok to...
2009-02-26 Evan ChengIf an available register falls through to a succ block...
2009-02-26 Bob WilsonFix a duplicated word in a comment.
2009-02-26 Julien LerougeFix a typo that prevents hello.mm from running (and...
next