oota-llvm.git
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.
2006-08-15 Chris LattnerAdd a link in a prominant location.
2006-08-14 Chris LattnerMake getNodeValueTypes methods public.
2006-08-14 Chris Lattnereliminate use of getNode that takes vector of valuetypes.
2006-08-14 Devang Pateluntabify
2006-08-14 Chris LattnerAdd a new getNode() method that takes a pointer to...
2006-08-14 Devang PatelAvoid extra string copy.
2006-08-14 Reid SpencerFor PR876:
2006-08-14 Reid SpencerFor PR876:
2006-08-14 Devang PatelUse mangler, instead of addUnderscore(), to get mangled...
2006-08-14 Reid SpencerProvide indentation of the generated program.
2006-08-14 Chris Lattnerremove SelectionDAG::InsertISelMapEntry, it is dead
2006-08-14 Chris LattnerAdd code to resize the CSEMap hash table. This doesn...
2006-08-14 Chris Lattneravoid a warning
2006-08-14 Chris LattnerHandle single-entry PHI nodes correctly. This fixes...
2006-08-14 Chris Lattnernew testcase from PR877
2006-08-14 Chris LattnerFix more validation issues
2006-08-14 Chris LattnerUpdate the example to work with llvm-gcc4. Fix validat...
2006-08-14 Chris LattnerAdd the actual constant to the hash for ConstantPool...
2006-08-14 Chris Lattnertypo
2006-08-14 Reid SpencerFix a typo.
2006-08-14 Reid SpencerFix several grammaros and a few HTML usage items.
2006-08-14 Rafael Espindolaselect code like
2006-08-14 Reid SpencerMake all tools that use llvmdo have a -topdir option...
2006-08-14 Devang PatelUse < and >
2006-08-14 Devang PatelFix verification failures.
2006-08-14 Devang PatelAdd lto doc link.
2006-08-14 Devang PatelAdd lto doc.
2006-08-14 Patrick JenkinsAdded some comments to clarify code around sub TestDire...
2006-08-13 Reid SpencerAdd llvm2cpp.
2006-08-13 Reid Spencer1. fix bug by ensuring we start at the llvm source...
2006-08-13 Reid SpencerCount the documentation. Otherwise we take a 30,000...
next