OSDN Git Service

ReleaseNotes: RISCV
[android-x86/external-llvm.git] / tools / llvm-c-test /
2019-07-04 Andus Yullvm-c-test avoid calling malloc(0)
2019-05-24 Daniel SandersFix BUILD_SHARED_LIBS builds after r361567
2019-05-23 Daniel SandersBreak false dependencies on target libraries
2019-05-06 Anders Waldenborg[llvm-c-test] Make include-all.c do what its name says...
2019-04-09 Robert Widmann[LLVM-C] Add Section and Symbol Iterator Accessors...
2019-02-05 Robert Widmann[LLVM-C] Add Bindings to GlobalIFunc
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-11-06 Robert Widmann[LLVM-C] Improve Intrinsics Bindings
2018-10-03 Matthew VossEmit template type and value parameter DIEs for templat...
2018-09-28 Robert Widmann[LLVM-C] Add more debug information accessors to Global...
2018-08-30 Robert Widmann[LLVM-C] Add Bindings For Named Metadata
2018-08-19 whitequark[C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreate...
2018-05-21 Robert Widmann[LLVM-C] Add DIBuilder Bindings For ObjC Classes
2018-05-20 Robert Widmann[LLVM-C] Improve Bindings For Aliases
2018-05-19 Robert Widmann[LLVM-C] Use Length-Providing Value Name Getters and...
2018-05-14 Robert Widmann[LLVM-C] Add Bindings For Module Flags
2018-05-10 Robert Widmann[LLVM-C] Consolidate llgo's DIBuilder Bindings
2018-05-10 Robert Widmann[LLVM-C] Move DIBuilder Bindings For Temporary MDNodes
2018-04-29 whitequark[LLVM-C] Eliminate an unused variable in a test.
2018-04-28 Robert Widmann[LLVM-C] Add DIBuilder bindings to create import declar...
2018-04-23 Robert Widmann[LLVM-C] DIBuilder Bindings For Variable Expressions
2018-04-23 Robert Widmann[LLVM-C] DIBuilderBindings for Subrange and Arrays
2018-04-23 Robert Widmann[LLVM-C] Finish Up Scope Bindings
2018-04-22 Robert Widmann[LLVM-C] Add DIBuilder Bindings For Variable Creation
2018-04-07 Robert Widmann[LLVM-C] Move DIBuilder Bindings For Block Scopes
2018-04-06 Robert Widmann[LLVM-C] Audit Inline Assembly APIs for Consistency
2018-04-02 Harlan HaskinsAdd C API bindings for DIBuilder 'Type' APIs
2018-03-30 Robert Widmann[LLVM-C] Finish exception instruction bindings - Round 2
2018-03-30 Vlad TsyrklevichRevert "[LLVM-C] Finish exception instruction bindings"
2018-03-29 Robert Widmann[LLVM-C] Finish exception instruction bindings
2018-03-14 Robert Widmann[LLVM-C] Redo unnamed_address attribute bindings
2018-02-21 Rafael EspindolaFix a memory leak and a cross module reference.
2018-02-20 Serge PavlovReport fatal error in the case of out of memory
2018-02-15 Serge PavlovRevert r325224 "Report fatal error in the case of out...
2018-02-15 Serge PavlovReport fatal error in the case of out of memory
2018-01-30 Robert Widmann[LLVM-C] Add Accessors For A Module's Source File Name
2017-12-16 Galina KistanovaFixed warning 'function declaration isn’t a prototype...
2017-12-13 Michael ZolotukhinRemove redundant includes from tools.
2017-11-01 whitequark[LLVM-C] Expose functions to create debug locations...
2017-10-27 whitequark[LLVM-C] Publicly expose getters of MetadataType, TokenType
2017-07-13 Hiroshi Inouefix typos in comments and error messges; NFC
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI.
2016-11-16 Vitaly BukaFix "isn't a prototype" warning
2016-11-16 Richard SmithFix build break when the host C compiler is C89.
2016-11-15 Amaury Sechet[C API] Prevent nullptr dereferences in C API for count...
2016-06-15 Amaury SechetAdd support for callsite in the new C API for attributes
2016-06-12 Amaury SechetMake sure we have a Add/Remove/Has function for various...
2016-04-08 Jeroen Ketema[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}
2016-04-07 Amaury SechetDo some refactoring in the LLVM C API echo test to...
2016-04-06 Peter Zotov[llvm-c] Add LLVMGetValueKind.
2016-04-05 Duncan P. N. Exon... Revert "Fix Clang-tidy modernize-deprecated-headers...
2016-04-05 Eugene ZelenkoFix Clang-tidy modernize-deprecated-headers warnings...
2016-04-05 Peter Zotov[llvm-c] Expose LLVM{Get,Set}ModuleIdentifier
2016-03-19 Mehdi AminiExpose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomi...
2016-03-13 Amaury SechetAdd echo test for constant data arrays in the LLVM...
2016-02-18 Amaury SechetAdd support for invoke/landingpad/resume in C API test
2016-02-17 Amaury SechetAdd upport for bitcast in the C API echo test
2016-02-17 Amaury SechetAdd support for memory operations (load/store/gep)...
2016-02-17 Amaury SechetMake sure functions are generated even there is no...
2016-02-17 Amaury SechetAdd support for global variables in the C API echo...
2016-02-16 Amaury SechetMake sure the functions' range is empty before going...
2016-02-16 Amaury SechetDo some refactoring in constant generation in the C...
2016-02-16 Amaury SechetGenerate functions in 2 steps in the C API echo test...
2016-02-16 Amaury SechetRestore the capability to manipulate datalayout from...
2016-02-14 Amaury SechetUse report_fatal_error more consistently in the C API...
2016-02-14 Amaury SechetGet constant cloning out of CloneValue so it can be...
2016-02-14 Amaury SechetMove clone_params around
2016-02-11 Amaury SechetAdd support for phi nodes in the LLVM C API test
2016-02-10 Amaury SechetAdd support for struct in C API test
2016-02-10 Amaury SechetAdd binding for counting argument and find called value...
2016-02-09 Amaury SechetSplit clone value and instruction in the echo C API...
2016-02-09 Amaury SechetAdd icmp and conditional branches in the C API echo...
2016-02-09 Amaury SechetAdd C binding for AllocaInst::getAllocatedType
2016-02-09 Amaury SechetImprove the C API echo test tool to emit basic block...
2016-02-05 Benjamin KramerPrefix external symbols in llvm-c-test.
2016-02-05 Amaury SechetAdd various binary operations in the LLVM C API echo...
2016-02-05 Amaury SechetAdd Support to llvm-c-test dependancies
2016-02-04 Amaury SechetImprove testing for the C API
2016-01-26 Chris BienemanRemove autoconf support
2015-12-18 Rafael EspindolaDeprecate a few C APIs.
2015-12-18 Rafael EspindolaAdd a test for LLVMGetBitcodeModule.
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-01-28 Bjorn SteinbrinkFix build breakage caused by memory leaks in llvm-c...
2015-01-28 Bjorn SteinbrinkFix LLVMSetMetadata and LLVMAddNamedMetadataOperand...
2014-12-18 Chris BienemanHave llvm-c-test only use libLLVM if libLLVM has all...
2014-11-10 NAKAMURA Takumi[CMake] llvm-c-test: Use libLLVM.so if it is available.
2014-09-30 Bradley SmithExtend C disassembler API to allow specifying target...
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-01-08 Rafael EspindolaUse -std=gnu99 in tools/llvm-c-test/CMakeLists.txt
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-10-25 Benjamin Kramerllvm-c-test: Don't leak memory buffers.
2013-10-23 NAKAMURA Takumillvm-c-test: Make them C89-compliant.
2013-10-23 Anders WaldenborgAdd llvm-c-test tool for testing llvm-c