Disabling -g for ocaml builds; it's not downwards compatible.
[oota-llvm.git] / lib / System /
2007-12-22 Anton KorobeynikovUnbreak mingw build
2007-12-18 Ted KremenekAdded "GetCurrentDirectory()" to sys::Path.
2007-12-18 Ted KremenekAdded "isDirectory" method to llvm::sys::Path.
2007-12-18 Chris Lattnerremove obviously dead uses of IncludeFile.
2007-12-08 Chris LattnerRemove dead file and directory.
2007-12-03 Anton KorobeynikovProvide hook for _alloca to make JITing on Cygwin sligh...
2007-11-21 Chuck Rose IIIThis change does a couple of things. First it gets...
2007-11-01 Bill WendlingSilence a warning saying that the variables always...
2007-09-28 Chris Lattnerreally fix PR1581, thanks to Daniel Dunbar for pointing
2007-09-14 Dan GohmanRemove spurious consts. This fixes warnings with compil...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-07-31 Chris LattnerFix PR1581, patch by Timo Savola
2007-07-06 Gabor Greiffinishing touches of bytecode -> bitcode changes. also...
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-06 Gabor GreifSolaris 2.x does not have RLIMIT_RSS, check for this...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-25 Anton KorobeynikovProvide hook for alloca on VCPP. Patch by Scott Graham
2007-06-04 Devang PatelFix LLVM build on NetBSD. Patch by Neil Booth.
2007-05-11 Chris LattnerFix a bug where the bcreader could crash on .bc files...
2007-05-06 Chris Lattnerpull some win32 code into common code, add bitcode...
2007-05-03 Chris Lattnersilence annoying gcc 4.3 warnings
2007-04-23 Reid SpencerCygwin doesn't have the RSS_LIMIT for get/setrlimit.
2007-04-11 Chris LattnerHack to get sys::Path to recognize macho dylibs.
2007-04-11 Reid SpencerTeach sys::Path how to recognize different kinds of...
2007-04-11 Reid SpencerMake isDynamicLibrary detect more than just an ELF...
2007-04-07 Jeff CohenUnbreak VC++ build.
2007-04-07 Reid SpencerFor PR1291:
2007-04-04 Reid SpencerFor PR1302:
2007-03-29 Reid SpencerUse the stat information in the Path object, if it...
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Jeff CohenDetermine absolute paths the correct way :)
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerFor PR789:
2007-03-19 Anton KorobeynikovFix mingw32 build
2007-03-09 Anton KorobeynikovUnbreak mingw32 build
2007-03-06 Anton KorobeynikovImplement PR1240
2007-03-05 Jeff CohenEnsure 64-bit correctness.
2007-03-05 Jeff CohenImplement memoryLimit on Windows.
2007-03-04 Chris Lattnerfix typo
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-01 Chris Lattnersilence warning
2007-01-23 Anton KorobeynikovMoved disassembler to libSystem
2007-01-20 Reid SpencerFor PR808:
2007-01-19 Reid SpencerUnbreak Darwin.
2007-01-19 Reid SpencerHelp the lli interpreter find the stderr/stdin/stdout...
2007-01-19 Reid SpencerHandle each of stderr/stdin/stdout separately.
2007-01-11 Reid SpencerAvoid taking the address of a macro by checking to...
2007-01-10 Reid SpencerAllow LLI, in interpreter mode, to find stdin, stdout...
2006-12-19 Anton KorobeynikovPartly fixed JITing on mingw32 platform. The support...
2006-12-05 Reid SpencerEliminate "control reaches end of non-void function...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-02 Reid SpencerGet rid of unused variable.
2006-09-14 Chris LattnerUse new config.h macro
2006-09-14 Chris LattnerOn Mac OS/X, make Process::PreventCoreFiles disable...
2006-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-08-30 Chris LattnerGuess what happens when asserts are disabled. :(
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Reid SpencerFor PR797:
2006-08-24 Reid SpencerFor PR797:
2006-08-23 Reid SpencerTurn off exception handling for this library. It no...
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerUpdate for changes in Path class interface for exceptio...
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-22 Reid SpencerDon't throw needlessly. Failure of gettimeofday is...
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake an error message a little more intelligible.
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-07 Reid SpencerRemove extraneous #include.
2006-08-07 Reid SpencerMake the removal of files use Path::eraseFromDisk just...
2006-08-07 Reid SpencerAdd a note about how the "isFile" check in Path::eraseF...
2006-08-04 Reid SpencerUpdate the auto* tools: autoconf 2.60, libtool 1.5...
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 Anton KorobeynikovMinor fix due to recent API changes
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 LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-26 Chris LattnerFix the build on win32
2006-07-26 Reid SpencerFor PR780:
2006-07-26 Reid SpencerFor PR780:
2006-07-18 Chris Lattnersimple optimization: don't bother calling "exists"...
2006-07-18 Chris LattnerRemove a dead conditional: info_ can only be allocated...
2006-07-18 Chris LattnerThe only entry in the stat buf this code cares about...
2006-07-18 Chris LattnerReduce code in the error path by only allocating info_...
2006-07-18 Chris LattnerUnindent some code
2006-07-12 Chris LattnerTurn an if into an else if.
2006-07-07 Chris Lattnerno need to do a stat then an lstat. lstat will tell...
2006-07-07 Chris LattnerMove << method out of line.
2006-07-07 Chris LattnerChange AllocateRWX/DeallocateRWX to not throw an exception.
2006-07-07 Chris LattnerFix this impl
next