oota-llvm.git
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...
2006-07-31 Chris LattnerFix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll.
2006-07-31 Chris LattnerNew testcase for PR850.
2006-07-31 Jim LaskeyChanged to a new directory for opensource checkout.
2006-07-31 Rafael Espindolahandle GlobalValue::InternalLinkage in doFinalization
2006-07-31 Jim LaskeyFix a couple typos.
2006-07-31 Evan ChengRemove an unneeded match condition: the type check...
2006-07-31 Evan ChengRemove a duplicate pattern.
2006-07-31 Evan ChengRemove a duplicate pattern/
2006-07-31 Chris Lattnertestcase for PR854.
2006-07-30 Chris LattnerTestcase for GCC bug28417, ensuring that we don't start...
2006-07-29 Andrew Lenharthfix externals
2006-07-29 Chris LattnerInstead of blindly looking past constantexpr casts...
2006-07-29 Chris LattnerNew testcase for PR853
2006-07-28 Chris LattnerRemove a redundant syscall.
2006-07-28 Evan ChengSplit each select function for a particular opcode...
2006-07-28 Reid SpencerFix the --with-extra-options to use the correct variable.
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 LattnerUpdate comments.
2006-07-28 Chris LattnerWriteBytecodeToFile actually can't throw.
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 LattnerWriteBytecodeToFile throws, so this needs EH info.
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 John CriswellReverted previous commit. Thanks, Chris.
2006-07-28 John CriswellAdded in the LGPL text and copyright information. ...
2006-07-28 Patrick JenkinsUpdating the comments above SplitFunctionsOutOfModule...
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 Reid SpencerFor PR848:
2006-07-28 Chris LattnerThe smallvector dtor should destroy the elements.
2006-07-28 Patrick JenkinsThis commit improves bugpoints speed. On my G4 this...
2006-07-28 Evan ChengClean up.
2006-07-28 Patrick JenkinsRemoved some unneccesary printing from the nightly...
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 Reid SpencerUndo last commit, which was committed accidentally.
2006-07-27 Reid SpencerChanges to support cross-compiling LLVM. The GenLibDeps...
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 Patrick JenkinsRemoved some unneccesary print statemnts
2006-07-27 Patrick JenkinsChangeDir now returns the correct value
2006-07-27 Jim LaskeyWorking toward registration of register allocators.
2006-07-27 Evan ChengRemove dead code.
2006-07-27 Patrick JenkinsFixed a stupid error where changedir returned false...
2006-07-27 Patrick JenkinsAdded more descriptive output to singlesource,multisour...
2006-07-27 Patrick JenkinsRemoved some clutter that was left over from development.
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Chris LattnerPass -fstrict-aliasing to the compiler when building...
2006-07-27 Evan ChengAdd basic block machine 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 Reid SpencerCorrect a misunderstanding about cross-compiling. Anton...
2006-07-27 Evan ChengRemove NodeDepth
2006-07-27 Evan ChengAssignNodeIds assign each node in the DAG an unique id.
2006-07-27 Evan ChengRemove NodeDepth; Add NodeId which is a unique id per...
2006-07-27 Evan ChengLet each target specific isel provide routine to check...
2006-07-27 Evan ChengMove synchronizeICache from TargetJITInfo into a static...
2006-07-27 Reid SpencerFix section title to use lower case.
2006-07-27 Reid SpencerAdd instructions for building a cross-compiler. Patch...
2006-07-27 Reid SpencerReduce the padding on the doc_notes style. It was set...
2006-07-27 Chris LattnerBump version #
2006-07-27 Chris LattnerAdd some advice
2006-07-27 Chris LattnerUse std::copy instead of custom loops to take advantage...
2006-07-27 Jim LaskeyUse the predicate.
2006-07-27 Patrick JenkinsI made a stupid mistake when adding support for -use...
2006-07-27 Patrick Jenkinsadded support for the -use-gmake option. This will...
next