oota-llvm.git
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...
2006-08-16 Chris LattnerBugfixes for smallvector when the element size is small...
2006-08-16 Reid SpencerAdd a section on how to build an RPM package as an...
2006-08-16 Reid SpencerAdd llvm.spec to the list of files to be configured.
2006-08-16 Reid SpencerAdd .PHONY targets for building source and binary RPM...
2006-08-16 Reid SpencerTransform the LLVM RPM spec file to be a configured...
2006-08-15 Chris LattnerFix PowerPC/2006-08-15-SelectionCrash.ll and simplify...
2006-08-15 Chris LattnerNew testcase
2006-08-15 Chris LattnerThe generated runloop shouldn't require Select to updat...
2006-08-15 Chris Lattnerallow Select to return the node being selected if RAU...
2006-08-15 Chris LattnerStart using SDVTList more consistently
2006-08-15 Chris Lattneradd a new SDVTList type and new SelectionDAG::getVTList...
2006-08-15 Patrick JenkinsFixed the awkward description of the -find-bugs option...
2006-08-15 Patrick JenkinsFixed the awkward description of -find-bugs in the...
2006-08-15 Patrick JenkinsAdded option description for -find-bugs.
2006-08-15 Patrick JenkinsThis commit mentions -find-bugs under the advice for...
2006-08-15 Patrick JenkinsAdding FindBugs.cpp so the -find-bugs option will work.
2006-08-15 Patrick JenkinsThis commit adds a new feature called find-bugs. The...
2006-08-15 Jim LaskeyHaste-o discovered after.
2006-08-15 Jim LaskeyHypos pointed out by Jakob Praher.
2006-08-15 Jim LaskeyTypo.
2006-08-15 Reid SpencerOkay, make the prose match the example too.
2006-08-15 Reid SpencerSome more correction to the examples, thanks to Chris...
2006-08-15 Reid SpencerSimplify this a little bit.
2006-08-15 Reid SpencerThis script takes arguments so remove the check for...
2006-08-15 Reid SpencerFix an example.
2006-08-15 Reid SpencerClarify the first question.
2006-08-15 Reid SpencerRearrange things for clarity, don't talk about "derefer...
2006-08-15 Chris LattnerAdd a link to the GEP faq.
next