2013-06-22 |
David Blaikie | DebugInfo: Support (using GNU extensions) for template... |
tree | commitdiff |
2013-06-21 |
David Blaikie | DebugInfo: When asm printing include a '[def]' tag... |
tree | commitdiff |
2013-06-19 |
Michael Gottesman | [APFloat] Converted all references to APFloat::isNormal... |
tree | commitdiff |
2013-06-18 |
Bill Wendling | We want a string representation of the attribute, not... |
tree | commitdiff |
2013-06-13 |
Derek Schuff | Fix DeleteDeadVarargs not to crash on functions referen... |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Require members of llvm.used to be named. |
tree | commitdiff |
2013-06-07 |
Manman Ren | DIBuilder: No functionality change. |
tree | commitdiff |
2013-06-07 |
Manman Ren | DIBuilder: No functionality change. |
tree | commitdiff |
2013-06-01 |
Benjamin Kramer | Move getRealLinkageName to a common place and remove... |
tree | commitdiff |
2013-06-01 |
Benjamin Kramer | Move object construction into [] so the temporary can... |
tree | commitdiff |
2013-05-29 |
Adrian Prantl | Simplify logic by using the appropriate functions. |
tree | commitdiff |
2013-05-27 |
Rafael Espindola | Make it explicit that GlobalAlias are ok in llvm.used. |
tree | commitdiff |
2013-05-24 |
Diego Novillo | Add a new function attribute 'cold' to functions. |
tree | commitdiff |
2013-05-23 |
Daniel Malea | Re-implement DebugIR in a way that does not subclass... |
tree | commitdiff |
2013-05-22 |
David Blaikie | Solidify the assumption that a DW_TAG_subprogram's... |
tree | commitdiff |
2013-05-22 |
Filip Pizlo | Expose the RTDyldMemoryManager through the C API. This... |
tree | commitdiff |
2013-05-21 |
Filip Pizlo | Roll out r182407 and r182408 because they broke builds. |
tree | commitdiff |
2013-05-21 |
Filip Pizlo | Expose the RTDyldMemoryManager through the C API. This... |
tree | commitdiff |
2013-05-20 |
David Blaikie | PR14606: Debug Info for namespace aliases/DW_TAG_import... |
tree | commitdiff |
2013-05-18 |
Matt Arsenault | Remove duplicated comment |
tree | commitdiff |
2013-05-15 |
Eli Bendersky | Remove dead code. |
tree | commitdiff |
2013-05-14 |
Jakob Stoklund Olesen | Speed up Value::isUsedInBasicBlock() for long use lists. |
tree | commitdiff |
2013-05-10 |
David Blaikie | PR14492: Debug Info: Support for values of non-integer... |
tree | commitdiff |
2013-05-08 |
Daniel Malea | Add DebugIR pass -- emits IR file and replace source... |
tree | commitdiff |
2013-05-08 |
Daniel Malea | Pull up AssemblyWriter interface into header to allow... |
tree | commitdiff |
2013-05-07 |
David Blaikie | Rename DIImportedModule to DIImportedEntity and allow... |
tree | commitdiff |
2013-05-06 |
Rafael Espindola | Fix const merging when an alias of a const is llvm... |
tree | commitdiff |
2013-05-05 |
Dmitri Gribenko | Add ArrayRef constructor from None, and do the cleanups... |
tree | commitdiff |
2013-05-01 |
Filip Pizlo | This patch breaks up Wrap.h so that it does not have... |
tree | commitdiff |
2013-05-01 |
Rafael Espindola | Now that the underlying issue is fixed, revert r180750... |
tree | commitdiff |
2013-04-30 |
Rafael Espindola | Change getSlotIndex to return unsigned. |
tree | commitdiff |
2013-04-29 |
Bill Wendling | Revert the command line option patch. However, keep... |
tree | commitdiff |
2013-04-29 |
Reid Kleckner | Revert "revert r179735, it has no testcases, and doesn... |
tree | commitdiff |
2013-04-25 |
Chris Lattner | revert r179735, it has no testcases, and doesn't really... |
tree | commitdiff |
2013-04-23 |
Stephen Lin | Add some constraints to use of 'returned': |
tree | commitdiff |
2013-04-23 |
Carlo Kok | Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW... |
tree | commitdiff |
2013-04-22 |
Manman Ren | Struct-path aware TBAA: update getMostGenericTBAA |
tree | commitdiff |
2013-04-22 |
Eric Christopher | Move C++ code out of the C headers and into either... |
tree | commitdiff |
2013-04-22 |
Rafael Espindola | Also verify llvm.compiler_used. |
tree | commitdiff |
2013-04-22 |
Rafael Espindola | Clarify that llvm.used can contain aliases. |
tree | commitdiff |
2013-04-22 |
David Blaikie | Revert "Revert "PR14606: debug info imported_module... |
tree | commitdiff |
2013-04-20 |
Stephen Lin | Add CodeGen support for functions that always return... |
tree | commitdiff |
2013-04-19 |
Eric Christopher | 80-col fixup. |
tree | commitdiff |
2013-04-19 |
Adrian Prantl | Rename ClassType to the more accurate UnderlyingType... |
tree | commitdiff |
2013-04-19 |
Benjamin Kramer | Attributes: Don't print trailing whitespace on the... |
tree | commitdiff |
2013-04-19 |
Eric Christopher | Revert "PR14606: debug info imported_module support" |
tree | commitdiff |
2013-04-19 |
David Blaikie | PR14606: debug info imported_module support |
tree | commitdiff |
2013-04-18 |
Bill Wendling | Make the TargetIndependent flag have the right boolean... |
tree | commitdiff |
2013-04-18 |
Bill Wendling | Cleanup patch: |
tree | commitdiff |
2013-04-18 |
Bill Wendling | This patch addresses two cleanup issues: |
tree | commitdiff |
2013-04-18 |
Tom Stellard | C API: Fix coding style |
tree | commitdiff |
2013-04-17 |
Bill Wendling | Add an option `-enable-old-style-attr-syntax' to print... |
tree | commitdiff |
2013-04-17 |
Bill Wendling | Appease a gcc warning about an overflow in a constant... |
tree | commitdiff |
2013-04-17 |
Benjamin Kramer | Don't store AttributeSet::FunctionIndex as an int. |
tree | commitdiff |
2013-04-17 |
David Blaikie | PR15149/r174304 improvement - print hex for unknown... |
tree | commitdiff |
2013-04-16 |
Tom Stellard | C API: Add LLVMGetBufferSize() |
tree | commitdiff |
2013-04-16 |
Tom Stellard | C API: Add LLVMGetBufferStart() |
tree | commitdiff |
2013-04-16 |
Tom Stellard | C API: Add LLVMAddTargetDependentFunctionAttr() |
tree | commitdiff |
2013-04-16 |
Bill Wendling | Print out the target-independent attributes in a commen... |
tree | commitdiff |
2013-04-16 |
Eli Bendersky | Cleanup naming: DataLayout s/TD/DL/ |
tree | commitdiff |
2013-04-16 |
Hans Wennborg | Add four new functions and one new enum to the C API: |
tree | commitdiff |
2013-04-13 |
Benjamin Kramer | Fix a scalability issue with complex ConstantExprs. |
tree | commitdiff |
2013-04-12 |
Benjamin Kramer | Fix a disconcerting bug in Value::isUsedInBasicBlock... |
tree | commitdiff |
2013-04-03 |
Eli Bendersky | Measure time that IR parsing took as part of the -time... |
tree | commitdiff |
2013-04-02 |
Eric Christopher | Support and test template arguments for unions. |
tree | commitdiff |
2013-04-02 |
Eric Christopher | Reformat arguments. |
tree | commitdiff |
2013-03-28 |
David Blaikie | Revert "Adding DIImportedModules to DIScopes." |
tree | commitdiff |
2013-03-27 |
David Blaikie | Fix comment |
tree | commitdiff |
2013-03-27 |
Benjamin Kramer | Silence warning about mixing || in &&, fix up 80-cols. |
tree | commitdiff |
2013-03-27 |
David Blaikie | Adding DIImportedModules to DIScopes. |
tree | commitdiff |
2013-03-26 |
David Blaikie | Make DIBuilder::createClassType more type safe by retur... |
tree | commitdiff |
2013-03-26 |
David Blaikie | DebugInfo: more support for mutating DICompositeType... |
tree | commitdiff |
2013-03-26 |
David Blaikie | Debug Info: Provide a means to update the members of... |
tree | commitdiff |
2013-03-22 |
David Blaikie | Swap the DIFile in DILexicalBlockFile out for the raw... |
tree | commitdiff |
2013-03-22 |
David Blaikie | reorder the fields in DILexicalBlockFile to match the... |
tree | commitdiff |
2013-03-22 |
Bill Wendling | Revert r177675. This is language-specific and shouldn... |
tree | commitdiff |
2013-03-22 |
David Blaikie | Refactor out the DIFile parameter to DILexicalBlock... |
tree | commitdiff |
2013-03-22 |
Arnaud A. de Grand... | InstCombine: Improve the result bitvect type when foldi... |
tree | commitdiff |
2013-03-22 |
David Blaikie | Reorder the DIFile field in DILexicalBlock to become... |
tree | commitdiff |
2013-03-21 |
David Blaikie | Refactor the filename/directory information in DISubpro... |
tree | commitdiff |
2013-03-21 |
Bill Wendling | Add a query to tell if a landing pad has a catch-all. |
tree | commitdiff |
2013-03-21 |
David Blaikie | Move the DIFile in DISubprogram to the beginning to... |
tree | commitdiff |
2013-03-21 |
David Blaikie | Remove unused field in DISubprogram |
tree | commitdiff |
2013-03-21 |
Chandler Carruth | Hoist the definition of getTypeSizeInBits to be inlinab... |
tree | commitdiff |
2013-03-20 |
David Blaikie | Debug info: refactor the first field of DICompileUnit... |
tree | commitdiff |
2013-03-20 |
Jakub Staszak | Use pre-inc, pre-dec when possible. |
tree | commitdiff |
2013-03-20 |
David Blaikie | Debug Info: Swap the 2nd and 3rd parameters to DICompil... |
tree | commitdiff |
2013-03-20 |
David Blaikie | Remove unused field in DICompileUnit |
tree | commitdiff |
2013-03-20 |
Chris Lattner | minor code style cleanup. |
tree | commitdiff |
2013-03-20 |
David Blaikie | Refactor file/directory path in namespace debug info... |
tree | commitdiff |
2013-03-20 |
David Blaikie | DIBuilder: allow linkage name to be specified for globa... |
tree | commitdiff |
2013-03-20 |
David Blaikie | Reorder the DIFile parameter in DINameSpace |
tree | commitdiff |
2013-03-20 |
David Blaikie | Provide more details for DINameSpace debug info in... |
tree | commitdiff |
2013-03-20 |
David Blaikie | Refactor the DIFile (2nd) parameter to DITypes to be... |
tree | commitdiff |
2013-03-19 |
David Blaikie | Move the DIFile operand to DITypes from the 4th operand... |
tree | commitdiff |
2013-03-19 |
David Tweed | The testing to ensure a vector of zeros of type floatin... |
tree | commitdiff |
2013-03-18 |
David Tweed | The optimization a + (-0.0f) -> a was being misapplied... |
tree | commitdiff |
2013-03-17 |
David Blaikie | Fix the build broken in r177239 |
tree | commitdiff |
2013-03-17 |
David Blaikie | Split out filename & directory from DIFile to start... |
tree | commitdiff |
2013-03-13 |
David Blaikie | Remove the unused 4th operand for DIFile debug info... |
tree | commitdiff |
next |