summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
* 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
* Debug Info Verifier: disable it by default.Manman Ren2013-11-18
* Debug Info: fix typo in function name.Manman Ren2013-11-17
* Debug Info Verifier: fix when to find debug info nodes and when to verify them.Manman Ren2013-11-17
* Debug Info Verifier: enable public functions of Finder to update the type map.Manman Ren2013-11-17
* Debug Info Verifier: remove un-used argument in verifyDebugInfo.Manman Ren2013-11-16
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* [PM] Fix an iterator problem spotted by the MSVC debug iterators andChandler Carruth2013-11-15
* [PM] Run clang-format on a few lines that I missed in my first pass,Chandler Carruth2013-11-15
* llvm-cov: Clean up memory leaks.Benjamin Kramer2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* IR/GCOV.cpp: Use PRIu64 as format string with uint64_t.NAKAMURA Takumi2013-11-14
* Whitespace.NAKAMURA Takumi2013-11-14
* llvm-cov: Slightly improved error checking.Yuchen Wu2013-11-14
* llvm-cov: Removed StringMap holding GCOVLines.Yuchen Wu2013-11-14
* llvm-cov: Replaced asserts with proper error handling.Yuchen Wu2013-11-14
* Don't call doFinalization from verifyFunction.Rafael Espindola2013-11-13