oota-llvm.git
2006-08-24 Reid SpencerFor PR797:
2006-08-24 Chris LattnerWhen replacing value numbers, make sure to compactify...
2006-08-24 Chris LattnerWe compile this into:
2006-08-24 Chris LattnerOwen implemented this.
2006-08-24 Chris LattnerTake advantage of the recent improvements to the livein...
2006-08-24 Reid SpencerFor PR738:
2006-08-24 Reid SpencerRemove a character to avoid line exceeding 80 cols.
2006-08-24 Owen AndersonImplement unrolling of multiblock loops. This signific...
2006-08-24 Reid SpencerFor PR797:
2006-08-24 Rafael Espindolaadd the "eq" condition code
2006-08-24 Rafael Espindolacreate a generic bcond instruction that has a condition...
2006-08-24 Reid SpencerRemove a FIXME. Don't use strlcpy that isn't available...
2006-08-24 Rafael Espindolainitial support for branches
2006-08-24 Chris Lattnerupdate some comments
2006-08-23 Nate BegemanCorrectly attribute file author & remote tabs
2006-08-23 Nate BegemanMake sure that both non-asm file types are marked as...
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerTurn off exception handling for this library. It no...
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFix constructor documentation.
2006-08-23 Devang PatelIf unable to create tmp. file on disk then return LTO_W...
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerMake the ProgramName variable a std::string so we can...
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerRearrange order to build more frequently used tools...
2006-08-23 Reid SpencerFix a typo.
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerRearrange the build order to better accommodate paralle...
2006-08-22 Reid SpencerUpdate for changes in Path class interface for exceptio...
2006-08-22 Reid SpencerAdd irix as a (potential) new platform so that Timothy...
2006-08-22 Misha BrukmanAdded link to ABI documentation, sent by Rafael Espindola.
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-22 Chris LattnerImprove the LiveInterval class to keep track of which...
2006-08-22 Patrick JenkinsCorrected an error that was introduced yesterday that...
2006-08-22 Reid SpencerFix another occurrence of inverted logic on the result...
2006-08-22 Reid SpencerInverse the error check logic for the MappedFile::map...
2006-08-22 Reid SpencerDon't throw needlessly. Failure of gettimeofday is...
2006-08-22 Reid SpencerFix some indentation.
2006-08-22 Chris Lattneradd resize, move swap out of line
2006-08-22 Rafael Espindolarun llc with -march=arm in select.ll
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Rafael Espindolaadd a README.txt
2006-08-22 Chris LattnerThis passes.
2006-08-22 Chris LattnerSwitch to using smallvector for liveintervals. This...
2006-08-22 Chris Lattneradd a bunch more operations, including swap, insert...
2006-08-22 Reid SpencerUse the correct syntax.
2006-08-22 Reid SpencerAdd a simple RUN line so this doesn't always fail....
2006-08-22 Reid SpencerMake an error message a little more intelligible.
2006-08-22 Bill WendlingModified the RUN line from "analyze ..." to "opt -analy...
2006-08-21 Chris Lattnermove LiveInterval state all together
2006-08-21 Chris LattnerPrint physreg names symbolically in dumps
2006-08-21 Jim LaskeyUpdate info on mangled names.
2006-08-21 Chris LattnerPrint debug info as:
2006-08-21 Rafael Espindolainitial support for select
2006-08-21 Jim LaskeyUpdate debugging documents.
2006-08-21 Jim LaskeyAdding C++ member support.
2006-08-21 Jim LaskeyAdding new Dwarf constants.
2006-08-21 Patrick JenkinsThe new nightly tester should stop outputing a message...
2006-08-21 Chris LattnerFix PR861
2006-08-21 Chris LattnerFix PR885
2006-08-21 Rafael Espindolaadd the and instruction
2006-08-21 Bill WendlingAdded a check so that if we have two machine instructio...
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFix the documentation for this file.
2006-08-21 Reid SpencerFor PR885:
2006-08-21 Nate BegemanFix a build failure
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerMinor technical correction in documentation.
2006-08-20 Reid SpencerMake sure the verify pass gets run after the user's...
2006-08-20 Reid SpencerRename the -verify option to be -verify-each so that...
2006-08-20 Reid SpencerConvert llvm-ld to use the PluginLoader like opt instea...
2006-08-20 Rafael Espindolacall computeRegisterProperties
2006-08-18 Chris Lattnervpkuwus didn't work, due to this typo
2006-08-18 Patrick JenkinsThese changes reflect the changes in the database for...
2006-08-18 Chris Lattnerregenerate
2006-08-18 Chris Lattnertrivial optimization
2006-08-18 Reid SpencerAdd a comment about the mechanisms used to rid AsmParse...
2006-08-18 Reid SpencerTo avoid errors where a non-exception .o is on the...
2006-08-18 Reid SpencerFor PR797:
2006-08-18 Reid SpencerFor PR797:
2006-08-18 Reid SpencerFix a grammaro in a comment.
2006-08-18 Reid SpencerDrop the -s2048 option, it is specified incorrectly...
2006-08-18 Reid SpencerFor PR797:
2006-08-18 Reid SpencerFor PR872:
2006-08-18 Chris LattnerTemporarily xfail this test, evan will look at it in...
2006-08-17 Patrick JenkinsChanging the format dejagnu tests are submitted. We...
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-08-17 Chris Lattnerfit in 80 cols
2006-08-17 Chris Lattnerminor cleanups
next