aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-051-0/+4
* Expose that the unique file ID has a device and a file component.Rafael Espindola2013-08-011-4/+10
* Formatting.Eric Christopher2013-08-011-2/+2
* Make these just inline, not static inline.Eric Christopher2013-07-301-4/+4
* Make file_status::getUniqueID const.Rafael Espindola2013-07-291-1/+1
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-291-3/+14
* Remove trailing whitespace.Stephen Lin2013-07-261-2/+2
* Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...Stephen Lin2013-07-261-1/+8
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-262-6/+0
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-29/+1
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-241-0/+2
* Expand the comment on getOpenFileSlice a bit for more details and consistencyEli Bendersky2013-07-231-2/+3
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-231-6/+10
* Fix typo.Eric Christopher2013-07-221-3/+3
* Fix size_t -> uint warnings with MSVC 64-bit buildMatt Arsenault2013-07-203-12/+12
* Clarify comment for extension().Rui Ueyama2013-07-191-0/+1
* Fix -Wdocumentation warningHans Wennborg2013-07-181-1/+1
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-181-0/+53
* Remove dead code.Rafael Espindola2013-07-181-28/+0
* Fix a regression I introduced back in r178147.Rafael Espindola2013-07-181-13/+14
* Add simpler version of is_directory. It will be used in clang.Rafael Espindola2013-07-171-0/+7
* Add a wrapper for open.Rafael Espindola2013-07-163-18/+34
* [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-161-2/+22
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-161-0/+3
* COFF: Add constants for optional data directory.Rui Ueyama2013-07-161-0/+18
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-161-19/+34
* Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...NAKAMURA Takumi2013-07-161-2/+3
* Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher2013-07-141-0/+2
* Use move semantics if possible to construct ConstantRanges.Benjamin Kramer2013-07-111-2/+10
* Update doxygen comment to match renamed parameters.Benjamin Kramer2013-07-101-2/+2
* Use status to implement file_size.Rafael Espindola2013-07-101-1/+13
* Revert r185852.Manman Ren2013-07-081-1/+9
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-081-9/+1
* Reland "Use Clang's __has_* macros in Compiler.h ..." with fixesReid Kleckner2013-07-081-16/+40
* Revert: "Use Clang's __has_* macros in Compiler.h to test for features"Quentin Colombet2013-07-081-38/+16
* clang-format this enum.Rafael Espindola2013-07-081-21/+20
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-081-12/+1
* Attempt to fix Compiler.h for some self-hosting botsReid Kleckner2013-07-081-1/+1
* Use Clang's __has_* macros in Compiler.h to test for featuresReid Kleckner2013-07-081-16/+38
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-061-0/+9
* Remove unique_file now that it is unused.Rafael Espindola2013-07-051-30/+0
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-0/+29
* Add a higher level createTemporaryFile function.Rafael Espindola2013-07-051-0/+16
* Changing long to int for consistency.Aaron Ballman2013-07-041-1/+1
* Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cour...Aaron Ballman2013-07-042-2/+11
* Fix typo in commentTobias Grosser2013-07-021-1/+1
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-011-0/+6
* Remove floating point computations form SpillPlacement.cpp.Jakob Stoklund Olesen2013-07-011-0/+3
* [PowerPC] Fix 32-bit PowerPC TLS relocsUlrich Weigand2013-07-011-4/+7
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-281-0/+8