summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLVM-C] Publicly expose getters of MetadataType, TokenTypewhitequark2017-10-271-3/+6
* [raw_fd_ostream] report actual error in error messagesBob Haarman2017-10-241-1/+2
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-3/+3
* This reverts r313381Vivek Pandya2017-09-151-3/+3
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-3/+3
* IR/Core.cpp: Prune unused "llvm/Bitcode/BitcodeReader.h".NAKAMURA Takumi2017-07-171-1/+0
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-8/+13
* [SafepointIRVerifier] Add verifier pass for finding GC relocation bugsAnna Thomas2017-07-051-0/+1
* [LLVM-C] [OCaml] Expose Type::subtypes.whitequark2017-06-051-0/+12
* Prefer addAttr(Attribute::AttrKind) over the AttributeList overloadReid Kleckner2017-04-191-15/+5
* Introducing LLVMMetadataRefAmaury Sechet2017-04-171-0/+13
* [IR] Add AttributeSet to hide AttributeSetNode* again, NFCReid Kleckner2017-04-121-17/+8
* Remove AttributeSetNode::get(AttributeList, unsigned) and sink constructorReid Kleckner2017-04-101-4/+4
* Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner2017-04-101-1/+1
* Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner2017-04-101-1/+1
* [IR] Make AttributeSetNode public, avoid temporary AttributeList copiesReid Kleckner2017-04-101-1/+1
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-8/+7
* Store Arguments in a flat array instead of an iplistReid Kleckner2017-03-171-10/+7
* Include LLVMDumpValue in release builds.Sam McCall2017-01-301-3/+1
* llvm-c: Keep LLVMDumpModule() even in release buildsMatthias Braun2017-01-291-4/+3
* Cleanup dump() functions.Matthias Braun2017-01-281-3/+9
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-1/+1
* IR: Change PointerType to derive from Type rather than SequentialType.Peter Collingbourne2016-12-021-2/+5
* [C API] Fix several null pointer dereferences.whitequark2016-11-121-0/+8
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* Kill deprecated attribute APIAmaury Sechet2016-11-061-66/+0
* [C API] Add LLVMConstExactUDiv and LLVMBuildExactUDiv functions.Manuel Jacob2016-10-041-0/+11
* IR: Don't cast the end iterator to Instruction*Duncan P. N. Exon Smith2016-08-111-2/+2
* Expose AttributeSetNode, use it to provide aggregate getter for attribute in ...Amaury Sechet2016-07-211-0/+28
* Apply clang-tidy's modernize-loop-convert to most of lib/IR.Benjamin Kramer2016-06-261-2/+2
* Add support for string attributes in the C API.Amaury Sechet2016-06-151-1/+23
* Add support for callsite in the new C API for attributesAmaury Sechet2016-06-151-0/+18
* Remove unused import. NFCAmaury Sechet2016-06-141-1/+0
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-2/+4
* Change () to (void) in the C API.Amaury Sechet2016-06-121-1/+1
* Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet2016-06-121-2/+68
* Extract renaming from D19181Amaury Sechet2016-05-231-7/+2
* Return a StringRef from getSection.Rafael Espindola2016-05-111-1/+3
* Properly name LLVMSetIsInBounds's argument. NFCAmaury Sechet2016-05-011-2/+2
* Reformat LLVMConstPointerNull. NFCAmaury Sechet2016-04-251-2/+1
* Style fix in Core.h / Core.cpp. NFCAmaury Sechet2016-04-231-14/+10
* Add LLVMGetAttrKindID in the C API in order to facilitate migration away from...Amaury Sechet2016-04-201-0/+14
* Nuke getGlobalContext() from LLVM (but the C API)Mehdi Amini2016-04-141-4/+4
* Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate mi...Amaury Sechet2016-04-131-12/+0
* Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration ...Amaury Sechet2016-04-131-0/+12
* [llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema2016-04-081-1/+11
* [llvm-c] Add LLVMGetValueKind.Peter Zotov2016-04-061-0/+11
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-14/+16
OpenPOWER on IntegriCloud