2010-01-20 |
Victor Hernandez | Backout r93990
|
commit | commitdiff | tree |
2010-01-20 |
Victor Hernandez | Fix/strengthen verification of llvm.dbg.declare
|
commit | commitdiff | tree |
2010-01-20 |
Victor Hernandez | Switch Elts from vector to SmallVector
|
commit | commitdiff | tree |
2010-01-20 |
Victor Hernandez | Fix if/else brackets; getFunctionForValue() is to be...
|
commit | commitdiff | tree |
2010-01-20 |
Victor Hernandez | Map operands of all function-local metadata, not just...
|
commit | commitdiff | tree |
2010-01-20 |
Victor Hernandez | Avoid unnecessary Elts array
|
commit | commitdiff | tree |
2010-01-20 |
Victor Hernandez | Refactor common parts of MDNode::getFunction() and...
|
commit | commitdiff | tree |
2010-01-18 |
Victor Hernandez | Add comment that MDNode::getFunction() is not to be...
|
commit | commitdiff | tree |
2010-01-18 |
Victor Hernandez | Make findDbgDeclare/findDbgGlobalDeclare local static...
|
commit | commitdiff | tree |
2010-01-18 |
Victor Hernandez | Simplify MDNode::getFunction() and assertLocalFunction...
|
commit | commitdiff | tree |
2010-01-18 |
Victor Hernandez | Make printing of metadata more robust when function...
|
commit | commitdiff | tree |
2010-01-15 |
Victor Hernandez | Improve llvm.dbg.declare intrinsic by referring directly...
|
commit | commitdiff | tree |
2010-01-15 |
Victor Hernandez | Revert r93504 because older uses of llvm.dbg.declare...
|
commit | commitdiff | tree |
2010-01-15 |
Victor Hernandez | Improve llvm.dbg.declare intrinsic by referring directly...
|
commit | commitdiff | tree |
2010-01-14 |
Victor Hernandez | In debug builds, assert that function-local metadata...
|
commit | commitdiff | tree |
2010-01-14 |
Victor Hernandez | Simplify code that chooses when to enumerate function...
|
commit | commitdiff | tree |
2010-01-14 |
Victor Hernandez | Avoid modifying ValueEnumerator's MD ValueList by choosing...
|
commit | commitdiff | tree |
2010-01-14 |
Victor Hernandez | Extend testcase to also test llvm.dbg.value intrinsic
|
commit | commitdiff | tree |
2010-01-14 |
Victor Hernandez | Now that LLParser, AsmWriter, BitcodeReader, and BitcodeWrit...
|
commit | commitdiff | tree |
2010-01-14 |
Victor Hernandez | In WriteFunction(), write function-local metadata before...
|
commit | commitdiff | tree |
2010-01-14 |
Victor Hernandez | Fix printing of function-local metadata in AsmWriter
|
commit | commitdiff | tree |
2010-01-14 |
Victor Hernandez | Clean up unnecessary return and brackets
|
commit | commitdiff | tree |
2010-01-14 |
Victor Hernandez | Add MDNode::getFunction(), which figures out the metadata...
|
commit | commitdiff | tree |
2010-01-13 |
Victor Hernandez | Fix comment typo
|
commit | commitdiff | tree |
2010-01-13 |
Victor Hernandez | Write function-local metadata as a metadata subblock...
|
commit | commitdiff | tree |
2010-01-13 |
Victor Hernandez | Enumerate function-local metadata (and its types and...
|
commit | commitdiff | tree |
2010-01-13 |
Victor Hernandez | Parse function-local metadata inside function blocks
|
commit | commitdiff | tree |
2010-01-13 |
Victor Hernandez | Revert 93270 pending investigation of how stray non...
|
commit | commitdiff | tree |
2010-01-12 |
Victor Hernandez | Make WriteConstants() more robust against stray values...
|
commit | commitdiff | tree |
2010-01-11 |
Victor Hernandez | Add documentation for llvm.dbg.value intrinsic
|
commit | commitdiff | tree |
2010-01-11 |
Victor Hernandez | Consolidate ConvertGlobalValIDToValue, ConvertGlobalOrMetada...
|
commit | commitdiff | tree |
2010-01-11 |
Victor Hernandez | Respond to Chris' review:
|
commit | commitdiff | tree |
2010-01-10 |
Victor Hernandez | Compute isFunctionLocal in MDNode ctor or via argument...
|
commit | commitdiff | tree |
2010-01-06 |
Victor Hernandez | When parsing function-local metadata, create a function...
|
commit | commitdiff | tree |
2010-01-05 |
Victor Hernandez | Re-add parsing of function-local metadata; this time...
|
commit | commitdiff | tree |
2010-01-05 |
Victor Hernandez | Fix comment for CheckDebugInfoIntrinsics
|
commit | commitdiff | tree |
2009-12-18 |
Victor Hernandez | Formalize MDNode's function-localness:
|
commit | commitdiff | tree |
2009-12-16 |
Victor Hernandez | Use different name for argument and field
|
commit | commitdiff | tree |
2009-12-16 |
Victor Hernandez | MDNodes that refer to an instruction are local to a...
|
commit | commitdiff | tree |
2009-12-07 |
Victor Hernandez | Rename DIFactory::InsertValue() as DIFactory::InsertDbgValue...
|
commit | commitdiff | tree |
2009-12-07 |
Victor Hernandez | Introduce the "@llvm.dbg.value" debug intrinsic.
|
commit | commitdiff | tree |
2009-12-04 |
Victor Hernandez | Avoid creating a metadata slot for all metadata that...
|
commit | commitdiff | tree |
2009-12-04 |
Victor Hernandez | Fix crasher when N->getElement(n) is NULL
|
commit | commitdiff | tree |
2009-12-04 |
Victor Hernandez | Teach AsmWriter to write inline (not via a global metadata...
|
commit | commitdiff | tree |
2009-12-03 |
Victor Hernandez | Add ParseInlineMetadata() which can parses metadata...
|
commit | commitdiff | tree |
2009-11-13 |
Victor Hernandez | Remove unnecessary llvm.dbg.declare bitcast
|
commit | commitdiff | tree |
2009-11-10 |
Victor Hernandez | make this handle redefinition of malloc function with...
|
commit | commitdiff | tree |
2009-11-10 |
Victor Hernandez | Update computeArraySize() to use ComputeMultiple()...
|
commit | commitdiff | tree |
2009-11-10 |
Victor Hernandez | Add ComputeMultiple() analysis function that recursively...
|
commit | commitdiff | tree |
2009-11-07 |
Victor Hernandez | - new SROA mallocs should have the mallocs running...
|
commit | commitdiff | tree |
2009-11-07 |
Victor Hernandez | Fit in 80 columns
|
commit | commitdiff | tree |
2009-11-07 |
Victor Hernandez | Re-commit r86077 now that r86290 fixes the 179.art...
|
commit | commitdiff | tree |
2009-11-06 |
Victor Hernandez | CallInst::CreateMalloc() and CallInst::CreateFree(...
|
commit | commitdiff | tree |
2009-11-06 |
Victor Hernandez | Revert r86077 because it caused crashes in 179.art...
|
commit | commitdiff | tree |
2009-11-05 |
Victor Hernandez | Update CreateMalloc so that its callers specify the...
|
commit | commitdiff | tree |
2009-11-03 |
Victor Hernandez | Changes requested (avoid getFunction(), avoid Type...
|
commit | commitdiff | tree |
2009-11-03 |
Victor Hernandez | Changes (* location in pointer variables, avoiding...
|
commit | commitdiff | tree |
2009-11-02 |
Victor Hernandez | Set bit instead of calling pow() to compute 2 << n
|
commit | commitdiff | tree |
2009-10-28 |
Victor Hernandez | Extend getMallocArraySize() to determine the array...
|
commit | commitdiff | tree |
2009-10-27 |
Victor Hernandez | Rename MallocFreeHelper as MemoryBuiltins
|
commit | commitdiff | tree |
2009-10-26 |
Victor Hernandez | Rename MallocHelper as MallocFreeHelper, since it now...
|
commit | commitdiff | tree |
2009-10-26 |
Victor Hernandez | Remove all references to MallocInst and FreeInst
|
commit | commitdiff | tree |
2009-10-26 |
Victor Hernandez | Remove FreeInst.
|
commit | commitdiff | tree |
2009-10-24 |
Victor Hernandez | Auto-upgrade free instructions to calls to the builtin...
|
commit | commitdiff | tree |
2009-10-23 |
Victor Hernandez | Remove AllocationInst. Since MallocInst went away...
|
commit | commitdiff | tree |
2009-10-23 |
Victor Hernandez | Minor code cleanup.
|
commit | commitdiff | tree |
2009-10-21 |
Victor Hernandez | Make changes to rev 84292 as requested by Chris Lattner.
|
commit | commitdiff | tree |
2009-10-19 |
Victor Hernandez | Malloc calls are marked NoAlias, so the code below...
|
commit | commitdiff | tree |
2009-10-17 |
Victor Hernandez | Remove MallocInst from LLVM Instructions.
|
commit | commitdiff | tree |
2009-10-17 |
Victor Hernandez | Autoupgrade malloc insts to malloc calls.
|
commit | commitdiff | tree |
2009-10-16 |
Victor Hernandez | HeapAllocSRoA also needs to check if malloc array size...
|
commit | commitdiff | tree |
2009-10-16 |
Victor Hernandez | Invert isSafeToGetMallocArraySize check because we...
|
commit | commitdiff | tree |
2009-10-16 |
Victor Hernandez | Invert isSafeToGetMallocArraySize check because we...
|
commit | commitdiff | tree |
2009-10-15 |
Victor Hernandez | Fix bug where array malloc with unexpected computation...
|
commit | commitdiff | tree |
2009-10-13 |
Victor Hernandez | Memory dependence analysis was incorrectly stopping...
|
commit | commitdiff | tree |
2009-09-25 |
Victor Hernandez | Revert 82694 "Auto-upgrade malloc instructions to malloc...
|
commit | commitdiff | tree |
2009-09-24 |
Victor Hernandez | Auto-upgrade malloc instructions to malloc calls.
|
commit | commitdiff | tree |
2009-09-22 |
Victor Hernandez | No need to verify that malloc's return type is i8*.
|
commit | commitdiff | tree |
2009-09-18 |
Victor Hernandez | Enhance transform passes so that they apply the same...
|
commit | commitdiff | tree |
2009-09-18 |
Victor Hernandez | Enhance analysis passes so that they apply the same...
|
commit | commitdiff | tree |
2009-09-18 |
Victor Hernandez | Update malloc call creation code (AllocType is now...
|
commit | commitdiff | tree |
2009-09-10 |
Victor Hernandez | Fit code within 80 columns
|
commit | commitdiff | tree |
|