| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | C API: Add LLVMCloneModule() | Tom Stellard | 2014-10-01 | 1 | -0/+4 |
* | Extend C disassembler API to allow specifying target features | Bradley Smith | 2014-09-30 | 1 | -3/+17 |
* | [C API] Make the 'lower switch' pass available via the C API. | Juergen Ributzka | 2014-09-11 | 1 | -0/+3 |
* | Add an AlignmentFromAssumptions Pass | Hal Finkel | 2014-09-07 | 1 | -0/+3 |
* | Reinstate "Nuke the old JIT." | Eric Christopher | 2014-09-02 | 1 | -1/+0 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 3 | -6/+6 |
* | [LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse. | Peter Zotov | 2014-08-12 | 1 | -0/+7 |
* | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher | 2014-08-07 | 1 | -0/+1 |
* | Fix the ocaml bindings. | Rafael Espindola | 2014-08-07 | 1 | -1/+0 |
* | [LLVM-C] Add LLVM{IsConstantString,GetAsString,GetElementAsConstant}. | Peter Zotov | 2014-08-03 | 1 | -0/+21 |
* | Remove lto_codegen_set_attr. | Rafael Espindola | 2014-08-01 | 1 | -9/+1 |
* | Add scoped-noalias metadata | Hal Finkel | 2014-07-24 | 1 | -0/+3 |
* | MergedLoadStoreMotion pass | Gerolf Hoflehner | 2014-07-18 | 1 | -0/+3 |
* | Add a dereferenceable attribute | Hal Finkel | 2014-07-18 | 1 | -0/+1 |
* | Re-apply r211287: Remove support for LLVM runtime multi-threading. | Chandler Carruth | 2014-06-27 | 1 | -8/+5 |
* | Revert r211287, "Remove support for LLVM runtime multi-threading." | NAKAMURA Takumi | 2014-06-24 | 1 | -5/+8 |
* | Remove support for LLVM runtime multi-threading. | Zachary Turner | 2014-06-19 | 1 | -8/+5 |
* | Revert r211066, 211067, 211068, 211069, 211070. | Zachary Turner | 2014-06-16 | 1 | -5/+8 |
* | Remove some more code out into a separate CL. | Zachary Turner | 2014-06-16 | 1 | -8/+5 |
* | [modules] The LLVM C API does not require C++! | Richard Smith | 2014-06-12 | 1 | -1/+0 |
* | Revert "Remove support for runtime multi-threading." | Zachary Turner | 2014-06-10 | 1 | -5/+8 |
* | Remove support for runtime multi-threading. | Zachary Turner | 2014-06-10 | 1 | -8/+5 |
* | Add a new attribute called 'jumptable' that creates jump-instruction tables f... | Tom Roeder | 2014-06-05 | 1 | -1/+2 |
* | [modules] Add module maps for LLVM. These are not quite ready for prime-time | Richard Smith | 2014-05-21 | 1 | -0/+5 |
* | Add 'nonnull', a new parameter and return attribute which indicates that the ... | Nick Lewycky | 2014-05-20 | 1 | -1/+2 |
* | Add C API for thread yielding callback. | Juergen Ributzka | 2014-05-16 | 1 | -0/+9 |
* | Revert "[PM] Add pass run listeners to the pass manager." | Juergen Ributzka | 2014-05-15 | 1 | -27/+0 |
* | Split GlobalValue into GlobalValue and GlobalObject. | Rafael Espindola | 2014-05-13 | 1 | -2/+3 |
* | Move LTOModule and LTOCodeGenerator to the llvm namespace. | Rafael Espindola | 2014-05-03 | 1 | -2/+2 |
* | Style update: don't duplicate comments, they were getting out of sync. | Rafael Espindola | 2014-05-03 | 1 | -2/+3 |
* | [PM] Add pass run listeners to the pass manager. | Juergen Ributzka | 2014-04-28 | 1 | -0/+27 |
* | Add an -mattr option to the gold plugin to support subtarget features in LTO | Tom Roeder | 2014-04-25 | 1 | -1/+9 |
* | Convert getFileOffset to getOffset and move it to its only user. | Rafael Espindola | 2014-04-21 | 1 | -1/+0 |
* | Added new functionality to LLVM C API to use DiagnosticInfo to handle errors | Tom Stellard | 2014-04-16 | 1 | -0/+37 |
* | Teach llvm-lto to respect the given RelocModel. | James Molloy | 2014-04-14 | 1 | -1/+2 |
* | The LLVM C API shouldn't be including a file from the C++ API. Especially not a | Richard Smith | 2014-04-08 | 1 | -1/+0 |
* | Revert "Reapply "LTO: add API to set strategy for -internalize"" | Duncan P. N. Exon Smith | 2014-04-02 | 1 | -19/+0 |
* | ARM64: initial backend import | Tim Northover | 2014-03-29 | 1 | -0/+21 |
* | llvm-c: expose unnamedaddr field of globals | Tim Northover | 2014-03-10 | 1 | -0/+2 |
* | [Modules] Fix a layering issue that is actually impacting the modules | Chandler Carruth | 2014-03-06 | 2 | -11/+21 |
* | [C API] Implement LLVM{Get,Set}Alignment for AllocaInst. | Peter Zotov | 2014-03-05 | 1 | -0/+2 |
* | C API: Add functions to get or set a GlobalValue's DLLStorageClass | Reid Kleckner | 2014-03-05 | 1 | -0/+8 |
* | Add 'remark' diagnostic type in LLVM | Tobias Grosser | 2014-02-28 | 1 | -4/+5 |
* | LTO API: add lto_module_create_from_memory_with_path. | Manman Ren | 2014-02-10 | 1 | -1/+11 |
* | Fix known typos | Alp Toker | 2014-01-24 | 1 | -1/+1 |
* | Add target analysis passes to the codegen pipeline for MCJIT. | Juergen Ributzka | 2014-01-23 | 2 | -0/+5 |
* | Adding new LTO APIs to parse metadata nodes and extract linker options and | Yunzhong Gao | 2014-01-21 | 1 | -1/+38 |
* | LTO: document LTO_API_VERSION for each API | Duncan P. N. Exon Smith | 2014-01-16 | 1 | -7/+80 |
* | [LTO] Add a hook to map LLVM diagnostics into the clients of LTO. | Quentin Colombet | 2014-01-15 | 1 | -1/+28 |
* | Reapply "LTO: add API to set strategy for -internalize" | Duncan P. N. Exon Smith | 2014-01-14 | 1 | -1/+14 |