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
*
IR: remove "else" after "return". NFCI.
Tim Northover
2020-01-09
1
-2
/
+2
*
Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-17
1
-4
/
+4
*
Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-16
1
-4
/
+4
*
[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove
Guillaume Chatelet
2019-12-16
1
-4
/
+4
*
[Alignment][NFC] CreateMemSet use MaybeAlign
Guillaume Chatelet
2019-12-10
1
-1
/
+2
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[IR] Redefine Freeze instruction
aqjune
2019-11-12
1
-5
/
+5
*
[IR] Add Freeze instruction
aqjune
2019-11-05
1
-0
/
+5
*
[LegacyPassManager] Delete BasicBlockPass/Manager.
Alina Sbirlea
2019-10-30
1
-1
/
+0
*
[Alignment] Migrate Attribute::getWith(Stack)Alignment
Guillaume Chatelet
2019-10-15
1
-2
/
+3
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-1
/
+1
*
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
Guillaume Chatelet
2019-10-03
1
-1
/
+1
*
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+1
*
[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+1
*
Improve C API support for atomicrmw and cmpxchg.
Nick Lewycky
2019-09-26
1
-17
/
+71
*
[LLVM-C] Fix ByVal Attribute crashing
Hans Wennborg
2019-08-28
1
-1
/
+10
*
Revert "Expose TailCallKind via the LLVM C API"
Jonas Devlieghere
2019-08-15
1
-33
/
+0
*
Expose TailCallKind via the LLVM C API
Robert Widmann
2019-08-14
1
-0
/
+33
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[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
[next]