2015-05-22 |
Duncan P. N. Exon... | MC: Pack MCSymbol::Index in with the bitfield in MCSymbol |
tree | commitdiff |
2015-05-22 |
Duncan P. N. Exon... | MC: Lift MCSymbolData::Index up to MCSymbol::Index... |
tree | commitdiff |
2015-05-22 |
NAKAMURA Takumi | Revert part of r237975, "Fix Clang -Wmissing-override... |
tree | commitdiff |
2015-05-22 |
Duncan P. N. Exon... | SDAG: Give SDDbgValues their own allocator (and reset it) |
tree | commitdiff |
2015-05-22 |
Tobias Grosser | Revert "unique_ptrify LoadedObjectInfo::clone" |
tree | commitdiff |
2015-05-22 |
David Blaikie | unique_ptrify LoadedObjectInfo::clone |
tree | commitdiff |
2015-05-22 |
David Blaikie | Fix Clang -Wmissing-override warning |
tree | commitdiff |
2015-05-21 |
Michael J. Spencer | [Support] Fix ErrorOr equality operator. |
tree | commitdiff |
2015-05-21 |
Sanjay Patel | fix typos, remove function names from comments, NFC |
tree | commitdiff |
2015-05-21 |
Keno Fischer | Make it easier to use DwarfContext with MCJIT |
tree | commitdiff |
2015-05-21 |
David Blaikie | [opaque pointer type] Allow gep_type_iterator to work... |
tree | commitdiff |
2015-05-21 |
Rafael Espindola | Stop forwarding (get|set)Aligment from MCSectionData... |
tree | commitdiff |
2015-05-21 |
Chad Rosier | [MachineInstr] Add mayLoadOrStore API. NFC. |
tree | commitdiff |
2015-05-21 |
Alex Lorenz | Resubmit r237708 (MIR Serialization: print and parse... |
tree | commitdiff |
2015-05-21 |
Adrian Prantl | IR / debug info: Add a DWOId field to DICompileUnit, |
tree | commitdiff |
2015-05-21 |
Peter Collingbourne | Revert r237766, "Support: Introduce LLVM_FALLTHROUGH... |
tree | commitdiff |
2015-05-21 |
Derek Schuff | Fix StreamingMemoryObject to respect known object size. |
tree | commitdiff |
2015-05-21 |
Rafael Espindola | Move alignment from MCSectionData to MCSection. |
tree | commitdiff |
2015-05-21 |
Rafael Espindola | Avoid unnecessary section switching. NFC. |
tree | commitdiff |
2015-05-21 |
Rafael Espindola | Remove yet another method of creating begin and end... |
tree | commitdiff |
2015-05-21 |
Sanjay Patel | don't repeat function names in comments; NFC |
tree | commitdiff |
2015-05-21 |
Pete Cooper | Size enum so we can store it as 16-bits and avoid casts... |
tree | commitdiff |
2015-05-21 |
Rafael Espindola | Use existing helper for adding a section. NFC. |
tree | commitdiff |
2015-05-21 |
Renato Golin | Make Triple::parseARMArch use ARMTargetParser |
tree | commitdiff |
2015-05-21 |
Duncan P. N. Exon... | AsmPrinter: Compute absolute label difference directly |
tree | commitdiff |
2015-05-21 |
Duncan P. N. Exon... | MC: Initialize MCSymbolData::Offset directly |
tree | commitdiff |
2015-05-21 |
Duncan P. N. Exon... | MC: Simplify MCSymbolData initialization and remove... |
tree | commitdiff |
2015-05-21 |
Duncan P. N. Exon... | MC: Make MCSymbolData::Symbol private |
tree | commitdiff |
2015-05-20 |
Andrew Kaylor | [WinEH] C++ EH state numbering fixes |
tree | commitdiff |
2015-05-20 |
Reid Kleckner | [WinEH] Store pointers to the LSDA in the exception... |
tree | commitdiff |
2015-05-20 |
David Blaikie | [opaque pointer type] Pass explicit type to Load instru... |
tree | commitdiff |
2015-05-20 |
Duncan P. N. Exon... | MC: Use MCSymbol in LocalCommon, NFC |
tree | commitdiff |
2015-05-20 |
Pete Cooper | Change Function::getIntrinsicID() to return an Intrinsi... |
tree | commitdiff |
2015-05-20 |
Duncan P. N. Exon... | MC: Update MCAssembler to use MCSymbol, NFC |
tree | commitdiff |
2015-05-20 |
Benjamin Kramer | [YAML] Make Node's destructor non-virtual. |
tree | commitdiff |
2015-05-20 |
Duncan P. N. Exon... | MC: Use MCSymbol in MachObjectWriter, NFC |
tree | commitdiff |
2015-05-20 |
Duncan P. N. Exon... | MC: Use MCSymbol in MCObjectWriter::isWeak(), NFC |
tree | commitdiff |
2015-05-20 |
Renato Golin | Get Triple::getARMCPUForArch() to use TargetParser |
tree | commitdiff |
2015-05-20 |
Daniel Sanders | Revert r237789 - [mips] The naming convention for priva... |
tree | commitdiff |
2015-05-20 |
Daniel Sanders | [mips] The naming convention for private labels is... |
tree | commitdiff |
2015-05-20 |
Igor Laevsky | [StatepointLowering] Support of the gc.relocates for... |
tree | commitdiff |
2015-05-20 |
Craig Topper | [TableGen] Make some variable names consistent with... |
tree | commitdiff |
2015-05-20 |
Craig Topper | [TableGen] Don't override convertValue for some of... |
tree | commitdiff |
2015-05-20 |
Peter Collingbourne | Support: Introduce LLVM_FALLTHROUGH macro. |
tree | commitdiff |
2015-05-20 |
Swaroop Sridhar | Add a GCStrategy for CoreCLR |
tree | commitdiff |
2015-05-20 |
Duncan P. N. Exon... | MC: Take MCSymbol in MachObjectWriter::getSymbolAddress... |
tree | commitdiff |
2015-05-19 |
Duncan P. N. Exon... | MC: Use MCSymbol in MCAsmLayout::getSymbolOffset()... |
tree | commitdiff |
2015-05-19 |
Akira Hatanaka | Add a comment line that was accidentally dropped in... |
tree | commitdiff |
2015-05-19 |
Alexey Samsonov | [DWARF parser] Make DWARF parser more robust against... |
tree | commitdiff |
2015-05-19 |
David Blaikie | [opaque pointer type] Provide a convenience function... |
tree | commitdiff |
2015-05-19 |
Alex Lorenz | Revert r237708 (MIR serialization) - incremental buildb... |
tree | commitdiff |
2015-05-19 |
David Blaikie | [opaque pointer type] Provide the ability to pass an... |
tree | commitdiff |
2015-05-19 |
Matthias Braun | MachineInstr: Remove unused parameter. |
tree | commitdiff |
2015-05-19 |
Alexey Samsonov | [DWARF parser] Add basic support for DWZ DWARF multifil... |
tree | commitdiff |
2015-05-19 |
Sanjoy Das | Dereferenceable, dereferenceable_or_null metadata for... |
tree | commitdiff |
2015-05-19 |
Pete Cooper | Remove unused MCExpr.h include from MCELF.h. NFC |
tree | commitdiff |
2015-05-19 |
Pete Cooper | Remove unused MCRelocationInfo.h include from MCDisasse... |
tree | commitdiff |
2015-05-19 |
Filipe Cabecinhas | Change a reachable unreachable to a fatal error. |
tree | commitdiff |
2015-05-19 |
Alex Lorenz | MIR Serialization: print and parse LLVM IR using MIR... |
tree | commitdiff |
2015-05-19 |
Pete Cooper | Remove unused MachineLocation.h include from MCAsmInfo... |
tree | commitdiff |
2015-05-19 |
Pawel Bylica | Revert "Avoid size_t -> unsigned conversion in MathExtr... |
tree | commitdiff |
2015-05-19 |
Pawel Bylica | Avoid size_t -> unsigned conversion in MathExtras.h... |
tree | commitdiff |
2015-05-19 |
Pawel Bylica | Fix getSwappedBytes for double. |
tree | commitdiff |
2015-05-19 |
Tobias Grosser | Drop unnecessary ';' after namespace |
tree | commitdiff |
2015-05-19 |
Matthias Braun | SelectionDAG: Cleanup and simplify FoldConstantArithmetic |
tree | commitdiff |
2015-05-19 |
Pete Cooper | Store intrinsic ID by value in Function instead of... |
tree | commitdiff |
2015-05-19 |
Pete Cooper | Move Function::lookupIntrinsicID to a static method... |
tree | commitdiff |
2015-05-18 |
David Blaikie | Revert "[opaque pointer type] Provide a convenience... |
tree | commitdiff |
2015-05-18 |
David Blaikie | [opaque pointer type] Provide a convenience for IRBuild... |
tree | commitdiff |
2015-05-18 |
David Blaikie | Simplify IRBuilder::CreateCall* by using ArrayRef+initi... |
tree | commitdiff |
2015-05-18 |
Eric Christopher | 80-col fixup. |
tree | commitdiff |
2015-05-18 |
Eric Christopher | Fix grammar in comments. |
tree | commitdiff |
2015-05-18 |
Filipe Cabecinhas | Extract the load/store type verification to a separate... |
tree | commitdiff |
2015-05-18 |
Benjamin Kramer | [YAML] Plug a memory leak |
tree | commitdiff |
2015-05-18 |
Matthias Braun | MachineInstr: Change return value of getOpcode() to... |
tree | commitdiff |
2015-05-18 |
Jim Grosbach | MC: clang-format MCContext. NFC. |
tree | commitdiff |
2015-05-18 |
Jim Grosbach | MC: Clean up method names in MCContext. |
tree | commitdiff |
2015-05-18 |
Sanjoy Das | Exploit dereferenceable_or_null attribute in LICM pass |
tree | commitdiff |
2015-05-18 |
Jingyue Wu | [ScalarEvolution] refactor: extract interface getGEPExpr |
tree | commitdiff |
2015-05-18 |
Hans Wennborg | Fix llvm::BumpPtrAllocatorImpl::Reset() |
tree | commitdiff |
2015-05-18 |
Hal Finkel | Preserve the order of READ_REGISTER and WRITE_REGISTER |
tree | commitdiff |
2015-05-18 |
Adam Nemet | [LoopAccesses] If shouldRetryWithRuntimeCheck, reset... |
tree | commitdiff |
2015-05-18 |
Elena Demikhovsky | AVX-512: Added intrinsics for ADDSS/D, MULSS/D, SUBSS... |
tree | commitdiff |
2015-05-16 |
Benjamin Kramer | [WinEH] Push unique_ptr through the Action interface. |
tree | commitdiff |
2015-05-16 |
Benjamin Kramer | DenseMap: Remove poisoning of unused memory. |
tree | commitdiff |
2015-05-16 |
Benjamin Kramer | MC: Lower the default alignment of MCContext's operator... |
tree | commitdiff |
2015-05-16 |
Daniel Sanders | [x86] Distinguish the 'o', 'v', 'X', and 'i' inline... |
tree | commitdiff |
2015-05-16 |
Duncan P. N. Exon... | MC: Use MCSymbol in RelAndSymbol, NFC |
tree | commitdiff |
2015-05-16 |
Bill Schmidt | [PPC64] Add vector pack/unpack support from ISA 2.07 |
tree | commitdiff |
2015-05-16 |
Duncan P. N. Exon... | MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFull... |
tree | commitdiff |
2015-05-16 |
Duncan P. N. Exon... | MC: Change MCFragment::Atom to an MCSymbol, NFC |
tree | commitdiff |
2015-05-16 |
Duncan P. N. Exon... | MC: Change MCAssembler::Symbols to store MCSymbol, NFC |
tree | commitdiff |
2015-05-16 |
Duncan P. N. Exon... | MC: Merge MCSymbol and MCSymbolData |
tree | commitdiff |
2015-05-16 |
Duncan P. N. Exon... | MC: Move MCSymbolData to MCSymbol.h, NFC |
tree | commitdiff |
2015-05-15 |
Duncan P. N. Exon... | MC: Change MCAssembler::Symbols to a vector |
tree | commitdiff |
2015-05-15 |
Duncan P. N. Exon... | MC: Reduce MCAssembler::Symbols API exposure, NFC |
tree | commitdiff |
2015-05-15 |
Pete Cooper | Remove MCAssembler.h include from MCStreamer.h and... |
tree | commitdiff |
2015-05-15 |
Pete Cooper | Remove 3 includes from MCInstrDesc.h and explicitly... |
tree | commitdiff |
2015-05-15 |
Pete Cooper | Move some methods to a new MCInstrDesc.cpp file to... |
tree | commitdiff |
2015-05-15 |
Jim Grosbach | MC: MCCodeGenInfo naming update. NFC. |
tree | commitdiff |
next |