oota-llvm.git
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.
2006-08-03 Reid SpencerPrint an error message if the lib directory (first...
2006-08-03 Chris Lattnerupdate comment
2006-08-03 Chris Lattnerremove some more dead sparcv9 support stuff
2006-08-03 Chris Lattnerremove a dead proto
2006-08-03 Jim LaskeyGet darwin intel debugging up and running.
2006-08-03 Devang PatelMake it fit into 80-columns.
2006-08-03 Devang PatelFix typo.
2006-08-03 Devang PatelSimplify. Use addprefix.
2006-08-03 Rafael Espindolaadd and use ARMISD::RET_FLAG
2006-08-03 Chris LattnerNow that SparcV9 is gone, this logical can be simplifie...
2006-08-03 Devang PatelFix typo.
2006-08-03 Patrick JenkinsOne of the directories we were searching in for .o...
2006-08-03 Devang PatelRemove ARM for the moment since it is a work in progress.
2006-08-03 Devang PatelAdd new tool, lto, to do link time optimization. This...
2006-08-03 Chris LattnerChanges:
2006-08-03 Chris LattnerRemove some extraneous newlines.
2006-08-03 Chris LattnerReally add support for compilers without noinline
2006-08-03 Chris LattnerWork around a GCC 3.3.5 bug noticed by a user.
2006-08-03 Chris LattnerWork around a bug in gcc 3.3.5, reported by a user
2006-08-02 Patrick JenkinsWe now only search the following directories for .o...
2006-08-02 Evan ChengReflect change to AssignTopologicalOrder().
2006-08-02 Evan Cheng- Change AssignTopologicalOrder to return vector of...
2006-08-02 Evan ChengAssignTopologicalOrder now returns the vector of SDNode...
2006-08-02 Jim LaskeyIf the Program name was NULL then all further output...
2006-08-02 Patrick JenkinsRemoved some dead code and hopefully fixed the issue...
2006-08-02 Jim LaskeyFinal polish on machine pass registries.
2006-08-02 Jim LaskeyBreaking out specialized classes.
2006-08-02 Evan ChengUse of vector<bool> causes some horrendous compile...
2006-08-02 Nate BegemanUpdate the readme to remove duplicate information and...
next