summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
* Measure time that IR parsing took as part of the -time-passes measurement.Eli Bendersky2013-04-03
* Support and test template arguments for unions.Eric Christopher2013-04-02
* Reformat arguments.Eric Christopher2013-04-02
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* Fix commentDavid Blaikie2013-03-27
* Silence warning about mixing || in &&, fix up 80-cols.Benjamin Kramer2013-03-27
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* Make DIBuilder::createClassType more type safe by returning DICompositeType r...David Blaikie2013-03-26
* DebugInfo: more support for mutating DICompositeType to reduce magic number u...David Blaikie2013-03-26
* Debug Info: Provide a means to update the members of a composite typeDavid Blaikie2013-03-26
* Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie2013-03-22
* reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie2013-03-22
* Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling2013-03-22
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-22
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-22
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-22
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-03-21
* Add a query to tell if a landing pad has a catch-all.Bill Wendling2013-03-21
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-21
* Remove unused field in DISubprogramDavid Blaikie2013-03-21
* Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth2013-03-21
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-20
* Use pre-inc, pre-dec when possible.Jakub Staszak2013-03-20
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-20
* Remove unused field in DICompileUnitDavid Blaikie2013-03-20
* minor code style cleanup.Chris Lattner2013-03-20
* Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie2013-03-20
* DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie2013-03-20
* Reorder the DIFile parameter in DINameSpaceDavid Blaikie2013-03-20
* Provide more details for DINameSpace debug info in the IR comment annotationsDavid Blaikie2013-03-20
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-20
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-19
* The testing to ensure a vector of zeros of type floating point isn't misclass...David Tweed2013-03-19
* The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the...David Tweed2013-03-18
* Fix the build broken in r177239David Blaikie2013-03-17
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-17
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-13
* Add some additonal attribute helper functions. Test will be on followReed Kotler2013-03-13
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-13
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-12
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-12
* Add a doFinalization method to the DataLayout pass.Pete Cooper2013-03-12
* Remove support for versioned debug info.David Blaikie2013-03-11
* Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces.David Blaikie2013-03-11
* Assert to bounds check MDNode::getOperand.David Blaikie2013-03-08
* Replace temporary vectors with arrays.Benjamin Kramer2013-03-07
* ArrayRef has a OneElt constructor. Beautify the code.Nadav Rotem2013-03-07
* Switch from std::vector to ArrayRef. Speedup FoldBitCast by 5x.Nadav Rotem2013-03-07
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-06
* Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.Peter Collingbourne2013-03-02