summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [PM] Fix the const-correctness of the generic DominatorTreeBase toChandler Carruth2014-01-13
* [PM] Pull the generic graph algorithms and data structures for dominatorChandler Carruth2014-01-13
* Use the simpler version of sys::fs::remove when possible.Rafael Espindola2014-01-10
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-10
* Update example to be more idiomatic.Rafael Espindola2014-01-09
* Extend llvm::AlignedCharArrayUnion to support up to 10 arguments, as required...Richard Smith2014-01-09
* Use the existing typedef to avoid forming a reference to a reference.Rafael Espindola2014-01-09
* Fix the C++03 build.Rafael Espindola2014-01-08
* Use getError and remove the error_code operator.Rafael Espindola2014-01-08
* Add get and getError methods to ErrorOr.Rafael Espindola2014-01-08
* Add missing rename from the previous commit.Rafael Espindola2014-01-08
* Rename get to getStorage and getError to getErrorStorage.Rafael Espindola2014-01-08
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Support: add reference for ARM EHABISaleem Abdulrasool2014-01-06
* ARM: move ARMUnwindOp.h into SupportSaleem Abdulrasool2014-01-06
* ELF relocation types for sparc.Venkatraman Govindaraju2014-01-05
* Add support to the pattern match library for matching NSW and NUWChandler Carruth2014-01-05
* Add a LLVM_DUMP_METHOD macro.Nico Weber2014-01-03
* MSVC 2010 build fixAlp Toker2014-01-03
* Enable LLVM_FINAL, LLVM_OVERRIDE and LLVM_HAS_VARIADIC_TEMPLATES with more gc...Alp Toker2014-01-03
* Make llvm::Regex non-copyable but movable.David Blaikie2014-01-02
* Support LLVM_STATIC_ASSERT() in clang pre-C++11 modeAlp Toker2014-01-02
* Silence g++ 4.9 build issueAlp Toker2013-12-31
* Make LLVM_MSC_PREREQ() compatible with all MSVC versionsAlp Toker2013-12-29
* Fix parens fail in r198142Alp Toker2013-12-29
* Enable deleted functions and explicit conversions in MSVC 2013Alp Toker2013-12-29
* Define LLVM_MSC_PREREQ() macro to simplify _MSC_VER checksAlp Toker2013-12-29
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-27
* Fix the MSVC 2010 buildAlp Toker2013-12-25
* Define LLVM_HAS_STRONG_ENUMSAlp Toker2013-12-22
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-19
* Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov2013-12-19
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* llvm-cov: Added -f option for function summaries.Yuchen Wu2013-12-19
* Pull in a couple of new constants from the upcoming DWARF 5 standard.Adrian Prantl2013-12-18
* llvm-cov: Print coverage summary to STDOUT.Yuchen Wu2013-12-18
* llvm-cov: Added -c option for branch counts.Yuchen Wu2013-12-18
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-17
* llvm-cov: Marked secondary print functions private.Yuchen Wu2013-12-16
* Add warning capabilities in LLVM.Quentin Colombet2013-12-16
* llvm-cov: Added -u option for unconditional branch info.Yuchen Wu2013-12-16
* [block-freq] Add a right shift to BlockFrequency that saturates at 1.Michael Gottesman2013-12-14
* [block-freq] Remove old BlockFrequency entry frequency and printing code.Michael Gottesman2013-12-14
* Fix pr18235.Rafael Espindola2013-12-13
* llvm-cov: Added -b option for branch probabilities.Yuchen Wu2013-12-13
* Return a StringRef from getHostCPUName.Rafael Espindola2013-12-12
* Expose FileCheck's AddFixedStringToRegEx as Regex::escapeHans Wennborg2013-12-12
* Build fix for Android NDK which has neither futimes nor futimensAlp Toker2013-12-11
* Support: Update documentation for Program functionsAlp Toker2013-12-10