summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* 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
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-01
* Remove floating point computations form SpillPlacement.cpp.Jakob Stoklund Olesen2013-07-01
* [PowerPC] Fix 32-bit PowerPC TLS relocsUlrich Weigand2013-07-01
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-28
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-28
* Fix typoMatt Arsenault2013-06-28
* [Support/Registry.h] Include llvm/Support/Compiler.h.Argyrios Kyrtzidis2013-06-27
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-27
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* Use enums instead of raw octal values.Rafael Espindola2013-06-26