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
...
*
[LLVM-C] Add Accessors for Common DIType and DILocation Properties
Robert Widmann
2018-05-10
1
-0
/
+73
*
[LLVM-C] Move DIBuilder Bindings For Temporary MDNodes
Robert Widmann
2018-05-10
1
-0
/
+27
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-4
/
+4
*
[LLVM-C] Add DIBuilder bindings to create import declarations
Robert Widmann
2018-04-28
1
-0
/
+66
*
[LLVM-C] Miscellaneous Cleanups in DIBuilder Bindings
Robert Widmann
2018-04-28
1
-33
/
+42
*
Fix Wdocumentation warnings. NFCI.
Simon Pilgrim
2018-04-24
1
-3
/
+0
*
InstCombine: Fix layering by not including Scalar.h in InstCombine
David Blaikie
2018-04-24
1
-0
/
+43
*
[AggressiveInstCombine] Add aggressive inst combiner to the LLVM C API.
Craig Topper
2018-04-24
2
-0
/
+4
*
[LLVM-C] DIBuilder Bindings For Variable Expressions
Robert Widmann
2018-04-23
1
-0
/
+106
*
[LLVM-C] DIBuilderBindings for Subrange and Arrays
Robert Widmann
2018-04-23
1
-0
/
+30
*
[LLVM-C] Finish Up Scope Bindings
Robert Widmann
2018-04-23
1
-7
/
+73
*
[LLVM-C] Add DIBuilder Bindings For Variable Creation
Robert Widmann
2018-04-22
1
-0
/
+74
*
[LLVM-C] Add LLVMGetHostCPU{Name,Features}.
whitequark
2018-04-11
1
-0
/
+8
*
[LLVM-C] Move DIBuilder Bindings For Block Scopes
Robert Widmann
2018-04-07
1
-0
/
+64
*
[LLVM-C] Fill Out LLVMCallConv
Robert Widmann
2018-04-06
1
-7
/
+42
*
[LLVM-C] Audit Inline Assembly APIs for Consistency
Robert Widmann
2018-04-06
1
-2
/
+37
*
Assume existence of inttypes.h and stdint.h in DataTypes.h.
Nico Weber
2018-04-02
1
-45
/
+0
*
Wdocumentation fix. NFCI.
Simon Pilgrim
2018-04-02
1
-5
/
+5
*
Wdocumentation fixes. NFCI.
Simon Pilgrim
2018-04-02
1
-19
/
+28
*
Add C API bindings for DIBuilder 'Type' APIs
Harlan Haskins
2018-04-02
1
-0
/
+324
*
[LLVM-C] Finish exception instruction bindings - Round 2
Robert Widmann
2018-03-30
1
-6
/
+73
*
Revert "[LLVM-C] Finish exception instruction bindings"
Vlad Tsyrklevich
2018-03-30
1
-73
/
+6
*
llvm-c: Split Utils out of Scalar.h
David Blaikie
2018-03-29
2
-6
/
+50
*
[LLVM-C] Finish exception instruction bindings
Robert Widmann
2018-03-29
1
-6
/
+73
*
Split Disassembler.h in two to fix dependencies
David Blaikie
2018-03-29
2
-146
/
+161
*
Reapply Support layering fixes.
David Blaikie
2018-03-21
4
-3
/
+138
*
Revert "Move DataTypes.h from Support to llvm-c to fix layering."
Jonas Devlieghere
2018-03-21
1
-135
/
+0
*
Revert layering changes
Jonas Devlieghere
2018-03-21
1
-1
/
+1
*
Fix the actual user of DataTypes.h in llvm-c to avoid the circular dependency
David Blaikie
2018-03-21
1
-1
/
+1
*
Move DataTypes.h from Support to llvm-c to fix layering.
David Blaikie
2018-03-21
1
-0
/
+135
*
Revert "Fix layering between llvm-c and Support by factoring out some typedef...
Jonas Devlieghere
2018-03-20
1
-1
/
+37
*
Fix layering between llvm-c and Support by factoring out some typedefs into S...
David Blaikie
2018-03-20
1
-37
/
+1
*
[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
[prev]
[next]