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 |
2013-10-09 |
Rafael Espindola | Add a GlobalAlias::isValidLinkage to reduce code duplic... |
tree | commitdiff |
2013-10-09 |
Manman Ren | Debug Info: In DIBuilder, the context field of a DIComp... |
tree | commitdiff |
2013-10-08 |
Manman Ren | Debug Info: In DIBuilder, the context fields of a stati... |
tree | commitdiff |
2013-10-08 |
Manman Ren | Debug Info: In DIBuilder, the derived-from field of... |
tree | commitdiff |
2013-10-08 |
Manman Ren | Debug Info: In DIBuilder, the derived-from field of... |
tree | commitdiff |
2013-10-07 |
Matt Arsenault | Change objectsize intrinsic to accept different address... |
tree | commitdiff |
2013-10-06 |
Rafael Espindola | Add support for aliases with linkonce_odr. |
tree | commitdiff |
2013-10-05 |
Manman Ren | Debug Info: In DIBuilder, the derived-from field of... |
tree | commitdiff |
2013-10-04 |
Eric Christopher | Temporarily revert r191792 as it is causing some LTO... |
tree | commitdiff |
2013-10-03 |
Pete Cooper | Add v4f16 to supported value types. |
tree | commitdiff |
2013-10-01 |
Manman Ren | Debug Info: In DIBuilder, the derived-from field of... |
tree | commitdiff |
2013-09-30 |
Matt Arsenault | Reuse variable |
tree | commitdiff |
2013-09-30 |
Matt Arsenault | Fix getOrInsertGlobal dropping the address space. |
tree | commitdiff |
2013-09-30 |
Manman Ren | Debug Info: constify and rename from generateRef to... |
tree | commitdiff |
2013-09-28 |
Matt Arsenault | Fix typo |
tree | commitdiff |
2013-09-28 |
Manman Ren | AutoUpgrade: upgrade from scalar TBAA format to struct... |
tree | commitdiff |
2013-09-24 |
Jiangning Liu | Initial support for Neon scalar instructions. |
tree | commitdiff |
2013-09-19 |
Andrew Trick | Revert "Encapsulate PassManager debug flags to avoid... |
tree | commitdiff |
2013-09-18 |
Andrew Trick | Encapsulate PassManager debug flags to avoid static... |
tree | commitdiff |
2013-09-18 |
Andrew Trick | whitespace |
tree | commitdiff |
2013-09-16 |
Matt Arsenault | MemCpyOptimizer: Use max legal int size instead of... |
tree | commitdiff |
2013-09-16 |
Peter Collingbourne | Implement function prefix data as an IR feature. |
tree | commitdiff |
2013-09-11 |
Manman Ren | Debug Info: move class definition of DIRef. |
tree | commitdiff |
2013-09-11 |
Benjamin Kramer | Revert "Give internal classes hidden visibility." |
tree | commitdiff |
2013-09-11 |
Benjamin Kramer | Give internal classes hidden visibility. |
tree | commitdiff |
2013-09-10 |
Manman Ren | Debug Info: define a DIRef template. |
tree | commitdiff |
2013-09-09 |
Manman Ren | Debug Info: In DIBuilder, the context fields of a TAG_i... |
tree | commitdiff |
2013-09-09 |
Manman Ren | Debug Info: move DIScope::getContext back from DwarfDebug. |
tree | commitdiff |
2013-09-09 |
Manman Ren | Debug Info: Use DIScopeRef for DIType::getContext. |
tree | commitdiff |
2013-09-09 |
Manman Ren | Debug Info: move DIScope::getContext to DwarfDebug. |
tree | commitdiff |
2013-09-09 |
Bob Wilson | Revert patches to add case-range support for PR1255. |
tree | commitdiff |
2013-09-09 |
Manman Ren | Debug Info: Move isSubprogramContext from DebugInfo... |
tree | commitdiff |
2013-09-09 |
Manman Ren | Debug Info: Rename DITypeRef to DIScopeRef. |
tree | commitdiff |
2013-09-09 |
Manman Ren | Debug Info: Update isScope to make sure DIType is a... |
tree | commitdiff |
2013-09-08 |
Manman Ren | Revert r190269 to fix dragonegg failures. |
tree | commitdiff |
2013-09-08 |
Manman Ren | Debug Info: use null instead of "i32 0" in DIBuilder. |
tree | commitdiff |
2013-09-08 |
Manman Ren | Debug Info: pass in DIScope instead of DIDescriptor... |
tree | commitdiff |
2013-09-07 |
Richard Smith | Remove verifier check that attribute 'builtin' is only... |
tree | commitdiff |
2013-09-07 |
Manman Ren | Debug Info: Use identifier to reference DIType in conta... |
tree | commitdiff |
2013-09-06 |
Manman Ren | Debug Info: pass in VTableHolder as DIType instead... |
tree | commitdiff |
2013-09-06 |
Manman Ren | Debug Info: Use identifier to reference DIType in conta... |
tree | commitdiff |
2013-09-06 |
Manman Ren | Debug Info: Move a helper function getTypeIdentifier... |
tree | commitdiff |
2013-09-05 |
Manman Ren | Debug Info: Use identifier to reference DIType in base... |
tree | commitdiff |
2013-08-29 |
Manman Ren | DIBuilder: retain a type when created with a unique... |
tree | commitdiff |
2013-08-28 |
David Blaikie | Period. |
tree | commitdiff |
2013-08-28 |
David Blaikie | r189495: Pull out some debug logic into a function... |
tree | commitdiff |
2013-08-28 |
David Blaikie | PR16995: DebugInfo: Don't overwrite existing member... |
tree | commitdiff |
2013-08-27 |
Manman Ren | DIBuilder: take an optional StringRef to pass in unique... |
tree | commitdiff |
2013-08-26 |
Manman Ren | Debug Info: add an identifier field to DICompositeType. |
tree | commitdiff |
2013-08-25 |
Chandler Carruth | Fix a bug where we would corrupt the offset when evaluating |
tree | commitdiff |
2013-08-24 |
Manman Ren | DebugInfoFinder: handle imported entities of a CU. |
tree | commitdiff |
2013-08-23 |
Manman Ren | DebugInfoFinder: handle template params of a DISubprogram. |
tree | commitdiff |
2013-08-23 |
Andrea Di Biagio | Add function attribute 'optnone'. |
tree | commitdiff |
2013-08-22 |
Chandler Carruth | Add a new helper method to Value to strip in-bounds... |
tree | commitdiff |
2013-08-19 |
Peter Collingbourne | Introduce non-const overloads for GlobalAlias::{get... |
tree | commitdiff |
2013-08-16 |
David Blaikie | DebugInfo: Allow the addition of other (such as static... |
tree | commitdiff |
2013-08-13 |
Jack Carter | [Mips][msa] Value types for MSA support. |
tree | commitdiff |
2013-08-09 |
David Blaikie | DebugInfo: provide the ability to add members to a... |
tree | commitdiff |
2013-08-08 |
Eric Christopher | Make sure that if we're going to attempt to add a type... |
tree | commitdiff |
2013-08-08 |
Eric Christopher | Be more rigorous about the sizes of forms and attributes. |
tree | commitdiff |
2013-08-06 |
Manman Ren | Debug Info Finder|Verifier: handle DbgLoc attached... |
tree | commitdiff |
2013-08-02 |
Peter Collingbourne | Add a AttributeSetImpl::dump function. |
tree | commitdiff |
2013-08-02 |
Peter Collingbourne | Make one of the AttributeSet ctors maintain the invaria... |
tree | commitdiff |
2013-08-02 |
Eric Christopher | Temporarily revert "Debug Info Finder|Verifier: handle... |
tree | commitdiff |
2013-08-01 |
Manman Ren | Debug Info Finder|Verifier: handle DbgLoc attached... |
tree | commitdiff |
2013-07-31 |
Matt Arsenault | Reject bitcasts between address spaces with different... |
tree | commitdiff |
2013-07-31 |
Richard Trieu | Add parentheses to silence gcc warning. |
tree | commitdiff |
2013-07-31 |
Matt Arsenault | Fix ptr vector inconsistency in CreatePointerCast |
tree | commitdiff |
2013-07-30 |
Matt Arsenault | Respect address space sizes in isEliminableCastPair. |
tree | commitdiff |
2013-07-30 |
Matt Arsenault | Revert "Remove isCastable since nothing uses it now" |
tree | commitdiff |
2013-07-30 |
Matt Arsenault | Remove isCastable since nothing uses it now |
tree | commitdiff |
2013-07-30 |
Matt Arsenault | Change behavior of calling bitcasted alias functions. |
tree | commitdiff |
next |