2015-01-16 |
Philip Reames | clang-format all the GC related files (NFC) |
tree | commitdiff |
2015-01-16 |
Philip Reames | Move ownership of GCStrategy objects to LLVMContext |
tree | commitdiff |
2015-01-16 |
Duncan P. N. Exon... | IR: Allow 16-bits for column info |
tree | commitdiff |
2015-01-16 |
Duncan P. N. Exon... | IR: Cleanup dead code, NFC |
tree | commitdiff |
2015-01-14 |
Philip Reames | getMangledTypeStr: clarify how it mangles types, and... |
tree | commitdiff |
2015-01-14 |
Duncan P. N. Exon... | IR: Move MDLocation into place |
tree | commitdiff |
2015-01-14 |
Duncan P. N. Exon... | IR: Always print MDLocation line |
tree | commitdiff |
2015-01-14 |
Duncan P. N. Exon... | IR: Drop metadata references more aggressively during... |
tree | commitdiff |
2015-01-14 |
Duncan P. N. Exon... | IR: Fix a use-after-free in RAUW |
tree | commitdiff |
2015-01-14 |
Chandler Carruth | [cleanup] Re-sort all the #include lines in LLVM using |
tree | commitdiff |
2015-01-14 |
Chandler Carruth | [PM] Port domtree to the new pass manager (at last). |
tree | commitdiff |
2015-01-13 |
Chandler Carruth | [PM] Push the debug option for the new pass manager... |
tree | commitdiff |
2015-01-13 |
Duncan P. N. Exon... | IR: Add MDLocation class |
tree | commitdiff |
2015-01-13 |
Chandler Carruth | [PM] Refactor the new pass manager to use a single... |
tree | commitdiff |
2015-01-13 |
Ramkumar Ramachandra | Standardize {pred,succ,use,user}_empty() |
tree | commitdiff |
2015-01-13 |
Chandler Carruth | [PM] Fold all three analysis managers into a single... |
tree | commitdiff |
2015-01-13 |
Reid Kleckner | Rename llvm.recoverframeallocation to llvm.framerecover |
tree | commitdiff |
2015-01-13 |
Reid Kleckner | Add the llvm.frameallocate and llvm.recoverframeallocat... |
tree | commitdiff |
2015-01-13 |
Duncan P. N. Exon... | IR: Remove an invalid assertion when replacing resolved... |
tree | commitdiff |
2015-01-13 |
Chandler Carruth | [PM] Re-clang-format much of this code as the code... |
tree | commitdiff |
2015-01-13 |
Duncan P. N. Exon... | Revert "IR: Fix an inverted assertion when replacing... |
tree | commitdiff |
2015-01-13 |
Duncan P. N. Exon... | IR: Fix an inverted assertion when replacing resolved... |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Split out writeMDTuple(), NFC |
tree | commitdiff |
2015-01-12 |
Chandler Carruth | [PM] Sink the reference vs. value decision for IR units... |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Prepare for a new UniquableMDNode subclass, NFC |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Stop erasing MDNodes from uniquing sets during... |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Move creation logic to MDNodeFwdDecl, NFC |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Move creation logic down to MDTuple, NFC |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Push storeDistinctInContext() down to UniquableMDNo... |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Split GenericMDNode into MDTuple and UniquableMDNode |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Invert logic to simplify control flow, NFC |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Separate out decrementUnresolvedOperandCount()... |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Prevent handleChangedOperand() recursion |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Add test for handleChangedOperand() recursion |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Separate out recalculateHash(), NFC |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Separate out helper: resolveAfterOperandChange... |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Use SubclassData32 directly, NFC |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Don't allow operands to become unresolved |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Remove redundant comment, NFC |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Simplify code, NFC |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Simplify replaceOperandWith(), NFC |
tree | commitdiff |
2015-01-12 |
Duncan P. N. Exon... | IR: Remove redundant calls to MDNode::setHash(), NFC |
tree | commitdiff |
2015-01-09 |
Chandler Carruth | Cleaup ValueHandle to no longer keep a PointerIntPair... |
tree | commitdiff |
2015-01-08 |
Duncan P. N. Exon... | IR: Add 'distinct' MDNodes to bitcode and assembly |
tree | commitdiff |
2015-01-07 |
Philip Reames | [GC] improve testing around gc.relocate and fix a test |
tree | commitdiff |
2015-01-07 |
Duncan P. N. Exon... | IR: Add MDNode::getDistinct() |
tree | commitdiff |
2015-01-07 |
Duncan P. N. Exon... | Linker: Don't use MDNode::replaceOperandWith() |
tree | commitdiff |
2015-01-07 |
Chandler Carruth | [PM] Fix a pretty nasty bug where the new pass manager... |
tree | commitdiff |
2015-01-06 |
Rafael Espindola | Change the .ll syntax for comdats and add a syntactic... |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Add a utility pass template that synthesizes the... |
tree | commitdiff |
2015-01-05 |
Duncan P. N. Exon... | IR: Don't drop MDNode uniquing on null operands |
tree | commitdiff |
2015-01-05 |
Duncan P. N. Exon... | IR: Prune arguments to ValueAsMetadata::ValueAsMetadata() |
tree | commitdiff |
2015-01-05 |
Chandler Carruth | [PM] Don't run the machinery of invalidating all the... |
tree | commitdiff |
2015-01-05 |
Chandler Carruth | [PM] Add names and debug logging for analysis passes... |
tree | commitdiff |
2015-01-05 |
Chandler Carruth | [PM] Switch the new pass manager to use a reference... |
tree | commitdiff |
2015-01-02 |
Chandler Carruth | [PM] Fix some formatting where clang-format has improve... |
tree | commitdiff |
2014-12-30 |
Elena Demikhovsky | Some code improvements in Masked Load/Store. |
tree | commitdiff |
2014-12-30 |
Philip Reames | Add IRBuilder routines for gc.statepoints, gc.results... |
tree | commitdiff |
2014-12-25 |
Elena Demikhovsky | Masked Load/Store - Changed the order of parameters... |
tree | commitdiff |
2014-12-23 |
Adrian Prantl | DIBuilder: Similar to createPointerType, make createMem... |
tree | commitdiff |
2014-12-22 |
Rafael Espindola | The leak detector is dead, long live asan and valgrind. |
tree | commitdiff |
2014-12-19 |
Yaron Keren | Remove isSubroutineType test for isCompositeType, getTa... |
tree | commitdiff |
2014-12-18 |
David Majnemer | ConstantFold: Shifting undef by zero results in undef |
tree | commitdiff |
2014-12-18 |
Duncan P. N. Exon... | IR: Handle self-referencing DICompositeTypes in DIBuilder |
tree | commitdiff |
2014-12-17 |
JF Bastien | Random Number Generator Refactoring (removing from... |
tree | commitdiff |
2014-12-17 |
Nick Lewycky | Delete debugging cruft that crept in with r223802. |
tree | commitdiff |
2014-12-16 |
Rafael Espindola | Use CastInst::castIsValid to simplify the verifier. |
tree | commitdiff |
2014-12-16 |
Duncan P. N. Exon... | IR: Stop printing 'metadata' in Metadata::print() |
tree | commitdiff |
2014-12-16 |
Duncan P. N. Exon... | IR: Make MDNode::dump() useful by adding addresses |
tree | commitdiff |
2014-12-15 |
Duncan P. N. Exon... | IR: Make metadata typeless in assembly |
tree | commitdiff |
2014-12-12 |
Duncan P. N. Exon... | IR: Don't track nullptr on metadata RAUW |
tree | commitdiff |
2014-12-12 |
Matthias Braun | Document that PassManager::add() may delete the pass... |
tree | commitdiff |
2014-12-11 |
Duncan P. N. Exon... | IR: Store MDNodes in a separate LeakDetector container |
tree | commitdiff |
2014-12-11 |
Nick Lewycky | Fix LLVMContext to match what MDKind names that the... |
tree | commitdiff |
2014-12-10 |
David Majnemer | ConstantFold: Clean up X * undef code |
tree | commitdiff |
2014-12-10 |
David Majnemer | ConstantFold, InstSimplify: undef >>a x can be either... |
tree | commitdiff |
2014-12-10 |
David Majnemer | ConstantFold: an undef shift amount results in undef |
tree | commitdiff |
2014-12-10 |
David Majnemer | ConstantFold: div undef, 0 should fold to undef, not... |
tree | commitdiff |
2014-12-10 |
David Majnemer | DataLayout: Provide nicer diagnostics for malformed... |
tree | commitdiff |
2014-12-10 |
Duncan P. N. Exon... | IR: Move call to dropAllReferences() to MDNode subclasses |
tree | commitdiff |
2014-12-10 |
David Majnemer | DataLayout: Be more verbose when diagnosing problems... |
tree | commitdiff |
2014-12-10 |
David Majnemer | DataLayout: Move asserts over to report_fatal_error |
tree | commitdiff |
2014-12-09 |
Duncan P. N. Exon... | IR: Fix memory corruption in MDNode new/delete |
tree | commitdiff |
2014-12-09 |
Duncan P. N. Exon... | IR: Metadata: Detect an RAUW recursion |
tree | commitdiff |
2014-12-09 |
Duncan P. N. Exon... | IR: Metadata/Value split: RAUW in a deterministic order |
tree | commitdiff |
2014-12-09 |
Hans Wennborg | Try fixing MSVC build after r223802 |
tree | commitdiff |
2014-12-09 |
Duncan P. N. Exon... | Fix a GCC build failure from r223802 |
tree | commitdiff |
2014-12-09 |
Duncan P. N. Exon... | IR: Split Metadata from Value |
tree | commitdiff |
2014-12-09 |
Juergen Ributzka | Revert "Move function to obtain branch weights into... |
tree | commitdiff |
2014-12-09 |
Juergen Ributzka | Move function to obtain branch weights into the BranchI... |
tree | commitdiff |
2014-12-08 |
David Majnemer | ConstantFold: Zero-sized globals might land on top... |
tree | commitdiff |
2014-12-07 |
Duncan P. N. Exon... | IR: Revert r223618 behaviour of MDNode::concatenate() |
tree | commitdiff |
2014-12-07 |
Duncan P. N. Exon... | IR: Drop uniquing for self-referencing MDNodes |
tree | commitdiff |
2014-12-06 |
Benjamin Kramer | Turn some DenseMaps that are only used for set operatio... |
tree | commitdiff |
2014-12-06 |
Benjamin Kramer | Reapply "LLVMContext: Store APInt/APFloat directly... |
tree | commitdiff |
2014-12-06 |
David Majnemer | ConstantFold: Don't optimize comparisons with weak... |
tree | commitdiff |
2014-12-06 |
David Majnemer | I didn't intend to commit this change. |
tree | commitdiff |
2014-12-06 |
David Majnemer | InstSimplify: Optimize away useless unsigned comparisons |
tree | commitdiff |
2014-12-06 |
NAKAMURA Takumi | Reformat. |
tree | commitdiff |
2014-12-06 |
Duncan P. N. Exon... | IR: Disallow function-local metadata attachments |
tree | commitdiff |
next |