| Commit message (Expand) | Author | Age | Files | Lines |
* | Require members of llvm.used to be named. | Rafael Espindola | 2013-06-11 | 1 | -0/+1 |
* | DIBuilder: No functionality change. | Manman Ren | 2013-06-07 | 1 | -23/+26 |
* | DIBuilder: No functionality change. | Manman Ren | 2013-06-07 | 1 | -3/+3 |
* | Move getRealLinkageName to a common place and remove all the duplicates of it. | Benjamin Kramer | 2013-06-01 | 1 | -25/+16 |
* | Move object construction into [] so the temporary can be moved. | Benjamin Kramer | 2013-06-01 | 1 | -5/+3 |
* | Simplify logic by using the appropriate functions. | Adrian Prantl | 2013-05-29 | 1 | -2/+1 |
* | Make it explicit that GlobalAlias are ok in llvm.used. | Rafael Espindola | 2013-05-27 | 1 | -5/+4 |
* | Add a new function attribute 'cold' to functions. | Diego Novillo | 2013-05-24 | 2 | -1/+5 |
* | Re-implement DebugIR in a way that does not subclass AssemblyWriter: | Daniel Malea | 2013-05-23 | 2 | -1/+121 |
* | Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin... | David Blaikie | 2013-05-22 | 1 | -2/+6 |
* | Expose the RTDyldMemoryManager through the C API. This allows clients of | Filip Pizlo | 2013-05-22 | 1 | -0/+4 |
* | Roll out r182407 and r182408 because they broke builds. | Filip Pizlo | 2013-05-21 | 1 | -4/+0 |
* | Expose the RTDyldMemoryManager through the C API. This allows clients of | Filip Pizlo | 2013-05-21 | 1 | -0/+4 |
* | PR14606: Debug Info for namespace aliases/DW_TAG_imported_module | David Blaikie | 2013-05-20 | 2 | -11/+41 |
* | Remove duplicated comment | Matt Arsenault | 2013-05-18 | 1 | -5/+0 |
* | Remove dead code. | Eli Bendersky | 2013-05-15 | 1 | -17/+0 |
* | Speed up Value::isUsedInBasicBlock() for long use lists. | Jakob Stoklund Olesen | 2013-05-14 | 1 | -14/+13 |
* | PR14492: Debug Info: Support for values of non-integer non-type template para... | David Blaikie | 2013-05-10 | 2 | -2/+6 |
* | Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD | Daniel Malea | 2013-05-08 | 1 | -0/+7 |
* | Pull up AssemblyWriter interface into header to allow subclassing | Daniel Malea | 2013-05-08 | 1 | -84/+42 |
* | Rename DIImportedModule to DIImportedEntity and allow imported declarations | David Blaikie | 2013-05-07 | 2 | -9/+26 |
* | Fix const merging when an alias of a const is llvm.used. | Rafael Espindola | 2013-05-06 | 1 | -1/+7 |
* | Add ArrayRef constructor from None, and do the cleanups that this constructor... | Dmitri Gribenko | 2013-05-05 | 3 | -5/+5 |
* | This patch breaks up Wrap.h so that it does not have to include all of | Filip Pizlo | 2013-05-01 | 1 | -1/+2 |
* | Now that the underlying issue is fixed, revert r180750 and r180722. | Rafael Espindola | 2013-05-01 | 3 | -13/+24 |
* | Change getSlotIndex to return unsigned. | Rafael Espindola | 2013-04-30 | 2 | -4/+4 |
* | Revert the command line option patch. However, keep the part that makes this ... | Bill Wendling | 2013-04-29 | 2 | -20/+5 |
* | Revert "revert r179735, it has no testcases, and doesn't really make sense." | Reid Kleckner | 2013-04-29 | 3 | -28/+32 |
* | revert r179735, it has no testcases, and doesn't really make sense. | Chris Lattner | 2013-04-25 | 3 | -32/+28 |
* | Add some constraints to use of 'returned': | Stephen Lin | 2013-04-23 | 1 | -0/+4 |
* | Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c. | Carlo Kok | 2013-04-23 | 1 | -0/+36 |
* | Struct-path aware TBAA: update getMostGenericTBAA | Manman Ren | 2013-04-22 | 1 | -36/+0 |
* | Move C++ code out of the C headers and into either C++ headers | Eric Christopher | 2013-04-22 | 1 | -0/+1 |
* | Also verify llvm.compiler_used. | Rafael Espindola | 2013-04-22 | 1 | -1/+2 |
* | Clarify that llvm.used can contain aliases. | Rafael Espindola | 2013-04-22 | 1 | -0/+23 |
* | Revert "Revert "PR14606: debug info imported_module support"" | David Blaikie | 2013-04-22 | 2 | -6/+48 |
* | Add CodeGen support for functions that always return arguments via a new para... | Stephen Lin | 2013-04-20 | 3 | -6/+55 |
* | 80-col fixup. | Eric Christopher | 2013-04-19 | 1 | -1/+2 |
* | Rename ClassType to the more accurate UnderlyingType and document its purpose. | Adrian Prantl | 2013-04-19 | 1 | -3/+3 |
* | Attributes: Don't print trailing whitespace on the function attribute comment. | Benjamin Kramer | 2013-04-19 | 1 | -5/+4 |
* | Revert "PR14606: debug info imported_module support" | Eric Christopher | 2013-04-19 | 2 | -48/+6 |
* | PR14606: debug info imported_module support | David Blaikie | 2013-04-19 | 2 | -6/+48 |
* | Make the TargetIndependent flag have the right boolean value. | Bill Wendling | 2013-04-18 | 2 | -4/+4 |
* | Cleanup patch: | Bill Wendling | 2013-04-18 | 2 | -59/+59 |
* | This patch addresses two cleanup issues: | Bill Wendling | 2013-04-18 | 2 | -108/+71 |
* | C API: Fix coding style | Tom Stellard | 2013-04-18 | 1 | -1/+1 |
* | Add an option `-enable-old-style-attr-syntax' to print out function attribute... | Bill Wendling | 2013-04-17 | 3 | -27/+33 |
* | Appease a gcc warning about an overflow in a constant conversion. | Bill Wendling | 2013-04-17 | 1 | -1/+2 |
* | Don't store AttributeSet::FunctionIndex as an int. | Benjamin Kramer | 2013-04-17 | 1 | -1/+1 |
* | PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad... | David Blaikie | 2013-04-17 | 1 | -2/+7 |