summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
* DebugInfo: When asm printing include a '[def]' tag for tag decls that are def...David Blaikie2013-06-21
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-19
* We want a string representation of the attribute, not the kind as a string.Bill Wendling2013-06-18
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-13
* Require members of llvm.used to be named.Rafael Espindola2013-06-11
* DIBuilder: No functionality change.Manman Ren2013-06-07
* DIBuilder: No functionality change.Manman Ren2013-06-07
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-01
* Move object construction into [] so the temporary can be moved.Benjamin Kramer2013-06-01
* Simplify logic by using the appropriate functions.Adrian Prantl2013-05-29
* Make it explicit that GlobalAlias are ok in llvm.used.Rafael Espindola2013-05-27
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-23
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-22
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-22
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-21
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-20
* Remove duplicated commentMatt Arsenault2013-05-18
* Remove dead code.Eli Bendersky2013-05-15
* Speed up Value::isUsedInBasicBlock() for long use lists.Jakob Stoklund Olesen2013-05-14
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-10
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-08
* Pull up AssemblyWriter interface into header to allow subclassingDaniel Malea2013-05-08
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-07
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-06
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola2013-05-01
* Change getSlotIndex to return unsigned.Rafael Espindola2013-04-30
* Revert the command line option patch. However, keep the part that makes this ...Bill Wendling2013-04-29
* Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner2013-04-29
* revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner2013-04-25
* Add some constraints to use of 'returned':Stephen Lin2013-04-23
* Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.Carlo Kok2013-04-23
* Struct-path aware TBAA: update getMostGenericTBAA Manman Ren2013-04-22
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Also verify llvm.compiler_used.Rafael Espindola2013-04-22
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* 80-col fixup.Eric Christopher2013-04-19
* Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl2013-04-19
* Attributes: Don't print trailing whitespace on the function attribute comment.Benjamin Kramer2013-04-19
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* Make the TargetIndependent flag have the right boolean value.Bill Wendling2013-04-18
* Cleanup patch:Bill Wendling2013-04-18
* This patch addresses two cleanup issues:Bill Wendling2013-04-18
* C API: Fix coding styleTom Stellard2013-04-18