aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-c-test
AgeCommit message (Expand)AuthorFilesLines
2019-11-18Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."Sam McCall1-1/+1
2019-11-16[DWARF5]Addition of alignment atrribute in typedef DIE.Sourabh Singh Tomar1-1/+1
2019-11-05[IR] Add Freeze instructionaqjune1-0/+5
2019-11-05Fix clone_constant_impl to correctly deal with null pointersaqjune1-0/+7
2019-10-07[LLVM-C] Add bindings to create macro debug infowhitequark1-0/+21
2019-09-26Improve C API support for atomicrmw and cmpxchg.Nick Lewycky1-1/+20
2019-08-15Revert "Expose TailCallKind via the LLVM C API"Jonas Devlieghere1-1/+1
2019-08-14Expose TailCallKind via the LLVM C APIRobert Widmann1-1/+1
2019-07-04llvm-c-test avoid calling malloc(0)Andus Yu1-6/+12
2019-05-24Fix BUILD_SHARED_LIBS builds after r361567Daniel Sanders1-0/+2
2019-05-23Break false dependencies on target librariesDaniel Sanders1-1/+3
2019-05-06[llvm-c-test] Make include-all.c do what its name says it doesAnders Waldenborg1-1/+16
2019-04-09[LLVM-C] Add Section and Symbol Iterator Accessors for Object File BinariesRobert Widmann1-21/+31
2019-02-05[LLVM-C] Add Bindings to GlobalIFuncRobert Widmann1-2/+76
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth14-56/+54
2018-11-06[LLVM-C] Improve Intrinsics BindingsRobert Widmann1-1/+11
2018-10-03Emit template type and value parameter DIEs for template variables.Matthew Voss1-12/+10
2018-09-28[LLVM-C] Add more debug information accessors to GlobalObject and InstructionRobert Widmann1-0/+32
2018-08-30[LLVM-C] Add Bindings For Named MetadataRobert Widmann1-15/+75
2018-08-19[C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicTypewhitequark1-1/+1
2018-05-21[LLVM-C] Add DIBuilder Bindings For ObjC ClassesRobert Widmann1-0/+19
2018-05-20[LLVM-C] Improve Bindings For AliasesRobert Widmann1-6/+88
2018-05-19[LLVM-C] Use Length-Providing Value Name Getters and SettersRobert Widmann1-10/+20
2018-05-14[LLVM-C] Add Bindings For Module FlagsRobert Widmann1-0/+13
2018-05-10[LLVM-C] Consolidate llgo's DIBuilder BindingsRobert Widmann1-1/+4
2018-05-10[LLVM-C] Move DIBuilder Bindings For Temporary MDNodesRobert Widmann1-3/+12
2018-04-29[LLVM-C] Eliminate an unused variable in a test.whitequark1-3/+2
2018-04-28[LLVM-C] Add DIBuilder bindings to create import declarationsRobert Widmann1-0/+13
2018-04-23[LLVM-C] DIBuilder Bindings For Variable ExpressionsRobert Widmann1-11/+22
2018-04-23[LLVM-C] DIBuilderBindings for Subrange and ArraysRobert Widmann1-4/+24
2018-04-23[LLVM-C] Finish Up Scope BindingsRobert Widmann1-3/+13
2018-04-22[LLVM-C] Add DIBuilder Bindings For Variable CreationRobert Widmann1-0/+18
2018-04-07[LLVM-C] Move DIBuilder Bindings For Block ScopesRobert Widmann1-0/+28
2018-04-06[LLVM-C] Audit Inline Assembly APIs for ConsistencyRobert Widmann1-0/+4
2018-04-02Add C API bindings for DIBuilder 'Type' APIsHarlan Haskins1-4/+23
2018-03-30[LLVM-C] Finish exception instruction bindings - Round 2Robert Widmann1-2/+61
2018-03-30Revert "[LLVM-C] Finish exception instruction bindings"Vlad Tsyrklevich1-60/+2
2018-03-29[LLVM-C] Finish exception instruction bindingsRobert Widmann1-2/+60
2018-03-14[LLVM-C] Redo unnamed_address attribute bindingsRobert Widmann1-1/+1
2018-02-21Fix a memory leak and a cross module reference.Rafael Espindola1-1/+2
2018-02-20Report fatal error in the case of out of memorySerge Pavlov2-1/+5
2018-02-15Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov2-5/+1
2018-02-15Report fatal error in the case of out of memorySerge Pavlov2-1/+5
2018-01-30[LLVM-C] Add Accessors For A Module's Source File NameRobert Widmann1-9/+6
2017-12-16Fixed warning 'function declaration isn’t a prototype [-Werror=strict-proto...Galina Kistanova1-1/+1
2017-12-13Remove redundant includes from tools.Michael Zolotukhin4-6/+0
2017-11-01[LLVM-C] Expose functions to create debug locations via DIBuilder.whitequark4-0/+47
2017-10-27[LLVM-C] Publicly expose getters of MetadataType, TokenTypewhitequark1-1/+1
2017-07-13fix typos in comments and error messges; NFCHiroshi Inoue1-4/+4
2017-03-30Spelling mistakes in comments. NFCI.Simon Pilgrim1-1/+1