summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: remove "else" after "return". NFCI.Tim Northover2020-01-091-2/+2
* Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"Guillaume Chatelet2019-12-171-4/+4
* Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"Guillaume Chatelet2019-12-161-4/+4
* [Alignment][NFC] Deprecate CreateMemCpy/CreateMemMoveGuillaume Chatelet2019-12-161-4/+4
* [Alignment][NFC] CreateMemSet use MaybeAlignGuillaume Chatelet2019-12-101-1/+2
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [IR] Redefine Freeze instructionaqjune2019-11-121-5/+5
* [IR] Add Freeze instructionaqjune2019-11-051-0/+5
* [LegacyPassManager] Delete BasicBlockPass/Manager.Alina Sbirlea2019-10-301-1/+0
* [Alignment] Migrate Attribute::getWith(Stack)AlignmentGuillaume Chatelet2019-10-151-2/+3
* [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet2019-10-151-1/+1
* [Alignment][NFC] Remove StoreInst::setAlignment(unsigned)Guillaume Chatelet2019-10-031-1/+1
* [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)Guillaume Chatelet2019-09-301-1/+1
* [Alignment][NFC] Remove LoadInst::setAlignment(unsigned)Guillaume Chatelet2019-09-301-1/+1
* Improve C API support for atomicrmw and cmpxchg.Nick Lewycky2019-09-261-17/+71
* [LLVM-C] Fix ByVal Attribute crashingHans Wennborg2019-08-281-1/+10
* Revert "Expose TailCallKind via the LLVM C API"Jonas Devlieghere2019-08-151-33/+0
* Expose TailCallKind via the LLVM C APIRobert Widmann2019-08-141-0/+33
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [LLVM-C] Deprecate the LLVMValueRef-returning metadata creation functionsRobert Widmann2019-04-241-0/+10
* [LLVM-C] Use dyn_cast instead of unwrap in LLVMGetDebugLoc functionswhitequark2019-04-241-15/+21
* [LLVM-C] Add accessors to the default floating-point metadata nodeRobert Widmann2019-04-221-0/+12
* [LLVM-C] Correct The Current Debug Location Accessors (Again)Robert Widmann2019-04-101-1/+11
* Revert "[LLVM-C] Correct The Current Debug Location Accessors"Sam McCall2019-04-101-11/+1
* [LLVM-C] Correct The Current Debug Location AccessorsRobert Widmann2019-04-091-1/+11
* [LLVM-C] Add bindings to insert basic blocksRobert Widmann2019-04-051-0/+14
* [LLVM-C] Add binding to look up intrinsic by nameRobert Widmann2019-03-251-0/+4
* [LLVM-C] Add Bindings to GlobalIFuncRobert Widmann2019-02-051-0/+65
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [opaque pointer types] Update GetElementPtr creation APIs toJames Y Knight2019-01-141-7/+41
* [opaque pointer types] Update LoadInst creation APIs to consistentlyJames Y Knight2019-01-141-1/+9
* [opaque pointer types] Update InvokeInst creation APIs to consistentlyJames Y Knight2019-01-141-3/+16
* [opaque pointer types] Update CallInst creation APIs to consistentlyJames Y Knight2019-01-141-3/+18
* Remove NameLen argument from newly-introduced IR C APIs.James Y Knight2019-01-141-6/+5
* [LLVM-C] Allow For Creating a BasicBlock without a Parent FunctionRobert Widmann2019-01-081-0/+6
* [LLVM-C] Allow Specifying Signedness in Int CastRobert Widmann2019-01-081-0/+7
* [CallSite removal] Move the rest of IR implementation code away fromChandler Carruth2019-01-071-20/+17
* [LLVM-C] bool -> LLVMBoolRobert Widmann2019-01-011-2/+2
* [LLVM-C] Add Accessors for Discarding Value Names in the IRRobert Widmann2019-01-011-0/+8
* [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
OpenPOWER on IntegriCloud