summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [LLVM-C] Improve Bindings For AliasesRobert Widmann2018-05-201-0/+45
* [LLVM-C] Use Length-Providing Value Name Getters and SettersRobert Widmann2018-05-191-0/+10
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-8/+11
* Fix "not all control paths return a value" MSVC warning. NFCI.Simon Pilgrim2018-05-141-0/+1
* [LLVM-C] Add Bindings For Module FlagsRobert Widmann2018-05-141-0/+104
* [LLVM-C] [PR34633] Avoid calling ->dump() methods from LLVMDump*.whitequark2018-04-171-5/+3
* [LLVM-C] Add Missing 'break's in InlineAsm bindingsRobert Widmann2018-04-101-0/+2
* [LLVM-C] Audit Inline Assembly APIs for ConsistencyRobert Widmann2018-04-061-0/+32
* [LLVM-C] Finish exception instruction bindings - Round 2Robert Widmann2018-03-301-2/+92
* Revert "[LLVM-C] Finish exception instruction bindings"Vlad Tsyrklevich2018-03-301-92/+2
* [LLVM-C] Finish exception instruction bindingsRobert Widmann2018-03-291-2/+92
* Fix 'not all control paths return a value' MSVC warning. NFCI.Simon Pilgrim2018-03-141-0/+1
* [LLVM-C] Redo unnamed_address attribute bindingsRobert Widmann2018-03-141-0/+24
* [LLVM-C] Add Accessors For A Module's Source File NameRobert Widmann2018-01-301-0/+9
* [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
OpenPOWER on IntegriCloud