summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
* 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
* Debug Info: Update isScope to make sure DIType is a scope andManman Ren2013-09-09
* Revert r190269 to fix dragonegg failures.Manman Ren2013-09-08
* Debug Info: use null instead of "i32 0" in DIBuilder.Manman Ren2013-09-08
* Debug Info: pass in DIScope instead of DIDescriptor in createMemberType.Manman Ren2013-09-08
* Remove verifier check that attribute 'builtin' is only applied to calls toRichard Smith2013-09-07
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-07
* Debug Info: pass in VTableHolder as DIType instead of MDNode *.Manman Ren2013-09-06
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-06
* Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be partManman Ren2013-09-06
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-05
* DIBuilder: retain a type when created with a unique identifier.Manman Ren2013-08-29
* Period.David Blaikie2013-08-28
* r189495: Pull out some debug logic into a function for legibilityDavid Blaikie2013-08-28
* PR16995: DebugInfo: Don't overwrite existing member lists when adding templat...David Blaikie2013-08-28