oota-llvm.git
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...
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 Patrick JenkinsThis change will allow support for SunOS to the testing...
2006-07-27 Chris LattnerFix warning on linux
2006-07-26 Chris LattnerFix a case where LegalizeAllNodesNotLeadingTo could...
2006-07-26 Evan ChengFix for bug 840. Only use noinline attribute if gcc...
2006-07-26 Evan ChengNew entry.
2006-07-26 Reid SpencerFor PR814:
2006-07-26 Chris LattnerAvoid a "scary" make warning for the 1.8 release. ...
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-26 Reid SpencerRemove an extraneous use of ${ac_exeext}. Patch by...
2006-07-26 Reid SpencerFor PR814:
2006-07-26 Chris Lattnerallow this to pass on non-x86 machines
2006-07-26 Chris LattnerFix the build on win32
2006-07-26 Chris LattnerDon't test an example
2006-07-26 Chris LattnerReduce work done for directory traversal in srcdir...
2006-07-26 Chris LattnerAdd llvm2cpp to DIRs list
2006-07-26 Chris LattnerRevamp this to use filter-out, which makes the logic...
2006-07-26 Reid SpencerMake changes necessary for stopping the build if a...
2006-07-26 Reid SpencerBuild llvm-config to identify library cycles earlier...
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-26 Chris LattnerAdd a new llvm::SmallVector template, which is similar...
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-25 Reid SpencerAdd a feature for debugging library dependency cycles...
2006-07-24 Evan ChengXFAIL for now.
2006-07-23 Patrick JenkinsFixing a syntax error and adding buildtype to the ...
2006-07-23 Patrick JenkinsWhen the ability to gather .a and .o file sizes was...
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-22 Patrick Jenkinsadded status message during nightly test
2006-07-21 Evan ChengDone.
2006-07-21 Evan ChengWorkaround no longer needed.
2006-07-21 Evan ChengResolve __dso_handle.
2006-07-21 Evan ChengRemoved a hack intended to allow (store (op (load)...
2006-07-21 Patrick JenkinsAdded a check to skip dejagnu test results gathering...
2006-07-21 Patrick JenkinsFixed an issue of variable scope that prevented file...
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 Patrick JenkinsAdded code to get .a and .o file sizes and submit them...
2006-07-21 Devang PatelFix MacOSX build failures. (pr841)
2006-07-21 Rafael Espindolaimplemented sub
2006-07-21 Evan ChengThis opt is now handled in DAG combine.
2006-07-21 Evan ChengIf a shuffle is a splat, check if the argument is a...
2006-07-21 Patrick JenkinsFixed issue where nightly test always tells you you...
2006-07-21 Patrick JenkinsThe nightly tester will no longer report numbers instea...
2006-07-21 Chris LattnerBuild more debugger/selectiondag libraries as archives...
2006-07-21 Chris LattnerAdd some notes about mingw, patch contributed by Anton...
2006-07-20 Evan ChengNew vector shuffle test case.
2006-07-20 Evan ChengFix a broken test.
2006-07-20 Evan ChengAlso checks for noResults field.
2006-07-20 Evan ChengA splat of a vector constant of all zero or all one...
2006-07-20 Evan ChengMissing a space.
2006-07-20 Evan ChengIf a shuffle is unary, i.e. one of the vector argument...
2006-07-20 Patrick JenkinsWe now fail and print an error message if a nightly...
2006-07-20 Evan ChengClean up.
2006-07-20 Chris LattnerFix a race condition in the makefile andrew reported
2006-07-20 Chris LattnerMinor comment tweaks
2006-07-20 Chris LattnerNew testcase for PR833
2006-07-20 Chris LattnerMems can be in the output list also. This is the secon...
next