summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLVM-C] Fix Windows Build of CoreRobert Widmann2018-11-061-1/+1
* [LLVM-C] Improve Intrinsics BindingsRobert Widmann2018-11-061-0/+44
* [LLVM-C] Add Builder Bindings to Common Memory IntrinsicsRobert Widmann2018-10-291-0/+24
* [TI removal] Update the C API for the move away from `TerminatorInst`.Chandler Carruth2018-10-181-3/+8
* llvm-c: Add C APIs to access DebugLoc infoSaleem Abdulrasool2018-10-101-0/+73
* [LLVM-C] Add an accessor for the "value type" of a globalRobert Widmann2018-09-281-0/+4
* [LLVM-C] Fix broken build botsRobert Widmann2018-09-281-25/+25
* [LLVM-C] Add more debug information accessors to GlobalObject and InstructionRobert Widmann2018-09-281-0/+75
* [LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType::isLiteralwhitequark2018-09-181-0/+4
* [LLVM-C] Add support for ConstantExpr in LLVMGetNumIndices and LLVMGetIndiceswhitequark2018-09-181-0/+4
* [LLVM-C] Add Bindings For Named MetadataRobert Widmann2018-08-301-0/+48
* [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
OpenPOWER on IntegriCloud