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
/
lib
/
IR
/
Core.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLVM-C] Deprecate the LLVMValueRef-returning metadata creation functions
Robert Widmann
2019-04-24
1
-0
/
+10
*
[LLVM-C] Use dyn_cast instead of unwrap in LLVMGetDebugLoc functions
whitequark
2019-04-24
1
-15
/
+21
*
[LLVM-C] Add accessors to the default floating-point metadata node
Robert Widmann
2019-04-22
1
-0
/
+12
*
[LLVM-C] Correct The Current Debug Location Accessors (Again)
Robert Widmann
2019-04-10
1
-1
/
+11
*
Revert "[LLVM-C] Correct The Current Debug Location Accessors"
Sam McCall
2019-04-10
1
-11
/
+1
*
[LLVM-C] Correct The Current Debug Location Accessors
Robert Widmann
2019-04-09
1
-1
/
+11
*
[LLVM-C] Add bindings to insert basic blocks
Robert Widmann
2019-04-05
1
-0
/
+14
*
[LLVM-C] Add binding to look up intrinsic by name
Robert Widmann
2019-03-25
1
-0
/
+4
*
[LLVM-C] Add Bindings to GlobalIFunc
Robert Widmann
2019-02-05
1
-0
/
+65
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[opaque pointer types] Update GetElementPtr creation APIs to
James Y Knight
2019-01-14
1
-7
/
+41
*
[opaque pointer types] Update LoadInst creation APIs to consistently
James Y Knight
2019-01-14
1
-1
/
+9
*
[opaque pointer types] Update InvokeInst creation APIs to consistently
James Y Knight
2019-01-14
1
-3
/
+16
*
[opaque pointer types] Update CallInst creation APIs to consistently
James Y Knight
2019-01-14
1
-3
/
+18
*
Remove NameLen argument from newly-introduced IR C APIs.
James Y Knight
2019-01-14
1
-6
/
+5
*
[LLVM-C] Allow For Creating a BasicBlock without a Parent Function
Robert Widmann
2019-01-08
1
-0
/
+6
*
[LLVM-C] Allow Specifying Signedness in Int Cast
Robert Widmann
2019-01-08
1
-0
/
+7
*
[CallSite removal] Move the rest of IR implementation code away from
Chandler Carruth
2019-01-07
1
-20
/
+17
*
[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
/
+8
*
[LLVM-C] Fix Windows Build of Core
Robert Widmann
2018-11-06
1
-1
/
+1
*
[LLVM-C] Improve Intrinsics Bindings
Robert Widmann
2018-11-06
1
-0
/
+44
*
[LLVM-C] Add Builder Bindings to Common Memory Intrinsics
Robert Widmann
2018-10-29
1
-0
/
+24
*
[TI removal] Update the C API for the move away from `TerminatorInst`.
Chandler Carruth
2018-10-18
1
-3
/
+8
*
llvm-c: Add C APIs to access DebugLoc info
Saleem Abdulrasool
2018-10-10
1
-0
/
+73
*
[LLVM-C] Add an accessor for the "value type" of a global
Robert Widmann
2018-09-28
1
-0
/
+4
*
[LLVM-C] Fix broken build bots
Robert Widmann
2018-09-28
1
-25
/
+25
*
[LLVM-C] Add more debug information accessors to GlobalObject and Instruction
Robert Widmann
2018-09-28
1
-0
/
+75
*
[LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType::isLiteral
whitequark
2018-09-18
1
-0
/
+4
*
[LLVM-C] Add support for ConstantExpr in LLVMGetNumIndices and LLVMGetIndices
whitequark
2018-09-18
1
-0
/
+4
*
[LLVM-C] Add Bindings For Named Metadata
Robert Widmann
2018-08-30
1
-0
/
+48
*
[LLVM-C] Improve Bindings For Aliases
Robert Widmann
2018-05-20
1
-0
/
+45
*
[LLVM-C] Use Length-Providing Value Name Getters and Setters
Robert Widmann
2018-05-19
1
-0
/
+10
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-8
/
+11
*
Fix "not all control paths return a value" MSVC warning. NFCI.
Simon Pilgrim
2018-05-14
1
-0
/
+1
*
[LLVM-C] Add Bindings For Module Flags
Robert Widmann
2018-05-14
1
-0
/
+104
*
[LLVM-C] [PR34633] Avoid calling ->dump() methods from LLVMDump*.
whitequark
2018-04-17
1
-5
/
+3
*
[LLVM-C] Add Missing 'break's in InlineAsm bindings
Robert Widmann
2018-04-10
1
-0
/
+2
*
[LLVM-C] Audit Inline Assembly APIs for Consistency
Robert Widmann
2018-04-06
1
-0
/
+32
*
[LLVM-C] Finish exception instruction bindings - Round 2
Robert Widmann
2018-03-30
1
-2
/
+92
*
Revert "[LLVM-C] Finish exception instruction bindings"
Vlad Tsyrklevich
2018-03-30
1
-92
/
+2
*
[LLVM-C] Finish exception instruction bindings
Robert Widmann
2018-03-29
1
-2
/
+92
*
Fix 'not all control paths return a value' MSVC warning. NFCI.
Simon Pilgrim
2018-03-14
1
-0
/
+1
*
[LLVM-C] Redo unnamed_address attribute bindings
Robert Widmann
2018-03-14
1
-0
/
+24
*
[LLVM-C] Add Accessors For A Module's Source File Name
Robert Widmann
2018-01-30
1
-0
/
+9
*
[LLVM-C] Publicly expose getters of MetadataType, TokenType
whitequark
2017-10-27
1
-3
/
+6
*
[raw_fd_ostream] report actual error in error messages
Bob Haarman
2017-10-24
1
-1
/
+2
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-3
/
+3
[next]