summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
Commit message (Expand)AuthorAgeFilesLines
* Extend intrinsic name mangling to support arrays, named structs, and function...Philip Reames2014-11-121-6/+28
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-1111-64/+53
* Copy externally_initialized in GlobalVariable::copyAttributesFrom.Rafael Espindola2014-11-101-0/+1
* Add Position-independent Code model Module API.Justin Hibbits2014-11-071-0/+13
* Try to appease MSVC buildbots after r221466.Frederic Riss2014-11-061-1/+1
* Change DIBuilder::createImportedDeclaration from taking a DIScope to a DIDesc...Frederic Riss2014-11-061-2/+5
* GCOV: Make sure that function idents in the .gcda and .gcno matchJustin Bogner2014-11-061-1/+2
* Remove obsolete ARM intrinsics vclz and vcntSteven Wu2014-11-051-8/+0
* IR: MDNode => Value: NamedMDNode::getOperator()Duncan P. N. Exon Smith2014-11-056-19/+19
* IR: MDNode => Value: AsmWriter SlotTracker APIDuncan P. N. Exon Smith2014-11-051-8/+9
* IR: MDNode => Value: NamedMDNode::addOperand()Duncan P. N. Exon Smith2014-11-051-1/+2
* IR: Metadata: Remove unnecessary dyn_castDuncan P. N. Exon Smith2014-11-051-1/+1
* IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()Duncan P. N. Exon Smith2014-11-033-6/+5
* Remove redundant calls to isMaterializable.Rafael Espindola2014-11-012-6/+4
* IR: Restore the old behavior of getDISubprogramDavid Majnemer2014-11-011-10/+9
* IR: MDNode => Value: Instruction::getAllMetadata()Duncan P. N. Exon Smith2014-11-012-7/+7
* IR: MDNode => Value: Instruction::getMetadata()Duncan P. N. Exon Smith2014-11-015-12/+11
* IR: MDNode => Value: Add Instruction::getMDNode()Duncan P. N. Exon Smith2014-10-311-0/+8
* IR: Instruction::setMetadata() should use cast_or_nullDuncan P. N. Exon Smith2014-10-311-1/+1
* IR: MDNode => Value: Instruction::setMetadata()Duncan P. N. Exon Smith2014-10-311-6/+9
* [C API] PR19859: Add functions to query and modify branches.Peter Zotov2014-10-281-0/+28
* [C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConstRealGetDouble.Peter Zotov2014-10-281-1/+31
* Silencing an "enumeral and non-enumeral type in conditional expression" warni...Aaron Ballman2014-10-281-1/+2
* X86: Implement the vectorcall calling conventionReid Kleckner2014-10-282-34/+48
* Modernize the error handling of the Materialize function.Rafael Espindola2014-10-243-14/+8
* Don't ever call materializeAllPermanently during LTO.Rafael Espindola2014-10-244-10/+29
* Make getDISubprogram(const Function *F) available in LLVMTimur Iskhodzhanov2014-10-231-0/+18
* Revert "Don't count inreg params when mangling fastcall functions"Reid Kleckner2014-10-231-3/+0
* clang-format two code snippets to make the next patch easy to read.Rafael Espindola2014-10-231-4/+4
* Assert that ValueHandleBase::ValueIsRAUWd doesn't change the tracked Value type.Frederic Riss2014-10-231-0/+2
* Revert "Teach the load analysis to allow finding available values which requi...Hans Wennborg2014-10-211-23/+0
* Extend the verifier to check usage of 'nonnull' metadata.Philip Reames2014-10-211-0/+8
* Teach the load analysis to allow finding available values which requireChandler Carruth2014-10-211-0/+23
* Introduce enum values for previously defined metadata types. (NFC)Philip Reames2014-10-211-0/+17
* Extend the verifier to validate range metadata on calls and invokes.Philip Reames2014-10-201-49/+56
* Moved out IIT_V64 from common values section.Robert Khasanov2014-10-201-5/+5
* Fix Intrinsic::getType not working with varargSteven Wu2014-10-201-0/+6
* Switch the default DataLayout to be little endian, and make the variableChandler Carruth2014-10-201-5/+5
* IR: Replace DataLayout::RoundUpAlignment with RoundUpToAlignmentDavid Majnemer2014-10-201-2/+2
* [Stackmaps] Enable invoking the patchpoint intrinsic.Juergen Ributzka2014-10-171-3/+7
* [LLVM-C] Add LLVMInstructionClone.Peter Zotov2014-10-171-0/+6
* Add CreateAlignmentAssumption to IRBuilderHal Finkel2014-10-151-0/+11
* IR: Move NumOperands from User to Value, NFCDuncan P. N. Exon Smith2014-10-151-1/+2
* IR: Cleanup comments for Value, User, and MDNodeDuncan P. N. Exon Smith2014-10-153-43/+8
* DI: Make comments "brief"-er, NFCDuncan P. N. Exon Smith2014-10-151-8/+8
* DI: Cleanup comments, NFCDuncan P. N. Exon Smith2014-10-151-98/+0
* DI: Use a `DenseMap` instead of named metadata, NFCDuncan P. N. Exon Smith2014-10-152-49/+5
* DebugInfo: Ensure that all debug location scope chains from instructions with...David Blaikie2014-10-141-0/+28
* Revert "Fix stuff... again."David Blaikie2014-10-141-28/+0
* Fix stuff... again.David Blaikie2014-10-141-0/+28
OpenPOWER on IntegriCloud