summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [llvm-c] Expose LLVM{Get,Set}ModuleIdentifierPeter Zotov2016-04-051-0/+11
* Style update in Core.h/Core.cpp . NFCAmaury Sechet2016-04-041-2/+2
* Various style fix in Core.h/Core.cpp . NFCAmaury Sechet2016-04-031-7/+7
* Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.Mehdi Amini2016-03-191-0/+55
* Use templated version of unwrap instead of cats in the Core.cpp. NFCAmaury Sechet2016-03-131-6/+7
* Move LLVMConstStructInContext so that declarationa nd definition order match....Amaury Sechet2016-03-131-8/+8
* Small formating change in Core.cpp . NFCAmaury Sechet2016-03-071-3/+1
* Add support for invoke/landingpad/resume in C API testAmaury Sechet2016-02-181-0/+34
* Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet2016-02-171-0/+12
* Deprecate LLVMGetDataLayout and replace it by LLVMGetDataLayoutStrAmaury Sechet2016-02-161-1/+5
* Rename LLVMSetDataLayout's argument to match what they stand forAmaury Sechet2016-02-151-2/+2
* Add support for phi nodes in the LLVM C API testAmaury Sechet2016-02-111-0/+4
* Add support for struct in C API testAmaury Sechet2016-02-101-0/+22
* Add binding for counting argument and find called value of call and invoke in...Amaury Sechet2016-02-101-12/+11
* Add C binding for AllocaInst::getAllocatedTypeAmaury Sechet2016-02-091-0/+6
* Improve the C API echo test tool to emit basic block is the right order.Amaury Sechet2016-02-091-0/+4
* Remove static global GCNames from Function.cpp and move it to the ContextMehdi Amini2016-01-081-1/+1
* IR: Remove implicit iterator conversions from lib/IR, NFCDuncan P. N. Exon Smith2015-10-081-35/+35
* Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...David Blaikie2015-09-141-1/+2
* [IR] Add token typesDavid Majnemer2015-08-141-0/+5
OpenPOWER on IntegriCloud