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
/
test
/
Bindings
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator
Cameron McInally
2019-10-14
1
-1
/
+1
*
Revert "Fix OCaml/core.ml fneg check"
Dmitri Gribenko
2019-10-10
1
-1
/
+1
*
Fix OCaml/core.ml fneg check (try 2)
Simon Pilgrim
2019-10-10
1
-1
/
+1
*
Fix OCaml/core.ml fneg check
Simon Pilgrim
2019-10-10
1
-1
/
+1
*
[LLVM-C] Add bindings to create macro debug info
whitequark
2019-10-07
1
-39
/
+51
*
Improve C API support for atomicrmw and cmpxchg.
Nick Lewycky
2019-09-26
1
-0
/
+17
*
Revert "Expose TailCallKind via the LLVM C API"
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
Expose TailCallKind via the LLVM C API
Robert Widmann
2019-08-14
1
-2
/
+2
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
1
-1
/
+1
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
1
-1
/
+1
*
[NFC] Adjust "invalid.ll.bc" tests to check for AttrKind #255 not #63
Johannes Doerfert
2019-07-11
2
-2
/
+2
*
Fixed the Bindings/OCaml/core.ml test
Dmitri Gribenko
2019-05-20
1
-1
/
+1
*
Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that better
Paul Robinson
2019-05-10
1
-1
/
+2
*
[Go / ASAN] Disable Go bindings for ASAN tests.
Mitch Phillips
2019-03-08
1
-1
/
+1
*
[LLVM-C] Add Bindings to GlobalIFunc
Robert Widmann
2019-02-05
1
-0
/
+7
*
[DebugInfo] IR/Bitcode changes for DISubprogram flags.
Paul Robinson
2018-11-28
1
-1
/
+1
*
[LLVM-C] Improve Intrinsics Bindings
Robert Widmann
2018-11-06
1
-0
/
+16
*
[LLVM-C] Add more debug information accessors to GlobalObject and Instruction
Robert Widmann
2018-09-28
1
-8
/
+19
*
[LLVM-C] Add Bindings For Named Metadata
Robert Widmann
2018-08-30
1
-3
/
+8
*
[LLVM-C] [OCaml] Remove LLVMAddBBVectorizePass
Fangrui Song
2018-05-28
1
-1
/
+0
*
[LLVM-C] Add DIBuilder Bindings For ObjC Classes
Robert Widmann
2018-05-21
1
-37
/
+45
*
[LLVM-C] Improve Bindings For Aliases
Robert Widmann
2018-05-20
1
-0
/
+6
*
[LLVM-C] Add Bindings For Module Flags
Robert Widmann
2018-05-14
1
-0
/
+4
*
[LLVM-C] Consolidate llgo's DIBuilder Bindings
Robert Widmann
2018-05-10
1
-30
/
+31
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[LLVM-C] Add DIBuilder bindings to create import declarations
Robert Widmann
2018-04-28
1
-25
/
+29
*
[LLVM-C] DIBuilder Bindings For Variable Expressions
Robert Widmann
2018-04-23
1
-26
/
+31
*
[LLVM-C] DIBuilderBindings for Subrange and Arrays
Robert Widmann
2018-04-23
1
-13
/
+18
*
[LLVM-C] Finish Up Scope Bindings
Robert Widmann
2018-04-23
1
-17
/
+18
*
[LLVM-C] Add DIBuilder Bindings For Variable Creation
Robert Widmann
2018-04-22
1
-6
/
+17
*
[LLVM-C] Move DIBuilder Bindings For Block Scopes
Robert Widmann
2018-04-07
1
-6
/
+16
*
[LLVM-C] Audit Inline Assembly APIs for Consistency
Robert Widmann
2018-04-06
1
-0
/
+2
*
Add C API bindings for DIBuilder 'Type' APIs
Harlan Haskins
2018-04-02
1
-1
/
+7
*
[LLVM-C] Finish exception instruction bindings - Round 2
Robert Widmann
2018-03-30
1
-0
/
+35
*
Revert "[LLVM-C] Finish exception instruction bindings"
Vlad Tsyrklevich
2018-03-30
1
-35
/
+0
*
[LLVM-C] Finish exception instruction bindings
Robert Widmann
2018-03-29
1
-0
/
+35
*
Fix go bindings test when using goma distributed build tool
Reid Kleckner
2018-03-26
1
-1
/
+1
*
[LLVM-C] Redo unnamed_address attribute bindings
Robert Widmann
2018-03-14
1
-0
/
+1
*
[LLVM-C] Add Accessors For A Module's Source File Name
Robert Widmann
2018-01-30
1
-0
/
+1
*
[LLVM-C] Expose functions to create debug locations via DIBuilder.
whitequark
2017-11-01
1
-0
/
+8
*
[llvm] Get rid of "%T" expansions
Kuba Mracek
2017-08-15
15
-79
/
+79
*
[LLVM-C] [OCaml] Expose Type::subtypes.
whitequark
2017-06-05
1
-0
/
+11
*
[cmake] Canonicalize CMake booleans to 0/1 for lit interop
Michal Gorny
2017-01-06
2
-2
/
+2
*
[C API] Prevent nullptr dereferences in C API for counting attributes.
Amaury Sechet
2016-11-15
2
-0
/
+19
*
[OCaml] Adapt to the new attribute C API.
whitequark
2016-11-12
1
-16
/
+74
*
Add writeonly IR attribute
Nicolai Haehnle
2016-07-04
2
-2
/
+2
*
[OCaml] Add functions for accessing metadata nodes.
Peter Zotov
2016-06-22
1
-0
/
+1
*
Add support for callsite in the new C API for attributes
Amaury Sechet
2016-06-15
1
-5
/
+5
*
Make sure we have a Add/Remove/Has function for various thing that can have a...
Amaury Sechet
2016-06-12
1
-4
/
+5
*
[OCaml] Update core test and re-enable testing
Jeroen Ketema
2016-05-10
2
-32
/
+7
[next]