summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* 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
* Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier2012-11-13
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-12
* Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer2012-11-08
* MemoryBuffer: Windows doesn't define S_IFIFO.Daniel Dunbar2012-11-06
* MemoryBuffer: Support reading named pipes in getFile().Daniel Dunbar2012-11-05
* XLC supports the same atomic functions as GCC, use them.Rafael Espindola2012-11-02
* [Support] Fix StrError on Windows to actually return the error string...Michael J. Spencer2012-11-01
* Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola2012-10-31
* Add support for Cortex-A15 host recognition.James Molloy2012-10-31