aboutsummaryrefslogtreecommitdiff
path: root/lib/IR
AgeCommit message (Expand)Author
2013-03-22Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie
2013-03-22reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie
2013-03-22Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling
2013-03-22Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie
2013-03-22InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie
2013-03-21Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie
2013-03-21Add a query to tell if a landing pad has a catch-all.Bill Wendling
2013-03-21Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-21Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie
2013-03-20Use pre-inc, pre-dec when possible.Jakub Staszak
2013-03-20Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie
2013-03-20Remove unused field in DICompileUnitDavid Blaikie
2013-03-20minor code style cleanup.Chris Lattner
2013-03-20Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie
2013-03-20DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie
2013-03-20Reorder the DIFile parameter in DINameSpaceDavid Blaikie
2013-03-20Provide more details for DINameSpace debug info in the IR comment annotationsDavid Blaikie
2013-03-20Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie
2013-03-19The testing to ensure a vector of zeros of type floating point isn't misclass...David Tweed
2013-03-18 The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the...David Tweed
2013-03-17Fix the build broken in r177239David Blaikie
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie
2013-03-13Add some additonal attribute helper functions. Test will be on followReed Kotler
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie
2013-03-12Add a doFinalization method to the DataLayout pass.Pete Cooper
2013-03-11Remove support for versioned debug info.David Blaikie
2013-03-11Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces.David Blaikie
2013-03-08Assert to bounds check MDNode::getOperand.David Blaikie
2013-03-07Replace temporary vectors with arrays.Benjamin Kramer
2013-03-07ArrayRef has a OneElt constructor. Beautify the code.Nadav Rotem
2013-03-07Switch from std::vector to ArrayRef. Speedup FoldBitCast by 5x.Nadav Rotem
2013-03-06Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang
2013-03-02Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.Peter Collingbourne
2013-03-01Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cppJean-Luc Duprat
2013-03-01Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman
2013-02-28Don't add the 'Value' string if there isn't one.Bill Wendling
2013-02-28Don't add an attribute that already exists and don't remove an attribute that...Bill Wendling
2013-02-27IR: Don't constant fold GEP bitcasts between different address spacesMeador Inge
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany
2013-02-26Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduc...Michael Ilseman
2013-02-25DIBuilder: support structs with vtable pointers in the same way as classesDavid Blaikie
2013-02-22Add a field to the compile unit of where we plan on splitting outEric Christopher
2013-02-22Add a TODO and explain when we can get rid of the isMain field.Eric Christopher