aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2013-01-18Add llvm::hexDigitValue to convert single characters to hex.Jordan Rose
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne
2013-01-14Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...Timur Iskhodzhanov
2013-01-13Remove redundant 'llvm::' qualificationsDmitri Gribenko
2013-01-11SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.Jordan Rose
2013-01-10Add basic fix-its to SMDiagnostic.Jordan Rose
2013-01-10Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor
2013-01-10Fix a race condition in llvm::sys::path::unique_file: when we end upDouglas Gregor
2013-01-09Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis
2013-01-08Fix memory leak in YAML I/O.Nick Kledzik
2013-01-08Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher
2013-01-08Split changeset_ty using iterators instead of loops.Lenny Maiorani
2013-01-08Remove what appears to be a dead llvm-specific debug tag.Eric Christopher
2013-01-07Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose
2013-01-07Implement APFloat::isDenormal()Shuxin Yang
2013-01-05Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth
2013-01-05Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth
2013-01-04Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth
2013-01-04Add time getters to the process interface for requesting the elapsedChandler Carruth
2013-01-04Fix how YAML I/O detects flow sequences. Nick Kledzik
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2012-12-31Remove an unused method on Program.Chandler Carruth
2012-12-31Remove an unused method on the Program class.Chandler Carruth
2012-12-31Go ahead and get rid of the old page size interface and convert all theChandler Carruth
2012-12-31Flesh out a page size accessor in the new API.Chandler Carruth
2012-12-31Remove an unused function in the old Process interface.Chandler Carruth
2012-12-31Switch this code to a more idiomatic double using namespace directive.Chandler Carruth
2012-12-31Delete a cut/paste-o from r171290. Very sorry about the noise.Chandler Carruth
2012-12-31Suppress a MSVC warning complaining about the code working as intended.Chandler Carruth
2012-12-31Begin sketching out the process interface.Chandler Carruth
2012-12-25Fix whitespace. No functionality change.Nick Lewycky
2012-12-22Don't call back() on an empty SmallVector. Found by -fsanitize=enum!Richard Smith
2012-12-21Remove duplicate includes.Roman Divacky
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-13Define getHostCPUFeatures for ARM Linux platformHao Liu
2012-12-12YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer
2012-12-12Fix calls to getAsSignedInteger() to use long long - not int64_tNick Kledzik
2012-12-12Fix the build on case sensitive file systems.Benjamin Kramer
2012-12-12Initial implementation of a utility for converting native data Nick Kledzik
2012-12-04Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-12-04Add a comment about the requirement that the Windows.h header be last.Chandler Carruth
2012-12-03[Support] Make FileOutputBuffer work on Windows.Michael J. Spencer
2012-12-03[Support][FileSystem] Fix open mode in resize_file on Windows.Michael J. Spencer
2012-12-03Revert the header sort on this file.Michael J. Spencer
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-30Add support for fission attributes/forms/operations -> string.Eric Christopher
2012-11-30Fix a bug in APFloat.cpp: declare APFloat after fltSemantics itAlexey Samsonov
2012-11-30Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth