aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR
Commit message (Expand)AuthorAgeFilesLines
* 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
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-052-3/+83
* DIBuilder: retain a type when created with a unique identifier.Manman Ren2013-08-291-3/+23
* Period.David Blaikie2013-08-281-2/+2
* r189495: Pull out some debug logic into a function for legibilityDavid Blaikie2013-08-281-13/+18
* PR16995: DebugInfo: Don't overwrite existing member lists when adding templat...David Blaikie2013-08-281-1/+18
* DIBuilder: take an optional StringRef to pass in unique identifier.Manman Ren2013-08-271-10/+14
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-262-10/+37
* Fix a bug where we would corrupt the offset when evaluatingChandler Carruth2013-08-251-1/+3
* DebugInfoFinder: handle imported entities of a CU.Manman Ren2013-08-241-0/+12
* DebugInfoFinder: handle template params of a DISubprogram.Manman Ren2013-08-231-0/+13
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-232-1/+20
* Add a new helper method to Value to strip in-bounds constant offsets ofChandler Carruth2013-08-221-0/+34
* Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal.Peter Collingbourne2013-08-191-8/+8
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-162-6/+7
* [Mips][msa] Value types for MSA support.Jack Carter2013-08-131-0/+2