oota-llvm.git
2007-07-12 Chris Lattneranother missed SSE optimization
2007-07-12 Owen AndersonLet MemoryDependenceAnalysis take care of updating...
2007-07-11 Devang PatelNew test.
2007-07-11 Devang PatelPreserve analysis info.
2007-07-11 David GreeneGet rid of annoying spaces.
2007-07-11 Bruno Cardoso... Added support for Mips specific GAS directives
2007-07-11 Bruno Cardoso... Added support for framepointer
2007-07-11 Owen AndersonHandle the case where an entire structure is freed...
2007-07-11 Bruno Cardoso... Now that stack is represented the right way, LOA starts...
2007-07-11 Bruno Cardoso... Fixed AddLiveOut issues
2007-07-11 Bruno Cardoso... Removed unused immediate PatLeaf, fixed lui instruction
2007-07-11 Bruno Cardoso... Added MipsMachineFunction class, to hold Mips dinamic...
2007-07-11 Owen AndersonAdd support for eliminate stores to stack-allocated...
2007-07-11 Owen AndersonHandle eliminating stores that occur right before a...
2007-07-11 Lauro Ramos... Handle packed structs in the CBackend.
2007-07-11 Anton KorobeynikovEmit correct linkage. Patch by Roman Samoilov.
2007-07-11 Evan ChengAdd test case for PR1545.
2007-07-11 Evan ChengMissed a couple of places where new instructions are...
2007-07-11 Owen AndersonClean up a few things based on Chris' feedback.
2007-07-11 Tanya LattnerAdding ability to demote phi to stack.
2007-07-11 Dale JohannesenFix hang compiling TimberWolf (allow for islands
2007-07-11 Lauro Ramos... Assert when TLS is not implemented.
2007-07-11 Duncan SandsException handling has been implemented.
2007-07-11 Chris LattnerFix an oversight: for modules with no other identifying...
2007-07-11 Duncan SandsIf assertions are not enabled, we should return False...
2007-07-11 Evan ChengNo longer need to track last def / use.
2007-07-11 Evan ChengFix for PR1545: Revamp code that update kill informatio...
2007-07-11 Reid SpencerAdjust this per the changes to the configuration script...
2007-07-11 Owen AndersonAdd FastDSE, a new algorithm for doing dead store elimi...
2007-07-10 David GreeneMake this work with GLIBCXX_DEBUG.
2007-07-10 Evan ChengDidn't mean the last commit. Revert.
2007-07-10 Dale JohannesenFix fp_constant_op failure.
2007-07-10 Evan ChengUpdate.
2007-07-10 Dale Johannesenfix 80 columnn violations, increasing the world's
2007-07-10 Owen AndersonCalculate the size of a array allocation correctly.
2007-07-10 Owen AndersonFix a crasher when finding the dependency of a call.
2007-07-10 Owen AndersonMake this pass registration static as well.
2007-07-10 Owen AndersonMake the pass registration static.
2007-07-10 Chris Lattneradd a note
2007-07-10 Rafael Espindolacheck for correct usage of the byval attribute
2007-07-10 Anton KorobeynikovDuring module cloning copy aliases too. This fixes...
2007-07-10 Owen AndersonHandle vaarg instructions correctly.
2007-07-10 Dan GohmanChange the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR...
2007-07-10 Owen AndersonVolatile loads and stores depend on each other.
2007-07-10 Evan ChengRemove clobbersPred. Add an OptionalDefOperand to instr...
2007-07-10 Evan ChengRemove clobbersPred.
2007-07-10 Evan ChengAdd OptionalDefOperand. Remove clobbersPred. Also add...
2007-07-10 Evan ChengTry committing again. Add OptionalDefOperand. Remove...
2007-07-10 Owen AndersonAdd support for finding the dependencies of call and...
2007-07-10 Evan ChengIf the operand is marked M_OPTIONAL_DEF_OPERAND, then...
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.
next