Add a note about registering the backend so it's available in LLC and LLI
[oota-llvm.git] / lib /
2004-12-27 Reid SpencerFix a bug that made the nightly tester *really* slow...
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-25 Jeff Cohenmingw doesn't support the official debug API.
2004-12-24 Jeff CohenGet VC++ building again
2004-12-24 Jeff CohenEliminate use of ltdl.c when doing a VC++ build. Becau...
2004-12-24 Reid SpencerFor PR351:
2004-12-24 Reid SpencerFor PR351:
2004-12-24 Reid SpencerFor PR351:
2004-12-24 Reid SpencerResurrect this file.
2004-12-24 Reid SpencerRemove these files as they are not being included any...
2004-12-24 Jeff CohenFix VC++ compilation error
2004-12-23 Reid SpencerPut CopyFile in the sys namespace.
2004-12-23 Misha BrukmanWrap at 80 cols
2004-12-23 Reid SpencerCorrect the comments and file header.
2004-12-23 Reid SpencerTry to speed up gccld hot spot in BasicVN::getEqualNumb...
2004-12-23 Jeff CohenPatch to fix mingw compilation problem contributed...
2004-12-22 Reid SpencerFor PR351:
2004-12-22 Reid SpencerFor PR351:
2004-12-22 Reid SpencerFor PR351:
2004-12-21 Reid SpencerFor PR351:
2004-12-21 Reid SpencerPut the CopyFile function explicitly in the sys namespace.
2004-12-21 Reid SpencerInclude <cassert> for Cygwin.
2004-12-20 Reid SpencerCygwin doesn't like .. through a link, so drop the ..
2004-12-20 Reid SpencerFix a bug where system time always equals user time
2004-12-20 Reid SpencerImplement GetTimeUsage correctly.
2004-12-20 Reid SpencerProvide a getrusage based implementation of GetTotalMem...
2004-12-20 Reid SpencerConsistently use the same #if style. Also, fix a bug...
2004-12-20 Reid SpencerRemove unnecessary #includes.
2004-12-20 Reid SpencerBe double sure about including sys/stat.h by wrapping...
2004-12-20 Reid SpencerRemove the #include of llvm/Config/unistd.h as it is...
2004-12-20 Reid SpencerRemove un-needed #includes.
2004-12-20 Reid SpencerPut some header files back that Win32 needs.
2004-12-20 Jeff CohenKeep up with lib/System changes
2004-12-20 Jeff CohenFix problems uncovered by VC++ (first time compiled...
2004-12-20 Reid SpencerFor PR351:
2004-12-20 Reid SpencerFor PR351:
2004-12-20 Reid SpencerFor PR351:
2004-12-20 Misha Brukman* Use "" for LLVM include files, not <>
2004-12-19 Misha BrukmanUse <> for system #include files
2004-12-19 Brian GaekeMake references to 'struct sigaction' compile under...
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-18 Jeff CohenFix win32 breakage
2004-12-17 Chris LattnerRemove unused enum value
2004-12-17 Reid SpencerMove the #include of sys/stat.h inside the linux "hack...
2004-12-17 Chris LattnerRemove unused #include
2004-12-17 Reid SpencerOnly #include sys/stat.h if we're on linux where we...
2004-12-17 Chris LattnerActually overload the virtual method. This fixes
2004-12-17 Chris LattnerChange the sentinal
2004-12-17 Chris LattnerCreate a stack slot for the return address lazily inste...
2004-12-16 Tanya LattnerChris is a pain ;) Removing reassociate.
2004-12-16 Tanya LattnerRemoving commented out lines.
2004-12-16 Tanya LattnerRemoved LICM and GCSE.
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Chris LattnerRemove dead #include
2004-12-16 Reid SpencerFix a compile error. config.h is now needed because...
2004-12-16 Chris LattnerAdjust to changes in asmwriter filenames
2004-12-16 Chris LattnerSpecify all of the targets built.
2004-12-16 Chris LattnerUse the rules in Makefile.rules to build SparcV9GenCode...
2004-12-16 Chris LattnerFix header
2004-12-16 Chris LattnerFactor out common .td file chunks.
2004-12-16 Jeff CohenExpository comment submitted by Henrik Bach
2004-12-15 Chris LattnerFix PR485, instead of emitting zero sized arrays, emit...
2004-12-15 Reid SpencerChange the signatures of the destroyFile and destroyDir...
2004-12-15 Reid SpencerRemove the CFE's lib directory from the bytecode path...
2004-12-15 Reid SpencerRemove automatic insertion of CFE's lib directory into...
2004-12-15 Chris LattnerAdd a verifier assertion
2004-12-15 Chris LattnerEliminate a virtual method call
2004-12-15 Chris LattnerFix a bug in -no-aa that caused two DSGraph tests to...
2004-12-15 Reid SpencerFix a file overwrite bug in llvm-ar introduced by chang...
2004-12-15 Chris LattnerAdjust to new interfaces
2004-12-15 Chris LattnerAdjust to new alias analysis interfaces
2004-12-15 Chris LattnerMove virtual method call out of loop
2004-12-15 Jeff CohenMake Win32 TimeValue::toString() re-entrant and work...
2004-12-15 Jeff CohenFix VC++ compilation errors
2004-12-15 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-14 Chris LattnerConstant exprs are not efficiently negatable in practic...
2004-12-14 Reid SpencerAdd the getMagicNumber method.
2004-12-14 Brian GaekeThe mystery of Olden/tsp solved, and more opportunities...
2004-12-14 Brian GaekeGet rid of shifts by zero in most cases.
2004-12-14 Jeff CohenImplement Win32 Path::getStatusInfo(), TimeValue::toStr...
2004-12-14 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
next