summaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-3/+3
* Add a comment about the requirement that the Windows.h header be last.Chandler Carruth2012-12-041-0/+2
* [Support] Make FileOutputBuffer work on Windows.Michael J. Spencer2012-12-031-55/+27
* [Support][FileSystem] Fix open mode in resize_file on Windows.Michael J. Spencer2012-12-031-1/+1
* Revert the header sort on this file.Michael J. Spencer2012-12-031-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-0340-87/+83
* Add support for fission attributes/forms/operations -> string.Eric Christopher2012-11-301-0/+16
* Fix a bug in APFloat.cpp: declare APFloat after fltSemantics itAlexey Samsonov2012-11-301-1/+3
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-303-3/+3
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-282-2/+32
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-191-0/+20
* move irrelevant attribution.Chris Lattner2012-11-161-3/+1
* PathV2: Fix a possible infinite loop.Daniel Dunbar2012-11-151-3/+4
* Add support for SPIR64 target - the 64bit counterpart of SPIR.Guy Benyei2012-11-151-2/+10
* Remove the CellSPU port.Eric Christopher2012-11-141-8/+0
* Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier2012-11-131-4/+1
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-121-1/+4
* Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer2012-11-081-5/+0
* MemoryBuffer: Windows doesn't define S_IFIFO.Daniel Dunbar2012-11-061-1/+4
* MemoryBuffer: Support reading named pipes in getFile().Daniel Dunbar2012-11-051-16/+29
* XLC supports the same atomic functions as GCC, use them.Rafael Espindola2012-11-021-5/+9