Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.
[oota-llvm.git] / lib /
2006-08-04 Reid SpencerUpdate the auto* tools: autoconf 2.60, libtool 1.5...
2006-08-04 Chris LattnerMake SelectionDAG::RemoveDeadNodes iterative instead...
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 LattnerFix PR867 (and maybe 868) and testcsae:
2006-08-03 Jim LaskeyCopy the liveins for the first block. PR859
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 Rafael Espindolaadd and use ARMISD::RET_FLAG
2006-08-03 Chris LattnerChanges:
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 Evan ChengReflect change to AssignTopologicalOrder().
2006-08-02 Evan Cheng- Change AssignTopologicalOrder to return vector of...
2006-08-02 Jim LaskeyIf the Program name was NULL then all further output...
2006-08-02 Jim LaskeyFinal polish on machine pass registries.
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 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 LattnerRemove some now-dead methods. Use getFileStatus instead.
2006-08-01 Chris LattnerUse getFileStatus instead of Path::isDirectory().
2006-08-01 Chris Lattnerelimiante some syscalls
2006-08-01 Jim LaskeyForgot the added files for plugable machine passes.
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-08-01 Rafael Espindolaimplement LowerConstantPool and LowerGlobalAddress
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 Anton KorobeynikovMinor fix due to recent API changes
2006-08-01 Evan ChengPIC jump table entries are always 32-bit even in 64...
2006-07-31 Chris LattnerFix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll.
2006-07-31 Rafael Espindolahandle GlobalValue::InternalLinkage in doFinalization
2006-07-31 Evan ChengRemove a duplicate pattern.
2006-07-31 Evan ChengRemove a duplicate pattern/
2006-07-29 Chris LattnerInstead of blindly looking past constantexpr casts...
2006-07-28 Chris LattnerRemove a redundant syscall.
2006-07-28 Chris LattnerModify setStatusInfoOnDisk to not throw an exception.
2006-07-28 Chris LattnerUpdate win32 for Path::getStatusInfo
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-07-28 Chris LattnerFinegrainify namespacification, minor cleanups
2006-07-28 Chris Lattnerformatting cleanups
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-28 Chris Lattnerlibsupport still throws.
2006-07-28 Chris LattnerExceptions are thrown by and through this library.
2006-07-28 Chris LattnerFix handling of asm specifiers for external globals...
2006-07-28 Chris LattnerMake functions with an "asm" name propagate that asm...
2006-07-28 Chris LattnerFix some ppc64 issues with vector code.
2006-07-28 Evan ChengCan't spell.
2006-07-28 Evan ChengSome clean up.
2006-07-28 Evan ChengRename IsFoldableBy to CanBeFoldedleBy
2006-07-28 Evan ChengNode selected into address mode cannot be folded.
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-07-28 Chris LattnerPrint empty inline asms as a blank line instead of:
2006-07-28 Evan ChengAnother duh. Determine topological order before any...
2006-07-27 Evan ChengBrain cramp..
2006-07-27 Evan ChengAllocating too large an array for ReachibilityMatrix.
2006-07-27 Evan ChengCalculate the portion of reachbility matrix on demand.
2006-07-27 Evan ChengisNonImmUse is replaced by IsFoldableBy
2006-07-27 Jim LaskeyWorking toward registration of register allocators.
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Evan ChengsynchronizeICache removeed from TargetJITInfo.
2006-07-27 Nate BegemanCode cleanups, per review
2006-07-27 Evan ChengUse reachbility information to determine whether a...
2006-07-27 Jim LaskeyFixed a typo in Evan's submisson.
2006-07-27 Rafael Espindolaemit global constants
2006-07-27 Evan ChengAssignNodeIds should return unsigned.
2006-07-27 Evan ChengRemove NodeDepth
2006-07-27 Evan ChengAssignNodeIds assign each node in the DAG an unique id.
2006-07-27 Evan ChengMove synchronizeICache from TargetJITInfo into a static...
2006-07-27 Jim LaskeyUse the predicate.
2006-07-27 Nate BegemanSupport jump tables when in PIC relocation model
2006-07-27 Jim LaskeyPrevent creation of MachineDebugInfo for intel unless...
2006-07-27 Chris LattnerFix warning on linux
2006-07-26 Chris LattnerFix a case where LegalizeAllNodesNotLeadingTo could...
2006-07-26 Evan ChengNew entry.
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-26 Chris LattnerFix the build on win32
2006-07-26 Reid SpencerFor PR780:
2006-07-26 Reid SpencerFor PR780:
2006-07-26 Jim LaskeyNo Need to live in the past.
2006-07-25 Jim LaskeyMoving this function to a permanent home to prevent...
2006-07-25 Reid SpencerInitialize some variables the compiler warns about.
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-07-25 Evan ChengCan't commute shufps. The high / low parts elements...
2006-07-25 Rafael Espindolaimplement function calling of functions with up to...
2006-07-22 Nate BegemanFix the build on my old and busted version of OS X
2006-07-22 Evan ChengForgot to #ifdef __APPLE__
2006-07-21 Evan ChengDone.
2006-07-21 Evan ChengResolve __dso_handle.
2006-07-21 Jim LaskeyEliminate data relocations by using NULL instead of...
2006-07-21 Jim LaskeyUse an enumeration to eliminate data relocations.
2006-07-21 Rafael Espindolaimplemented sub
2006-07-21 Evan ChengThis opt is now handled in DAG combine.
next