Fix calls to getAsSignedInteger() to use long long - not int64_t
[oota-llvm.git] / lib / Support / Windows /
2012-12-04 Chandler CarruthAdd a comment about the requirement that the Windows...
2012-12-03 Michael J. Spencer[Support][FileSystem] Fix open mode in resize_file...
2012-12-03 Michael J. SpencerRevert the header sort on this file.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-09-25 Nico WeberFix a -Wparentheses warning in the mingw build
2012-09-19 Andrew KaylorThis patch adds memory support functions which will...
2012-08-15 Michael J. SpencerProperly test the LLVM_USE_RVALUE_REFERENCES macro.
2012-08-15 Michael J. Spencer[PathV2] Add mapped_file_region. Implementation for...
2012-07-20 Benjamin KramerTry to unbreak the windows build.
2012-07-20 Daniel DunbarProcess: Add sys::Process::FileDescriptorHasColors().
2012-07-19 Bill WendlingRemove tabs.
2012-06-20 Francois PichetUnbreak the MSVC build: add return to unimplemented...
2012-06-20 Nick KledzikAdd permissions(), map_file_pages(), and unmap_file_pag...
2012-06-12 Argyrios KyrtzidisSatisfy C++ aliasing rules, per suggestion by Chandler.
2012-06-12 Argyrios KyrtzidisFor llvm::sys::ThreadLocalImpl instead of malloc'ing...
2012-06-09 Aaron BallmanDisabling a spurious deprecation warning about using...
2012-06-09 Aaron BallmanFixing a typo in the comments.
2012-05-27 NAKAMURA TakumiPath::GetTemporaryDirectory(): Add an assertion if...
2012-05-11 Eric ChristopherAllow unique_file to take a mode for file permissions...
2012-05-08 NAKAMURA TakumiWindows/PathV2.inc: Retry rename() for (maximum) 2...
2012-04-16 Benjamin KramerReapply 'Add reverseColor to raw_ostream'.
2012-04-16 Argyrios KyrtzidisRevert r154800 which breaks windows builders.
2012-04-16 Argyrios KyrtzidisAdd reverseColor to raw_ostream.
2012-02-09 David BlaikieChange default error_code ctor to a 'named ctor' so...
2012-01-15 Chandler CarruthRemove SetWorkingDirectory from the Process interface...
2012-01-11 Argyrios KyrtzidisDisable the crash reporter when running lit tests.
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-04 Sebastian Popuse getHostTriple instead of getDefaultTargetTriple...
2011-12-13 Michael J. SpencerSupport/Program: Make Change<stream>ToBinary return...
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement bool equivalent(file_stat...
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-12 Michael J. SpencerSupport/Windows: Cleanup scoped handles.
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-11-29 NAKAMURA Takumi[Win32] Catch exceptions (eg. segfault) on waiting...
2011-11-06 Peter CollingbourneReturn only the least significant 8 bits of the exit...
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-11-01 Sebastian Poprename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
2011-11-01 Eli FriedmanRemove a couple unused methods. PR11201.
2011-10-24 NAKAMURA TakumiWindows/Path.inc: [PR8460] Get rid of ScopedNullTermina...
2011-10-21 Anton KorobeynikovFix build on mingw-w64.
2011-10-15 NAKAMURA TakumiRevert r142046, "Fix for llvm::sys::getHostTriple on...
2011-10-15 Chad RosierFix for llvm::sys::getHostTriple on Windows. Instead...
2011-10-15 NAKAMURA TakumiWindows/Memory.inc: Support the ability to allocate...
2011-10-13 Michael J. SpencerSupport/Windows: Add support modifying memory permissio...
2011-10-13 Michael J. SpencerSupport/Windows: Add efficent RW mutex on Windows....
2011-10-01 Michael J. SpencerAdd Windows x64 stack walking support. Patch by Aaron...
2011-09-23 Daniel Dunbarsys::Process: Add a SetWorkingDirectory method.
2011-08-23 NAKAMURA Takumilib/Support/Windows/Windows.h: Update required IE ver...
2011-08-22 Jordy RoseMake DynamicLibrary thread-safe w/r/t call to dlerror...
2011-08-20 Benjamin KramerPathV2: Handle more reserved filenames on windows.
2011-08-20 NAKAMURA Takumilib/Support/Windows/Windows.h: Require at least Windows...
2011-08-17 Jordy RoseUnbork Windows build. Thanks, Francois.
2011-08-17 Jordy RoseUse DynamicLibrary instances as a way to get symbols...
2011-07-28 Argyrios KyrtzidisAdd an optional 'bool makeAbsolute' in llvm::sys::fs...
2011-07-09 NAKAMURA TakumiWindows/DynamicLibrary.inc: Fix trivial warnings. Thank...
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-11 Andrew TrickTypo and missing checkin from r131186.
2011-05-01 NAKAMURA TakumiWindows/DynamicLibrary.inc: Clean up ELM_Callback....
2011-03-16 NAKAMURA TakumiWindows/PathV2.inc: [PR8520] Recognize "NUL" as special...
2011-03-16 NAKAMURA TakumiWindows/Path.inc: [PR6270] PathV1::makeUnique(): Give...
2011-03-10 Rafael EspindolaTry to fix the windows build.
2011-03-07 NAKAMURA TakumiWindows/PathV2.inc: Eliminate redundant condition....
2011-02-09 NAKAMURA TakumiWindows/Windows.h: Redefine _WIN32_WINNT here. mingw...
2011-02-09 NAKAMURA TakumiWindows/Program.inc: Eliminate the declaration of SetIn...
2011-02-09 NAKAMURA TakumiWindows/DynamicLibrary.inc: ELM_Callback fix for mingw...
2011-02-05 NAKAMURA TakumiWindows/DynamicLibrary.inc: Split explicit symbols...
2011-02-05 NAKAMURA TakumiWindows/Program.inc: Quote arguments when dubious chara...
2011-02-04 NAKAMURA TakumiMake Win32's header file name lower for cross build...
2011-01-17 NAKAMURA TakumiWindows/PathV2.inc: For CryptAcquireContext(), CRYPT_VE...
2011-01-17 NAKAMURA TakumiWindows/PathV2.inc: MoveFileEx() can behave like Posix...
2011-01-17 NAKAMURA Takumilib/Support/Windows/Signals.inc: "Showstopper" dialogs...
2011-01-15 Michael J. SpencerSupport/PathV2: Implement get_magic.
2011-01-11 Michael J. SpencerSupport/Path: Deprecate PathV1::isDirectory and replace...
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2011-01-05 Michael J. SpencerSupport/Windows/PathV2: Make directory iteration ignore...
2011-01-05 Michael J. SpencerSupport/Windows/PathV2: Fix remove to handle both files...
2010-12-17 Benjamin KramerMissed some StringRefRefs.
2010-12-09 Michael J. SpencerSupport/Windows/PathV2: Fix header comment.
2010-12-09 Michael J. SpencerSupport: Move c_str from SmallVector back to SmallStrin...
2010-12-07 Michael J. SpencerSupport: Remove Alarm. It is unused (via local grep...
2010-12-07 Michael J. SpencerSupport/PathV2: Change most functions in the path names...
2010-12-07 Michael J. SpencerSupport/PathV2: Remove the error_code return type from...
2010-12-07 Michael J. SpencerSupport/PathV2: Move current_path from path to fs and...
2010-12-06 Michael J. SpencerSupport/Windows: Make MinGW happy.
2010-12-06 Michael J. SpencerSupport/FileSystem: Add directory_iterator implementation.
2010-12-06 Michael J. SpencerSupport/Windows: Add ScopedHandle and move some clients...
2010-12-04 Michael J. SpencerSupport/PathV2: Remove redundant calls to make_error_code.
2010-12-04 Michael J. SpencerSupport/FileSystem: Add status implementation.
2010-12-04 Michael J. SpencerSupport/Windows/FileSystem: Fix MinGW warnings.
2010-12-04 Michael J. SpencerSupport/FileSystem: Add file_size implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add equivalent implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Fix MinGW build. It doesn't have...
2010-12-03 Michael J. SpencerAnd I really hate line endings.
2010-12-03 Michael J. SpencerSupport/Windows/FileSystem: Fix MinGW build.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add resize_file implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add rename implementation.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add remove implementation.
2010-12-03 Michael J. SpencerFix line endings.
next