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 |
2015-05-15 |
Jim Grosbach | MC: clang-format. NFC. |
tree | commitdiff |
2015-05-15 |
Jim Grosbach | MC: Update MCCodeEmitter naming. NFC. |
tree | commitdiff |
2015-05-15 |
Jim Grosbach | MC: Update MCFixup naming. NFC. |
tree | commitdiff |
2015-05-15 |
Eric Christopher | While in GlobalValue fix the function(s) that don't... |
tree | commitdiff |
2015-05-15 |
Jingyue Wu | Add a speculative execution pass |
tree | commitdiff |
2015-05-15 |
James Molloy | Allow min/max detection to see through casts. |
tree | commitdiff |
2015-05-15 |
James Molloy | Add SDNodes for umin, umax, smin and smax. |
tree | commitdiff |
2015-05-15 |
Akira Hatanaka | Stop resetting SanitizeAddress in TargetMachine::resetT... |
tree | commitdiff |
2015-05-14 |
Jingyue Wu | [ValueTracking] refactor: extract method haveNoCommonBi... |
tree | commitdiff |
2015-05-14 |
Alex Lorenz | YAML: Add support for literal block scalar I/O. |
tree | commitdiff |
2015-05-14 |
Eric Christopher | 80-col fixups. |
tree | commitdiff |
2015-05-14 |
Eric Christopher | Reflow comments and remove one that predated the enum... |
tree | commitdiff |
2015-05-14 |
Douglas Katzman | Update obsolete comments, fix typo, delete trailing... |
tree | commitdiff |
2015-05-14 |
Matthias Braun | TargetSchedule: factor out common code; NFC |
tree | commitdiff |
2015-05-14 |
Adam Nemet | New Loop Distribution pass |
tree | commitdiff |
2015-05-14 |
Craig Topper | [TableGen] Remove ListInit::size() in favor of getSize... |
tree | commitdiff |
2015-05-13 |
Nick Lewycky | Revert r237046. See the testcase on the thread where... |
tree | commitdiff |
2015-05-13 |
Alex Lorenz | YAML: Implement block scalar parsing. |
tree | commitdiff |
2015-05-13 |
Pete Cooper | Construct ArrayRef<const T*> from vector<T> |
tree | commitdiff |
2015-05-13 |
Pete Cooper | Add llvm::all_of which wraps std::all_of. |
tree | commitdiff |
2015-05-13 |
Jonathan Roelofs | Fix typo on Instruction::insert{After,Before}(). NFC |
tree | commitdiff |
2015-05-13 |
Duncan P. N. Exon... | MC: clang-format MCSymbol.h, NFC |
tree | commitdiff |
2015-05-13 |
Jim Grosbach | MC: Modernize MCOperand API naming. NFC. |
tree | commitdiff |
2015-05-13 |
David Blaikie | [opaque pointer type] Pass the explicit function type... |
tree | commitdiff |
2015-05-13 |
Diego Novillo | Add function entry count metadata. |
tree | commitdiff |
2015-05-13 |
Michael Kuperstein | Reverting r237234, "Use std::bitset for SubtargetFeatures" |
tree | commitdiff |
2015-05-13 |
Sergey Dmitrouk | [DebugInfo] Debug locations for constant SD nodes |
tree | commitdiff |
2015-05-13 |
Michael Kuperstein | Use std::bitset for SubtargetFeatures |
tree | commitdiff |
2015-05-13 |
Pete Cooper | Change LoadAndStorePromoter to take ArrayRef instead... |
tree | commitdiff |
2015-05-13 |
Pete Cooper | Constify arguments in AliasSetTracker methods. NFC |
tree | commitdiff |
2015-05-13 |
Pete Cooper | Constify arguments to methods in LoopInfo. NFC |
tree | commitdiff |
2015-05-12 |
Sanjoy Das | [Statepoints] Support for "patchable" statepoints. |
tree | commitdiff |
2015-05-12 |
Diego Novillo | Tidy comments in SampleProfile header. NFC. |
tree | commitdiff |
2015-05-12 |
Richard Smith | Add missing #include and forward decl, found by modules... |
tree | commitdiff |
2015-05-12 |
Pat Gavlin | [Statepoints] Clean up statepoint argument accessors. |
tree | commitdiff |
2015-05-12 |
Philip Reames | [PlaceSafepoints] Switch to being a FunctionPass |
tree | commitdiff |
2015-05-12 |
Sanjay Patel | fix formatting; NFC |
tree | commitdiff |
2015-05-12 |
Pete Cooper | Add a const method to iterator over PHI incoming values. |
tree | commitdiff |
2015-05-12 |
Pat Gavlin | [Statepoints] Split the calling convention and statepoi... |
tree | commitdiff |
2015-05-12 |
Jonathan Roelofs | Delete dead code. NFC |
tree | commitdiff |
2015-05-12 |
Douglas Katzman | Comment disambiguation. |
tree | commitdiff |
2015-05-12 |
Sanjay Patel | fix typos, grammar; NFC |
tree | commitdiff |
2015-05-12 |
Renato Golin | Change TargetParser enum names to avoid macro conflicts... |
tree | commitdiff |
2015-05-12 |
Craig Topper | Remove unnecessary forward declaration. |
tree | commitdiff |
2015-05-12 |
Eric Christopher | Migrate existing backends that care about software... |
tree | commitdiff |
2015-05-11 |
Richard Smith | Add more missing #includes, found by modules build. |
tree | commitdiff |
2015-05-11 |
Richard Smith | Add missing #include, found by modules build. |
tree | commitdiff |
2015-05-11 |
Richard Smith | Add missing #includes, found by modules build. |
tree | commitdiff |
2015-05-11 |
David Blaikie | Readdress r236990, use of static members on a non-stati... |
tree | commitdiff |
2015-05-11 |
Sanjay Patel | propagate IR-level fast-math-flags to DAG nodes; 2nd... |
tree | commitdiff |
2015-05-11 |
Andrew Kaylor | [WinEH] Update exception numbering to give handlers... |
tree | commitdiff |
2015-05-11 |
Sanjay Patel | group getNode() variants by purpose and add comments... |
tree | commitdiff |
2015-05-11 |
Tom Stellard | CodeGen: Make MachineInstr::untieRegOperand() a public... |
tree | commitdiff |
2015-05-11 |
James Molloy | Rip min/max pattern matching out of InstCombine and... |
tree | commitdiff |
2015-05-11 |
Elena Demikhovsky | AVX-512: Changed CC parameter in "cmp" intrinsic |
tree | commitdiff |
2015-05-11 |
Elena Demikhovsky | AVX-512: Added SKX instructions and intrinsics: |
tree | commitdiff |
2015-05-09 |
Tom Stellard | MachineCSE: Add a target query for the LookAheadLimit... |
tree | commitdiff |
2015-05-08 |
Arnold Schwaighofer | ScheduleDAGInstrs: In functions with tail calls PseudoS... |
tree | commitdiff |
2015-05-08 |
Daniel Berlin | Add a comment about DepthFirstIterator's skipchildren... |
tree | commitdiff |
2015-05-08 |
Renato Golin | TargetParser: FPU/ARCH/EXT parsing refactory - NFC |
tree | commitdiff |
2015-05-08 |
Diego Novillo | Update Function::getContext documentation. NFC. |
tree | commitdiff |
2015-05-08 |
Pat Gavlin | Extend the statepoint intrinsic to allow statepoints... |
tree | commitdiff |
2015-05-08 |
Jingyue Wu | [NoTTI] reject negative scale in addressing mode |
tree | commitdiff |
2015-05-08 |
Simon Atanasyan | [llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine... |
tree | commitdiff |
2015-05-08 |
David Blaikie | [opaque pointer type] Explicit pointee type for GEPOper... |
tree | commitdiff |
next |