| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst too | Anders Waldenborg | 2013-10-29 | 1 | -4/+22 |
| * | Revert r193251 : Use address-taken to disambiguate global variable and indire... | Shuxin Yang | 2013-10-27 | 2 | -4/+0 |
| * | llvm-cov dump to dbgs() instead of outs(). | Yuchen Wu | 2013-10-25 | 1 | -13/+14 |
| * | Support for reading program counts in llvm-cov. | Yuchen Wu | 2013-10-25 | 1 | -12/+17 |
| * | Fixed llvm-cov to count edges instead of blocks. | Yuchen Wu | 2013-10-24 | 1 | -2/+11 |
| * | Use a map instead of vector to store line counts. | Yuchen Wu | 2013-10-23 | 1 | -22/+10 |
| * | Use address-taken to disambiguate global variable and indirect memops. | Shuxin Yang | 2013-10-23 | 2 | -0/+4 |
| * | Test commit. Added whitespace in GCOV.cpp. | Yuchen Wu | 2013-10-23 | 1 | -1/+1 |
| * | llvm-cov: Use uint32_t for loop variables to be more consistent. | Bob Wilson | 2013-10-22 | 1 | -2/+2 |
| * | llvm-cov: fix a typo and rename a variable. | Bob Wilson | 2013-10-22 | 1 | -4/+4 |
| * | Fix llvm-cov counts to be 64-bit integers to avoid overflows. | Bob Wilson | 2013-10-22 | 1 | -2/+2 |
| * | llvm-c: Add LLVMPrintTypeToString | Anders Waldenborg | 2013-10-22 | 1 | -0/+10 |
| * | Change llvm-cov output formatting to be more similar to gcov. | Bob Wilson | 2013-10-22 | 1 | -7/+9 |
| * | Move the printing of llvm-cov information out from collectLineCounts(). | Bob Wilson | 2013-10-22 | 1 | -1/+0 |
| * | Changing DebugInfoFinder to iterate over all the compile units. | Michael Kuperstein | 2013-10-17 | 1 | -1421/+1419 |
| * | llvm-c: Add LLVMDumpType | Anders Waldenborg | 2013-10-16 | 1 | -0/+4 |
| * | [llvm-c] Add LLVMPrintModuleToString. | Anders Waldenborg | 2013-10-16 | 1 | -0/+10 |
| * | TypeFinder: prefer iterative algorithm to keep stack usage low. | Will Dietz | 2013-10-16 | 1 | -10/+18 |
| * | Add support for metadata representing .ident directives. | Rafael Espindola | 2013-10-16 | 1 | -0/+20 |
| * | Add an assert that we have a scope that matters for methods | Eric Christopher | 2013-10-15 | 1 | -1/+4 |
| * | Clean up, formatting, comments. No functional change. | Eric Christopher | 2013-10-15 | 1 | -100/+88 |
| * | Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x... | Craig Topper | 2013-10-15 | 1 | -0/+7 |
| * | Debug Info: In DIBuilder, the context field of subprogram is updated to use | Manman Ren | 2013-10-10 | 2 | -5/+27 |
| * | Debug Info: In DIBuilder, the context and type fields of template_type and | Manman Ren | 2013-10-09 | 2 | -8/+8 |
| * | Debug Info: In DIBuilder, the context field of a forward decl is updated | Manman Ren | 2013-10-09 | 1 | -1/+1 |
| * | Add a GlobalAlias::isValidLinkage to reduce code duplication. | Rafael Espindola | 2013-10-09 | 1 | -2/+1 |
| * | Debug Info: In DIBuilder, the context field of a DICompositeType is updated | Manman Ren | 2013-10-09 | 1 | -4/+4 |
| * | Debug Info: In DIBuilder, the context fields of a static member and a | Manman Ren | 2013-10-08 | 1 | -2/+2 |
| * | Debug Info: In DIBuilder, the derived-from field of DICompositeType | Manman Ren | 2013-10-08 | 1 | -5/+5 |
| * | Debug Info: In DIBuilder, the derived-from field of DIDerivedType | Manman Ren | 2013-10-08 | 1 | -8/+8 |
| * | Change objectsize intrinsic to accept different address spaces. | Matt Arsenault | 2013-10-07 | 1 | -0/+22 |
| * | Add support for aliases with linkonce_odr. | Rafael Espindola | 2013-10-06 | 1 | -1/+1 |
| * | Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type | Manman Ren | 2013-10-05 | 2 | -61/+28 |
| * | Temporarily revert r191792 as it is causing some LTO debug failures | Eric Christopher | 2013-10-04 | 2 | -28/+61 |
| * | Add v4f16 to supported value types. | Pete Cooper | 2013-10-03 | 1 | -0/+2 |
| * | Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type | Manman Ren | 2013-10-01 | 2 | -61/+28 |
| * | Reuse variable | Matt Arsenault | 2013-09-30 | 1 | -1/+1 |
| * | Fix getOrInsertGlobal dropping the address space. | Matt Arsenault | 2013-09-30 | 1 | -2/+4 |
| * | Debug Info: constify and rename from generateRef to getRef. | Manman Ren | 2013-09-30 | 2 | -9/+9 |
| * | Fix typo | Matt Arsenault | 2013-09-28 | 1 | -1/+1 |
| * | AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format. | Manman Ren | 2013-09-28 | 1 | -0/+27 |
| * | Initial support for Neon scalar instructions. | Jiangning Liu | 2013-09-24 | 2 | -1/+12 |
| * | Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit." | Andrew Trick | 2013-09-19 | 2 | -98/+74 |
| * | Encapsulate PassManager debug flags to avoid static init and cxa_exit. | Andrew Trick | 2013-09-18 | 2 | -74/+98 |
| * | whitespace | Andrew Trick | 2013-09-18 | 2 | -22/+22 |
| * | MemCpyOptimizer: Use max legal int size instead of pointer size | Matt Arsenault | 2013-09-16 | 1 | -0/+7 |
| * | Implement function prefix data as an IR feature. | Peter Collingbourne | 2013-09-16 | 4 | -0/+48 |
| * | Debug Info: move class definition of DIRef. | Manman Ren | 2013-09-11 | 1 | -4/+0 |
| * | Revert "Give internal classes hidden visibility." | Benjamin Kramer | 2013-09-11 | 5 | -29/+29 |
| * | Give internal classes hidden visibility. | Benjamin Kramer | 2013-09-11 | 5 | -29/+29 |