summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* Remove system_error.h.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-12
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-12
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-12
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-12
* Remove some low hanging fruit from system_error.hRafael Espindola2014-06-12
* Try to fix the mingw build.Rafael Espindola2014-06-12
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-11
* Remove unused has_magic.Rafael Espindola2014-06-11
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Remove windows_error.Rafael Espindola2014-06-11
* There is no posix_category in std, use generic_category.Rafael Espindola2014-06-11
* Revert "Remove support for runtime multi-threading."Zachary Turner2014-06-10
* Remove support for runtime multi-threading.Zachary Turner2014-06-10
* Mark a few functions noexcept.Rafael Espindola2014-06-10
* Add a LLVM_NOEXCEPT to Compiler.h.Rafael Espindola2014-06-10
* Use an enum class now that they are available.Rafael Espindola2014-06-10
* Fold FEnv.h into the implementationAlp Toker2014-06-09
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-05
* Support: style/documentation cleanup for formatSaleem Abdulrasool2014-06-04
* Support: add additional comment for ARM EH structureSaleem Abdulrasool2014-06-04
* Make this operator bool() explicit to match the standard library.Rafael Espindola2014-06-03
* Make this operator bool() explicit to match the standard library.Rafael Espindola2014-06-03
* GraphWriter: detect graph viewer programs at runtimeAlp Toker2014-06-02
* Support: add 6-parameter formatSaleem Abdulrasool2014-06-02
* Support: add Windows ARM EH data structuresSaleem Abdulrasool2014-06-02
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-31
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-31
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-31
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* delete dead code.Rafael Espindola2014-05-31
* Add a simple helper function to create a 64-bit integer.Reid Kleckner2014-05-28
* Fix standard integer definitions for MSVC in DataTypes.hReid Kleckner2014-05-28
* [ARM] Emit correct build attributes for the relocation models.Amara Emerson2014-05-27
* [YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.Simon Atanasyan2014-05-23
* [Graph Writer] Limit the length of the graph name because Windows can't handl...Michael J. Spencer2014-05-22
* [Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan2014-05-20
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-18
* MachO: Add comments describing section flags/attrsDavid Majnemer2014-05-17
* Fix hardcoded slash to native path seperator which was exposed from llvm::sys...Yaron Keren2014-05-16
* include/llvm/Support/Unicode.h didn't have re-include guardsArtyom Skrobov2014-05-13
* [llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tagsSimon Atanasyan2014-05-11
* llvm-cov: Fix some funny indentation (NFC)Justin Bogner2014-05-07
* Let OnDiskHashTable call the destructor of its Items.Nico Weber2014-05-07
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* llvm-cov: Handle missing source files as GCOV doesJustin Bogner2014-05-07
* llvm-cov: Implement --no-outputJustin Bogner2014-05-07
* Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith2014-05-06
* Revert r208025, which made buildbots unhappy for unknown reasons.Richard Smith2014-05-06