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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DebugInfoMetadata] Move main subprogram DIFlag into DISPFlags
Petar Jovanovic
2019-03-19
1
-1
/
+0
*
[LLVM-C] Expose the "Add Discriminators" Pass To LLVM-C
Robert Widmann
2019-03-15
1
-0
/
+3
*
[OptRemarks] Make OptRemarks more generic: rename OptRemarks to Remarks
Francis Visoiu Mistrih
2019-03-05
1
-54
/
+52
*
[LLVM-C] Add bindings to create enumerators
Robert Widmann
2019-02-17
1
-0
/
+13
*
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
32
-128
/
+126
*
[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
*
Rename DIFlagFixedEnum to DIFlagEnumClass. NFC
Paul Robinson
2019-01-08
1
-1
/
+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] Expand LLVMRelocMode
Robert Widmann
2019-01-03
1
-1
/
+4
*
[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
*
[CMake] Expose opt-remark tooling through libOptRemarks.dylib
Francis Visoiu Mistrih
2018-11-05
1
-0
/
+7
*
Fix a typo in a function name
Alex Denisov
2018-11-02
1
-1
/
+1
*
[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
*
Reland: [OptRemarks] Add library for parsing optimization remarks
Francis Visoiu Mistrih
2018-10-10
1
-0
/
+197
*
Revert "[OptRemarks] Add library for parsing optimization remarks"
Francis Visoiu Mistrih
2018-10-10
1
-197
/
+0
*
[OptRemarks] Add library for parsing optimization remarks
Francis Visoiu Mistrih
2018-10-10
1
-0
/
+197
*
Emit template type and value parameter DIEs for template variables.
Matthew Voss
2018-10-03
1
-23
/
+11
*
[LLVM-C] Add an accessor for the kind of a Metadata Node
Robert Widmann
2018-10-01
1
-0
/
+45
*
Add a comment to clarify the contract for LLVMGetErrorMessage in the c-bindings
Lang Hames
2018-09-29
1
-0
/
+2
*
[LLVM-C] Add an accessor for the "value type" of a global
Robert Widmann
2018-09-28
1
-0
/
+8
*
Revert "[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints"
whitequark
2018-09-28
1
-3
/
+0
*
[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints
whitequark
2018-09-28
1
-0
/
+3
*
[LLVM-C] Add more debug information accessors to GlobalObject and Instruction
Robert Widmann
2018-09-28
2
-0
/
+69
*
[ORC] Update ORC C bindings to use the new llvm::Error C API.
Lang Hames
2018-09-23
2
-38
/
+37
*
[LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to C and OCaml APIs
whitequark
2018-09-18
1
-0
/
+3
*
[LLVM-C][OCaml] Add LowerAtomic pass to C and OCaml APIs
whitequark
2018-09-18
1
-0
/
+3
*
[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
*
Reland r342233: [ThinLTO] Allow setting of maximum cache size with 64-bit number
James Henderson
2018-09-17
1
-1
/
+11
*
Revert r342233.
James Henderson
2018-09-14
1
-11
/
+1
*
[ThinLTO]Allow setting of maximum cache size with 64-bit number
James Henderson
2018-09-14
1
-1
/
+11
*
[Aggressive InstCombine] Move C bindings to their own header file.
Benjamin Kramer
2018-09-05
2
-3
/
+43
*
[LLVM-C] Add Bindings For Named Metadata
Robert Widmann
2018-08-30
2
-0
/
+64
*
[AArch64] Add Tiny Code Model for AArch64
David Green
2018-08-22
1
-0
/
+1
*
[LLVM-C] Add coroutine passes
whitequark
2018-08-19
1
-0
/
+55
*
[C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicType
whitequark
2018-08-19
1
-1
/
+5
*
[Support] Add a basic C API for llvm::Error.
Lang Hames
2018-08-15
1
-0
/
+65
*
[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
Hsiangkai Wang
2018-08-06
1
-1
/
+3
[prev]
[next]