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
*
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
*
Change linkInModule to take a std::unique_ptr.
Rafael Espindola
2015-12-16
1
-6
/
+16
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-4
/
+2
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-6
/
+4
*
[IR] Add support for empty tokens
David Majnemer
2015-11-11
1
-0
/
+1
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
1
-9
/
+8
*
Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...
Rafael Espindola
2015-11-03
1
-2
/
+1
*
Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...
Rafael Espindola
2015-11-03
1
-1
/
+2
*
[Orc] Directly emit machine code for the x86 resolver block and trampolines.
Lang Hames
2015-11-03
1
-2
/
+1
*
[Orc] Expose the compile callback API through the C bindings.
Lang Hames
2015-10-30
1
-0
/
+24
*
[Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union that
Lang Hames
2015-10-28
1
-0
/
+111
*
[Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.
Lang Hames
2015-10-28
1
-111
/
+0
*
[Orc] Add experimental C bindings for Orc.
Lang Hames
2015-10-28
1
-0
/
+111
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-4
/
+6
*
LTO: Simplify merged module ownership.
Peter Collingbourne
2015-08-24
1
-2
/
+2
*
[IR] Add token types
David Majnemer
2015-08-14
1
-1
/
+2
*
Add support to set/get ordering for load/store from the C API
Andrew Wilkins
2015-08-02
1
-0
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-1
/
+13
*
Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...
Nick Lewycky
2015-07-29
1
-1
/
+1
*
Revert "Update LLVM bindings after r239940. ..."
Reid Kleckner
2015-07-16
1
-1
/
+2
*
Add capability to get and set the personalitty function from the C API
Andrew Wilkins
2015-07-14
1
-0
/
+14
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-13
/
+1
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-1
/
+13
*
Remove getRelocationAddress.
Rafael Espindola
2015-07-06
1
-1
/
+0
*
LTO: expose LTO_SYMBOL_ALIAS, which indicates that the symbol is an alias.
Peter Collingbourne
2015-07-04
1
-2
/
+3
[next]