aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-242-1/+12
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-192-98/+74
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-182-74/+98
* whitespaceAndrew Trick2013-09-182-22/+22
* MemCpyOptimizer: Use max legal int size instead of pointer sizeMatt Arsenault2013-09-161-0/+7
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-164-0/+48
* Debug Info: move class definition of DIRef.Manman Ren2013-09-111-4/+0
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-115-29/+29
* Give internal classes hidden visibility.Benjamin Kramer2013-09-115-29/+29
* Debug Info: define a DIRef template.Manman Ren2013-09-101-22/+19
* Debug Info: In DIBuilder, the context fields of a TAG_inheritance and aManman Ren2013-09-091-2/+2
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-091-0/+23
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-093-5/+13
* Debug Info: move DIScope::getContext to DwarfDebug.Manman Ren2013-09-091-23/+0
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-092-47/+8
* Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.Manman Ren2013-09-091-13/+0
* Debug Info: Rename DITypeRef to DIScopeRef.Manman Ren2013-09-091-24/+30
* Debug Info: Update isScope to make sure DIType is a scope andManman Ren2013-09-091-1/+2
* Revert r190269 to fix dragonegg failures.Manman Ren2013-09-081-1/+1
* Debug Info: use null instead of "i32 0" in DIBuilder.Manman Ren2013-09-081-13/+5
* Debug Info: pass in DIScope instead of DIDescriptor in createMemberType.Manman Ren2013-09-081-1/+1
* Remove verifier check that attribute 'builtin' is only applied to calls toRichard Smith2013-09-071-8/+0
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-072-2/+2
* Debug Info: pass in VTableHolder as DIType instead of MDNode *.Manman Ren2013-09-061-5/+5
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-062-4/+4
* Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be partManman Ren2013-09-062-13/+12