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
/
tools
/
llvm-c-test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix typos in comments and error messges; NFC
Hiroshi Inoue
2017-07-13
1
-4
/
+4
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
Fix "isn't a prototype" warning
Vitaly Buka
2016-11-16
1
-2
/
+2
*
Fix build break when the host C compiler is C89.
Richard Smith
2016-11-16
1
-3
/
+5
*
[C API] Prevent nullptr dereferences in C API for counting attributes.
Amaury Sechet
2016-11-15
4
-0
/
+84
*
Add support for callsite in the new C API for attributes
Amaury Sechet
2016-06-15
1
-0
/
+16
*
Make sure we have a Add/Remove/Has function for various thing that can have a...
Amaury Sechet
2016-06-12
1
-1
/
+16
*
[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}
Jeroen Ketema
2016-04-08
5
-10
/
+108
*
Do some refactoring in the LLVM C API echo test to remove duplication. NFC
Amaury Sechet
2016-04-07
1
-70
/
+85
*
[llvm-c] Add LLVMGetValueKind.
Peter Zotov
2016-04-06
1
-53
/
+69
*
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
2
-29
/
+7
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
2
-7
/
+29
*
[llvm-c] Expose LLVM{Get,Set}ModuleIdentifier
Peter Zotov
2016-04-05
1
-2
/
+11
*
Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.
Mehdi Amini
2016-03-19
1
-0
/
+11
*
Add echo test for constant data arrays in the LLVM C API
Amaury Sechet
2016-03-13
1
-0
/
+10
*
Add support for invoke/landingpad/resume in C API test
Amaury Sechet
2016-02-18
1
-1
/
+35
*
Add upport for bitcast in the C API echo test
Amaury Sechet
2016-02-17
1
-1
/
+18
*
Add support for memory operations (load/store/gep) in C API echo test
Amaury Sechet
2016-02-17
1
-0
/
+25
*
Make sure functions are generated even there is no global in the C API echo test
Amaury Sechet
2016-02-17
1
-6
/
+10
*
Add support for global variables in the C API echo test
Amaury Sechet
2016-02-17
1
-32
/
+138
*
Make sure the functions' range is empty before going through it in the LLVM C...
Amaury Sechet
2016-02-16
1
-0
/
+5
*
Do some refactoring in constant generation in the C API echo test. NFC
Amaury Sechet
2016-02-16
1
-8
/
+10
*
Generate functions in 2 steps in the C API echo test. NFC
Amaury Sechet
2016-02-16
1
-6
/
+32
*
Restore the capability to manipulate datalayout from the C API
Amaury Sechet
2016-02-16
1
-0
/
+6
*
Use report_fatal_error more consistently in the C API echo test
Amaury Sechet
2016-02-14
1
-73
/
+33
*
Get constant cloning out of CloneValue so it can be used when creating globals.
Amaury Sechet
2016-02-14
1
-40
/
+47
*
Move clone_params around
Amaury Sechet
2016-02-14
1
-78
/
+76
*
Add support for phi nodes in the LLVM C API test
Amaury Sechet
2016-02-11
1
-18
/
+37
*
Add support for struct in C API test
Amaury Sechet
2016-02-10
1
-77
/
+125
*
Add binding for counting argument and find called value of call and invoke in...
Amaury Sechet
2016-02-10
1
-2
/
+2
*
Split clone value and instruction in the echo C API test
Amaury Sechet
2016-02-09
1
-73
/
+77
*
Add icmp and conditional branches in the C API echo test.
Amaury Sechet
2016-02-09
1
-2
/
+20
*
Add C binding for AllocaInst::getAllocatedType
Amaury Sechet
2016-02-09
1
-1
/
+2
*
Improve the C API echo test tool to emit basic block is the right order.
Amaury Sechet
2016-02-09
1
-214
/
+260
*
Prefix external symbols in llvm-c-test.
Benjamin Kramer
2016-02-05
10
-46
/
+46
*
Add various binary operations in the LLVM C API echo test
Amaury Sechet
2016-02-05
1
-0
/
+72
*
Add Support to llvm-c-test dependancies
Amaury Sechet
2016-02-05
1
-0
/
+1
*
Improve testing for the C API
Amaury Sechet
2016-02-04
8
-6
/
+488
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-29
/
+0
*
Deprecate a few C APIs.
Rafael Espindola
2015-12-18
3
-13
/
+38
*
Add a test for LLVMGetBitcodeModule.
Rafael Espindola
2015-12-18
3
-10
/
+25
*
Reorganize the C API headers to improve build times.
Eric Christopher
2015-12-18
1
-0
/
+1
*
Fix build breakage caused by memory leaks in llvm-c-test
Bjorn Steinbrink
2015-01-28
1
-0
/
+4
*
Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodes
Bjorn Steinbrink
2015-01-28
4
-0
/
+48
*
Have llvm-c-test only use libLLVM if libLLVM has all the right components.
Chris Bieneman
2014-12-18
1
-3
/
+21
*
[CMake] llvm-c-test: Use libLLVM.so if it is available.
NAKAMURA Takumi
2014-11-10
1
-0
/
+9
*
Extend C disassembler API to allow specifying target features
Bradley Smith
2014-09-30
1
-7
/
+13
*
Convert getFileOffset to getOffset and move it to its only user.
Rafael Espindola
2014-04-21
1
-3
/
+2
*
Use -std=gnu99 in tools/llvm-c-test/CMakeLists.txt
Rafael Espindola
2014-01-08
1
-1
/
+1
*
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
2013-12-10
1
-1
/
+8
[prev]
[next]