BumpPtrAllocator: do the size check without moving any pointers
[oota-llvm.git] / include / llvm / Support / Process.h
2014-06-30 Ehsan AkhgariRefactor the code in clang to find a file in a PATH...
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-09-11 Nico RieckSupport ANSI escape code on Windows
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
2013-08-16 Aaron BallmanRemoving unused functionality.
2013-06-08 Aaron Ballmansys::process::get_id() now returns the process ID inste...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
2012-12-31 Chandler CarruthGo ahead and get rid of the old page size interface...
2012-12-31 Chandler CarruthFlesh out a page size accessor in the new API.
2012-12-31 Chandler CarruthRemove an unused function in the old Process interface.
2012-12-31 Chandler CarruthBegin sketching out the process interface.
2012-12-31 Chandler CarruthStart sketching out a roadmap for better subprocess...
2012-07-20 Daniel DunbarProcess: Add sys::Process::FileDescriptorHasColors().
2012-05-05 Daniel Dunbar[Support] Add sys::Process::GetRandomNumber().
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-01-15 Chandler CarruthRemove SetWorkingDirectory from the Process interface...
2011-09-23 Daniel Dunbarsys::Process: Add a SetWorkingDirectory method.
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMerge System into Support.