1. 45ca049 Add support to add named metadata operand. Patch by Andrew Wilkins! by Devang Patel · 13 years ago
  2. ce16339 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 13 years ago
  3. b0436a7 Fixed ObjectFile functions: by Danil Malyshev · 13 years ago
  4. 72736d1 llvm-c: Add a few missing InitializeAll* functions. by Daniel Dunbar · 13 years ago
  5. 790552c Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 13 years ago
  6. 9b24738 Fixed ObjectFile functions: by Danil Malyshev · 13 years ago
  7. 2fb655e Remove declarations for functions that don't exist (and never have). by Chad Rosier · 13 years ago
  8. 3529c53 Expose relocation accessors through the libObject C API. by Owen Anderson · 13 years ago
  9. d8b0b91 Add relocation iterators to the libObject C API. by Owen Anderson · 13 years ago
  10. ca7eb3e Use LLVMBool for a function that logically returns a boolean value. by Owen Anderson · 13 years ago
  11. 65f73ab Fix typo. by Owen Anderson · 13 years ago
  12. e2fa64e Bind libObject API for obtaining the section containing a Symbol. by Owen Anderson · 13 years ago
  13. 3cb0567 Expand the coverage of the libObject C bindings to include more SectionRef accessors as well as Symbol iterators. by Owen Anderson · 13 years ago
  14. 3dd1674 ocaml bindings: introduce classify_value by Torok Edwin · 13 years ago
  15. 6563c87 ocaml bindings: add getopcode for constant and instruction, and int64_of_const. by Torok Edwin · 13 years ago
  16. 4344b1e Change relocation API to be per section. This time without breaking GCC. by Michael J. Spencer · 13 years ago
  17. a48ad13 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 13 years ago
  18. f1164a2 Change relocation API to be per section. by Michael J. Spencer · 13 years ago
  19. 4df1557 Don't require C bindings opcode numbers to be kept in sync. by Torok Edwin · 13 years ago
  20. 6831b7c Add uwtable, returnstwice and nonlazybind to the C bindings also. by Torok Edwin · 13 years ago
  21. ff12c99 ocaml/C bindings: type->isSized() by Torok Edwin · 13 years ago
  22. 4917ec9 add binding to read icmp predicate by Torok Edwin · 13 years ago
  23. 4f661ab ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata too by Torok Edwin · 13 years ago
  24. c44943e C/OCaml API to retrieve struct name. by Torok Edwin · 13 years ago
  25. 9e5887b Adding back support for printing operands symbolically to ARM's new disassembler by Kevin Enderby · 13 years ago
  26. 0e6a24d Add C api for Instruction->eraseFromParent(). by Devang Patel · 13 years ago
  27. 7ced776 Add some useful accessors to c++ api that appear to be missing from the c api by Nate Begeman · 13 years ago
  28. 613d13b C API functions must be able to see their extern "C" definitions, or it will be impossible to call them from C. by Benjamin Kramer · 13 years ago
  29. e6e8826 Initial commit of the 'landingpad' instruction. by Bill Wendling · 13 years ago
  30. dd3d68f Add missing file. by Rafael Espindola · 13 years ago
  31. 2626dba Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets. by Bill Wendling · 13 years ago
  32. 1600525 Remove the LLVMBuildUnwind C API function. by Bill Wendling · 13 years ago
  33. dccc03b Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 13 years ago
  34. 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 13 years ago
  35. ff03048 LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 13 years ago
  36. c94eefb Keep enums stable. Append EH stuff to the end. by Bill Wendling · 13 years ago
  37. 772fe17 Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 13 years ago
  38. abcd715 The numbering of LLVMOpcode is supposed to be stable; revert my earlier change, and append Fence onto the end. by Eli Friedman · 13 years ago
  39. be9a9af Fix a couple minor mistakes pointed out by Bill in adding 'fence' instruction. by Eli Friedman · 13 years ago
  40. 3d72290 Add LLVMAddAlwaysInlinerPass to the C API. by Rafael Espindola · 13 years ago
  41. a03084d LLVM 3.0 is here, remove old do nothing method. by Rafael Espindola · 13 years ago
  42. 5160d38 Add LLVMAddTargetLibraryInfo to the C API. by Rafael Espindola · 13 years ago
  43. 0335a14 Add LLVMAddLowerExpectIntrinsicPass to the C API. by Rafael Espindola · 13 years ago
  44. e78085a Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 13 years ago
  45. 4396613 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 13 years ago
  46. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 13 years ago
  47. ef58218 remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now by Chris Lattner · 13 years ago
  48. 1abf2cb Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 13 years ago
  49. 64090bd Add LLVMConstNamedStruct to the C api to let its users create constants by Rafael Espindola · 13 years ago
  50. 61afc88 add a couple more missing C api, patch by Vitaly Lugovskiy! by Chris Lattner · 13 years ago
  51. d91aa14 add C api for hte new type system rewrite API. Patch by Vitaly Lugovskiy! by Chris Lattner · 13 years ago
  52. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  53. 1777299 Cast unused parameter to void. by Hans Wennborg · 13 years ago
  54. 1a55c41 Fix some minor typos and grammar. by Chris Lattner · 13 years ago
  55. be1532e Declare this function here so that it doesn't get C++ mangling. by Nick Lewycky · 13 years ago
  56. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  57. 0d9874b Add the alias analysis to the C api. by Rafael Espindola · 13 years ago
  58. bd33276 Adding support for printing operands symbolically to llvm's public 'C' by Kevin Enderby · 13 years ago
  59. 45e1a53 Expose more passes to the C API. by Rafael Espindola · 13 years ago
  60. e243fd9 Add a set of C bindings for the Object interface. by Eric Christopher · 13 years ago
  61. 8470475 C-API: Include DataTypes.h instead of stdint.h. by Daniel Dunbar · 13 years ago
  62. 93f7936 Again adding a C API to the disassembler for use by such tools as Darwin's by Kevin Enderby · 13 years ago
  63. 17cbaa3 Remove the files for r128308 as it is causing a buildbot failure. by Kevin Enderby · 13 years ago
  64. 12b04be Adding a C API to the disassembler for use by such tools as Darwin's otool(1). by Kevin Enderby · 13 years ago
  65. 6421a88 Add a lto_codegen_compile_to_file to avoid producing a file, reading it to by Rafael Espindola · 13 years ago
  66. f21b105 Add support in the LTO library for loading an object from the middle of an file. by Rafael Espindola · 14 years ago
  67. 27e2649 Trailing whitespace. by Jim Grosbach · 14 years ago
  68. 1e09e5b Expose getTypeName to the C API. Patch by Patrick Walton. by Rafael Espindola · 14 years ago
  69. b4cc031 Don't open the file again in the gold plugin. To be able to do this, update by Rafael Espindola · 14 years ago
  70. 6a6623c Do not include DataTypes.h in llvm-c/lto.h. by Devang Patel · 14 years ago
  71. 3cc52ea I swear I did a make clean and make before committing all this... by Michael J. Spencer · 14 years ago
  72. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  73. a1ac3bb add a function to the C api to get the context out of a module, patch by Chris Lattner · 14 years ago
  74. 5400570 add a 'LLVMConstIntOfArbitraryPrecision' api to the C api, patch by Greg Pfeil! by Chris Lattner · 14 years ago
  75. 4c8a715 Fix comment typo. by Duncan Sands · 14 years ago
  76. ffa0e71 remove dead prototype, PR8351 by Chris Lattner · 14 years ago
  77. aa4897f Add initialization routines for Instrumentation. by Owen Anderson · 14 years ago
  78. 74cfb0c Add initialization routines to InstCombine. by Owen Anderson · 14 years ago
  79. b8a1ccf Add initialization routines for VMCore. by Owen Anderson · 14 years ago
  80. 9966306 Add initialization routines for Target. by Owen Anderson · 14 years ago
  81. 78b1524 Add initialization routines for CodeGen. by Owen Anderson · 14 years ago
  82. 861f4c3 Add initialization routines for Analysis and IPA. by Owen Anderson · 14 years ago
  83. 2c81296 Add an initialization routine for libLLVMipo.a by Owen Anderson · 14 years ago
  84. fbd121e Add a header that I forgot to commit. by Owen Anderson · 14 years ago
  85. 1a3d233 Next step on the getting-rid-of-static-ctors train: begin adding per-library by Owen Anderson · 14 years ago
  86. 7afea0c Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for the by Bill Wendling · 14 years ago
  87. 401e2d3 Add missing X86 MMX declarations. Hopefully fixes buildbot? by Dale Johannesen · 14 years ago
  88. bb811a2 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 14 years ago
  89. 753f326 Fix LLVM target initialization to deal with sociopathic outside projects by Eric Christopher · 14 years ago
  90. 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 14 years ago
  91. 767b5b6 Fix prototypes. by Devang Patel · 14 years ago
  92. 92b06c2 lto_codegen_set_gcc_path was removed. by Dan Gohman · 14 years ago
  93. 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 14 years ago
  94. f7af931 Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml. by Erick Tryzelaar · 14 years ago
  95. 2d643ef Make it possible to set the cpu used for codegen. by Rafael Espindola · 14 years ago
  96. 98197e5 Make it possible to set the flags passed to the assembler. by Rafael Espindola · 14 years ago
  97. cbb170d Make it possible to set the target triple and expose that with an option in the by Rafael Espindola · 14 years ago
  98. eec5008 Fix PR7809 by creating a header for just llvm variables that can be by Eric Christopher · 14 years ago
  99. 847da55 start straightening out libedis's dependencies and make it fit by Chris Lattner · 14 years ago
  100. 837a0c3 Expose BasicBlock::moveBefore and moveAfter in C API, patch by Duncan Sands · 14 years ago