summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
Commit message (Expand)AuthorAgeFilesLines
* Don't upgrade global constructors when reading bitcodeDuncan P. N. Exon Smith2014-08-121-55/+0
* IR: Print a newline when dumping TypesJustin Bogner2014-08-121-1/+1
* [LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.Peter Zotov2014-08-121-0/+5
* Move helper for getting a terminating musttail call to BasicBlockReid Kleckner2014-08-121-0/+31
* Fix typos:Sylvestre Ledru2014-08-111-1/+1
* pr20588: add missing calls to va_end.Rafael Espindola2014-08-081-2/+7
* Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...David Blaikie2014-08-061-26/+0
* Don't count inreg params when mangling fastcall functionsReid Kleckner2014-08-061-0/+3
* Provide convenient access to the zext/sext attributes of function arguments. ...Juergen Ributzka2014-08-051-0/+14
* Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...David Blaikie2014-08-041-0/+26
* [LLVM-C] Add LLVM{IsConstantString,GetAsString,GetElementAsConstant}.Peter Zotov2014-08-031-0/+16
* IR: Add Value::reverseUseList()Duncan P. N. Exon Smith2014-08-011-0/+19
* verify-uselistorder: Move shuffleUseLists() out of lib/IRDuncan P. N. Exon Smith2014-08-011-104/+2
* UseListOrder: Guarantee that shuffles change use-list orderDuncan P. N. Exon Smith2014-08-011-9/+12
* Debug info: Infrastructure to support debug locations for fragmentedAdrian Prantl2014-08-012-0/+70
* IR: Add BasicBlock::insertInto()Duncan P. N. Exon Smith2014-08-011-6/+13
* [pr20127] Check for leading \1 in the Twine version of getNameWithPrefix.Rafael Espindola2014-08-011-8/+8
* Use "weak alias" instead of "alias weak"Rafael Espindola2014-07-301-2/+1
* Feedback on r214189, no functionality change.Manman Ren2014-07-291-1/+1
* [Debug Info] remove DITrivialType and use null to represent unspecified param.Manman Ren2014-07-292-26/+5
* IR: Augment debug statements for use-list orderDuncan P. N. Exon Smith2014-07-291-2/+5
* [Debug Info] add DISubroutineType and its creation takes DITypeArray. Manman Ren2014-07-282-4/+14
* [Debug Info] add a template class DITypedArray.Manman Ren2014-07-282-10/+13
* [Debug Info] rename getTypeArray to getElements, setTypeArray to setArrays.Manman Ren2014-07-281-3/+3
* [Debug Info] replace DIUnspecifiedParameter with DITrivialType.Manman Ren2014-07-282-11/+17
* Fix MSVC2012 build error in UseListOrder.cppHans Wennborg2014-07-251-3/+4
* Simplify and improve scoped-noalias metadata semanticsHal Finkel2014-07-251-5/+7
* Try to fix a layering violation introduced by r213945Duncan P. N. Exon Smith2014-07-251-303/+9
* Fix -Werror build after r213945Duncan P. N. Exon Smith2014-07-251-0/+1
* IPO: Add use-list-order verifierDuncan P. N. Exon Smith2014-07-252-0/+424
* Add scoped-noalias metadataHal Finkel2014-07-244-9/+91
* AA metadata refactoring (introduce AAMDNodes)Hal Finkel2014-07-241-0/+4
* Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan2014-07-211-2/+4
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-213-4/+7
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-203-7/+4
* Handle AddrSpaceCast in stripAndAccumulateInBoundsConstantOffsetsHal Finkel2014-07-191-1/+2
* Make Value::isDereferenceablePointer handle offsets to pointer types with der...Hal Finkel2014-07-191-0/+21
* Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...Eric Christopher2014-07-181-26/+0
* Rename DiagnosticInfoOptimizationWarning to DiagnosticInfoOptimizationFailureTyler Nowicki2014-07-181-3/+3
* Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...David Blaikie2014-07-181-0/+26
* Add a dereferenceable attributeHal Finkel2014-07-184-11/+116
* Rename AlignAttribute to IntAttributeHal Finkel2014-07-182-25/+25
* Remove unnecessary/redundant std::moveDavid Blaikie2014-07-161-1/+1
* Emit warnings if vectorization is forced and fails.Tyler Nowicki2014-07-161-6/+23
* Document the maximum LLVM IR alignment, which is 1 << 29 or 0.5 GiBReid Kleckner2014-07-151-0/+8
* Look through addrspacecast when checking isDereferenceablePointerMatt Arsenault2014-07-141-0/+3
* Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and co.Matt Arsenault2014-07-141-8/+26
* IR: Allow comdats to be applied to globals with internal linkageDavid Majnemer2014-07-131-4/+3
* Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...David Blaikie2014-07-111-26/+0
* Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...David Blaikie2014-07-101-0/+26
OpenPOWER on IntegriCloud