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
...
*
[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
Lang Hames
2018-03-15
1
-32
/
+2
*
Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."
Reid Kleckner
2018-03-14
1
-2
/
+30
*
[ORC] Switch from shared_ptr to unique_ptr for addModule methods.
Lang Hames
2018-03-14
1
-30
/
+2
*
[LLVM-C] [bindings/go] Add C and Golang bindings for COMDAT
Reid Kleckner
2018-03-14
2
-0
/
+80
*
[LLVM-C] Redo unnamed_address attribute bindings
Robert Widmann
2018-03-14
1
-0
/
+11
*
[ThinLTO] Added a couple of C LTO API interfaces to control the cache policy.
Ekaterina Romanova
2018-03-02
1
-1
/
+23
*
Allow 0 to be a valid value pruning interval in C LTO API. Value 0 will cause...
Ekaterina Romanova
2018-02-15
1
-1
/
+1
*
[ORC] Remove Layer handles from the layer concept.
Lang Hames
2018-02-09
1
-1
/
+1
*
[LLVM-C] Add Accessors For A Module's Source File Name
Robert Widmann
2018-01-30
1
-0
/
+21
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-23
2
-2
/
+2
*
Debug Info: Support DW_AT_calling_convention on composite types.
Adrian Prantl
2018-01-05
1
-0
/
+2
*
[ThinLTO][CachePruning] explicitly disable pruning
Ben Dunbobbin
2017-12-22
1
-4
/
+4
*
[ThinLTO][C-API] Correct api comments
Ben Dunbobbin
2017-12-19
1
-9
/
+9
*
Use code voice for DIBuilder in LLVM C API
Harlan Haskins
2017-11-04
1
-2
/
+2
*
Clean up comments in include/llvm-c/DebugInfo.h
Adrian Prantl
2017-11-02
1
-59
/
+84
*
Add missing header guards.
Adrian Prantl
2017-11-02
1
-0
/
+5
*
llvm-c/DebugInfo.h: Fix warning. [-Wdocumentation]
NAKAMURA Takumi
2017-11-02
1
-1
/
+1
*
[LLVM-C] Expose functions to create debug locations via DIBuilder.
whitequark
2017-11-01
1
-0
/
+202
*
[SimplifyCFG] use pass options and remove the latesimplifycfg pass
Sanjay Patel
2017-10-28
1
-3
/
+0
*
[LLVM-C] Publicly expose getters of MetadataType, TokenType
whitequark
2017-10-27
1
-0
/
+10
*
Add CalledValuePropagation pass
Matthew Simpson
2017-10-25
1
-0
/
+3
*
[ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings.
Lang Hames
2017-09-17
1
-14
/
+6
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
1
-11
/
+17
*
Remove the BBVectorize pass.
Chandler Carruth
2017-06-30
1
-1
/
+1
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
1
-3
/
+46
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
1
-46
/
+3
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
1
-3
/
+46
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
3
-3
/
+3
*
[LLVM-C] [OCaml] Expose Type::subtypes.
whitequark
2017-06-05
1
-0
/
+14
*
Introduce LLVMDIBuilderRef
Amaury Sechet
2017-04-20
1
-0
/
+7
*
Introducing LLVMMetadataRef
Amaury Sechet
2017-04-17
2
-0
/
+17
*
Reorganize libLTO C API header lto.h (NFC)
Mehdi Amini
2017-04-08
1
-74
/
+70
*
Split the SimplifyCFG pass into two variants.
Joerg Sonnenberger
2017-03-26
1
-0
/
+3
*
[GVN] Initial check-in of a new global value numbering algorithm.
Davide Italiano
2016-12-22
1
-0
/
+3
*
[ThinLTO] Add an API to trigger file-based API for returning objects to the l...
Mehdi Amini
2016-12-14
1
-1
/
+35
*
Kill deprecated attribute API
Amaury Sechet
2016-11-06
1
-81
/
+0
*
[C API] Add LLVMConstExactUDiv and LLVMBuildExactUDiv functions.
Manuel Jacob
2016-10-04
1
-0
/
+3
*
[EarlyCSE] Change C API pass interface for EarlyCSE w/ MemorySSA
Geoff Berry
2016-09-01
1
-1
/
+4
*
[EarlyCSE] Optionally use MemorySSA. NFC.
Geoff Berry
2016-08-31
1
-1
/
+1
*
Propery format doccomment in lto.h . NFC
Amaury Sechet
2016-07-26
1
-4
/
+4
*
Expose AttributeSetNode, use it to provide aggregate getter for attribute in ...
Amaury Sechet
2016-07-21
1
-0
/
+6
*
Do not use bool in C header lto.h, use lto_bool_t instead
Mehdi Amini
2016-07-11
1
-1
/
+2
*
Add a libLTO API to query a memory buffer and check if it contains ObjC categ...
Mehdi Amini
2016-07-11
1
-5
/
+13
*
Add support for string attributes in the C API.
Amaury Sechet
2016-06-15
1
-0
/
+10
*
Add support for callsite in the new C API for attributes
Amaury Sechet
2016-06-15
1
-1
/
+8
*
Remove the ScalarReplAggregates pass
David Majnemer
2016-06-15
1
-3
/
+3
*
Change () to (void) in the C API.
Amaury Sechet
2016-06-12
1
-1
/
+1
*
Make sure we have a Add/Remove/Has function for various thing that can have a...
Amaury Sechet
2016-06-12
2
-2
/
+72
*
Extract renaming from D19181
Amaury Sechet
2016-05-23
1
-1
/
+1
[prev]
[next]