summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
* 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
* DIBuilder: take an optional StringRef to pass in unique identifier.Manman Ren2013-08-27
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* Fix a bug where we would corrupt the offset when evaluatingChandler Carruth2013-08-25
* DebugInfoFinder: handle imported entities of a CU.Manman Ren2013-08-24
* DebugInfoFinder: handle template params of a DISubprogram.Manman Ren2013-08-23
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* Add a new helper method to Value to strip in-bounds constant offsets ofChandler Carruth2013-08-22
* Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal.Peter Collingbourne2013-08-19
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-16
* [Mips][msa] Value types for MSA support.Jack Carter2013-08-13
* DebugInfo: provide the ability to add members to a class after it has been co...David Blaikie2013-08-09
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-08
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-08
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-06
* Add a AttributeSetImpl::dump function.Peter Collingbourne2013-08-02
* Make one of the AttributeSet ctors maintain the invariant that thePeter Collingbourne2013-08-02
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-02
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-01
* Reject bitcasts between address spaces with different sizesMatt Arsenault2013-07-31
* Add parentheses to silence gcc warning.Richard Trieu2013-07-31
* Fix ptr vector inconsistency in CreatePointerCastMatt Arsenault2013-07-31
* Respect address space sizes in isEliminableCastPair.Matt Arsenault2013-07-30