summaryrefslogtreecommitdiffstats
path: root/lib/IR
Commit message (Expand)AuthorAgeFilesLines
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-081-0/+7
* Pull up AssemblyWriter interface into header to allow subclassingDaniel Malea2013-05-081-84/+42
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-072-9/+26
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-061-1/+7
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-053-5/+5
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+2
* Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola2013-05-013-13/+24
* Change getSlotIndex to return unsigned.Rafael Espindola2013-04-302-4/+4
* Revert the command line option patch. However, keep the part that makes this ...Bill Wendling2013-04-292-20/+5
* Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner2013-04-293-28/+32
* revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner2013-04-253-32/+28
* Add some constraints to use of 'returned':Stephen Lin2013-04-231-0/+4
* Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.Carlo Kok2013-04-231-0/+36
* Struct-path aware TBAA: update getMostGenericTBAA Manman Ren2013-04-221-36/+0
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+1
* Also verify llvm.compiler_used.Rafael Espindola2013-04-221-1/+2
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-221-0/+23
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-222-6/+48
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-203-6/+55
* 80-col fixup.Eric Christopher2013-04-191-1/+2
* Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl2013-04-191-3/+3
* Attributes: Don't print trailing whitespace on the function attribute comment.Benjamin Kramer2013-04-191-5/+4
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-192-48/+6
* PR14606: debug info imported_module supportDavid Blaikie2013-04-192-6/+48
* Make the TargetIndependent flag have the right boolean value.Bill Wendling2013-04-182-4/+4
* Cleanup patch:Bill Wendling2013-04-182-59/+59
* This patch addresses two cleanup issues:Bill Wendling2013-04-182-108/+71
* C API: Fix coding styleTom Stellard2013-04-181-1/+1
* Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling2013-04-173-27/+33
* Appease a gcc warning about an overflow in a constant conversion.Bill Wendling2013-04-171-1/+2
* Don't store AttributeSet::FunctionIndex as an int.Benjamin Kramer2013-04-171-1/+1
* PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...David Blaikie2013-04-171-2/+7
* C API: Add LLVMGetBufferSize()Tom Stellard2013-04-161-0/+4
* C API: Add LLVMGetBufferStart()Tom Stellard2013-04-161-0/+3
* C API: Add LLVMAddTargetDependentFunctionAttr()Tom Stellard2013-04-161-0/+11
* Print out the target-independent attributes in a comment before the function ...Bill Wendling2013-04-161-4/+24
* Cleanup naming: DataLayout s/TD/DL/Eli Bendersky2013-04-161-3/+3
* Add four new functions and one new enum to the C API:Hans Wennborg2013-04-161-0/+47
* Fix a scalability issue with complex ConstantExprs.Benjamin Kramer2013-04-131-9/+19
* Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer2013-04-121-1/+1
* Measure time that IR parsing took as part of the -time-passes measurement.Eli Bendersky2013-04-031-4/+2
* Support and test template arguments for unions.Eric Christopher2013-04-021-1/+2
* Reformat arguments.Eric Christopher2013-04-021-4/+6
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-282-163/+62
* Fix commentDavid Blaikie2013-03-271-1/+1
* Silence warning about mixing || in &&, fix up 80-cols.Benjamin Kramer2013-03-271-1/+3
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-272-62/+163
* Make DIBuilder::createClassType more type safe by returning DICompositeType r...David Blaikie2013-03-261-8/+10
* DebugInfo: more support for mutating DICompositeType to reduce magic number u...David Blaikie2013-03-261-1/+8
* Debug Info: Provide a means to update the members of a composite typeDavid Blaikie2013-03-261-0/+11