Added preliminary x86 subtarget support.
[oota-llvm.git] / lib / Support /
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-17 Chris LattnerRevert this, I didn't mean to commit it
2006-01-17 Chris LattnerAdd support for programs with a null argv[0]
2005-12-26 Duraid MadinaHP aCC chokes on this, but it's not required anyway...
2005-12-26 Duraid MadinaMERRY CHRISTMAS EVERYONE!!! (what better way to spend...
2005-12-22 Reid SpencerFor PR351:
2005-11-16 Chris Lattnerindicate when a tool is a debug build.
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-08-29 Chris LattnerAllow bugpoint+PPC codegen to use fsqrt
2005-08-08 Chris LattnerAllow tools with "consume after" options (like lli...
2005-08-08 Chris LattnerReject command lines that have too many positional...
2005-08-02 Chris Lattner200.sixtrack prints FP numbers with a very strange...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-08 Nate BegemanAdd support for assembling .s files on mac os x for...
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-16 Duraid MadinaHP-UX system headers make a mess of isinf(), so much...
2005-05-13 Chris LattnerCapitalize
2005-05-13 Reid SpencerMake sure that decompression checks for the case that...
2005-05-10 Chris LattnerDo not use "" as a sentinal for a missing argument...
2005-05-10 Misha BrukmanWhy output multiple strings, let the compiler concatena...
2005-04-22 Misha Brukman* Order #includes as per style guide
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-22 Chris LattnerTimers SHOULD NOT record the time taken to count the...
2005-03-17 Chris LattnerFix a bug where we would consider " .99" and "1.0"...
2005-03-10 Andrew Lenharthyay for camel_cvs diff
2005-03-09 Chris Lattnerget bugpoint working on ia64, by building .so's with...
2005-02-27 Chris LattnerRemove some stuff I checked in accidentally
2005-02-15 Chris LattnerInstead of doing a manual comparison loop, just use...
2005-02-15 Chris LattnerMake this more efficient now that we know both files...
2005-02-15 Misha BrukmanFix spelling
2005-02-15 Reid SpencerAdjust DiffFilesWithTolerance to help poor cygwin's...
2005-02-14 Chris LattnerWork around GCC PR19958, which causes programs to somet...
2005-02-13 Chris LattnerMove helper function here.
2005-02-09 Chris LattnerDon't print a 'Total Execution Time' line for the ...
2005-01-29 Tanya LattnerMake this work on systems where size_t == unsigned...
2005-01-29 Tanya LattnerMake this work on systems where size_t is not the same...
2005-01-29 Chris LattnerThis file was schizophrenic when it came to representin...
2005-01-29 Chris LattnerAfter reading in a bc file, trim the resultant buffer...
2005-01-29 Chris LattnerFinegrainify namespacification
2005-01-29 Chris LattnerMemory used is a delta between memuse at the start...
2005-01-23 Chris LattnerFix crash comparing empty file against nonempty file.
2005-01-23 Chris LattnerMake DiffFilesWithTolerance take sys::Path's instead...
2005-01-23 Chris LattnerFix a bug in previous checkin
2005-01-23 Chris LattnerAdd a new method, refactored out of fpcmp
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2005-01-08 Chris LattnerDo not throw away bits for no reason
2005-01-08 Chris LattnerSilence a VS warning.
2005-01-02 Reid SpencerMake printing a warning message optional in CheckByteco...
2005-01-01 Reid SpencerImplement a function to print a warning if bytecode...
2004-12-27 Reid SpencerFix a bug that made the nightly tester *really* slow...
2004-12-22 Reid SpencerFor PR351:
2004-12-20 Reid SpencerFix a bug where system time always equals user time
2004-12-20 Reid SpencerPut some header files back that Win32 needs.
2004-12-20 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
2004-12-14 Reid SpencerRevert the last patch as it causes a static destruction...
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerGet rid of some leaks found by VC leak detector.
2004-12-13 Reid SpencerFor PR351:Remove the file type checking methods (now...
2004-12-04 Reid SpencerDistribute headers and license files too
2004-11-30 Reid SpencerUp the compression threshold to 64K so we avoid it...
2004-11-29 Reid SpencerFunctionality moved to portable lib/System/DynamicLibra...
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLin...
2004-11-29 Reid SpencerShared library extension is now in LTDL_SHLIB_EXT
2004-11-25 Reid SpencerAdd bzip2 subdirectory
2004-11-25 Reid SpencerRemove zlib support in favor of our own bzip2 library
2004-11-25 Reid SpencerRevise to LLVM makefile standards.
2004-11-25 Reid SpencerInitial Version from bzip2 Release 1.0.2.
2004-11-24 Reid SpencerImplement and document prefix options with arbitrary...
2004-11-20 Tanya LattnerFixed assertion from triggering. We need to check if...
2004-11-19 Chris LattnerPatches to avoid "leaking" memory on process exit....
2004-11-19 Reid SpencerAllow this to compile even on machines that HAVE the...
2004-11-19 Reid SpencerUndo last change as its unnecessary.
2004-11-19 Reid SpencerMake a cast explicit.
2004-11-16 Reid SpencerAdd a comment to some code that at first glance just...
2004-11-16 Reid SpencerPer code review:
2004-11-14 Reid SpencerImplement the high level interface to make (de)compress...
2004-11-14 Reid SpencerImplement the MoreHelp utility that calls a function...
2004-11-09 Reid SpencerTune compression:
2004-11-09 Misha Brukman* Convert tabs to spaces
2004-11-09 Nate BegemanAllow hbd to be bugpointable on darwin by fixing common...
2004-11-08 Misha BrukmanHandle headers for compressed bytecode files
2004-11-07 Misha BrukmanReplace uses of llvm.org with llvm.cs.uiuc.edu
next