summaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-042-2/+7
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+8
* Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov2013-01-311-0/+7
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-303-0/+649
* Fix gcc/printf/ISO C++ warningEdwin Vane2013-01-281-1/+5
* APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...Benjamin Kramer2013-01-251-0/+6
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-251-0/+11
* Initial patch for x32 ABI support.Eli Bendersky2013-01-221-0/+2
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-16/+32
* Add llvm::hexDigitValue to convert single characters to hex.Jordan Rose2013-01-181-20/+1
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-161-0/+12
* Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...Timur Iskhodzhanov2013-01-141-8/+6
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-132-2/+2
* SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.Jordan Rose2013-01-111-9/+12
* Add basic fix-its to SMDiagnostic.Jordan Rose2013-01-101-32/+158
* Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor2013-01-101-3/+13
* Fix a race condition in llvm::sys::path::unique_file: when we end upDouglas Gregor2013-01-101-4/+7
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-092-11/+19
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-081-9/+32
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-081-1/+0
* Split changeset_ty using iterators instead of loops.Lenny Maiorani2013-01-081-6/+8
* Remove what appears to be a dead llvm-specific debug tag.Eric Christopher2013-01-081-1/+0
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-071-1/+1
* Implement APFloat::isDenormal()Shuxin Yang2013-01-071-0/+7
* Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth2013-01-051-1/+1
* Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth2013-01-051-1/+1
* Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth2013-01-041-1/+1
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-043-35/+103
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-041-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Remove an unused method on Program.Chandler Carruth2012-12-312-35/+0
* Remove an unused method on the Program class.Chandler Carruth2012-12-312-10/+0
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-314-19/+11
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-313-12/+21
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-312-28/+0
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-313-6/+3
* Delete a cut/paste-o from r171290. Very sorry about the noise.Chandler Carruth2012-12-311-1/+0
* Suppress a MSVC warning complaining about the code working as intended.Chandler Carruth2012-12-311-0/+13
* Begin sketching out the process interface.Chandler Carruth2012-12-313-1/+33
* Fix whitespace. No functionality change.Nick Lewycky2012-12-251-2/+2
* Don't call back() on an empty SmallVector. Found by -fsanitize=enum!Richard Smith2012-12-221-1/+1
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Define getHostCPUFeatures for ARM Linux platformHao Liu2012-12-131-0/+58
* YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer2012-12-121-397/+318
* Fix calls to getAsSignedInteger() to use long long - not int64_tNick Kledzik2012-12-121-21/+25
* Fix the build on case sensitive file systems.Benjamin Kramer2012-12-121-4/+2
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-122-0/+882
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-041-2/+2