summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
...
* 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
* Debug Info: In DIBuilder, the context field of a forward decl is updatedManman Ren2013-10-09
* Add a GlobalAlias::isValidLinkage to reduce code duplication.Rafael Espindola2013-10-09
* Debug Info: In DIBuilder, the context field of a DICompositeType is updatedManman Ren2013-10-09
* Debug Info: In DIBuilder, the context fields of a static member and aManman Ren2013-10-08
* Debug Info: In DIBuilder, the derived-from field of DICompositeTypeManman Ren2013-10-08
* Debug Info: In DIBuilder, the derived-from field of DIDerivedTypeManman Ren2013-10-08
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-07
* Add support for aliases with linkonce_odr.Rafael Espindola2013-10-06
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-05
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-04
* Add v4f16 to supported value types.Pete Cooper2013-10-03
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-01
* Reuse variableMatt Arsenault2013-09-30
* Fix getOrInsertGlobal dropping the address space.Matt Arsenault2013-09-30
* Debug Info: constify and rename from generateRef to getRef.Manman Ren2013-09-30
* Fix typoMatt Arsenault2013-09-28
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-28
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-24
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-19
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-18
* whitespaceAndrew Trick2013-09-18
* MemCpyOptimizer: Use max legal int size instead of pointer sizeMatt Arsenault2013-09-16
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* Debug Info: move class definition of DIRef.Manman Ren2013-09-11
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Debug Info: define a DIRef template.Manman Ren2013-09-10
* Debug Info: In DIBuilder, the context fields of a TAG_inheritance and aManman Ren2013-09-09
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-09
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-09
* Debug Info: move DIScope::getContext to DwarfDebug.Manman Ren2013-09-09
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.Manman Ren2013-09-09
* Debug Info: Rename DITypeRef to DIScopeRef.Manman Ren2013-09-09