summaryrefslogtreecommitdiff
path: root/include/llvm-c
Commit message (Expand)AuthorAge
* Fix a typo in an LLVMOpcode enum. LLVMTrunk -> LLVMTrunc.Erick Tryzelaar2010-02-16
* Remove c++ style comments from c header.Bill Wendling2010-02-15
* Renumber Instruction enums in llvm-c.Bill Wendling2010-02-15
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Added header file declarations and .exports entriesSean Callanan2010-02-08
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-06
* Filled in a few new APIs for the enhancedSean Callanan2010-02-04
* Changed constants to an enum so as not to pollute theSean Callanan2010-01-27
* Added a header file defining the externally-visible C APISean Callanan2010-01-27
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-15
* hopefully unbreak the ocaml bindings.Chris Lattner2010-01-09
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-09
* Remove dead debug info intrinsics.Devang Patel2010-01-05
* improve compatibility with SWIG, patch by James Knight!Chris Lattner2009-12-21
* I forgot to update the prototype for LLVMBuildIntCast when correctingDuncan Sands2009-11-23
* remove the now dead condprop pass, PR3906.Chris Lattner2009-11-11
* Remove FreeInst.Victor Hernandez2009-10-26
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-23
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-17
* add some more hooks to the C bindings, patch by Kenneth Uildriks!Chris Lattner2009-10-12
* Add C API calls for building FNeg operations. Patch by KS Sreeram!Dan Gohman2009-09-28
* Revert 80959. It isn't sufficient to solve the full problem. And itDan Gohman2009-09-03
* Remove the API for creating ConstantExprs with the nsw, nuw, inbounds,Dan Gohman2009-09-03
* Make sure we specify no arguments for context functions.Erick Tryzelaar2009-08-30
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-26
* Expose some extra functions to llvm-cErick Tryzelaar2009-08-19
* Add LLVMInitializeAllTargetInfos for C api, and updateDaniel Dunbar2009-08-18
* Expose creating constant ints and floats from strings in llvm-c.Erick Tryzelaar2009-08-16
* Add an llvm-c function that lets you insert an instruction with a name.Erick Tryzelaar2009-08-16
* Expose most of the Constant creation functions to llvm-c.Erick Tryzelaar2009-08-16
* Expose most of the rest of IRBuilder's functions to llvm-c.Erick Tryzelaar2009-08-16
* Expose LLVMContext to llvm-c.Erick Tryzelaar2009-08-14
* Change llvm-c's ordering of contexts to make it consistent.Erick Tryzelaar2009-08-11
* Put new enum at end of list to avoid changing ABI.Bill Wendling2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* Fix copy & paste errorsAnton Korobeynikov2009-07-17
* Add missed attributes to C bindingsAnton Korobeynikov2009-07-17
* Add support for naked functionsAnton Korobeynikov2009-07-17
* Update the C bindings to keep the LLVMTypeKind up to date between the C/C++Chris Lattner2009-07-15
* llvm-c/Core.h is no longer needed in lto.h, and it brings inDan Gohman2009-07-15
* Match declaration to definition.Daniel Dunbar2009-07-12
* add missing *, patch by Peter O'Gorman!Chris Lattner2009-07-10
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* Add two new accessors to the C bindings, patch by Wladimir van der Laan!Chris Lattner2009-07-06
* Restore other bits of the C API that I tore up. All pre-existing APIs defaul...Owen Anderson2009-07-02
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-02