oota-llvm.git
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
2006-08-17 Chris LattnerRevert this patch, the front-end has been fixed to...
2006-08-17 Chris Lattner'g' is handled by the front-end.
2006-08-17 Andrew LenharthFix handling of 'g'. Closes 883
2006-08-17 Rafael Espindolaadd a "load effective address"
2006-08-17 Andrew LenharthAdd the 'c' constraint as needed by the linux kernel
2006-08-17 Andrew LenharthAdd support for S and D constraints, as needed to compi...
2006-08-17 Chris LattnerFix validation problem
2006-08-17 Chris Lattnerremove IRC transcript. Anything still misunderstood...
2006-08-17 Chris Lattnerswitch the SUnit pred/succ sets from being std::sets...
2006-08-17 Evan ChengAnother cyclic dag test case.
2006-08-16 Evan ChengDoh. Incorrectly inverted condition. Also add a isOnlyU...
2006-08-16 Chris Lattnerminor changes.
2006-08-16 Chris Lattneradd an accessor
2006-08-16 Patrick JenkinsMy last commit added some experimental features I have...
2006-08-16 Patrick JenkinsChanged the call to countloc.sh so that the correct...
2006-08-16 Chris LattnerConvert vector to smallvector: 4% speedup.
2006-08-16 Chris Lattnersilence a warning.
2006-08-16 Bill WendlingAdded my home web page.
2006-08-16 Chris LattnerChange the use_list to be a smallvector instead of...
2006-08-16 Chris LattnerUse the appropriate typedef
2006-08-16 Reid SpencerPatches to correct several bugs in llvmc.
2006-08-16 Rafael EspindolaDeclare the callee saved regs
2006-08-16 Evan ChengSelectNodeTo() may return a SDOperand that is different...
2006-08-16 Evan ChengRET_FLAG has an optional input flag, but it does not...
2006-08-16 Reid SpencerFix a thinko noticed by Chandler Carruth.
2006-08-16 Chris Lattneradd a way to have multiple modules in a JIT :)
2006-08-16 Chris Lattneradd a note
2006-08-16 Chris Lattnerinitial changes to support JIT'ing from multiple module...
next