summaryrefslogtreecommitdiffstats
path: root/lib/IR
Commit message (Expand)AuthorAgeFilesLines
...
* Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie2013-03-222-5/+1
* reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie2013-03-221-2/+2
* Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling2013-03-221-7/+0
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-222-5/+1
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-221-0/+7
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-221-1/+1
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-03-212-6/+2
* Add a query to tell if a landing pad has a catch-all.Bill Wendling2013-03-211-0/+7
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-211-2/+2
* Remove unused field in DISubprogramDavid Blaikie2013-03-212-11/+13
* Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth2013-03-211-41/+0
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-202-11/+12
* Use pre-inc, pre-dec when possible.Jakub Staszak2013-03-201-6/+6
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-201-1/+1
* Remove unused field in DICompileUnitDavid Blaikie2013-03-202-10/+9
* minor code style cleanup.Chris Lattner2013-03-201-2/+2
* Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie2013-03-202-5/+1
* DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie2013-03-201-4/+13
* Reorder the DIFile parameter in DINameSpaceDavid Blaikie2013-03-201-1/+1
* Provide more details for DINameSpace debug info in the IR comment annotationsDavid Blaikie2013-03-201-0/+10
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-202-14/+15
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-191-44/+21
* The testing to ensure a vector of zeros of type floating point isn't misclass...David Tweed2013-03-191-6/+3
* The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the...David Tweed2013-03-181-0/+13
* Fix the build broken in r177239David Blaikie2013-03-171-1/+1
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-172-16/+25
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-132-2/+1
* Add some additonal attribute helper functions. Test will be on followReed Kotler2013-03-131-0/+7
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-132-12/+10
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-122-11/+9
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-121-4/+4
* Add a doFinalization method to the DataLayout pass.Pete Cooper2013-03-121-0/+6
* Remove support for versioned debug info.David Blaikie2013-03-112-95/+87
* Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces.David Blaikie2013-03-112-8/+31
* Assert to bounds check MDNode::getOperand.David Blaikie2013-03-081-0/+1
* Replace temporary vectors with arrays.Benjamin Kramer2013-03-071-24/+12
* ArrayRef has a OneElt constructor. Beautify the code.Nadav Rotem2013-03-071-2/+1
* Switch from std::vector to ArrayRef. Speedup FoldBitCast by 5x.Nadav Rotem2013-03-071-3/+3
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-061-0/+5
* Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.Peter Collingbourne2013-03-021-9/+4
* Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cppJean-Luc Duprat2013-03-011-1/+0
* Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman2013-03-014-5/+36
* Don't add the 'Value' string if there isn't one.Bill Wendling2013-02-281-1/+1
* Don't add an attribute that already exists and don't remove an attribute that...Bill Wendling2013-02-281-0/+2
* IR: Don't constant fold GEP bitcasts between different address spacesMeador Inge2013-02-271-13/+22
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-262-15/+15
* Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduc...Michael Ilseman2013-02-261-6/+6
* DIBuilder: support structs with vtable pointers in the same way as classesDavid Blaikie2013-02-251-8/+12
* Add a field to the compile unit of where we plan on splitting outEric Christopher2013-02-221-2/+3
* Add a TODO and explain when we can get rid of the isMain field.Eric Christopher2013-02-221-1/+1