aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR
Commit message (Expand)AuthorAgeFilesLines
* Use error_code in GVMaterializer.Rafael Espindola2013-11-051-4/+15
* Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu2013-11-051-8/+6
* llvm-cov: Added command-line option to change dir.Yuchen Wu2013-11-051-6/+8
* Support for reading run counts in llvm-cov.Yuchen Wu2013-11-051-1/+13
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-021-10/+11
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-013-10/+2
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-312-2/+47
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-301-0/+2
* Fix misapplied patch in r193597Anders Waldenborg2013-10-291-2/+2
* llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst tooAnders Waldenborg2013-10-291-4/+22
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-272-4/+0
* llvm-cov dump to dbgs() instead of outs().Yuchen Wu2013-10-251-13/+14
* Support for reading program counts in llvm-cov.Yuchen Wu2013-10-251-12/+17
* Fixed llvm-cov to count edges instead of blocks.Yuchen Wu2013-10-241-2/+11
* Use a map instead of vector to store line counts.Yuchen Wu2013-10-231-22/+10
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-232-0/+4
* Test commit. Added whitespace in GCOV.cpp.Yuchen Wu2013-10-231-1/+1
* llvm-cov: Use uint32_t for loop variables to be more consistent.Bob Wilson2013-10-221-2/+2
* llvm-cov: fix a typo and rename a variable.Bob Wilson2013-10-221-4/+4
* Fix llvm-cov counts to be 64-bit integers to avoid overflows.Bob Wilson2013-10-221-2/+2
* llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg2013-10-221-0/+10
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-221-7/+9
* Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson2013-10-221-1/+0
* Changing DebugInfoFinder to iterate over all the compile units.Michael Kuperstein2013-10-171-1421/+1419
* llvm-c: Add LLVMDumpTypeAnders Waldenborg2013-10-161-0/+4
* [llvm-c] Add LLVMPrintModuleToString.Anders Waldenborg2013-10-161-0/+10
* TypeFinder: prefer iterative algorithm to keep stack usage low.Will Dietz2013-10-161-10/+18
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-161-0/+20
* Add an assert that we have a scope that matters for methodsEric Christopher2013-10-151-1/+4
* Clean up, formatting, comments. No functional change.Eric Christopher2013-10-151-100/+88
* Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper2013-10-151-0/+7
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-102-5/+27
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-092-8/+8
* Debug Info: In DIBuilder, the context field of a forward decl is updatedManman Ren2013-10-091-1/+1
* Add a GlobalAlias::isValidLinkage to reduce code duplication.Rafael Espindola2013-10-091-2/+1
* Debug Info: In DIBuilder, the context field of a DICompositeType is updatedManman Ren2013-10-091-4/+4
* Debug Info: In DIBuilder, the context fields of a static member and aManman Ren2013-10-081-2/+2
* Debug Info: In DIBuilder, the derived-from field of DICompositeTypeManman Ren2013-10-081-5/+5
* Debug Info: In DIBuilder, the derived-from field of DIDerivedTypeManman Ren2013-10-081-8/+8
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-071-0/+22
* Add support for aliases with linkonce_odr.Rafael Espindola2013-10-061-1/+1
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-052-61/+28
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-042-28/+61
* Add v4f16 to supported value types.Pete Cooper2013-10-031-0/+2
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-012-61/+28
* Reuse variableMatt Arsenault2013-09-301-1/+1
* Fix getOrInsertGlobal dropping the address space.Matt Arsenault2013-09-301-2/+4
* Debug Info: constify and rename from generateRef to getRef.Manman Ren2013-09-302-9/+9
* Fix typoMatt Arsenault2013-09-281-1/+1
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-281-0/+27