2014-11-13 |
Aditya Nandakumar | We can get the TLOF from the TargetMachine - so constru... |
tree | commitdiff |
2014-11-13 |
Rafael Espindola | Return word_t from read. |
tree | commitdiff |
2014-11-13 |
Tim Northover | ARM: add @llvm.arm.space intrinsic for testing Constant... |
tree | commitdiff |
2014-11-13 |
Rafael Espindola | Simplify code a bit. NFC. |
tree | commitdiff |
2014-11-13 |
Rafael Espindola | Small optimization: once the size is know, we don't... |
tree | commitdiff |
2014-11-13 |
Duncan P. N. Exon... | IR: Create the Metadata class |
tree | commitdiff |
2014-11-13 |
Aditya Nandakumar | This patch changes the ownership of TLOF from TargetLow... |
tree | commitdiff |
2014-11-13 |
David Majnemer | Object, COFF: Clean up formatting in hasExtendedRelocations |
tree | commitdiff |
2014-11-13 |
Rafael Espindola | Read 64 bits at a time in the bitcode reader. |
tree | commitdiff |
2014-11-13 |
NAKAMURA Takumi | Update \param(s) in MemoryObject::readBytes(). [-Wdocum... |
tree | commitdiff |
2014-11-13 |
Rui Ueyama | llvm-readobj: Print out address table when dumping... |
tree | commitdiff |
2014-11-13 |
Hans Wennborg | CMake: stop setting (well, #undef'ing) HOST_LINK_VERSIO... |
tree | commitdiff |
2014-11-13 |
Frederic Riss | Revert "[dwarfdump] Add support for dumping accelerator... |
tree | commitdiff |
2014-11-13 |
Jordan Rose | [Bitcode] AtEndOfStream should only check against the... |
tree | commitdiff |
2014-11-12 |
Frederic Riss | [dwarfdump] Add support for dumping accelerator tables. |
tree | commitdiff |
2014-11-12 |
Frederic Riss | Allow DWARFFormValue::extractValue to be called with... |
tree | commitdiff |
2014-11-12 |
Ahmed Bougacha | Add fortified (__*_chk) library functions to TLI (NFC) |
tree | commitdiff |
2014-11-12 |
Cameron McInally | [AVX512] Add integer shift by immediate intrinsics. |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Use the return of readBytes to find out if we are at... |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Return the number of read bytes in MemoryObject::readBytes. |
tree | commitdiff |
2014-11-12 |
Justin Hibbits | Add support for small-model PIC for PowerPC. |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Reduce code duplication a bit. NFC. |
tree | commitdiff |
2014-11-12 |
NAKAMURA Takumi | MCDisassembler::getInstruction():: Prune also "\param... |
tree | commitdiff |
2014-11-12 |
Elena Demikhovsky | AVX-512: Intrinsics for ERI |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Delete dead code. NFC. |
tree | commitdiff |
2014-11-12 |
Bill Schmidt | [PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Merge StreamableMemoryObject into MemoryObject. |
tree | commitdiff |
2014-11-12 |
David Blaikie | Fix non-variadic function_ref cases to match r221753 |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Don't duplicate name in comments. NFC. |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Revert "Use a function_ref now that it works (r221753)." |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Remove unused method. NFC. |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Make readBytes pure virtual. Every real implementation... |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Remove unused method. NFC. |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Use a function_ref now that it works (r221753). |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Remove the now unused StringRefMemoryObject.h. |
tree | commitdiff |
2014-11-12 |
David Blaikie | Ensure function_refs are copyable even from non-const... |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Pass an ArrayRef to MCDisassembler::getInstruction. |
tree | commitdiff |
2014-11-12 |
Rafael Espindola | Remove a bit of dead code. |
tree | commitdiff |
2014-11-11 |
Duncan P. N. Exon... | libLTO: Allow linker to choose context of modules and... |
tree | commitdiff |
2014-11-11 |
Duncan P. N. Exon... | libLTO: Allow LTOModule to own a context |
tree | commitdiff |
2014-11-11 |
Duncan P. N. Exon... | libLTO: Allow LTOCodeGenerator to own a context |
tree | commitdiff |
2014-11-11 |
Kostya Serebryany | Move asan-coverage into a separate phase. |
tree | commitdiff |
2014-11-11 |
Duncan P. N. Exon... | Revert "IR: MDNode => Value" |
tree | commitdiff |
2014-11-11 |
Frederic Riss | Totally forget deallocated SDNodes in SDDbgInfo. |
tree | commitdiff |
2014-11-11 |
Tom Roeder | Add Forward Control-Flow Integrity. |
tree | commitdiff |
2014-11-11 |
David Majnemer | MC, COFF: Use relocations for function references insid... |
tree | commitdiff |
2014-11-11 |
Rafael Espindola | Add const. NFC. |
tree | commitdiff |
2014-11-11 |
Rafael Espindola | Don't duplicate names in comments. NFC. |
tree | commitdiff |
2014-11-11 |
Rafael Espindola | Don't repeat name in comment. NFC. |
tree | commitdiff |
2014-11-10 |
Rafael Espindola | Fix variable names and comment style. NFC. |
tree | commitdiff |
2014-11-07 |
David Majnemer | SelectionDAG: Assert if we truncate SDNode's NumOperand... |
tree | commitdiff |
2014-11-07 |
Saleem Abdulrasool | Transform: add SymbolRewriter pass |
tree | commitdiff |
2014-11-07 |
Rafael Espindola | Don't redeclare a pure virtual method. |
tree | commitdiff |
2014-11-07 |
Daniel Sanders | [mips] Remove MipsCC::analyzeCallOperands in favour... |
tree | commitdiff |
2014-11-07 |
Jay Foad | llvm-symbolizer: teach it about PowerPC64 ELF function... |
tree | commitdiff |
2014-11-07 |
Justin Hibbits | Add Position-independent Code model Module API. |
tree | commitdiff |
2014-11-06 |
Rafael Espindola | Don't repeat names in comments. NFC. |
tree | commitdiff |
2014-11-06 |
Simon Atanasyan | [ELF][yaml2obj] Handle additional MIPS specific st_othe... |
tree | commitdiff |
2014-11-06 |
Frederic Riss | Change DIBuilder::createImportedDeclaration from taking... |
tree | commitdiff |
2014-11-05 |
Steven Wu | Remove obsolete ARM intrinsics vclz and vcnt |
tree | commitdiff |
2014-11-05 |
Simon Atanasyan | Add accessor to get 'visibility' part of st_other field |
tree | commitdiff |
2014-11-05 |
Duncan P. N. Exon... | IR: MDNode => Value: NamedMDNode::getOperator() |
tree | commitdiff |
2014-11-05 |
Duncan P. N. Exon... | IR: MDNode => Value: NamedMDNode::addOperand() |
tree | commitdiff |
2014-11-05 |
Zoran Jovanovic | [mips][microMIPS] Mark symbols as microMIPS if necessary |
tree | commitdiff |
2014-11-05 |
David Majnemer | llvm-readobj: Add support for dumping the DOS header... |
tree | commitdiff |
2014-11-05 |
Jiangning Liu | Revert 220932. |
tree | commitdiff |
2014-11-05 |
Matt Arsenault | Fix broken C++ mode comment |
tree | commitdiff |
2014-11-04 |
Justin Bogner | ErrorOr: Be more explicit in the implicit conversion... |
tree | commitdiff |
2014-11-04 |
Arnaud A. de Grand... | [PBQP] Tweak spill costs and coalescing benefits |
tree | commitdiff |
2014-11-04 |
Rafael Espindola | Remove unused DisableRedZone option. |
tree | commitdiff |
2014-11-04 |
Rafael Espindola | Remove FindProgramByName. NFC. |
tree | commitdiff |
2014-11-04 |
Michael J. Spencer | [Support][Program] Add findProgramByName(Name, Optional... |
tree | commitdiff |
2014-11-04 |
Reid Kleckner | Use the LLVM_GNUC_PREREQ macro instead of the longhand... |
tree | commitdiff |
2014-11-04 |
Reid Kleckner | Remove the END_WITH_NULL macro now that Clang doesn... |
tree | commitdiff |
2014-11-04 |
Reid Kleckner | Rename END_WITH_NULL to LLVM_END_WITH_NULL and move... |
tree | commitdiff |
2014-11-04 |
Sanjoy Das | The patchpoint lowering logic would crash with live... |
tree | commitdiff |
2014-11-04 |
Kevin Enderby | Add the code and test cases for 32-bit Intel to llvm... |
tree | commitdiff |
2014-11-03 |
Hal Finkel | Use AA in LoadCombine |
tree | commitdiff |
2014-11-03 |
Reid Kleckner | Relax the LLVM_NOEXCEPT _MSC_VER version check back... |
tree | commitdiff |
2014-11-03 |
Duncan P. N. Exon... | IR: MDNode => Value: Instruction::getAllMetadataOtherTh... |
tree | commitdiff |
2014-11-03 |
Oliver Stannard | Revert r221150, as it broke sanitizer tests |
tree | commitdiff |
2014-11-03 |
Oliver Stannard | Emit .eh_frame with relocations to functions, rather... |
tree | commitdiff |
2014-11-03 |
Charlie Turner | Test commit. |
tree | commitdiff |
2014-11-03 |
Diego Novillo | Use ErrorOr for the ::create factory on instrumented... |
tree | commitdiff |
2014-11-02 |
Matt Arsenault | Support REG_SEQUENCE in tablegen. |
tree | commitdiff |
2014-11-01 |
David Majnemer | InstCombine: Don't assume that m_ZExt matches an Instru... |
tree | commitdiff |
2014-11-01 |
Daniel Sanders | Renamed CCState members that appear to misspell 'Proces... |
tree | commitdiff |
2014-11-01 |
Daniel Sanders | [tablegen] Add CustomCallingConv and use it to tablegen... |
tree | commitdiff |
2014-11-01 |
Diego Novillo | Add show and merge tools for sample PGO profiles. |
tree | commitdiff |
2014-11-01 |
Duncan P. N. Exon... | IR: MDNode => Value: Instruction::getAllMetadata() |
tree | commitdiff |
2014-11-01 |
Duncan P. N. Exon... | IR: MDNode => Value: Instruction::getMetadata() |
tree | commitdiff |
2014-10-31 |
Duncan P. N. Exon... | IR: MDNode => Value: Add Instruction::getMDNode() |
tree | commitdiff |
2014-10-31 |
Reid Kleckner | Work around bugs in MSVC "14" CTP 3's conversion logic |
tree | commitdiff |
2014-10-31 |
Reid Kleckner | Define LLVM_NOEXCEPT with MSVC 14 CTP 3 or newer |
tree | commitdiff |
2014-10-31 |
Lang Hames | [Object] Modify OwningBinary's interface to separate... |
tree | commitdiff |
2014-10-31 |
Duncan P. N. Exon... | IR: MDNode => Value: Instruction::setMetadata() |
tree | commitdiff |
2014-10-31 |
Bill Schmidt | [PowerPC] Initial VSX intrinsic support, with min/max... |
tree | commitdiff |
2014-10-31 |
Quentin Colombet | [CodeGenPrepare] Move extractelement close to store... |
tree | commitdiff |
2014-10-31 |
David Majnemer | Object, COFF: Cleanup symbol type code, improve binutil... |
tree | commitdiff |
2014-10-31 |
NAKAMURA Takumi | Threading.h: Give named parameters to llvm::call_once... |
tree | commitdiff |
next |