summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* Forward resetColor() et al to the underlying stream.Ted Kremenek2013-08-08
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-07
* Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-07
* Use gnu style builtins in MathExtras.h with clang on WindowsReid Kleckner2013-08-06
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-05
* Expose that the unique file ID has a device and a file component.Rafael Espindola2013-08-01
* Formatting.Eric Christopher2013-08-01
* Make these just inline, not static inline.Eric Christopher2013-07-30
* Make file_status::getUniqueID const.Rafael Espindola2013-07-29
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-29
* Remove trailing whitespace.Stephen Lin2013-07-26
* Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...Stephen Lin2013-07-26
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-26
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-24
* Expand the comment on getOpenFileSlice a bit for more details and consistencyEli Bendersky2013-07-23
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-23
* Fix typo.Eric Christopher2013-07-22
* Fix size_t -> uint warnings with MSVC 64-bit buildMatt Arsenault2013-07-20
* Clarify comment for extension().Rui Ueyama2013-07-19
* Fix -Wdocumentation warningHans Wennborg2013-07-18
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-18
* Remove dead code.Rafael Espindola2013-07-18
* Fix a regression I introduced back in r178147.Rafael Espindola2013-07-18
* Add simpler version of is_directory. It will be used in clang.Rafael Espindola2013-07-17
* Add a wrapper for open.Rafael Espindola2013-07-16
* [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-16
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-16
* COFF: Add constants for optional data directory.Rui Ueyama2013-07-16
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-16
* Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...NAKAMURA Takumi2013-07-16
* Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher2013-07-14
* Use move semantics if possible to construct ConstantRanges.Benjamin Kramer2013-07-11
* Update doxygen comment to match renamed parameters.Benjamin Kramer2013-07-10
* Use status to implement file_size.Rafael Espindola2013-07-10
* Revert r185852.Manman Ren2013-07-08
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-08
* Reland "Use Clang's __has_* macros in Compiler.h ..." with fixesReid Kleckner2013-07-08
* Revert: "Use Clang's __has_* macros in Compiler.h to test for features"Quentin Colombet2013-07-08
* clang-format this enum.Rafael Espindola2013-07-08
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-08
* Attempt to fix Compiler.h for some self-hosting botsReid Kleckner2013-07-08
* Use Clang's __has_* macros in Compiler.h to test for featuresReid Kleckner2013-07-08
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Remove unique_file now that it is unused.Rafael Espindola2013-07-05
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-05
* Add a higher level createTemporaryFile function.Rafael Espindola2013-07-05
* Changing long to int for consistency.Aaron Ballman2013-07-04
* Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cour...Aaron Ballman2013-07-04
* Fix typo in commentTobias Grosser2013-07-02