summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
* 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
* [PM] Switch the downward invalidation to be incremental where only theChandler Carruth2013-11-22
* Debug Info: move StripDebugInfo from StripSymbols.cpp to DebugInfo.cpp.Manman Ren2013-11-22
* [PM] Teach the analysis managers to pass themselves as arguments to theChandler Carruth2013-11-22
* [PM] Fix the analysis templates' usage of IRUnitT.Chandler Carruth2013-11-22
* [PM] Switch analysis managers to be threaded through the run methodsChandler Carruth2013-11-22
* [PM] Widen the interface for invalidate on an analysis result now thatChandler Carruth2013-11-21
* llvm-cov: Formatting change.Yuchen Wu2013-11-21
* [PM] Add a module analysis pass proxy for the function analysis manager.Chandler Carruth2013-11-21
* [PM] Add the preservation system to the new pass manager.Chandler Carruth2013-11-20
* [PM] Make the function pass manager more regular.Chandler Carruth2013-11-20
* llvm-cov: Added file checksum to gcno and gcda files.Yuchen Wu2013-11-20
* [PM] Split the analysis manager into a function-specific interface andChandler Carruth2013-11-20
* Expose the fence instruction via the C API.Filip Pizlo2013-11-20
* Make it explicit that nulls are not allowed in names.Rafael Espindola2013-11-19
* llvm-cov: Moved printing after error checks.Yuchen Wu2013-11-19
* llvm-cov: Added constness property to methods.Yuchen Wu2013-11-19
* DataLayout: value initialize globals to avoid static construction.Benjamin Kramer2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie2013-11-18
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18