oota-llvm.git
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.
2006-08-09 Evan ChengRecover the lost diff between 1.5 and 1.6.
2006-08-09 Tanya LattnerUpdate credits and fix sorting issue.
2006-08-09 Chris LattnerUpdate from Anton Korobeynikov
2006-08-09 Chris LattnerFixes from Anton Vayvod and Gabor Greif!
2006-08-08 Rafael Espindolachange the addressing mode of the str instruction to...
2006-08-08 Chris LattnerFirst draft of the llvm 1.8 release notes.
2006-08-08 John CriswellDescribe and date modifications we made per LGPL requir...
2006-08-08 John CriswellMake information more complete.
2006-08-08 Rafael Espindolainitial support for variable number of arguments
2006-08-08 Chris LattnerStart eliminating temporary vectors used to create...
2006-08-08 Patrick JenkinsRemoved unneccesary output from nightly tester
2006-08-08 Chris Lattnercapacity is a pointer, not a value
2006-08-08 Reid SpencerUpdate the instructions for writing a pass as a loadabl...
2006-08-08 Chris Lattneradd a new assign method
2006-08-08 Chris LattnerEliminate some malloc traffic by allocating vectors...
2006-08-08 Chris LattnerAdd ctor that initializes from a range.
2006-08-08 Evan ChengEliminate reachability matrix. It has to be calculated...
2006-08-07 Evan ChengNew test case.
2006-08-07 Reid SpencerFix an anchor name.
2006-08-07 Chris LattnerRemove assertions from the SmallVector class. They...
2006-08-07 Chris LattnerNew CSEMap datastructure impl
2006-08-07 Reid SpencerMake the name of the project consistent with that speci...
2006-08-07 Reid SpencerRemove the use of "IncludeFile" from this support facil...
2006-08-07 Reid SpencerMake this example pass use some things from lib/Support...
2006-08-07 Reid SpencerFor PR780:
2006-08-07 Chris LattnerRevamp the "CSEMap" datastructure used in the Selection...
2006-08-07 Evan ChengMatch tablegen isel changes.
2006-08-07 Evan ChengMaking TableGen'd instruction selection code non-recurs...
2006-08-07 Evan ChengMove DAGSize to SelectionDAGISel; it's used in tablegen...
2006-08-07 Evan ChengClear TopOrder before assigning topological order....
2006-08-07 Evan ChengReverse the FlaggedNodes after scanning up for flagged...
2006-08-07 Evan ChengMake XMM, FP register dwarf register numbers consistent...
2006-08-07 Chris LattnerAdd a clear method to SmallVector
2006-08-07 Reid SpencerRemove extraneous #include.
2006-08-07 Reid SpencerMake the removal of files use Path::eraseFromDisk just...
2006-08-07 Reid SpencerAdd a note about how the "isFile" check in Path::eraseF...
2006-08-07 Patrick JenkinsReinstated the sending of a list of all dejagnutests...
2006-08-06 Patrick Jenkinsno longer sending the list of all dejagnu tests because...
2006-08-06 Chris LattnerSilence a warning on x86-64, reported by chandlerc.
2006-08-05 Evan ChengThis causes some random crashes.
2006-08-04 Anton KorobeynikovFixed typo. Thanks, Reid.
2006-08-04 Anton KorobeynikovRemoved usage of "sort", which can lead to undeterminis...
2006-08-04 Patrick JenkinsChanged a = to a .= so we now append tests we have...
2006-08-04 Devang PatelCollect references from globals.
2006-08-04 Reid SpencerUpdate the auto* tools: autoconf 2.60, libtool 1.5...
2006-08-04 Jim LaskeyAdded how to add machine passes to command line options.
2006-08-04 Chris Lattnerconverge on the right number of %'s :)
2006-08-04 Patrick JenkinsMade some more changes to the print statements in the...
2006-08-04 Patrick JenkinsEncapsulated all of the print statements in "if( $VERBO...
2006-08-04 Chris LattnerMake SelectionDAG::RemoveDeadNodes iterative instead...
2006-08-04 Patrick JenkinsWe should now send the correct list of dejagnu tests...
2006-08-04 Reid SpencerUse the %llvm-gcc% variable to find llvm-gcc for those...
2006-08-04 Rafael Espindolause a 'register pressure reducing' scheduler
2006-08-03 Rafael EspindolaBug fix: always generate a RET_FLAG in LowerRET
2006-08-03 Chris Lattnerupdated CVS server location
2006-08-03 Reid SpencerFor PR845:
2006-08-03 Reid SpencerFix a typo in the name of expand_dependencies.
2006-08-03 Chris LattnerFix PR867 (and maybe 868) and testcsae:
2006-08-03 Chris Lattnernew testcase for pr867
2006-08-03 Jim LaskeyApplying for all.
2006-08-03 Jim LaskeyCopy the liveins for the first block. PR859
2006-08-03 Jim LaskeyMake all the schedulers continue to work.
next