- d465315 [LLVM-C]Add LLVMAddMetadataToInst, deprecated LLVMSetInstDebugLocation. by Florian Hahn · 3 years, 7 months ago
- cfb53d8 [NFC] Make some includes explicit by Nikita Popov · 3 years, 8 months ago
- a5b72ab [DebugInfo] Enhance DIImportedEntity to accept children entities by Alok Kumar Sharma · 3 years, 9 months ago
- 983565a [ADT] Move DenseMapInfo for ArrayRef/StringRef into respective headers (NFC) by Nikita Popov · 4 years ago
- 8bd8534 LLVM-C: Allow LLVM{Get/Set}Alignment on an atomicrmw/cmpxchg instruction. by James Y Knight · 4 years, 4 months ago
- 2016f2c Fixes warning 'enumeration value not handled in switch'. by Bogdan Graur · 4 years, 5 months ago
- 6785ca0 [llvm-c] Delete unimplemented llvm-c/LinkTimeOptimizer.h by Fangrui Song · 4 years, 6 months ago
- fe43168 Creating a named struct requires only a Context and a name, but looking up a struct by name requires a Module. The method on Module merely accesses the LLVMContextImpl and no data from the module itself, so this patch moves getTypeByName to a static method on StructType that takes a Context and a name. by Nick Lewycky · 4 years, 6 months ago
- 75f50e1 Adding PoisonValue for representing poison value explicitly in IR by Zhengyang Liu · 4 years, 6 months ago
- c378384 C API: support scalable vectors by Craig Disselkoen · 4 years, 7 months ago
- 6154c41 [ORC] Remove OrcV1 APIs. by Lang Hames · 4 years, 9 months ago
- 55f7273 [LLVM-C] Turn a ShuffleVector Constant Into a Getter. by Robert Widmann · 4 years, 8 months ago
- 51cad04 C API: functions to get mask of a ShuffleVector by Craig Disselkoen · 4 years, 8 months ago
- 015e297 [SVE] Restore broken LLVM-C ABI compatability by Christopher Tetreault · 5 years ago
- 8c24f33 [IR][BFloat] Add BFloat IR type by Ties Stuij · 5 years ago
- 2dea3f1 [SVE] Add new VectorType subclasses by Christopher Tetreault · 5 years ago
- 89e0662 Make IRBuilder automatically set alignment on load/store/alloca. by Eli Friedman · 5 years ago
- d5180ea Add debug info support for Swift/Clang APINotes. by Adrian Prantl · 5 years ago
- e4e7e44 Add an SDK attribute to DICompileUnit by Adrian Prantl · 5 years ago
- 7b30370 Move the sysroot attribute from DIModule to DICompileUnit by Adrian Prantl · 5 years ago
- c17aee6 Revert "Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot" by Adrian Prantl · 5 years ago
- 12e4794 Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot by Adrian Prantl · 5 years ago
- d68904f [NFC] Fix trivial typos in comments by James Henderson · 5 years ago
- f1e3988 Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE." by Sourabh Singh Tomar · 6 years ago
- d27a16e Revert "[DWARF5]Addition of alignment atrribute in typedef DIE." by Sam McCall · 6 years ago
- 423f541 [DWARF5]Addition of alignment atrribute in typedef DIE. by Sourabh Singh Tomar · 6 years ago
- 58acbce [IR] Add Freeze instruction by aqjune · 6 years ago
- 31be9f3 Fix clone_constant_impl to correctly deal with null pointers by aqjune · 6 years ago
- b63db94 [LLVM-C] Add bindings to create macro debug info by whitequark · 6 years ago
- f57e968 Improve C API support for atomicrmw and cmpxchg. by Nick Lewycky · 6 years ago
- ed3b6d1 Revert "Expose TailCallKind via the LLVM C API" by Jonas Devlieghere · 6 years ago
- 708c460 Expose TailCallKind via the LLVM C API by Robert Widmann · 6 years ago
- 7aff852 llvm-c-test avoid calling malloc(0) by Andus Yu · 6 years ago
- 4cecdaa Fix BUILD_SHARED_LIBS builds after r361567 by Daniel Sanders · 6 years ago
- 3e4acaa Break false dependencies on target libraries by Daniel Sanders · 6 years ago
- 09b91a26 [llvm-c-test] Make include-all.c do what its name says it does by Anders Waldenborg · 6 years ago
- d1ba3b1 [LLVM-C] Add Section and Symbol Iterator Accessors for Object File Binaries by Robert Widmann · 6 years ago
- d5444cc [LLVM-C] Add Bindings to GlobalIFunc by Robert Widmann · 6 years ago
- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
- d36f3b0 [LLVM-C] Improve Intrinsics Bindings by Robert Widmann · 7 years ago
- f8ab35a Emit template type and value parameter DIEs for template variables. by Matthew Voss · 7 years ago
- 9cba4ec [LLVM-C] Add more debug information accessors to GlobalObject and Instruction by Robert Widmann · 7 years ago
- 0a35b76 [LLVM-C] Add Bindings For Named Metadata by Robert Widmann · 7 years ago
- b56a4d3 [C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicType by whitequark · 7 years ago
- 38fa750 [LLVM-C] Add DIBuilder Bindings For ObjC Classes by Robert Widmann · 7 years ago
- 360d6e3 [LLVM-C] Improve Bindings For Aliases by Robert Widmann · 7 years ago
- 025c78f [LLVM-C] Use Length-Providing Value Name Getters and Setters by Robert Widmann · 7 years ago
- bce36770 [LLVM-C] Add Bindings For Module Flags by Robert Widmann · 7 years ago
- 4b0084b [LLVM-C] Consolidate llgo's DIBuilder Bindings by Robert Widmann · 7 years ago
- a428eba [LLVM-C] Move DIBuilder Bindings For Temporary MDNodes by Robert Widmann · 7 years ago
- b18cd6d [LLVM-C] Eliminate an unused variable in a test. by whitequark · 7 years ago
- aec494f3 [LLVM-C] Add DIBuilder bindings to create import declarations by Robert Widmann · 7 years ago
- 21fc15d [LLVM-C] DIBuilder Bindings For Variable Expressions by Robert Widmann · 7 years ago
- 6978db7 [LLVM-C] DIBuilderBindings for Subrange and Arrays by Robert Widmann · 7 years ago
- b02fe64 [LLVM-C] Finish Up Scope Bindings by Robert Widmann · 7 years ago
- 12e367b [LLVM-C] Add DIBuilder Bindings For Variable Creation by Robert Widmann · 7 years ago
- f53050f [LLVM-C] Move DIBuilder Bindings For Block Scopes by Robert Widmann · 7 years ago
- f108d57 [LLVM-C] Audit Inline Assembly APIs for Consistency by Robert Widmann · 7 years ago
- b7881bb Add C API bindings for DIBuilder 'Type' APIs by Harlan Haskins · 7 years ago
- 478fce9 [LLVM-C] Finish exception instruction bindings - Round 2 by Robert Widmann · 7 years ago
- 894c028 Revert "[LLVM-C] Finish exception instruction bindings" by Vlad Tsyrklevich · 7 years ago
- 6775f52 [LLVM-C] Finish exception instruction bindings by Robert Widmann · 7 years ago
- 4bb481b [LLVM-C] Redo unnamed_address attribute bindings by Robert Widmann · 7 years ago
- 92f3578 Fix a memory leak and a cross module reference. by Rafael Espindola · 7 years ago
- 76d8cce Report fatal error in the case of out of memory by Serge Pavlov · 7 years ago
- 4500001 Revert r325224 "Report fatal error in the case of out of memory" by Serge Pavlov · 7 years ago
- 431502a Report fatal error in the case of out of memory by Serge Pavlov · 7 years ago
- 490a580 [LLVM-C] Add Accessors For A Module's Source File Name by Robert Widmann · 7 years ago
- 5f8c84c Fixed warning 'function declaration isn’t a prototype [-Werror=strict-prototypes]' by Galina Kistanova · 7 years ago
- 62602a4 Remove redundant includes from tools. by Michael Zolotukhin · 7 years ago
- 789164d [LLVM-C] Expose functions to create debug locations via DIBuilder. by whitequark · 8 years ago
- 131f98f [LLVM-C] Publicly expose getters of MetadataType, TokenType by whitequark · 8 years ago
- e9dea6e fix typos in comments and error messges; NFC by Hiroshi Inoue · 8 years ago
- 68168d1 Spelling mistakes in comments. NFCI. by Simon Pilgrim · 8 years ago
- e596986 Fix "isn't a prototype" warning by Vitaly Buka · 9 years ago
- 6b335d1 Fix build break when the host C compiler is C89. by Richard Smith · 9 years ago
- 003216b [C API] Prevent nullptr dereferences in C API for counting attributes. by Amaury Sechet · 9 years ago
- a65a237 Add support for callsite in the new C API for attributes by Amaury Sechet · 9 years ago
- 5db224e Make sure we have a Add/Remove/Has function for various thing that can have attribute. by Amaury Sechet · 9 years ago
- ad659c3 [llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context} by Jeroen Ketema · 9 years ago
- 4949131 Do some refactoring in the LLVM C API echo test to remove duplication. NFC by Amaury Sechet · 9 years ago
- 3e4561c [llvm-c] Add LLVMGetValueKind. by Peter Zotov · 9 years ago
- 91d3cfe Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes." by Duncan P. N. Exon Smith · 9 years ago
- 1760dc2 Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes. by Eugene Zelenko · 9 years ago
- 0a2fa0a [llvm-c] Expose LLVM{Get,Set}ModuleIdentifier by Peter Zotov · 9 years ago
- 43165d9 Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API. by Mehdi Amini · 9 years ago
- b325686 Add echo test for constant data arrays in the LLVM C API by Amaury Sechet · 9 years ago
- e39e853 Add support for invoke/landingpad/resume in C API test by Amaury Sechet · 9 years ago
- 40bbe51 Add upport for bitcast in the C API echo test by Amaury Sechet · 9 years ago
- 053ac45 Add support for memory operations (load/store/gep) in C API echo test by Amaury Sechet · 9 years ago
- 58946a9 Make sure functions are generated even there is no global in the C API echo test by Amaury Sechet · 9 years ago
- e8ba2bf Add support for global variables in the C API echo test by Amaury Sechet · 9 years ago
- f447a6b Make sure the functions' range is empty before going through it in the LLVM C API test by Amaury Sechet · 9 years ago
- 6b16c23 Do some refactoring in constant generation in the C API echo test. NFC by Amaury Sechet · 9 years ago
- f64e834 Generate functions in 2 steps in the C API echo test. NFC by Amaury Sechet · 9 years ago
- 5590967 Restore the capability to manipulate datalayout from the C API by Amaury Sechet · 9 years ago
- d01c861 Use report_fatal_error more consistently in the C API echo test by Amaury Sechet · 9 years ago
- c679dbd Get constant cloning out of CloneValue so it can be used when creating globals. by Amaury Sechet · 9 years ago
- ecda4ea Move clone_params around by Amaury Sechet · 9 years ago
- 2f43208 Add support for phi nodes in the LLVM C API test by Amaury Sechet · 9 years ago