Use a heavier hammer when --enable-libcpp is passed to bypass the tests
[oota-llvm.git] / include / llvm / Support /
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[PM] Fix the const-correctness of the generic Dominator...
2014-01-13 Chandler Carruth[PM] Pull the generic graph algorithms and data structu...
2014-01-10 Rafael EspindolaUse the simpler version of sys::fs::remove when possible.
2014-01-10 Rafael EspindolaRemove remove_all. A compiler has no need for recursive...
2014-01-09 Rafael EspindolaUpdate example to be more idiomatic.
2014-01-09 Richard SmithExtend llvm::AlignedCharArrayUnion to support up to...
2014-01-09 Rafael EspindolaUse the existing typedef to avoid forming a reference...
2014-01-08 Rafael EspindolaFix the C++03 build.
2014-01-08 Rafael EspindolaUse getError and remove the error_code operator.
2014-01-08 Rafael EspindolaAdd get and getError methods to ErrorOr.
2014-01-08 Rafael EspindolaAdd missing rename from the previous commit.
2014-01-08 Rafael EspindolaRename get to getStorage and getError to getErrorStorage.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Saleem AbdulrasoolSupport: add reference for ARM EHABI
2014-01-06 Saleem AbdulrasoolARM: move ARMUnwindOp.h into Support
2014-01-05 Venkatraman Govind... ELF relocation types for sparc.
2014-01-05 Chandler CarruthAdd support to the pattern match library for matching...
2014-01-03 Nico WeberAdd a LLVM_DUMP_METHOD macro.
2014-01-03 Alp TokerMSVC 2010 build fix
2014-01-03 Alp TokerEnable LLVM_FINAL, LLVM_OVERRIDE and LLVM_HAS_VARIADIC_...
2014-01-02 David BlaikieMake llvm::Regex non-copyable but movable.
2014-01-02 Alp TokerSupport LLVM_STATIC_ASSERT() in clang pre-C++11 mode
2013-12-31 Alp TokerSilence g++ 4.9 build issue
2013-12-29 Alp TokerMake LLVM_MSC_PREREQ() compatible with all MSVC versions
2013-12-29 Alp TokerFix parens fail in r198142
2013-12-29 Alp TokerEnable deleted functions and explicit conversions in...
2013-12-29 Alp TokerDefine LLVM_MSC_PREREQ() macro to simplify _MSC_VER...
2013-12-27 Chandler CarruthIntroduce a simple line-by-line iterator type into...
2013-12-25 Alp TokerFix the MSVC 2010 build
2013-12-22 Alp TokerDefine LLVM_HAS_STRONG_ENUMS
2013-12-19 Zoran JovanovicSupport for microMIPS TLS relocations.
2013-12-19 Timur IskhodzhanovTeach the llvm-readobj COFF dumper to dump debug line...
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-19 Yuchen Wullvm-cov: Added -f option for function summaries.
2013-12-18 Adrian PrantlPull in a couple of new constants from the upcoming...
2013-12-18 Yuchen Wullvm-cov: Print coverage summary to STDOUT.
2013-12-18 Yuchen Wullvm-cov: Added -c option for branch counts.
2013-12-17 Quentin ColombetRevert r197438 and r197447 until we figure out how...
2013-12-16 Yuchen Wullvm-cov: Marked secondary print functions private.
2013-12-16 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-16 Yuchen Wullvm-cov: Added -u option for unconditional branch...
2013-12-14 Michael Gottesman[block-freq] Add a right shift to BlockFrequency that...
2013-12-14 Michael Gottesman[block-freq] Remove old BlockFrequency entry frequency...
2013-12-13 Rafael EspindolaFix pr18235.
2013-12-13 Yuchen Wullvm-cov: Added -b option for branch probabilities.
2013-12-12 Rafael EspindolaReturn a StringRef from getHostCPUName.
2013-12-12 Hans WennborgExpose FileCheck's AddFixedStringToRegEx as Regex:...
2013-12-11 Alp TokerBuild fix for Android NDK which has neither futimes...
2013-12-10 Alp TokerSupport: Update documentation for Program functions
2013-12-10 Yuchen Wullvm-cov: Added -a option for block data.
2013-12-05 Yuchen Wullvm-cov: Conformed headers.
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-05 Reid KlecknerCompiler.h: Disable initializer list usage with clang-cl
2013-12-04 Daniel JasperUn-revert r196358: "llvm-cov: Added support for functio...
2013-12-04 Daniel JasperRevert r196358: "llvm-cov: Added support for function...
2013-12-04 Yuchen Wullvm-cov: Added support for function checksums.
2013-12-04 Yuchen Wullvm-cov: Added checks for ident, checksum, name.
2013-12-04 Yuchen Wullvm-cov: Capitalized GCNO and GCDA for consistency.
2013-12-04 Yuchen Wullvm-cov: Split GCOVFile's read into GCNO and GCDA.
2013-12-03 Yuchen Wullvm-cov: Removed output to STDOUT/specified file.
2013-12-03 Yuchen Wullvm-cov: Store blocks rather than counts per line.
2013-12-03 Yuchen Wullvm-cov: Added edge struct for traversal in block.
2013-12-03 Yuchen Wullvm-cov: Split up reading of GCNO and GCDA files.
2013-12-02 Manman RenDebug Info: Move the constant for Debug Info Version...
2013-11-22 Manman RenDebug Info: add a constant for debug info version number.
2013-11-21 Nick KledzikYAML I/O add support for validate()
2013-11-21 Nick Kledzikrevert r194655
2013-11-20 Yuchen Wullvm-cov: Added file checksum to gcno and gcda files.
2013-11-19 Yuchen Wullvm-cov: Added constness property to methods.
2013-11-19 John ThompsonYAML I/O - Added default trait support for std:string...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexander KornienkoRecover gracefully when deserializing invalid YAML...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-17 Yaron KerenDebugLoc defines LineCol as 32 bit in comment but unsig...
2013-11-17 Michael Gottesman[block-freq] Add BlockFrequency::scale that returns...
2013-11-16 Jim GrosbachX86: Encode the 'h' cpu subtype in the MachO header...
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-15 Rui UeyamaInclude raw_ostream.h.
2013-11-14 Nick KledzikAdd dyn_cast<> support to YAML I/O's IO class
2013-11-14 Nick KledzikAdd simple support for tags in YAML I/O
2013-11-14 Yuchen Wullvm-cov: Slightly improved error checking.
2013-11-14 Yuchen Wullvm-cov: Removed StringMap holding GCOVLines.
2013-11-14 Yuchen Wullvm-cov: Replaced asserts with proper error handling.
2013-11-13 Aaron BallmanRemoving llvm::huge_vald and llvm::huge_vall because...
2013-11-13 Aaron BallmanReplacing HUGE_VALF with llvm::huge_valf in order to...
2013-11-12 Rafael EspindolaRevert "Remove unused variable."
2013-11-12 Rafael EspindolaRemove unused variable.
2013-11-11 Pete CooperDon't universally enable initialiser lists on GCC....
2013-11-11 Pete CooperAdd LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 suppo...
2013-11-06 Simon AtanasyanAdd DT_VERSYM dynamic table entry tag definition.
2013-11-05 Rafael EspindolaRemove another unused, and IMHO, not very desirable...
2013-11-05 Yuchen WuSupport for reading run counts in llvm-cov.
2013-11-05 Rafael EspindolaFix MSVC build by not putting an error_code directly...
2013-11-05 Rafael EspindolaSimplify ErrorOr.
2013-11-04 Zoran JovanovicSupport for microMIPS branch instructions.
2013-11-04 Filip PizloMake the pretty stack trace be an opt-in, rather than...
2013-11-02 Yuchen WuAdded command-line option to output llvm-cov to file.
2013-10-30 Simon Atanasyan[Mips] Add more SHF_MIPS_xxx ELF section flags.
next