2012-06-29 |
Chandler Carruth | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h |
tree | commitdiff |
2012-06-02 |
Benjamin Kramer | Fix typos found by github.com/lyda/misspell-check |
tree | commitdiff |
2012-05-09 |
Hans Wennborg | Introduce llvm-c function LLVMPrintModuleToFile. |
tree | commitdiff |
2012-05-09 |
Bill Wendling | Supply a C interface to the "LinkModules" method. |
tree | commitdiff |
2012-05-02 |
Anders Waldenborg | [llvm-c] Make a few function declarations proper prototypes |
tree | commitdiff |
2012-04-16 |
Rafael Espindola | Remove lto_codegen_set_whole_program_optimization.... |
tree | commitdiff |
2012-04-11 |
Duncan Sands | Add a C binding to the Target and TargetMachine classes... |
tree | commitdiff |
2012-04-09 |
Bill Wendling | s/lto_codegen_whole_program_optimization/lto_codegen_se... |
tree | commitdiff |
2012-04-09 |
Bill Wendling | Add a hook to turn on the internalize pass through... |
tree | commitdiff |
2012-03-31 |
Bill Wendling | Cleanup whitespace and remove unneeded 'extern' keyword... |
tree | commitdiff |
2012-03-26 |
Bill Wendling | Add 'undef's to make SWIG happier. Patch by Baozeng... |
tree | commitdiff |
2012-03-22 |
Chris Lattner | add load/store volatility control to the C API, patch... |
tree | commitdiff |
2012-03-21 |
Gregory Szorc | Finish organizing C API docs. |
tree | commitdiff |
2012-03-21 |
Gregory Szorc | Organize LLVM C API docs into doxygen modules; add... |
tree | commitdiff |
2012-02-06 |
Bill Wendling | [unwind removal] Remove all of the code for the dead... |
tree | commitdiff |
2012-02-01 |
Hal Finkel | A few of the changes suggested in code review (by Nick... |
tree | commitdiff |
2012-02-01 |
Hal Finkel | Add a basic-block autovectorization pass. |
tree | commitdiff |
2012-01-31 |
Bill Wendling | Remove the eh.exception and eh.selector intrinsics... |
tree | commitdiff |
2012-01-25 |
Chandler Carruth | Revert a tiny bit of r148553 which extended LLVM's... |
tree | commitdiff |
2012-01-20 |
Benjamin Kramer | Don't use my favorite C++11 feature (comma at end of... |
tree | commitdiff |
2012-01-20 |
Kostya Serebryany | Extend Attributes to 64 bits |
tree | commitdiff |
2011-12-20 |
Devang Patel | Add support to add named metadata operand. |
tree | commitdiff |
2011-12-17 |
Dan Gohman | The powers that be have decided that LLVM IR should... |
tree | commitdiff |
2011-11-29 |
Danil Malyshev | Fixed ObjectFile functions: |
tree | commitdiff |
2011-11-29 |
Daniel Dunbar | llvm-c: Add a few missing InitializeAll* functions. |
tree | commitdiff |
2011-11-27 |
Chandler Carruth | Revert r145180 as it is causing test failures on all... |
tree | commitdiff |
2011-11-27 |
Danil Malyshev | Fixed ObjectFile functions: |
tree | commitdiff |
2011-11-04 |
Chad Rosier | Remove declarations for functions that don't exist... |
tree | commitdiff |
2011-10-27 |
Owen Anderson | Expose relocation accessors through the libObject C... |
tree | commitdiff |
2011-10-27 |
Owen Anderson | Add relocation iterators to the libObject C API. |
tree | commitdiff |
2011-10-21 |
Owen Anderson | Use LLVMBool for a function that logically returns... |
tree | commitdiff |
2011-10-21 |
Owen Anderson | Fix typo. |
tree | commitdiff |
2011-10-21 |
Owen Anderson | Bind libObject API for obtaining the section containing... |
tree | commitdiff |
2011-10-21 |
Owen Anderson | Expand the coverage of the libObject C bindings to... |
tree | commitdiff |
2011-10-14 |
Torok Edwin | ocaml bindings: introduce classify_value |
tree | commitdiff |
2011-10-14 |
Torok Edwin | ocaml bindings: add getopcode for constant and instruct... |
tree | commitdiff |
2011-10-07 |
Michael J. Spencer | Change relocation API to be per section. This time... |
tree | commitdiff |
2011-10-07 |
Bill Wendling | Revert 141376 and 141377 due to breaking the build. |
tree | commitdiff |
2011-10-07 |
Michael J. Spencer | Change relocation API to be per section. |
tree | commitdiff |
2011-10-06 |
Torok Edwin | Don't require C bindings opcode numbers to be kept... |
tree | commitdiff |
2011-10-06 |
Torok Edwin | Add uwtable, returnstwice and nonlazybind to the C... |
tree | commitdiff |
2011-10-06 |
Torok Edwin | ocaml/C bindings: type->isSized() |
tree | commitdiff |
2011-10-06 |
Torok Edwin | add binding to read icmp predicate |
tree | commitdiff |
2011-10-06 |
Torok Edwin | ocaml/C bindings: getmdstring, add num_op, get_op shoul... |
tree | commitdiff |
2011-10-06 |
Torok Edwin | C/OCaml API to retrieve struct name. |
tree | commitdiff |
2011-10-04 |
Kevin Enderby | Adding back support for printing operands symbolically... |
tree | commitdiff |
2011-10-03 |
Devang Patel | Add C api for Instruction->eraseFromParent(). |
tree | commitdiff |
2011-08-23 |
Nate Begeman | Add some useful accessors to c++ api that appear to... |
tree | commitdiff |
2011-08-19 |
Benjamin Kramer | C API functions must be able to see their extern "C... |
tree | commitdiff |
2011-08-12 |
Bill Wendling | Initial commit of the 'landingpad' instruction. |
tree | commitdiff |
2011-08-09 |
Rafael Espindola | Add missing file. |
tree | commitdiff |
2011-08-03 |
Bill Wendling | Remove the LowerSetJmp pass. It wasn't used effectively... |
tree | commitdiff |
2011-08-02 |
Bill Wendling | Remove the LLVMBuildUnwind C API function. |
tree | commitdiff |
2011-07-31 |
Bill Wendling | Add the 'resume' instruction for the new EH rewrite. |
tree | commitdiff |
2011-07-30 |
Bill Wendling | Revert r136253, r136263, r136269, r136313, r136325... |
tree | commitdiff |
2011-07-28 |
Eli Friedman | LangRef and basic memory-representation/reading/writing... |
tree | commitdiff |
2011-07-27 |
Bill Wendling | Keep enums stable. Append EH stuff to the end. |
tree | commitdiff |
2011-07-27 |
Bill Wendling | Merge the contents from exception-handling-rewrite... |
tree | commitdiff |
2011-07-27 |
Eli Friedman | The numbering of LLVMOpcode is supposed to be stable... |
tree | commitdiff |
2011-07-26 |
Eli Friedman | Fix a couple minor mistakes pointed out by Bill in... |
tree | commitdiff |
2011-07-26 |
Rafael Espindola | Add LLVMAddAlwaysInlinerPass to the C API. |
tree | commitdiff |
2011-07-26 |
Rafael Espindola | LLVM 3.0 is here, remove old do nothing method. |
tree | commitdiff |
2011-07-25 |
Rafael Espindola | Add LLVMAddTargetLibraryInfo to the C API. |
tree | commitdiff |
2011-07-25 |
Rafael Espindola | Add LLVMAddLowerExpectIntrinsicPass to the C API. |
tree | commitdiff |
2011-07-22 |
Evan Cheng | Combine all MC initialization routines into one. e... |
tree | commitdiff |
2011-07-19 |
Evan Cheng | Introduce MCCodeGenInfo, which keeps information that... |
tree | commitdiff |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
tree | commitdiff |
2011-07-15 |
Chris Lattner | remove the InvalidateStructLayoutInfo API, which is... |
tree | commitdiff |
2011-07-14 |
Evan Cheng | Rename createAsmInfo to createMCAsmInfo and move regist... |
tree | commitdiff |
2011-07-14 |
Rafael Espindola | Add LLVMConstNamedStruct to the C api to let its users... |
tree | commitdiff |
2011-07-14 |
Chris Lattner | add a couple more missing C api, patch by Vitaly Lugovskiy! |
tree | commitdiff |
2011-07-14 |
Chris Lattner | add C api for hte new type system rewrite API. Patch... |
tree | commitdiff |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
tree | commitdiff |
2011-06-04 |
Hans Wennborg | Cast unused parameter to void. |
tree | commitdiff |
2011-05-22 |
Chris Lattner | Fix some minor typos and grammar. |
tree | commitdiff |
2011-05-15 |
Nick Lewycky | Declare this function here so that it doesn't get C... |
tree | commitdiff |
2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
tree | commitdiff |
2011-04-13 |
Rafael Espindola | Add the alias analysis to the C api. |
tree | commitdiff |
2011-04-11 |
Kevin Enderby | Adding support for printing operands symbolically to... |
tree | commitdiff |
2011-04-07 |
Rafael Espindola | Expose more passes to the C API. |
tree | commitdiff |
2011-04-03 |
Eric Christopher | Add a set of C bindings for the Object interface. |
tree | commitdiff |
2011-03-29 |
Daniel Dunbar | C-API: Include DataTypes.h instead of stdint.h. |
tree | commitdiff |
2011-03-28 |
Kevin Enderby | Again adding a C API to the disassembler for use by... |
tree | commitdiff |
2011-03-26 |
Kevin Enderby | Remove the files for r128308 as it is causing a buildbo... |
tree | commitdiff |
2011-03-26 |
Kevin Enderby | Adding a C API to the disassembler for use by such... |
tree | commitdiff |
2011-03-22 |
Rafael Espindola | Add a lto_codegen_compile_to_file to avoid producing... |
tree | commitdiff |
2011-03-17 |
Rafael Espindola | Add support in the LTO library for loading an object... |
tree | commitdiff |
2011-03-14 |
Jim Grosbach | Trailing whitespace. |
tree | commitdiff |
2011-02-18 |
Rafael Espindola | Expose getTypeName to the C API. Patch by Patrick Walton. |
tree | commitdiff |
2011-02-08 |
Rafael Espindola | Don't open the file again in the gold plugin. To be... |
tree | commitdiff |
2011-01-07 |
Devang Patel | Do not include DataTypes.h in llvm-c/lto.h. |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | I swear I did a make clean and make before committing... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-11-28 |
Chris Lattner | add a function to the C api to get the context out... |
tree | commitdiff |
2010-11-23 |
Chris Lattner | add a 'LLVMConstIntOfArbitraryPrecision' api to the... |
tree | commitdiff |
2010-11-02 |
Duncan Sands | Fix comment typo. |
tree | commitdiff |
2010-10-11 |
Chris Lattner | remove dead prototype, PR8351 |
tree | commitdiff |
2010-10-07 |
Owen Anderson | Add initialization routines for Instrumentation. |
tree | commitdiff |
2010-10-07 |
Owen Anderson | Add initialization routines to InstCombine. |
tree | commitdiff |
2010-10-07 |
Owen Anderson | Add initialization routines for VMCore. |
tree | commitdiff |
next |