summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
* Make this array const.Rafael Espindola2013-12-20
* When parsing data layout string looking for endianness, use the correct defaultDmitri Gribenko2013-12-20
* Correctly apply the default pointer sizeDmitri Gribenko2013-12-20
* Change getStringRepresentation to skip defaults.Rafael Espindola2013-12-19
* GCOV.cpp: Fix format strings, %lf. Don't use %lf to double.NAKAMURA Takumi2013-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
* Debug info: Implement (rvalue) reference qualifiers for C++11 non-staticAdrian Prantl2013-12-18
* llvm-cov: Print coverage summary to STDOUT.Yuchen Wu2013-12-18
* llvm-cov: s/(.*)Executed/\1Exec/Yuchen Wu2013-12-18
* llvm-cov: Added -c option for branch counts.Yuchen Wu2013-12-18
* DiagnosticInfo: Add missing namespaceTobias Grosser2013-12-18
* [DiagnosticPrinter] Use the appropriate method to print a Twine object in aQuentin Colombet2013-12-17
* Add warning capabilities in LLVM.Quentin Colombet2013-12-17
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-17
* Add warning capabilities in LLVM.Quentin Colombet2013-12-16
* llvm-cov: Added -u option for unconditional branch info.Yuchen Wu2013-12-16
* llvm-cov: Removed extra semicolon from ;;.Yuchen Wu2013-12-16
* Fix AsmWriter's handling of SPIR calling conventions. Patch by Boaz Ouriel.Michael Kuperstein2013-12-15
* Pointer sizes are stored in Bytes. Fix variables names to say so.Rafael Espindola2013-12-13
* llvm-cov: Added -b option for branch probabilities.Yuchen Wu2013-12-13
* GCOV.cpp: Use PRIu64 instead of %lu.NAKAMURA Takumi2013-12-10
* llvm-cov: Added -a option for block data.Yuchen Wu2013-12-10
* Add getBitCastOrAddrSpaceCastMatt Arsenault2013-12-07
* Remove unused value.Rafael Espindola2013-12-07
* Fix the segfault reported in PR 11990.Kaelyn Uhrain2013-12-07
* micro optimization: isSizedDerivedType is only called with arrays, vectors an...Rafael Espindola2013-12-06
* llvm-cov: Further improved error messages.Yuchen Wu2013-12-05
* llvm-cov: Conformed headers.Yuchen Wu2013-12-05
* llvm-cov: Changed extension from .llcov to .gcov.Yuchen Wu2013-12-05
* Use isIntrinsic() instead of checking for "llvm."Matt Arsenault2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* Un-revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* Revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* llvm-cov: Added support for function checksums.Yuchen Wu2013-12-04
* llvm-cov: Added checks for ident, checksum, name.Yuchen Wu2013-12-04
* llvm-cov: Capitalized GCNO and GCDA for consistency.Yuchen Wu2013-12-04
* llvm-cov: Split GCOVFile's read into GCNO and GCDA.Yuchen Wu2013-12-04
* llvm-cov: Cleaned up print() function slightly.Yuchen Wu2013-12-03
* llvm-cov: Removed output to STDOUT/specified file.Yuchen Wu2013-12-03
* llvm-cov: Store blocks rather than counts per line.Yuchen Wu2013-12-03
* llvm-cov: Added edge struct for traversal in block.Yuchen Wu2013-12-03
* llvm-cov: Split up reading of GCNO and GCDA files.Yuchen Wu2013-12-03
* Debug Info: rename getDebugInfoVersionFromModule to getDebugMetadataVersionFr...Manman Ren2013-12-03
* Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren2013-12-02
* Fix spurious return introduced by my earlier patch to DebugInfoRenato Golin2013-11-26
* Add return to DIType::VerifyRenato Golin2013-11-26
* [PM] Factor the overwhelming majority of the interface boiler plate outChandler Carruth2013-11-26
* [PM] Complete the cross-layer interfaces with a Module-to-FunctionChandler Carruth2013-11-23
* [PM] Add support to the analysis managers to query explicitly for cachedChandler Carruth2013-11-23