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
*
[Coroutines] Rename "legacy" passes (NFC)
Brian Gesiak
2020-01-01
1
-4
/
+4
*
Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot
Adrian Prantl
2019-12-20
1
-3
/
+3
*
Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."
Sourabh Singh Tomar
2019-12-03
1
-1
/
+1
*
[LTO][Legacy] Add API for passing LLVM options separately
Francis Visoiu Mistrih
2019-11-19
1
-1
/
+14
*
Wrap C APIs with pragmas enforcing -Werror=strict-prototypes
Duncan P. N. Exon Smith
2019-11-19
31
-178
/
+135
*
Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."
Sam McCall
2019-11-18
1
-1
/
+1
*
[DWARF5]Addition of alignment atrribute in typedef DIE.
Sourabh Singh Tomar
2019-11-16
1
-1
/
+1
*
[IR] Redefine Freeze instruction
aqjune
2019-11-12
1
-2
/
+4
*
[IR] Add Freeze instruction
aqjune
2019-11-05
1
-0
/
+2
*
Reapply r374743 with a fix for the ocaml binding
Joerg Sonnenberger
2019-10-14
1
-0
/
+3
*
Revert "Add a pass to lower is.constant and objectsize intrinsics"
Dmitri Gribenko
2019-10-14
1
-3
/
+0
*
Add a pass to lower is.constant and objectsize intrinsics
Joerg Sonnenberger
2019-10-13
1
-0
/
+3
*
Fix Wdocumentation unknown parameter warning. NFCI.
Simon Pilgrim
2019-10-09
1
-1
/
+1
*
[llvm-c] Add UnaryOperator to LLVM_FOR_EACH_VALUE_SUBCLASS macro
Cameron McInally
2019-10-07
1
-0
/
+1
*
[LLVM-C] Add bindings to create macro debug info
whitequark
2019-10-07
1
-0
/
+45
*
[LLVM-C][Ocaml] Add MergeFunctions and DCE pass
Aditya Kumar
2019-09-29
2
-0
/
+6
*
Improve C API support for atomicrmw and cmpxchg.
Nick Lewycky
2019-09-26
1
-4
/
+17
*
Remove the obsolete BlockByRefStruct flag from LLVM IR
Adrian Prantl
2019-09-18
1
-1
/
+1
*
[LTO][Legacy] Add new C inferface to query libcall functions
Steven Wu
2019-09-16
1
-1
/
+9
*
[NFC][libLTO] Rearrange declaration in lto.h
Steven Wu
2019-09-13
1
-42
/
+42
*
[Remarks] Add parser for bitstream remarks
Francis Visoiu Mistrih
2019-09-09
1
-1
/
+16
*
Revert "Expose TailCallKind via the LLVM C API"
Jonas Devlieghere
2019-08-15
1
-25
/
+0
*
Expose TailCallKind via the LLVM C API
Robert Widmann
2019-08-14
1
-0
/
+25
*
[LLVM-C] Improve Bindings to The Internalize Pass
Robert Widmann
2019-07-23
1
-0
/
+15
*
[Remarks] Simplify and refactor the RemarkParser interface
Francis Visoiu Mistrih
2019-07-16
1
-4
/
+19
*
[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
[next]