summaryrefslogtreecommitdiff
path: root/lib/IR
AgeCommit message (Expand)AuthorFilesLines
2013-04-18Make the TargetIndependent flag have the right boolean value.Bill Wendling2-4/+4
2013-04-18Cleanup patch:Bill Wendling2-59/+59
2013-04-18This patch addresses two cleanup issues:Bill Wendling2-108/+71
2013-04-18C API: Fix coding styleTom Stellard1-1/+1
2013-04-17Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling3-27/+33
2013-04-17Appease a gcc warning about an overflow in a constant conversion.Bill Wendling1-1/+2
2013-04-17Don't store AttributeSet::FunctionIndex as an int.Benjamin Kramer1-1/+1
2013-04-17PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...David Blaikie1-2/+7
2013-04-16C API: Add LLVMGetBufferSize()Tom Stellard1-0/+4
2013-04-16C API: Add LLVMGetBufferStart()Tom Stellard1-0/+3
2013-04-16C API: Add LLVMAddTargetDependentFunctionAttr()Tom Stellard1-0/+11
2013-04-16Print out the target-independent attributes in a comment before the function ...Bill Wendling1-4/+24
2013-04-16Cleanup naming: DataLayout s/TD/DL/Eli Bendersky1-3/+3
2013-04-16Add four new functions and one new enum to the C API:Hans Wennborg1-0/+47
2013-04-13Fix a scalability issue with complex ConstantExprs.Benjamin Kramer1-9/+19
2013-04-12Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer1-1/+1
2013-04-03Measure time that IR parsing took as part of the -time-passes measurement.Eli Bendersky1-4/+2
2013-04-02Support and test template arguments for unions.Eric Christopher1-1/+2
2013-04-02Reformat arguments.Eric Christopher1-4/+6
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie2-163/+62
2013-03-27Fix commentDavid Blaikie1-1/+1
2013-03-27Silence warning about mixing || in &&, fix up 80-cols.Benjamin Kramer1-1/+3
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie2-62/+163
2013-03-26Make DIBuilder::createClassType more type safe by returning DICompositeType r...David Blaikie1-8/+10
2013-03-26DebugInfo: more support for mutating DICompositeType to reduce magic number u...David Blaikie1-1/+8
2013-03-26Debug Info: Provide a means to update the members of a composite typeDavid Blaikie1-0/+11
2013-03-22Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie2-5/+1
2013-03-22reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie1-2/+2
2013-03-22Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling1-7/+0
2013-03-22Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2-5/+1
2013-03-22InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison1-0/+7
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie1-1/+1
2013-03-21Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2-6/+2
2013-03-21Add a query to tell if a landing pad has a catch-all.Bill Wendling1-0/+7
2013-03-21Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie1-2/+2
2013-03-21Remove unused field in DISubprogramDavid Blaikie2-11/+13
2013-03-21Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth1-41/+0
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2-11/+12
2013-03-20Use pre-inc, pre-dec when possible.Jakub Staszak1-6/+6
2013-03-20Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie1-1/+1
2013-03-20Remove unused field in DICompileUnitDavid Blaikie2-10/+9
2013-03-20minor code style cleanup.Chris Lattner1-2/+2
2013-03-20Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie2-5/+1
2013-03-20DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie1-4/+13
2013-03-20Reorder the DIFile parameter in DINameSpaceDavid Blaikie1-1/+1
2013-03-20Provide more details for DINameSpace debug info in the IR comment annotationsDavid Blaikie1-0/+10
2013-03-20Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2-14/+15
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie1-44/+21
2013-03-19The testing to ensure a vector of zeros of type floating point isn't misclass...David Tweed1-6/+3
2013-03-18 The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the...David Tweed1-0/+13