oota-llvm.git
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...
2006-08-02 Nate BegemanDisable LSR at -fast
2006-08-02 Chris LattnerAdd special check to avoid isLoop call. Simple, but...
2006-08-02 Chris LattnerSpeed up Loop::isLCSSAForm by using a binary search...
2006-08-02 Chris LattnerReplace the SSA update code in LCSSA with a bottom...
2006-08-01 Chris LattnerFix the build on case-sensitive filesystems :(
2006-08-01 Chris LattnerAdd dominates/properlyDominates queries to IDom.
2006-08-01 Jim LaskeyNow that the ISel is available, it's possible to create...
2006-08-01 Rafael Espindolastart comments with #
2006-08-01 Jim Laskey1. Change use of "Cache" to "Default".
2006-08-01 Chris Lattnerno need to check readability here
2006-08-01 Chris LattnerRemove some now-dead methods. Use getFileStatus instead.
2006-08-01 Chris LattnerNo need to check isWriteable here (which isn't sufficie...
2006-08-01 Chris LattnerUse Path::getFileStatus
2006-08-01 Chris LattnerUse Path::getFileStatus to get status-related info.
2006-08-01 Chris LattnerUse getFileStatus instead of Path::isDirectory().
2006-08-01 Chris Lattnerelimiante some syscalls
2006-08-01 Reid SpencerUpdate my entry.
2006-08-01 Chris LattnerUpdate Bil's entry
2006-08-01 Jim LaskeyForgot the added files for plugable machine passes.
2006-08-01 Reid SpencerFix HTML 4.01 Strict errors.
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-08-01 Rafael Espindolaimplement LowerConstantPool and LowerGlobalAddress
2006-08-01 Jim LaskeyAdding to credibility.
2006-08-01 Evan ChengAdded AssignTopologicalOrder() to assign each node...
2006-08-01 Evan ChengFactor topological order code to SelectionDAG. Clean up.
2006-08-01 Reid SpencerFix a problem with use of undefined variables. Print...
2006-08-01 Anton KorobeynikovMinor fix due to recent API changes
2006-08-01 Reid SpencerUpdate to include new options.
2006-08-01 Reid SpencerUpdate library dependency information, describe new...
2006-08-01 Anton KorobeynikovAdded myself to credits.
2006-08-01 Evan ChengPass N by reference to select functions to prevent...
2006-08-01 Evan ChengPIC jump table entries are always 32-bit even in 64...
2006-08-01 Chris LattnerIf dejagnu is not found, tell the user instead of bombi...
next