oota-llvm.git
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...
2006-08-13 Reid SpencerUse the new -code-only option to llvmdo so that we...
2006-08-13 Reid SpencerAdd a -code-only option which restricts llvmdo to visit...
2006-08-13 Reid SpencerChanges for LLVM coding standard compliance:
2006-08-12 Nate BegemanEmit .set directives for jump table entries when possib...
2006-08-12 Chris LattnerFix a bug in a recent refactoring that broke a bunch...
2006-08-12 Chris LattnerFix an obvious bug, noticed by inspection. No current...
2006-08-12 Chris LattnerDon't attempt to split subloops out of a loop with...
2006-08-12 Chris LattnerNew testcase, this used to take hours to loopsimplify.
2006-08-12 Chris LattnerMake Loop::getExitBlocks significantly faster for large...
2006-08-12 Chris LattnerReimplement the loopsimplify code which deletes edges...
2006-08-12 Chris LattnerTrack # nodes in a CSEMap.
2006-08-12 Chris LattnerSwitch to using SuperFastHash instead of adding all...
2006-08-11 Reid SpencerLexer.cpp is a generated file both in lib/AsmParser...
2006-08-11 Chris LattnerSwitch NodeID to track 32-bit chunks instead of 8-bit...
2006-08-11 Chris Lattnerremove IncludeFile turds in MathExtras.h, which bloats...
2006-08-11 Reid SpencerWeed out some cruft and add in some missing extensions.
2006-08-11 Reid SpencerWeed out cruft that should not be counted and add in...
2006-08-11 Chris Lattnermove code out of line so that GCC doesn't inline it...
2006-08-11 Patrick JenkinsAdded information for the new nightly tester.
2006-08-11 Chris LattnerSplit SmallVector into SmallVector and SmallVectorImpl...
2006-08-11 Patrick JenkinsAdded two flags (-submit-server and -submit-script...
2006-08-11 Reid SpencerMake this script not care where it is run from by getti...
2006-08-11 Chris LattnerRemove 8 more std::map's.
2006-08-11 Reid SpencerMake llvmdo and llvmgrep invulnerable to where they...
2006-08-11 Reid SpencerDon't print double newline for --src-root and --obj...
2006-08-11 Chris Lattnerremove old piece of the V9 backend.
2006-08-11 Chris Lattnereliminate extraneous blank line
2006-08-11 Chris LattnerMove the BBNodes, GlobalValues, TargetGlobalValues...
2006-08-11 Chris LattnerStart moving leaf nodes over to the CSEMap.
2006-08-11 Reid SpencerClean up the HTML output. Add a -filedetails option...
2006-08-11 Reid SpencerRemove blank line at end of file, removing test user...
2006-08-11 Chris Lattnernew method for adding ints
2006-08-11 Chris Lattnereliminate the NullaryOps map, use CSEMap instead.
2006-08-11 Reid SpencerDrop the -details option, it was broken. If you want...
2006-08-11 Evan ChengUse SmallVector instead.
2006-08-11 Chris Lattnerchange internal impl of dag combiner so that calls...
2006-08-11 Chris LattnerChange one ReplaceAllUsesWith method to take an array...
2006-08-11 Chris LattnerChange one ReplaceAllUsesWith method to take an array...
2006-08-11 Chris LattnerRemove now-dead method.
2006-08-11 Chris LattnerEliminate use of getNode that takes a vector.
2006-08-11 Chris Lattnerremove a (now) unused getNode method.
2006-08-11 Chris Lattnerelimiante use of getNode that takes vector of operands.
2006-08-11 Chris Lattnereliminate use of getNode that takes vector of operands.
2006-08-11 Chris Lattnereliminate use of getNode that takes vector<SDOperand...
2006-08-11 Chris LattnerConvert vectors to fixed sized arrays and smallvectors...
2006-08-11 Chris LattnerFix miscompilation of float vector returns. Compile...
2006-08-11 Chris LattnerNew testcase
2006-08-11 Chris LattnerMinor cleanups
2006-08-11 Evan ChengMatch tablegen changes.
2006-08-11 Evan ChengCALLSEQ_* produces chain even if that's not needed.
2006-08-11 Evan Cheng- Prevent some functions from being inlined to eliminat...
2006-08-11 Evan ChengConvert more calls of getNode() that takes a vector...
2006-08-10 Reid SpencerFix a typo noticed by Gordon Henriksen. Thanks!
2006-08-10 Reid Spencerllvm2cpp no longer reads LLVM assembly but LLVM bytecod...
2006-08-10 Reid SpencerAdd a cleaned-up version of the IRC conversation that...
2006-08-10 Reid SpencerAnswer the most frequently asked question, about GEPs...
2006-08-10 Chris LattnerDoxygenify some methods.
2006-08-10 Tanya LattnerAdding notes from release experience.
2006-08-09 Reid SpencerFix a comment.
2006-08-09 Rafael Espindolacorrectly set LocalAreaOffset of TargetFrameInfo
2006-08-09 Tanya LattnerFixed misspelling
2006-08-09 Chris LattnerRevert previous patch
2006-08-09 Tanya LattnerReverting back to original 1.8 version so I can manuall...
2006-08-09 Rafael Espindolafix the spill code
2006-08-09 Rafael Espindolafix the loading of the link register in emitepilogue
2006-08-09 Evan ChengMerge some NightlyTest.pl changes.
2006-08-09 Evan ChengRecover the lost diff between 1.221 and 1.222.
next