1. e7effee Remove MSVC compat hack since the inline keyword was added in 2015 by Reid Kleckner · 7 years ago
  2. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  3. 22d2878 Move LLVMCreateTargetData and LLVMDisposeTargetData together. NFC by Amaury Sechet · 10 years ago
  4. 5590967 Restore the capability to manipulate datalayout from the C API by Amaury Sechet · 10 years ago
  5. 2ffde01 Kill LLVMAddTargetData by Amaury Sechet · 10 years ago
  6. a6b9600 Reorganize the C API headers to improve build times. by Eric Christopher · 10 years ago
  7. d2cf791 [llvm-c] Remove dead typedef by Peter Zotov · 12 years ago
  8. f7e64fe [llvm-c] Add parameter names in Target.h for C99 compliance by Peter Zotov · 12 years ago
  9. 6b5e8b9 [llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disassembler by Peter Zotov · 12 years ago
  10. 04f5981 [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disassembler by Peter Zotov · 12 years ago
  11. fb9c241 llvm-c/Target.h: Tweak "inline" for msvc to use __inline instead. by NAKAMURA Takumi · 12 years ago
  12. a3a8135 include/llvm-c: Whitespace. by NAKAMURA Takumi · 12 years ago
  13. 959f040 llvm-c: Add LLVMIntPtrType{,ForAS}InContext by Anders Waldenborg · 12 years ago
  14. 0c3b653 Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atleast) windows and darwin. by Anders Waldenborg · 12 years ago
  15. 1d9cb43 Add AllTargetsBindings sublibrary instead of having static inlines in the llvm-c headers. by Anders Waldenborg · 12 years ago
  16. 82166ee Revert "llvm-c: Make target initializer functions external functions in lib." by Rui Ueyama · 12 years ago
  17. d39827d llvm-c: Make target initializer functions external functions in lib. by Anders Waldenborg · 12 years ago
  18. 04d4e93 Move C++ code out of the C headers and into either C++ headers by Eric Christopher · 13 years ago
  19. 2e254d0 Revert r178713 by Evan Cheng · 13 years ago
  20. 51a7a9d Make it possible to include llvm-c without including C++ headers. Patch by Filip Pizlo. by Evan Cheng · 13 years ago
  21. 4bb926d Resubmit the changes to llvm core to update the functions to support different pointer sizes on a per address space basis. by Micah Villmow · 13 years ago
  22. 0c61134 Revert 165732 for further review. by Micah Villmow · 13 years ago
  23. 0831897 Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly. by Micah Villmow · 13 years ago
  24. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  25. 38ce861 [llvm-c] Make a few function declarations proper prototypes by Anders Waldenborg · 14 years ago
  26. 12a98c9 Add 'undef's to make SWIG happier. Patch by Baozeng Ding. by Bill Wendling · 14 years ago
  27. 34c863a Organize LLVM C API docs into doxygen modules; add docs by Gregory Szorc · 14 years ago
  28. 69987ab llvm-c: Add a few missing InitializeAll* functions. by Daniel Dunbar · 14 years ago
  29. e96fd5a Add LLVMAddTargetLibraryInfo to the C API. by Rafael Espindola · 14 years ago
  30. 8c886a4 Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 14 years ago
  31. 2129f59 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 14 years ago
  32. e983082 remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now by Chris Lattner · 14 years ago
  33. 1705ab0 Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 14 years ago
  34. e7a9db1 Fix LLVM target initialization to deal with sociopathic outside projects by Eric Christopher · 15 years ago
  35. f24446d Fix PR7809 by creating a header for just llvm variables that can be by Eric Christopher · 15 years ago
  36. 135de90 80 columns. by Eric Christopher · 15 years ago
  37. 9d18647 add some more (void)'s to prototypes for PR6961 by Chris Lattner · 16 years ago
  38. ee3576e declare targets with (void) instead of () since this is a C header. by Chris Lattner · 16 years ago
  39. 51c4996 hopefully unbreak the ocaml bindings. by Chris Lattner · 16 years ago
  40. 25963c6 "In order to ease automatic bindings generation, it would be helpful if boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for." by Chris Lattner · 16 years ago
  41. a0a51c7 improve compatibility with SWIG, patch by James Knight! by Chris Lattner · 16 years ago
  42. f4e7b6c Add LLVMInitializeAllTargetInfos for C api, and update by Daniel Dunbar · 16 years ago
  43. 5a495fe Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  44. af9eaa8 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 17 years ago
  45. dc020f9 Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  46. ab4b7d3 C and Objective Caml bindings for the TargetData class. by Gordon Henriksen · 18 years ago