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
...
*
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
*
Add support for invoke/landingpad/resume in C API test
Amaury Sechet
2016-02-18
1
-0
/
+52
*
Add support for memory operations (load/store/gep) in C API echo test
Amaury Sechet
2016-02-17
1
-0
/
+24
*
Deprecate LLVMGetDataLayout and replace it by LLVMGetDataLayoutStr
Amaury Sechet
2016-02-16
1
-1
/
+6
*
Rename LLVMSetDataLayout's argument to match what they stand for
Amaury Sechet
2016-02-15
1
-1
/
+1
*
Fix star alignment in Core.h
Amaury Sechet
2016-02-14
1
-2
/
+2
*
Add support for phi nodes in the LLVM C API test
Amaury Sechet
2016-02-11
1
-0
/
+10
*
Add support for struct in C API test
Amaury Sechet
2016-02-10
1
-0
/
+24
*
Add binding for counting argument and find called value of call and invoke in...
Amaury Sechet
2016-02-10
1
-0
/
+22
*
Add C binding for AllocaInst::getAllocatedType
Amaury Sechet
2016-02-09
1
-0
/
+18
*
Improve the C API echo test tool to emit basic block is the right order.
Amaury Sechet
2016-02-09
1
-0
/
+5
*
Fix typo in the C API comments
Amaury Sechet
2016-01-18
1
-1
/
+1
*
Reorganize the C API headers to improve build times.
Eric Christopher
2015-12-18
1
-103
/
+3
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-4
/
+2
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-6
/
+4
*
[IR] Add support for empty tokens
David Majnemer
2015-11-11
1
-0
/
+1
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
1
-9
/
+8
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-4
/
+6
*
[IR] Add token types
David Majnemer
2015-08-14
1
-1
/
+2
*
Add support to set/get ordering for load/store from the C API
Andrew Wilkins
2015-08-02
1
-0
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-1
/
+13
*
Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...
Nick Lewycky
2015-07-29
1
-1
/
+1
*
Revert "Update LLVM bindings after r239940. ..."
Reid Kleckner
2015-07-16
1
-1
/
+2
*
Add capability to get and set the personalitty function from the C API
Andrew Wilkins
2015-07-14
1
-0
/
+14
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-13
/
+1
[prev]
[next]