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
...
*
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
*
lto: Clean up C libLTO interfaces pertaining to linker flags.
Peter Collingbourne
2015-06-29
1
-39
/
+5
*
Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...
Peter Collingbourne
2015-06-29
1
-0
/
+10
*
Update LLVM bindings after r239940. Apparently these aren't included in
Daniel Jasper
2015-06-18
1
-2
/
+1
*
Add safestack attribute to LLVMAttribute enum and Go bindings. Correct
Peter Collingbourne
2015-06-15
1
-9
/
+9
*
LTO: expose LTO_SYMBOL_COMDAT flag, which indicates that the definition is pa...
Peter Collingbourne
2015-06-11
1
-1
/
+2
*
Add more wrappers for symbol APIs to the C API.
Eli Bendersky
2015-06-09
1
-0
/
+18
*
[C API] Add LLVMStructGetTypeAtIndex.
Peter Zotov
2015-06-04
1
-0
/
+7
*
LTO: Add API to choose whether to embed uselists
Duncan P. N. Exon Smith
2015-04-27
1
-1
/
+13
*
LTO: Correct some doxygen comments about API availability
Duncan P. N. Exon Smith
2015-04-27
1
-3
/
+3
*
[LTO API] add lto_codegen_set_should_internalize.
Manman Ren
2015-04-17
1
-1
/
+11
*
[IR] Introduce a dereferenceable_or_null(N) attribute.
Sanjoy Das
2015-04-16
1
-0
/
+1
*
Restore LLVMLinkModules C API until it is properly deprecated.
Juergen Ributzka
2015-03-02
1
-2
/
+12
*
[LTO API] add lto_codegen_set_module to set the destination module.
Manman Ren
2015-02-24
1
-1
/
+12
*
[BDCE] Add a bit-tracking DCE pass
Hal Finkel
2015-02-17
1
-0
/
+3
*
Fix warning: "function declaration isn’t a prototype"
Rafael Espindola
2015-02-04
1
-1
/
+1
*
Fix duplicated symbol error.
Rafael Espindola
2015-02-03
1
-3
/
+1
*
[LTO API] split lto_codegen_compile to lto_codegen_optimize and
Manman Ren
2015-02-03
1
-1
/
+38
*
Finish removing DestroySource.
Rafael Espindola
2014-12-23
1
-8
/
+1
*
[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.
Peter Zotov
2014-12-22
1
-0
/
+4
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-2
/
+3
*
libLTO: Allow linker to choose context of modules and codegen
Duncan P. N. Exon Smith
2014-11-11
1
-1
/
+49
*
[C API] PR19859: Add functions to query and modify branches.
Peter Zotov
2014-10-28
1
-0
/
+61
*
[C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConstRealGetDouble.
Peter Zotov
2014-10-28
1
-0
/
+18
*
[LLVM-C] Add LLVMInstructionClone.
Peter Zotov
2014-10-17
1
-0
/
+10
*
Introduce LLVMParseCommandLineOptions C API function.
Peter Collingbourne
2014-10-16
1
-0
/
+11
*
Introduce LLVMWriteBitcodeToMemoryBuffer C API function.
Peter Collingbourne
2014-10-14
1
-0
/
+3
[prev]
[next]