index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
include
/
llvm-c
/
Core.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] Add a dedicated FNeg IR Instruction
Cameron McInally
2018-11-13
1
-0
/
+5
*
[LLVM-C] Improve Intrinsics Bindings
Robert Widmann
2018-11-06
1
-0
/
+48
*
[LLVM-C] Add Builder Bindings to Common Memory Intrinsics
Robert Widmann
2018-10-29
1
-0
/
+29
*
[TI removal] Update the C API for the move away from `TerminatorInst`.
Chandler Carruth
2018-10-18
1
-16
/
+24
*
llvm-c: Add C APIs to access DebugLoc info
Saleem Abdulrasool
2018-10-10
1
-0
/
+38
*
[LLVM-C] Add an accessor for the "value type" of a global
Robert Widmann
2018-09-28
1
-0
/
+8
*
[LLVM-C] Add more debug information accessors to GlobalObject and Instruction
Robert Widmann
2018-09-28
1
-0
/
+62
*
[LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType::isLiteral
whitequark
2018-09-18
1
-0
/
+7
*
[OCaml] Add GlobalIFunc value kind to OCaml API
whitequark
2018-09-18
1
-0
/
+1
*
[LLVM-C] Add Bindings For Named Metadata
Robert Widmann
2018-08-30
1
-0
/
+57
*
[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
Hsiangkai Wang
2018-08-06
1
-1
/
+3
*
[LLVM-C] Improve Bindings For Aliases
Robert Widmann
2018-05-20
1
-0
/
+50
*
[LLVM-C] Use Length-Providing Value Name Getters and Setters
Robert Widmann
2018-05-19
1
-2
/
+7
*
[LLVM-C] Add Bindings For Module Flags
Robert Widmann
2018-05-14
1
-0
/
+109
*
[LLVM-C] Fill Out LLVMCallConv
Robert Widmann
2018-04-06
1
-7
/
+42
*
[LLVM-C] Audit Inline Assembly APIs for Consistency
Robert Widmann
2018-04-06
1
-2
/
+37
*
[LLVM-C] Finish exception instruction bindings - Round 2
Robert Widmann
2018-03-30
1
-6
/
+73
*
Revert "[LLVM-C] Finish exception instruction bindings"
Vlad Tsyrklevich
2018-03-30
1
-73
/
+6
*
[LLVM-C] Finish exception instruction bindings
Robert Widmann
2018-03-29
1
-6
/
+73
*
[LLVM-C] Redo unnamed_address attribute bindings
Robert Widmann
2018-03-14
1
-0
/
+11
*
[LLVM-C] Add Accessors For A Module's Source File Name
Robert Widmann
2018-01-30
1
-0
/
+21
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
[LLVM-C] Publicly expose getters of MetadataType, TokenType
whitequark
2017-10-27
1
-0
/
+10
*
[LLVM-C] [OCaml] Expose Type::subtypes.
whitequark
2017-06-05
1
-0
/
+14
*
Introducing LLVMMetadataRef
Amaury Sechet
2017-04-17
1
-0
/
+10
*
Kill deprecated attribute API
Amaury Sechet
2016-11-06
1
-81
/
+0
*
[C API] Add LLVMConstExactUDiv and LLVMBuildExactUDiv functions.
Manuel Jacob
2016-10-04
1
-0
/
+3
*
Expose AttributeSetNode, use it to provide aggregate getter for attribute in ...
Amaury Sechet
2016-07-21
1
-0
/
+6
*
Add support for string attributes in the C API.
Amaury Sechet
2016-06-15
1
-0
/
+10
*
Add support for callsite in the new C API for attributes
Amaury Sechet
2016-06-15
1
-1
/
+8
*
Change () to (void) in the C API.
Amaury Sechet
2016-06-12
1
-1
/
+1
*
Make sure we have a Add/Remove/Has function for various thing that can have a...
Amaury Sechet
2016-06-12
1
-2
/
+65
*
Extract renaming from D19181
Amaury Sechet
2016-05-23
1
-1
/
+1
*
Properly name LLVMSetIsInBounds's argument. NFC
Amaury Sechet
2016-05-01
1
-1
/
+1
*
Capitalize align argument in the C API as per convention. NFC
Amaury Sechet
2016-05-01
1
-2
/
+2
*
Style fix in Core.h / Core.cpp. NFC
Amaury Sechet
2016-04-23
1
-3
/
+4
*
Add LLVMGetAttrKindID in the C API in order to facilitate migration away from...
Amaury Sechet
2016-04-20
1
-0
/
+13
*
Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate mi...
Amaury Sechet
2016-04-13
1
-3
/
+0
*
Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration ...
Amaury Sechet
2016-04-13
1
-0
/
+3
*
[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}
Jeroen Ketema
2016-04-08
1
-0
/
+10
*
[GCC] Attribute ifunc support in llvm
Dmitry Polukhin
2016-04-07
1
-0
/
+1
*
[llvm-c] Add LLVMGetValueKind.
Peter Zotov
2016-04-06
1
-0
/
+38
*
[llvm-c] Expose LLVM{Get,Set}ModuleIdentifier
Peter Zotov
2016-04-05
1
-0
/
+20
*
Style update in Core.h/Core.cpp . NFC
Amaury Sechet
2016-04-04
1
-2
/
+2
*
Fixup r265277 [-Wdocumentation]
NAKAMURA Takumi
2016-04-04
1
-1
/
+1
*
Various style fix in Core.h/Core.cpp . NFC
Amaury Sechet
2016-04-03
1
-2
/
+2
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
1
-0
/
+1
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
1
-0
/
+1
*
Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.
Mehdi Amini
2016-03-19
1
-0
/
+15
*
Use templated version of unwrap instead of cats in the Core.cpp. NFC
Amaury Sechet
2016-03-13
1
-1
/
+1
[next]