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
...
*
ThinLTOCodeGenerator: ignore 0 values for the cache settings.
Mehdi Amini
2016-05-09
1
-4
/
+5
*
Provide some default values for the ThinLTO Cache pruning
Mehdi Amini
2016-05-03
1
-3
/
+6
*
Properly name LLVMSetIsInBounds's argument. NFC
Amaury Sechet
2016-05-01
1
-1
/
+1
*
Capitalize align argument in the C API as per convention. NFC
Amaury Sechet
2016-05-01
1
-2
/
+2
*
[ORC] clang-format code that was touched in r267457. NFC.
Lang Hames
2016-04-25
1
-10
/
+6
*
[ORC] Thread Error/Expected through the RPC library.
Lang Hames
2016-04-25
1
-7
/
+19
*
Style fix in Core.h / Core.cpp. NFC
Amaury Sechet
2016-04-23
1
-3
/
+4
*
Add LLVMGetAttrKindID in the C API in order to facilitate migration away from...
Amaury Sechet
2016-04-20
1
-0
/
+13
*
Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate mi...
Amaury Sechet
2016-04-13
1
-3
/
+0
*
Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration ...
Amaury Sechet
2016-04-13
1
-0
/
+3
*
[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}
Jeroen Ketema
2016-04-08
1
-0
/
+10
*
[GCC] Attribute ifunc support in llvm
Dmitry Polukhin
2016-04-07
1
-0
/
+1
*
[llvm-c] Add LLVMGetValueKind.
Peter Zotov
2016-04-06
1
-0
/
+38
*
[llvm-c] Expose LLVM{Get,Set}ModuleIdentifier
Peter Zotov
2016-04-05
1
-0
/
+20
*
Style update in Core.h/Core.cpp . NFC
Amaury Sechet
2016-04-04
1
-2
/
+2
*
Fixup r265277 [-Wdocumentation]
NAKAMURA Takumi
2016-04-04
1
-1
/
+1
*
Various style fix in Core.h/Core.cpp . NFC
Amaury Sechet
2016-04-03
1
-2
/
+2
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
1
-0
/
+1
*
Add a libLTO API to stop/restart ThinLTO between optimizations and CodeGen
Mehdi Amini
2016-04-01
1
-1
/
+19
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
1
-0
/
+1
*
Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min...
Eugene Zelenko
2016-03-28
2
-16
/
+10
*
Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.
Mehdi Amini
2016-03-19
1
-0
/
+15
*
Const-correctness in libLTO
Mehdi Amini
2016-03-19
1
-1
/
+1
*
Use templated version of unwrap instead of cats in the Core.cpp. NFC
Amaury Sechet
2016-03-13
1
-1
/
+1
*
Use lto_bool_t instead of a raw `bool` (fixup for r262977).
Sean Silva
2016-03-09
1
-1
/
+1
*
void foo() is not a valid C prototype, one has to write void foo(void)
Mehdi Amini
2016-03-09
1
-1
/
+1
*
libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi Amini
2016-03-09
1
-2
/
+219
*
Remove unused import in Orc C API
Amaury Sechet
2016-03-07
1
-1
/
+0
*
Add support for invoke/landingpad/resume in C API test
Amaury Sechet
2016-02-18
1
-0
/
+52
*
Add support for memory operations (load/store/gep) in C API echo test
Amaury Sechet
2016-02-17
1
-0
/
+24
*
Move LLVMCreateTargetData and LLVMDisposeTargetData together. NFC
Amaury Sechet
2016-02-17
1
-4
/
+4
*
Restore the capability to manipulate datalayout from the C API
Amaury Sechet
2016-02-16
2
-0
/
+17
*
Deprecate LLVMGetDataLayout and replace it by LLVMGetDataLayoutStr
Amaury Sechet
2016-02-16
1
-1
/
+6
*
Kill LLVMAddTargetData
Amaury Sechet
2016-02-16
1
-5
/
+0
*
Rename LLVMSetDataLayout's argument to match what they stand for
Amaury Sechet
2016-02-15
1
-1
/
+1
*
Fix star alignment in Core.h
Amaury Sechet
2016-02-14
1
-2
/
+2
*
Remove LLVMGetTargetMachineData leftovers.
Benjamin Kramer
2016-02-12
1
-3
/
+0
*
Delete the deprecated LLVMLinkModules.
Rafael Espindola
2016-02-12
1
-14
/
+0
*
Add support for phi nodes in the LLVM C API test
Amaury Sechet
2016-02-11
1
-0
/
+10
*
Add support for struct in C API test
Amaury Sechet
2016-02-10
1
-0
/
+24
*
Add binding for counting argument and find called value of call and invoke in...
Amaury Sechet
2016-02-10
1
-0
/
+22
*
Add C binding for AllocaInst::getAllocatedType
Amaury Sechet
2016-02-09
1
-0
/
+18
*
Improve the C API echo test tool to emit basic block is the right order.
Amaury Sechet
2016-02-09
1
-0
/
+5
*
Make some headers self-contained, remove unused includes that violate layering.
Benjamin Kramer
2016-01-27
1
-2
/
+0
*
Fix typo in the C API comments
Amaury Sechet
2016-01-18
1
-1
/
+1
*
Delete APIs that have been deprecated since 2010.
Rafael Espindola
2015-12-19
1
-24
/
+0
*
Deprecate a few C APIs.
Rafael Espindola
2015-12-18
1
-2
/
+24
*
clang-format to reduce diff in another patch.
Rafael Espindola
2015-12-18
1
-4
/
+3
*
Reorganize the C API headers to improve build times.
Eric Christopher
2015-12-18
18
-137
/
+193
*
Drop function that are deprecated since 2010.
Rafael Espindola
2015-12-17
1
-12
/
+0
[prev]
[next]