projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Delete unneeeded arguments.
2010-04-14
Devang Patel
Clear MachineInstr->MCSymbol maps at the end of a function.
commit
|
commitdiff
|
tree
2010-04-13
Devang Patel
XFAIL this test for powerpc.
commit
|
commitdiff
|
tree
2010-04-13
Devang Patel
Do not include types without any definition in pubtypes...
commit
|
commitdiff
|
tree
2010-04-09
Devang Patel
Clear InsnsBeginScopeSet and InsnsEndScopeSet at the...
commit
|
commitdiff
|
tree
2010-04-08
Devang Patel
Rename a function.
commit
|
commitdiff
|
tree
2010-04-08
Devang Patel
One instruction may start (or end) multiple lexical...
commit
|
commitdiff
|
tree
2010-04-08
Devang Patel
Remove dead code.
commit
|
commitdiff
|
tree
2010-04-08
Devang Patel
Delete out of date comment.
commit
|
commitdiff
|
tree
2010-04-08
Devang Patel
Refactor.
commit
|
commitdiff
|
tree
2010-04-06
Devang Patel
Do not emit specification DIE with DW_AT_specification...
commit
|
commitdiff
|
tree
2010-04-06
Devang Patel
Remove unnecessary include.
commit
|
commitdiff
|
tree
2010-04-01
Devang Patel
Revert r100117.
commit
|
commitdiff
|
tree
2010-04-01
Devang Patel
Do not eagerly record known previous location. DBG_VALUE...
commit
|
commitdiff
|
tree
2010-04-01
Devang Patel
Skip instructions until new scope is seen.
commit
|
commitdiff
|
tree
2010-04-01
Devang Patel
Cosmetic changes.
commit
|
commitdiff
|
tree
2010-03-30
Devang Patel
Ignore invalid metadata.
commit
|
commitdiff
|
tree
2010-03-30
Devang Patel
There is no need to fall through after processing DBG_VALUE...
commit
|
commitdiff
|
tree
2010-03-29
Devang Patel
Encode start location of debug value, communicated...
commit
|
commitdiff
|
tree
2010-03-29
Devang Patel
Refactor code to push DILocation prcessing into DwarfDebug...
commit
|
commitdiff
|
tree
2010-03-28
Devang Patel
Revert 99772.
commit
|
commitdiff
|
tree
2010-03-28
Devang Patel
Refactoring. Push DILocation processing in to DwarfDebug...
commit
|
commitdiff
|
tree
2010-03-26
Devang Patel
Add a paragram describing how to extract line number...
commit
|
commitdiff
|
tree
2010-03-25
Devang Patel
Add comment.
commit
|
commitdiff
|
tree
2010-03-25
Devang Patel
Fix typo.
commit
|
commitdiff
|
tree
2010-03-25
Devang Patel
Include isFunctionLocal while calculating folding node...
commit
|
commitdiff
|
tree
2010-03-25
Devang Patel
Include isFunctionLocal while calculating folding node...
commit
|
commitdiff
|
tree
2010-03-24
Devang Patel
Use SP filename directly instead of SP's context's...
commit
|
commitdiff
|
tree
2010-03-24
Devang Patel
Do not rely on getCompileUnit() to find source file...
commit
|
commitdiff
|
tree
2010-03-22
Devang Patel
Emit DW_AT_low_pc and DW_AT_high_pc attributes for...
commit
|
commitdiff
|
tree
2010-03-22
Devang Patel
DW_AT_stmt_list attribute attached with a compile unit...
commit
|
commitdiff
|
tree
2010-03-19
Devang Patel
call void @llvm.dbg.declare(metadata !{i32* null},...
commit
|
commitdiff
|
tree
2010-03-18
Devang Patel
Fix comment.
commit
|
commitdiff
|
tree
2010-03-17
Devang Patel
Debug info intrinsic does not intefer during tail call...
commit
|
commitdiff
|
tree
2010-03-17
Devang Patel
Fix EmitSectionOffset incorrect argument. DwarfDebug...
commit
|
commitdiff
|
tree
2010-03-16
Devang Patel
Ignore debug value instructions while analyzing BB...
commit
|
commitdiff
|
tree
2010-03-15
Devang Patel
Skip debug info intrinsics.
commit
|
commitdiff
|
tree
2010-03-15
Devang Patel
Skip debug info intrinsics.
commit
|
commitdiff
|
tree
2010-03-15
Devang Patel
Create SDDbgValue for dbg_value intrinsics and remember...
commit
|
commitdiff
|
tree
2010-03-15
Devang Patel
In "empty" bb, the return instruction may not be first...
commit
|
commitdiff
|
tree
2010-03-15
Devang Patel
Emit dwarf variable info communicated by code generator...
commit
|
commitdiff
|
tree
2010-03-13
Devang Patel
Do not ignore arg_size() impact while counting bb...
commit
|
commitdiff
|
tree
2010-03-13
Devang Patel
Remove extra parameter.
commit
|
commitdiff
|
tree
2010-03-13
Devang Patel
Do not overestimate code size reduction in presense...
commit
|
commitdiff
|
tree
2010-03-12
Devang Patel
Fix llc crash on invalid input.
commit
|
commitdiff
|
tree
2010-03-11
Devang Patel
There is no need to create specification DIE for definitions...
commit
|
commitdiff
|
tree
2010-03-09
Devang Patel
Start using DIFile. See updated SourceLevelDebugging...
commit
|
commitdiff
|
tree
2010-03-08
Devang Patel
Introduce DIFile. This will be used to represent header...
commit
|
commitdiff
|
tree
2010-03-08
Devang Patel
Derive DIType from DIScope. This simplifies getContext...
commit
|
commitdiff
|
tree
2010-03-08
Devang Patel
Remove DbgNode checks in constructor. Debug descriptors...
commit
|
commitdiff
|
tree
2010-03-08
Devang Patel
isNull() is not used any more.
commit
|
commitdiff
|
tree
2010-03-08
Devang Patel
Avoid using DIDescriptor.isNull().
commit
|
commitdiff
|
tree
2010-03-08
Devang Patel
Revert r97947.
commit
|
commitdiff
|
tree
2010-03-08
Devang Patel
Avoid using DIDescriptor.isNull().
commit
|
commitdiff
|
tree
2010-03-05
Devang Patel
Test case for r97851.
commit
|
commitdiff
|
tree
2010-03-04
Devang Patel
Add metadata example.
commit
|
commitdiff
|
tree
2010-03-02
Devang Patel
Fix grammar.
commit
|
commitdiff
|
tree
2010-03-02
Devang Patel
Constructors and operators for anonymous aggregates...
commit
|
commitdiff
|
tree
2010-03-01
Devang Patel
Remove tests that checks @llvm.dbg.stoppoint handling.
commit
|
commitdiff
|
tree
2010-03-01
Devang Patel
@llvm.dbg.stoppoint intrinsic is not used anymore.
commit
|
commitdiff
|
tree
2010-03-01
Devang Patel
Update to use new debug info encoding scheme. As a...
commit
|
commitdiff
|
tree
2010-03-01
Devang Patel
Remove this test because it checks wheter optimizer...
commit
|
commitdiff
|
tree
2010-03-01
Devang Patel
Remove test to check bugfix in handing debug info for...
commit
|
commitdiff
|
tree
2010-03-01
Devang Patel
Remove dead test.
commit
|
commitdiff
|
tree
2010-03-01
Devang Patel
Replace test case that uses @llvm.dbg.* intrinsic with...
commit
|
commitdiff
|
tree
2010-03-01
Devang Patel
These two tests check whether oprimizer safely ignores...
commit
|
commitdiff
|
tree
2010-03-01
Devang Patel
This test checks whether LICM ignores @llvm.dbg.stoppoint...
commit
|
commitdiff
|
tree
2010-03-01
Devang Patel
Rewrite test to test VLA using new debug info encoding...
commit
|
commitdiff
|
tree
2010-03-01
Devang Patel
Remove this generic debug info intrinsic test. LLVM...
commit
|
commitdiff
|
tree
2010-02-23
Devang Patel
new test case for r96974.
commit
|
commitdiff
|
tree
2010-02-19
Devang Patel
Test case for r96656.
commit
|
commitdiff
|
tree
2010-02-18
Devang Patel
Fix comments.
commit
|
commitdiff
|
tree
2010-02-18
Devang Patel
Destroy MDNodes gracefully while deleting llvm context.
commit
|
commitdiff
|
tree
2010-02-18
Devang Patel
Ignore target dependent value in grep search.
commit
|
commitdiff
|
tree
2010-02-18
Devang Patel
New test case for r96543.
commit
|
commitdiff
|
tree
2010-02-17
Devang Patel
Before setting scope end marker, pay attention to scope...
commit
|
commitdiff
|
tree
2010-02-16
Devang Patel
Use line and column number to distinguish two lexical...
commit
|
commitdiff
|
tree
2010-02-16
Devang Patel
New testcase.
commit
|
commitdiff
|
tree
2010-02-11
Devang Patel
revert 95903.
commit
|
commitdiff
|
tree
2010-02-11
Devang Patel
Destroy MDNodes while destructing llvm context.
commit
|
commitdiff
|
tree
2010-02-11
Devang Patel
test case for r95842.
commit
|
commitdiff
|
tree
2010-02-11
Devang Patel
Ignore dbg info intrinsics.
commit
|
commitdiff
|
tree
2010-02-10
Devang Patel
Strip new llvm.dbg.value intrinsic.
commit
|
commitdiff
|
tree
2010-02-09
Devang Patel
Add declaration attribute to a variable DIE, if there...
commit
|
commitdiff
|
tree
2010-02-08
Devang Patel
test case for r95604.
commit
|
commitdiff
|
tree
2010-02-06
Devang Patel
Set DW_AT_artificial only if argument is marked as...
commit
|
commitdiff
|
tree
2010-02-05
Devang Patel
Do not generate specification DIE for nested functions.
commit
|
commitdiff
|
tree
2010-02-03
Devang Patel
Emit appropriate expression to find virtual base offset.
commit
|
commitdiff
|
tree
2010-02-03
Devang Patel
Provide interface to identifiy artificial methods.
commit
|
commitdiff
|
tree
2010-02-02
Devang Patel
Apparently gdb is not amused by empty lines in pubtypes...
commit
|
commitdiff
|
tree
2010-02-02
Devang Patel
NULL terminate name in pubtypes sections.
commit
|
commitdiff
|
tree
2010-01-30
Devang Patel
Emit declaration DIE for the class static variables.
commit
|
commitdiff
|
tree
2010-01-29
Devang Patel
Add size and location info in DW_TAG_class_type descriptor.
commit
|
commitdiff
|
tree
2010-01-29
Devang Patel
Before inserting llvm.dbg.declare intrinsic at the...
commit
|
commitdiff
|
tree
2010-01-26
Devang Patel
Before existing NamedMDNode entry in the symbol table...
commit
|
commitdiff
|
tree
2010-01-26
Devang Patel
Remve unnecessary include.
commit
|
commitdiff
|
tree
2010-01-26
Devang Patel
Use AssertingVH, just to be paranoid.
commit
|
commitdiff
|
tree
2010-01-26
Devang Patel
Emit DW_AT_containing_type attribute for a class if...
commit
|
commitdiff
|
tree
2010-01-26
Devang Patel
Add extra element to composite type. This new element...
commit
|
commitdiff
|
tree
2010-01-23
Devang Patel
Avoid using "Type" as the variable name.
commit
|
commitdiff
|
tree
2010-01-22
Devang Patel
Remove MetadataBase class because it is not adding...
commit
|
commitdiff
|
tree
next