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
*
[ThinLTO]LTO]Legacy] Fix dependent libraries support by adding querying of th...
Ben Dunbobbin
2019-06-12
1
-9
/
+41
*
[LLVM-C] Add Accessor for Mach-O Universal Binary Slices
Robert Widmann
2019-05-25
1
-0
/
+16
*
[ELF] Implement Dependent Libraries Feature
Ben Dunbobbin
2019-05-17
1
-1
/
+9
*
[llvm-c] Make LLVMGetStringErrorTypeId a proper prototype
Anders Waldenborg
2019-05-06
1
-1
/
+1
*
[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] Add DIFile Field Accesssors
Robert Widmann
2019-04-17
1
-0
/
+34
*
[LLVM-C] Add Accessors For Global Variable Metadata Properties
Robert Widmann
2019-04-16
1
-0
/
+50
*
[DebugInfo] Combine Trivial and NonTrivial flags
Aaron Smith
2019-04-11
1
-1
/
+1
*
Fix a typo
Alexander Kornienko
2019-04-10
1
-2
/
+2
*
[LLVM-C] Correct The Current Debug Location Accessors (Again)
Robert Widmann
2019-04-10
2
-1
/
+43
*
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 Access an Instruction's DebugLoc
Robert Widmann
2019-04-09
1
-0
/
+16
*
[LLVM-C] Add Section and Symbol Iterator Accessors for Object File Binaries
Robert Widmann
2019-04-09
1
-11
/
+63
*
Add LLVM IR debug info support for Fortran COMMON blocks
Adrian Prantl
2019-04-08
1
-1
/
+2
*
[LLVM-C] Allow Access to the Type of a Binary
Robert Widmann
2019-04-07
1
-0
/
+26
*
[LLVM-C] Begin to Expose A More General Binary Interface
Robert Widmann
2019-04-05
2
-0
/
+44
*
[LLVM-C] Add bindings to insert basic blocks
Robert Widmann
2019-04-05
1
-0
/
+18
*
[Remarks][NFCI] Remove useless include
Francis Visoiu Mistrih
2019-04-02
1
-1
/
+0
*
[LLVM-C] Add binding to look up intrinsic by name
Robert Widmann
2019-03-25
1
-0
/
+7
*
Remove MSVC compat hack since the inline keyword was added in 2015
Reid Kleckner
2019-03-19
1
-4
/
+0
*
Reland "[Remarks] Add a new Remark / RemarkParser abstraction"
Francis Visoiu Mistrih
2019-03-19
1
-55
/
+168
*
Revert "[Remarks] Add a new Remark / RemarkParser abstraction"
Francis Visoiu Mistrih
2019-03-19
1
-168
/
+55
*
[Remarks] Add a new Remark / RemarkParser abstraction
Francis Visoiu Mistrih
2019-03-19
1
-55
/
+168
*
[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
[next]