2015-01-22 |
Elena Demikhovsky | Fixed a bug in type legalizer for masked load/store... |
tree | commitdiff |
2015-01-22 |
Saleem Abdulrasool | ARM: fail less catastrophically on invalid Windows... |
tree | commitdiff |
2015-01-22 |
Duncan P. N. Exon... | DIBuilder: Make header iterator constructor explicit... |
tree | commitdiff |
2015-01-22 |
Duncan P. N. Exon... | DIBuilder: Extract header_begin() and header_end()... |
tree | commitdiff |
2015-01-22 |
Duncan P. N. Exon... | DIBuilder: Stop abusing DIExpressionIterator::operator... |
tree | commitdiff |
2015-01-22 |
Duncan P. N. Exon... | DIBuilder: Extract DIHeaderFieldIterator::getNumber... |
tree | commitdiff |
2015-01-22 |
Duncan P. N. Exon... | DIBuilder: Create a getHeaderIterator() helper, NFC |
tree | commitdiff |
2015-01-22 |
Chris Bieneman | Making deleted copy constructors and operators to be... |
tree | commitdiff |
2015-01-22 |
Chris Bieneman | Assigning and copying command line option objects shoul... |
tree | commitdiff |
2015-01-22 |
Adrian Prantl | Rewrite DIExpression::Verify() using an iterator. NFC. |
tree | commitdiff |
2015-01-21 |
Matthias Braun | LiveIntervalAnalysis: Mark subregister defs as undef... |
tree | commitdiff |
2015-01-21 |
Chris Bieneman | Adding a new cl::HideUnrelatedOptions API to allow... |
tree | commitdiff |
2015-01-21 |
Matthias Braun | LiveIntervalAnalysis: Factor out code to update livenes... |
tree | commitdiff |
2015-01-21 |
Matthias Braun | LiveIntervalAnalysis: document removePhysRegDefAt(... |
tree | commitdiff |
2015-01-21 |
Matthias Braun | LiveIntervalAnalysis: Factor out code to update livenes... |
tree | commitdiff |
2015-01-21 |
Matthias Braun | LiveIntervalAnalysis: Remove unused pruneValue() variant. |
tree | commitdiff |
2015-01-21 |
Chandler Carruth | [PM] Replace an abuse of inheritance to override a... |
tree | commitdiff |
2015-01-21 |
Adrian Prantl | Make DIExpression::Verify() stricter by checking that... |
tree | commitdiff |
2015-01-20 |
Chandler Carruth | [PM] Separate the InstCombiner from its pass. |
tree | commitdiff |
2015-01-20 |
Manman Ren | [llvm link] Destroy ConstantArrays in LLVMContext if... |
tree | commitdiff |
2015-01-20 |
Chandler Carruth | [PM] Don't spend time making self moves no-ops. They... |
tree | commitdiff |
2015-01-20 |
Duncan P. N. Exon... | Revert "IR: Specify underlying type instead of r226570... |
tree | commitdiff |
2015-01-20 |
Duncan P. N. Exon... | IR: Specify underlying type instead of r226570, NFC |
tree | commitdiff |
2015-01-20 |
Duncan P. N. Exon... | IR: Store StorageType as an unsigned bitfield |
tree | commitdiff |
2015-01-20 |
Chandler Carruth | [PM] Port LoopInfo to the new pass manager, adding... |
tree | commitdiff |
2015-01-20 |
Chandler Carruth | [PM] Make the LoopInfoBase and LoopInfo objects movable... |
tree | commitdiff |
2015-01-20 |
Chandler Carruth | [PM] Fix a moderately scary typo in the deleted copy... |
tree | commitdiff |
2015-01-20 |
Chandler Carruth | [PM] Use range-based for and auto to clean up some... |
tree | commitdiff |
2015-01-20 |
Duncan P. N. Exon... | IR: Move MDNode clone() methods from ValueMapper to... |
tree | commitdiff |
2015-01-20 |
Chandler Carruth | [PM] Replace the Pass argument in MergeBasicBlockIntoOn... |
tree | commitdiff |
2015-01-20 |
Duncan P. N. Exon... | IR: Detect whether to call recalculateHash() via SFINAE... |
tree | commitdiff |
2015-01-20 |
Duncan P. N. Exon... | IR: Introduce GenericDwarfNode |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Cleanup MDNode field use, NFC |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Move replaceWithUniqued(), etc., to source file... |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Merge UniquableMDNode back into MDNode, NFC |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Simplify uniquifyImpl(), NFC |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Simplify erasing from uniquing store, NFC |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | Remove dead code, NFC |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | Utils: Simplify MapMetadata(), NFC |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Allow temporary nodes to become uniqued or distinct |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Remove templates from TempMDNodeDeleter, NFC |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Split out countUnresolvedOperands(), NFC |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Return unique_ptr from MDNode::getTemporary() |
tree | commitdiff |
2015-01-19 |
Rafael Espindola | Add r224985 back with fixes. |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Add MDLocation::getTemporary() |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Remove MDNodeFwdDecl |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Extract out and reuse `storeImpl()`, NFC |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Reuse `getImpl()` for `getDistinct()`, NFC |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Move replaceAllUsesWith() back up to MDNode |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Be specific about what MDNode::get() returns, NFC |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | Remove dead code, NFC |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Unify code for MDNode::isResolved(), NFC |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Store RAUW support and Context in the same pointer... |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Add isUniqued() and isTemporary() |
tree | commitdiff |
2015-01-19 |
Duncan P. N. Exon... | IR: Use an enum to describe Metadata storage, NFC |
tree | commitdiff |
2015-01-19 |
Adrian Prantl | Remove support for DIVariable's FlagIndirectVariable... |
tree | commitdiff |
2015-01-19 |
Chandler Carruth | [PM] Replace the Pass argument to SplitEdge with specif... |
tree | commitdiff |
2015-01-19 |
Chandler Carruth | [PM] Cleanup a dead option to critical edge splitting... |
tree | commitdiff |
2015-01-19 |
Chandler Carruth | [PM] Remove the Pass argument from all of the critical... |
tree | commitdiff |
2015-01-19 |
Sergey Dmitrouk | [NFC] Update createMachineScheduler() comment |
tree | commitdiff |
2015-01-19 |
Craig Topper | [x86] Change AVX512 intrinsics to take a 8-bit immediat... |
tree | commitdiff |
2015-01-19 |
Michael Gottesman | [tinyptrvector] Add in a MutableArrayRef implicit conve... |
tree | commitdiff |
2015-01-19 |
Chandler Carruth | [PM] Lift the analyses into the interface for |
tree | commitdiff |
2015-01-19 |
Michael Gottesman | Change using => typedef to please the MSVC bots. |
tree | commitdiff |
2015-01-19 |
Michael Gottesman | Hide the state of TinyPtrVector and remove the single... |
tree | commitdiff |
2015-01-18 |
David Blaikie | unique_ptrify the RelInfo parameter to TargetRegistry... |
tree | commitdiff |
2015-01-18 |
David Blaikie | Attempt to fix the MSVC build by working around a layer... |
tree | commitdiff |
2015-01-18 |
David Blaikie | std::unique_ptrify the MCStreamer argument to createAsm... |
tree | commitdiff |
2015-01-18 |
Chandler Carruth | [PM] Pull the analyses used for another utility routine... |
tree | commitdiff |
2015-01-18 |
Chandler Carruth | [PM] Sink the specific analyses preserved by SplitBlock... |
tree | commitdiff |
2015-01-18 |
Chandler Carruth | [PM] Replace another Pass argument with specific analys... |
tree | commitdiff |
2015-01-18 |
Chandler Carruth | [PM] Lift the actual analyses used into the inferface... |
tree | commitdiff |
2015-01-18 |
Chandler Carruth | [PM] Now that LoopInfo isn't in the Pass type hierarchy... |
tree | commitdiff |
2015-01-17 |
Chandler Carruth | [PM] Split the LoopInfo object apart from the legacy... |
tree | commitdiff |
2015-01-16 |
Philip Reames | clang-format all the GC related files (NFC) |
tree | commitdiff |
2015-01-16 |
Lang Hames | [RuntimeDyld] Track symbol visibility in RuntimeDyld. |
tree | commitdiff |
2015-01-16 |
Kevin Enderby | Fix the Archive::Child::getRawSize() method used by... |
tree | commitdiff |
2015-01-16 |
Lang Hames | [RuntimeDyld] Add 'stub_addr' to comment describing... |
tree | commitdiff |
2015-01-16 |
Philip Reames | Move ownership of GCStrategy objects to LLVMContext |
tree | commitdiff |
2015-01-16 |
Philip Reames | Remove gc.root's findCustomSafePoints mechanism |
tree | commitdiff |
2015-01-16 |
Adam Nemet | [AVX512] Add intrinsics for masked aligned FP loads... |
tree | commitdiff |
2015-01-16 |
Filipe Cabecinhas | Use report_fatal_error instead of llvm_unreachable... |
tree | commitdiff |
2015-01-16 |
Sanjoy Das | Add a new pass "inductive range check elimination" |
tree | commitdiff |
2015-01-15 |
Kevin Enderby | Add the option, -archive-headers, used with -macho... |
tree | commitdiff |
2015-01-15 |
Lang Hames | [Object] Add SF_Exported flag. This flag will be set... |
tree | commitdiff |
2015-01-15 |
Sanjoy Das | Revert r226201 (Add a new pass "inductive range check... |
tree | commitdiff |
2015-01-15 |
Sanjoy Das | Add a new pass "inductive range check elimination" |
tree | commitdiff |
2015-01-15 |
Chandler Carruth | [PM] Port TargetLibraryInfo to the new pass manager... |
tree | commitdiff |
2015-01-15 |
Chandler Carruth | [PM] Separate the TargetLibraryInfo object from the... |
tree | commitdiff |
2015-01-15 |
Chandler Carruth | [PM] Clean up the TLI doxygen comments prior to refacto... |
tree | commitdiff |
2015-01-15 |
Chandler Carruth | [PM] Move TargetLibraryInfo into the Analysis library. |
tree | commitdiff |
2015-01-15 |
Adrian Prantl | Add missing include directive for llvm::make_unique(). |
tree | commitdiff |
2015-01-14 |
Ramkumar Ramachandra | [GC] CodeGenPrep transform: simplify offsetable relocate |
tree | commitdiff |
2015-01-14 |
Duncan P. N. Exon... | IR: Fix comment spelling, NFC |
tree | commitdiff |
2015-01-14 |
Duncan P. N. Exon... | IR: Move MDLocation into place |
tree | commitdiff |
2015-01-14 |
Duncan P. N. Exon... | IR: Drop metadata references more aggressively during... |
tree | commitdiff |
2015-01-14 |
David Blaikie | Add comment about a gotcha I ran across while touching... |
tree | commitdiff |
2015-01-14 |
David Blaikie | unique_ptrify the value in DominatorTreeBase::DomTreeNodes |
tree | commitdiff |
2015-01-14 |
Rafael Espindola | Revert "Add r224985 back with two fixes." |
tree | commitdiff |
2015-01-14 |
Reid Kleckner | Remove dead code for llvm.eh.selector in the old EH... |
tree | commitdiff |
next |