oota-llvm.git
2007-07-10 Evan ChengSomehow this wasn't committed last time. M_CLOBBERS_PRE...
2007-07-10 Owen AndersonFix the build, and fix the handling of pointer sizes.
2007-07-10 Owen AndersonFix a bunch of things from Chris' feedback
2007-07-10 Dan GohmanAdd a regression test for folding spill code into scala...
2007-07-10 Dan GohmanFix a bug in the folding of binary operators to undef.
2007-07-10 Reid SpencerMake sure to keep symbols for profile build.
2007-07-10 Dan GohmanFix the folding of undef in several binary operators...
2007-07-10 Reid SpencerSimplify the handling of the --*flags options. The...
2007-07-10 Reid SpencerMakesure the -cppflags also uses the CPP.BaseFlags...
2007-07-10 Reid SpencerMake sure that preprocessor symbols like _DEBUG, NDEBUG...
2007-07-10 Evan ChengWhen a node value is only used by a CopyToReg, use...
2007-07-10 Evan ChengMove DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp...
2007-07-10 Nick LewyckyUpdate the ValueRanges interface to use value numbers...
2007-07-10 Owen AndersonEvidently my earlier fix did not go far enough. When...
2007-07-10 Owen AndersonMove some key maps from std::map to DenseMap. This...
2007-07-10 Owen AndersonUse a cheaper test, delaying calling find_leader()...
2007-07-10 Dan GohmanDefine non-intrinsic instructions for vector min, max...
2007-07-09 Owen AndersonAdd an assertion if find_leader fails.
2007-07-09 Owen AndersonWhen resizing a BitVector with size 0, be sure to clear...
2007-07-09 Owen AndersonTake advantage of the new fast SmallPtrSet assignment...
2007-07-09 Owen AndersonMake the assignment operator for SmallPtrSet much faste...
2007-07-09 Dan GohmanPreserve volatililty and alignment information when...
2007-07-09 Devang PatelExpose struct size threhold to allow users to tweak...
2007-07-09 Dan GohmanChange getCopyToParts and getCopyFromParts to always...
2007-07-09 Owen AndersonMake the assignment operator for SmallPtrSet return...
2007-07-09 Devang PatelFix memory leak.
2007-07-09 Dan GohmanInitialize the IndexedModeActions array with memset...
2007-07-09 Owen AndersonFix an error in the assignment operator that was causin...
2007-07-09 Chris Lattnerforce a cpu without SSE
2007-07-09 Chris Lattnerallow this to work on ppc-darwin
2007-07-09 Chris Lattnerremove this bogus t-t
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2007-07-09 Chris Lattneradd target triple to fix PR1546
2007-07-09 Chris Lattnerwork around an aparent gcc name resolution bug by
2007-07-09 Chris Lattnerimplement operator= for smallptrset
2007-07-09 Owen AndersonFix a comment.
2007-07-09 Chris LattnerFix this warning:
2007-07-09 Dan GohmanMove the APInt form of SCEVUnknown::getIntegerSCEV...
2007-07-09 Dan GohmanFix a typo in a comment.
2007-07-09 Dan GohmanAdd explicit triples to these tests so that llc behaves...
2007-07-09 Gabor Greifmissed this one
2007-07-09 Gabor Greiffix typos
2007-07-09 Gabor Greifeliminated all references to 'bytecode' from .pod files
2007-07-09 Reid SpencerUpdate the svn:ignore property to eliminate all files
2007-07-09 Reid SpencerAdd more svn:ignore property values.
2007-07-09 Reid SpencerMore svn:ignore property restorations.
2007-07-09 Reid SpencerRestore properties I accidentally deleted with the...
2007-07-09 Reid SpencerSet the svn:ignore property to ignore the Debug, Releas...
2007-07-09 Reid SpencerRemove the cvsupdate script. Its no longer useful in...
2007-07-09 Reid SpencerRegenerate.
2007-07-09 Reid Spencercvs -> svn
2007-07-09 Reid SpencerSubversionify the documentation.
2007-07-09 Owen AndersonImprove a hotspot that was making build_sets() slower...
2007-07-09 Reid SpencerSubversionify the script.
2007-07-09 Owen AndersonStart using a set representation that remembers the...
2007-07-09 Reid SpencerBytecode -> Bitcode
2007-07-09 Reid SpencerMinor language change upgrader -> upgrade tool
2007-07-09 Reid SpencerThis dir does not appear under /docs anymore but under...
2007-07-09 Reid SpencerLinks for commands are now generated into /cmds/ URL.
2007-07-09 Reid SpencerFix some minor typos.
2007-07-09 Reid SpencerFix some typos.
2007-07-09 Reid SpencerFix a typo.
2007-07-09 Reid SpencerFix a typo.
2007-07-09 Reid SpencerFix some minor typos, again to test the auto-update...
2007-07-09 Reid SpencerRemove an unneeded space, mostly to verify that auto...
2007-07-08 Reid SpencerInstall things needed by llvm-top to allow successful...
2007-07-08 Reid SpencerLLVM needs ModuleInfo.txt as well.
2007-07-07 Owen AndersonFix an error where ANTIC_OUT was ending up with more...
2007-07-07 Nick LewyckyBack out Devang's fix for PR1320 because it causes...
2007-07-06 Evan ChengNo need for ccop anymore.
2007-07-06 Evan ChengTeach if-conversion about instructions that were alread...
2007-07-06 Evan ChengImmutablePredicateOperand is no more.
2007-07-06 Evan ChengIncorrect check.
2007-07-06 Evan ChengDo away with ImmutablePredicateOperand.
2007-07-06 Evan ChengisUnpredicatedTerminator should treat conditional branc...
2007-07-06 Evan ChengDo away with ImmutablePredicateOperand.
2007-07-06 Owen AndersonA first stab at memory dependence analysis. This is...
2007-07-06 Owen AndersonAdd some accessors to improve consistency.
2007-07-06 Gabor Greiffirst pass of nomenclature changes in .html files
2007-07-06 Devang PatelThese rountines are now available as part of basic...
2007-07-06 Devang PatelRequest DominanceFrontiner in advance.
2007-07-06 Devang PatelPreserve various analysis info.
2007-07-06 Devang PatelAdd SplitEdge and SplitBlock utility routines.
2007-07-06 Owen AndersonBe more aggressive in the heuristic. This mostly expos...
2007-07-06 Gabor Greiffinishing touches of bytecode -> bitcode changes. also...
2007-07-06 Owen AndersonAchieve what the incorrect test was trying to do by...
2007-07-06 Owen AndersonRemove an incorrect check.
2007-07-06 Duncan SandsThe exception handling intrinsics return values,
2007-07-06 Dan GohmanRemove redundant declarations.
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-06 Dan GohmanFix a comment so that the element numbering match the...
2007-07-06 Dan GohmanAdd an explicit triple to the big-endian tests so that...
2007-07-06 Duncan SandsIndexes into the list of filter ids cannot be output
2007-07-06 Duncan SandsTest that byte offsets are used to index into the list
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-07-06 Gabor GreifSolaris 2.x does not have RLIMIT_RSS, check for this...
2007-07-06 Duncan SandsRemove propagateEHRegister in favour of a more limited
2007-07-06 Duncan SandsRemove ExtractGlobalVariable - use StripPointerCasts
2007-07-06 Zhou ShengCorrect a typo.
2007-07-06 Evan ChengWorkaround of getCopyToRegs and getCopyFromRegs bugs...
next