summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
* 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
* Introduce an AnalysisManager which is like a pass manager but with a lotChandler Carruth2013-11-13
* Print new JavaScript calling conventions symbolically.Andrew Trick2013-11-11
* Simplify code. No functionality change.Benjamin Kramer2013-11-11
* IR: Refactor GEP range checks, reuse them for other parts of foldingDavid Majnemer2013-11-10
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09
* Remove ^M from the file.Bill Wendling2013-11-08
* IR: Properly canonicalize PointerType in ConstantExpr GEPsDavid Majnemer2013-11-07
* IR: Do not canonicalize constant GEPs into an out-of-bounds array accessDavid Majnemer2013-11-07
* [llvm-c] Implement LLVMPrintValueToStringPeter Zotov2013-11-06
* Use error_code in GVMaterializer.Rafael Espindola2013-11-05
* Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu2013-11-05
* llvm-cov: Added command-line option to change dir.Yuchen Wu2013-11-05
* Support for reading run counts in llvm-cov.Yuchen Wu2013-11-05
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-02
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-31
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-30
* Fix misapplied patch in r193597Anders Waldenborg2013-10-29
* llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst tooAnders Waldenborg2013-10-29
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-27
* llvm-cov dump to dbgs() instead of outs().Yuchen Wu2013-10-25
* Support for reading program counts in llvm-cov.Yuchen Wu2013-10-25
* Fixed llvm-cov to count edges instead of blocks.Yuchen Wu2013-10-24
* Use a map instead of vector to store line counts.Yuchen Wu2013-10-23
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23
* Test commit. Added whitespace in GCOV.cpp.Yuchen Wu2013-10-23
* llvm-cov: Use uint32_t for loop variables to be more consistent.Bob Wilson2013-10-22
* llvm-cov: fix a typo and rename a variable.Bob Wilson2013-10-22
* Fix llvm-cov counts to be 64-bit integers to avoid overflows.Bob Wilson2013-10-22
* llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg2013-10-22
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-22
* Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson2013-10-22
* Changing DebugInfoFinder to iterate over all the compile units.Michael Kuperstein2013-10-17
* llvm-c: Add LLVMDumpTypeAnders Waldenborg2013-10-16
* [llvm-c] Add LLVMPrintModuleToString.Anders Waldenborg2013-10-16
* TypeFinder: prefer iterative algorithm to keep stack usage low.Will Dietz2013-10-16
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-16
* Add an assert that we have a scope that matters for methodsEric Christopher2013-10-15
* Clean up, formatting, comments. No functional change.Eric Christopher2013-10-15
* Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper2013-10-15
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-10
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-09