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