2013-12-05 |
Matt Arsenault | Use isIntrinsic() instead of checking for "llvm." |
tree | commitdiff |
2013-12-05 |
Alp Toker | Correct word hyphenations |
tree | commitdiff |
2013-12-04 |
Daniel Jasper | Un-revert r196358: "llvm-cov: Added support for functio... |
tree | commitdiff |
2013-12-04 |
Daniel Jasper | Revert r196358: "llvm-cov: Added support for function... |
tree | commitdiff |
2013-12-04 |
Yuchen Wu | llvm-cov: Added support for function checksums. |
tree | commitdiff |
2013-12-04 |
Yuchen Wu | llvm-cov: Added checks for ident, checksum, name. |
tree | commitdiff |
2013-12-04 |
Yuchen Wu | llvm-cov: Capitalized GCNO and GCDA for consistency. |
tree | commitdiff |
2013-12-04 |
Yuchen Wu | llvm-cov: Split GCOVFile's read into GCNO and GCDA. |
tree | commitdiff |
2013-12-03 |
Yuchen Wu | llvm-cov: Cleaned up print() function slightly. |
tree | commitdiff |
2013-12-03 |
Yuchen Wu | llvm-cov: Removed output to STDOUT/specified file. |
tree | commitdiff |
2013-12-03 |
Yuchen Wu | llvm-cov: Store blocks rather than counts per line. |
tree | commitdiff |
2013-12-03 |
Yuchen Wu | llvm-cov: Added edge struct for traversal in block. |
tree | commitdiff |
2013-12-03 |
Yuchen Wu | llvm-cov: Split up reading of GCNO and GCDA files. |
tree | commitdiff |
2013-12-03 |
Manman Ren | Debug Info: rename getDebugInfoVersionFromModule to... |
tree | commitdiff |
2013-12-02 |
Manman Ren | Debug Info: drop debug info via upgrading path if versi... |
tree | commitdiff |
2013-11-26 |
Renato Golin | Fix spurious return introduced by my earlier patch... |
tree | commitdiff |
2013-11-26 |
Renato Golin | Add return to DIType::Verify |
tree | commitdiff |
2013-11-26 |
Chandler Carruth | [PM] Factor the overwhelming majority of the interface... |
tree | commitdiff |
2013-11-23 |
Chandler Carruth | [PM] Complete the cross-layer interfaces with a Module... |
tree | commitdiff |
2013-11-23 |
Chandler Carruth | [PM] Add support to the analysis managers to query... |
tree | commitdiff |
2013-11-22 |
Chandler Carruth | [PM] Switch the downward invalidation to be incremental... |
tree | commitdiff |
2013-11-22 |
Manman Ren | Debug Info: move StripDebugInfo from StripSymbols.cpp... |
tree | commitdiff |
2013-11-22 |
Chandler Carruth | [PM] Teach the analysis managers to pass themselves... |
tree | commitdiff |
2013-11-22 |
Chandler Carruth | [PM] Fix the analysis templates' usage of IRUnitT. |
tree | commitdiff |
2013-11-22 |
Chandler Carruth | [PM] Switch analysis managers to be threaded through... |
tree | commitdiff |
2013-11-21 |
Chandler Carruth | [PM] Widen the interface for invalidate on an analysis... |
tree | commitdiff |
2013-11-21 |
Yuchen Wu | llvm-cov: Formatting change. |
tree | commitdiff |
2013-11-21 |
Chandler Carruth | [PM] Add a module analysis pass proxy for the function... |
tree | commitdiff |
2013-11-20 |
Chandler Carruth | [PM] Add the preservation system to the new pass manager. |
tree | commitdiff |
2013-11-20 |
Chandler Carruth | [PM] Make the function pass manager more regular. |
tree | commitdiff |
2013-11-20 |
Yuchen Wu | llvm-cov: Added file checksum to gcno and gcda files. |
tree | commitdiff |
2013-11-20 |
Chandler Carruth | [PM] Split the analysis manager into a function-specifi... |
tree | commitdiff |
2013-11-20 |
Filip Pizlo | Expose the fence instruction via the C API. |
tree | commitdiff |
2013-11-19 |
Rafael Espindola | Make it explicit that nulls are not allowed in names. |
tree | commitdiff |
2013-11-19 |
Yuchen Wu | llvm-cov: Moved printing after error checks. |
tree | commitdiff |
2013-11-19 |
Yuchen Wu | llvm-cov: Added constness property to methods. |
tree | commitdiff |
2013-11-19 |
Benjamin Kramer | DataLayout: value initialize globals to avoid static... |
tree | commitdiff |
2013-11-19 |
Juergen Ributzka | [weak vtables] Remove a bunch of weak vtables |
tree | commitdiff |
2013-11-18 |
David Blaikie | DebugInfo: Simplify a few more explicit constructions... |
tree | commitdiff |
2013-11-18 |
Paul Robinson | The 'optnone' attribute means don't inline anything... |
tree | commitdiff |
2013-11-18 |
Alexey Samsonov | Revert r194865 and r194874. |
tree | commitdiff |
2013-11-18 |
Manman Ren | Debug Info Verifier: disable it by default. |
tree | commitdiff |
2013-11-17 |
Manman Ren | Debug Info: fix typo in function name. |
tree | commitdiff |
2013-11-17 |
Manman Ren | Debug Info Verifier: fix when to find debug info nodes... |
tree | commitdiff |
2013-11-17 |
Manman Ren | Debug Info Verifier: enable public functions of Finder... |
tree | commitdiff |
2013-11-16 |
Manman Ren | Debug Info Verifier: remove un-used argument in verifyD... |
tree | commitdiff |
2013-11-15 |
Juergen Ributzka | [weak vtables] Remove a bunch of weak vtables |
tree | commitdiff |
2013-11-15 |
Chandler Carruth | [PM] Fix an iterator problem spotted by the MSVC debug... |
tree | commitdiff |
2013-11-15 |
Chandler Carruth | [PM] Run clang-format on a few lines that I missed... |
tree | commitdiff |
2013-11-15 |
Benjamin Kramer | llvm-cov: Clean up memory leaks. |
tree | commitdiff |
2013-11-15 |
Matt Arsenault | Add addrspacecast instruction. |
tree | commitdiff |
2013-11-14 |
NAKAMURA Takumi | IR/GCOV.cpp: Use PRIu64 as format string with uint64_t. |
tree | commitdiff |
2013-11-14 |
NAKAMURA Takumi | Whitespace. |
tree | commitdiff |
2013-11-14 |
Yuchen Wu | llvm-cov: Slightly improved error checking. |
tree | commitdiff |
2013-11-14 |
Yuchen Wu | llvm-cov: Removed StringMap holding GCOVLines. |
tree | commitdiff |
2013-11-14 |
Yuchen Wu | llvm-cov: Replaced asserts with proper error handling. |
tree | commitdiff |
2013-11-13 |
Rafael Espindola | Don't call doFinalization from verifyFunction. |
tree | commitdiff |
2013-11-13 |
Chandler Carruth | Introduce an AnalysisManager which is like a pass manag... |
tree | commitdiff |
2013-11-11 |
Andrew Trick | Print new JavaScript calling conventions symbolically. |
tree | commitdiff |
2013-11-11 |
Benjamin Kramer | Simplify code. No functionality change. |
tree | commitdiff |
2013-11-10 |
David Majnemer | IR: Refactor GEP range checks, reuse them for other... |
tree | commitdiff |
2013-11-09 |
Chandler Carruth | Move the old pass manager infrastructure into a legacy... |
tree | commitdiff |
2013-11-08 |
Bill Wendling | Remove ^M from the file. |
tree | commitdiff |
2013-11-07 |
David Majnemer | IR: Properly canonicalize PointerType in ConstantExpr... |
tree | commitdiff |
2013-11-07 |
David Majnemer | IR: Do not canonicalize constant GEPs into an out-of... |
tree | commitdiff |
2013-11-06 |
Peter Zotov | [llvm-c] Implement LLVMPrintValueToString |
tree | commitdiff |
2013-11-05 |
Rafael Espindola | Use error_code in GVMaterializer. |
tree | commitdiff |
2013-11-05 |
Yuchen Wu | Revert "llvm-cov: Added command-line option to change... |
tree | commitdiff |
2013-11-05 |
Yuchen Wu | llvm-cov: Added command-line option to change dir. |
tree | commitdiff |
2013-11-05 |
Yuchen Wu | Support for reading run counts in llvm-cov. |
tree | commitdiff |
2013-11-02 |
Yuchen Wu | Added command-line option to output llvm-cov to file. |
tree | commitdiff |
2013-11-01 |
Rafael Espindola | Remove linkonce_odr_auto_hide. |
tree | commitdiff |
2013-10-31 |
Andrew Trick | Enable variable arguments support for intrinsics. |
tree | commitdiff |
2013-10-30 |
Rafael Espindola | Add calls to doInitialization() and doFinalization... |
tree | commitdiff |
2013-10-29 |
Anders Waldenborg | Fix misapplied patch in r193597 |
tree | commitdiff |
2013-10-29 |
Anders Waldenborg | llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store... |
tree | commitdiff |
2013-10-27 |
Shuxin Yang | Revert r193251 : Use address-taken to disambiguate... |
tree | commitdiff |
2013-10-25 |
Yuchen Wu | llvm-cov dump to dbgs() instead of outs(). |
tree | commitdiff |
2013-10-25 |
Yuchen Wu | Support for reading program counts in llvm-cov. |
tree | commitdiff |
2013-10-24 |
Yuchen Wu | Fixed llvm-cov to count edges instead of blocks. |
tree | commitdiff |
2013-10-23 |
Yuchen Wu | Use a map instead of vector to store line counts. |
tree | commitdiff |
2013-10-23 |
Shuxin Yang | Use address-taken to disambiguate global variable and... |
tree | commitdiff |
2013-10-23 |
Yuchen Wu | Test commit. Added whitespace in GCOV.cpp. |
tree | commitdiff |
2013-10-22 |
Bob Wilson | llvm-cov: Use uint32_t for loop variables to be more... |
tree | commitdiff |
2013-10-22 |
Bob Wilson | llvm-cov: fix a typo and rename a variable. |
tree | commitdiff |
2013-10-22 |
Bob Wilson | Fix llvm-cov counts to be 64-bit integers to avoid... |
tree | commitdiff |
2013-10-22 |
Anders Waldenborg | llvm-c: Add LLVMPrintTypeToString |
tree | commitdiff |
2013-10-22 |
Bob Wilson | Change llvm-cov output formatting to be more similar... |
tree | commitdiff |
2013-10-22 |
Bob Wilson | Move the printing of llvm-cov information out from... |
tree | commitdiff |
2013-10-17 |
Michael Kuperstein | Changing DebugInfoFinder to iterate over all the compil... |
tree | commitdiff |
2013-10-16 |
Anders Waldenborg | llvm-c: Add LLVMDumpType |
tree | commitdiff |
2013-10-16 |
Anders Waldenborg | [llvm-c] Add LLVMPrintModuleToString. |
tree | commitdiff |
2013-10-16 |
Will Dietz | TypeFinder: prefer iterative algorithm to keep stack... |
tree | commitdiff |
2013-10-16 |
Rafael Espindola | Add support for metadata representing .ident directives. |
tree | commitdiff |
2013-10-15 |
Eric Christopher | Add an assert that we have a scope that matters for... |
tree | commitdiff |
2013-10-15 |
Eric Christopher | Clean up, formatting, comments. No functional change. |
tree | commitdiff |
2013-10-15 |
Craig Topper | Remove x86_sse42_crc32_64_8 intrinsic. It has no functi... |
tree | commitdiff |
2013-10-10 |
Manman Ren | Debug Info: In DIBuilder, the context field of subprogr... |
tree | commitdiff |
2013-10-09 |
Manman Ren | Debug Info: In DIBuilder, the context and type fields... |
tree | commitdiff |
2013-10-09 |
Manman Ren | Debug Info: In DIBuilder, the context field of a forwar... |
tree | commitdiff |
next |