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
*
[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
*
Add PerfJITEventListener for perf profiling support.
Andres Freund
2018-07-24
1
-0
/
+1
*
[DebugInfo] Add a new DI flag to record if a C++ record is a trivial type
Aaron Smith
2018-07-21
1
-0
/
+3
*
[LLVM-C] Add target triple normalization to the C API.
whitequark
2018-07-17
1
-0
/
+4
*
[UnrollAndJam] New Unroll and Jam pass
David Green
2018-07-01
1
-0
/
+3
*
[DebugInfo] Refactoring DIType::setFlags to DIType::cloneWithFlags, NFC
Roman Tereshin
2018-06-01
1
-3
/
+2
*
[LLVM-C] [OCaml] Remove LLVMAddBBVectorizePass
Fangrui Song
2018-05-28
1
-3
/
+0
*
Revert 333358 as it's failing on some builders.
David Green
2018-05-27
1
-3
/
+0
*
[UnrollAndJam] Add a new Unroll and Jam pass
David Green
2018-05-27
1
-0
/
+3
*
[C-API] Add functions to create GDB, Intel, Oprofile event listeners.
Andres Freund
2018-05-24
1
-0
/
+6
*
[ORC][C-API] Expose LLVMOrc{Unr,R}egisterJITEventListener().
Andres Freund
2018-05-24
2
-0
/
+19
*
[ORC] Add findSymbolIn() wrapper to C bindings, take #2.
Andres Freund
2018-05-24
1
-0
/
+9
*
Revert r333147 "[ORC] Add findSymbolIn() wrapper to C bindings."
Andres Freund
2018-05-24
1
-9
/
+0
*
[ORC] Add findSymbolIn() wrapper to C bindings.
Andres Freund
2018-05-24
1
-0
/
+9
*
[LLVM-C] Add DIBuilder Bindings For ObjC Classes
Robert Widmann
2018-05-21
1
-1
/
+61
*
[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
2
-0
/
+114
*
[LLVM-C] Consolidate llgo's DIBuilder Bindings
Robert Widmann
2018-05-10
1
-0
/
+15
[next]