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
*
Wrap C APIs with pragmas enforcing -Werror=strict-prototypes
Duncan P. N. Exon Smith
2019-11-19
1
-6
/
+3
*
[IR] Redefine Freeze instruction
aqjune
2019-11-12
1
-2
/
+4
*
[IR] Add Freeze instruction
aqjune
2019-11-05
1
-0
/
+2
*
[llvm-c] Add UnaryOperator to LLVM_FOR_EACH_VALUE_SUBCLASS macro
Cameron McInally
2019-10-07
1
-0
/
+1
*
Improve C API support for atomicrmw and cmpxchg.
Nick Lewycky
2019-09-26
1
-4
/
+17
*
Revert "Expose TailCallKind via the LLVM C API"
Jonas Devlieghere
2019-08-15
1
-25
/
+0
*
Expose TailCallKind via the LLVM C API
Robert Widmann
2019-08-14
1
-0
/
+25
*
[LLVM-C] Deprecate the LLVMValueRef-returning metadata creation functions
Robert Widmann
2019-04-24
1
-21
/
+21
*
[LLVM-C] Add accessors to the default floating-point metadata node
Robert Widmann
2019-04-22
1
-1
/
+18
*
[LLVM-C] Correct The Current Debug Location Accessors (Again)
Robert Widmann
2019-04-10
1
-1
/
+34
*
Revert "[LLVM-C] Correct The Current Debug Location Accessors"
Sam McCall
2019-04-10
1
-34
/
+1
*
[LLVM-C] Correct The Current Debug Location Accessors
Robert Widmann
2019-04-09
1
-1
/
+34
*
[LLVM-C] Add bindings to insert basic blocks
Robert Widmann
2019-04-05
1
-0
/
+18
*
[LLVM-C] Add binding to look up intrinsic by name
Robert Widmann
2019-03-25
1
-0
/
+7
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+1
*
[LLVM-C] Add Bindings to GlobalIFunc
Robert Widmann
2019-02-05
1
-0
/
+97
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+4
*
[opaque pointer types] Update GetElementPtr creation APIs to
James Y Knight
2019-01-14
1
-0
/
+16
*
[opaque pointer types] Update LoadInst creation APIs to consistently
James Y Knight
2019-01-14
1
-0
/
+4
*
[opaque pointer types] Update InvokeInst creation APIs to consistently
James Y Knight
2019-01-14
1
-0
/
+6
*
[opaque pointer types] Update CallInst creation APIs to consistently
James Y Knight
2019-01-14
1
-0
/
+12
*
Remove NameLen argument from newly-introduced IR C APIs.
James Y Knight
2019-01-14
1
-3
/
+2
*
[LLVM-C] Allow For Creating a BasicBlock without a Parent Function
Robert Widmann
2019-01-08
1
-0
/
+9
*
[LLVM-C] Allow Specifying Signedness in Int Cast
Robert Widmann
2019-01-08
1
-2
/
+7
*
[LLVM-C] bool -> LLVMBool
Robert Widmann
2019-01-01
1
-2
/
+2
*
[LLVM-C] Add Accessors for Discarding Value Names in the IR
Robert Widmann
2019-01-01
1
-0
/
+17
*
[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
[next]