summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor2013-01-10
* Fix a race condition in llvm::sys::path::unique_file: when we end upDouglas Gregor2013-01-10
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-09
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-08
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-08
* Split changeset_ty using iterators instead of loops.Lenny Maiorani2013-01-08
* Remove what appears to be a dead llvm-specific debug tag.Eric Christopher2013-01-08
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-07
* Implement APFloat::isDenormal()Shuxin Yang2013-01-07
* Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth2013-01-05
* Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth2013-01-05
* Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth2013-01-04
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-04
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-04
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Remove an unused method on Program.Chandler Carruth2012-12-31
* Remove an unused method on the Program class.Chandler Carruth2012-12-31
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-31
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-31
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-31
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-31
* Delete a cut/paste-o from r171290. Very sorry about the noise.Chandler Carruth2012-12-31
* Suppress a MSVC warning complaining about the code working as intended.Chandler Carruth2012-12-31
* Begin sketching out the process interface.Chandler Carruth2012-12-31
* Fix whitespace. No functionality change.Nick Lewycky2012-12-25
* Don't call back() on an empty SmallVector. Found by -fsanitize=enum!Richard Smith2012-12-22
* Remove duplicate includes.Roman Divacky2012-12-21
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Define getHostCPUFeatures for ARM Linux platformHao Liu2012-12-13
* YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer2012-12-12
* Fix calls to getAsSignedInteger() to use long long - not int64_tNick Kledzik2012-12-12
* Fix the build on case sensitive file systems.Benjamin Kramer2012-12-12
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-12
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-04
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Add a comment about the requirement that the Windows.h header be last.Chandler Carruth2012-12-04
* [Support] Make FileOutputBuffer work on Windows.Michael J. Spencer2012-12-03
* [Support][FileSystem] Fix open mode in resize_file on Windows.Michael J. Spencer2012-12-03
* Revert the header sort on this file.Michael J. Spencer2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add support for fission attributes/forms/operations -> string.Eric Christopher2012-11-30
* Fix a bug in APFloat.cpp: declare APFloat after fltSemantics itAlexey Samsonov2012-11-30
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-28
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-19
* move irrelevant attribution.Chris Lattner2012-11-16
* PathV2: Fix a possible infinite loop.Daniel Dunbar2012-11-15
* Add support for SPIR64 target - the 64bit counterpart of SPIR.Guy Benyei2012-11-15
* Remove the CellSPU port.Eric Christopher2012-11-14