index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
DebugInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure to generate the right kind of MDNode for enum forward declarations.
Eli Friedman
2012-10-05
1
-9
/
+7
*
Update this a bit more to represent how the prologue should work:
Eric Christopher
2012-10-04
1
-0
/
+35
*
Revert 165051-165049 while looking into the foreach.m failure in
Eric Christopher
2012-10-03
1
-65
/
+0
*
Revert "Don't use a debug location for frame setup instructions in the"
Eric Christopher
2012-10-02
1
-35
/
+0
*
Allow alternate instructions to silence bot.
Eric Christopher
2012-10-02
1
-1
/
+1
*
Don't use a debug location for frame setup instructions in the
Eric Christopher
2012-10-02
1
-0
/
+35
*
Remove the SavePoint infrastructure from fast isel, replace
Eric Christopher
2012-10-02
1
-0
/
+65
*
Fix broken tests.
Benjamin Kramer
2012-10-02
1
-1
/
+2
*
Fix tests that didn't test anything.
Benjamin Kramer
2012-09-26
1
-2
/
+1
*
Only emit DW_AT_object_pointer if this is a definition.
Eric Christopher
2012-09-20
1
-2
/
+2
*
llvm/test/DebugInfo: Move two tests, 2010-04-13-PubType.ll and linkage-name.l...
NAKAMURA Takumi
2012-09-18
2
-0
/
+0
*
Recommit, with fixes:
Eric Christopher
2012-09-12
1
-0
/
+79
*
Revert "Add some support for dealing with an object pointer on arguments."
Eric Christopher
2012-09-12
1
-77
/
+0
*
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-12
1
-0
/
+77
*
Revert r160148 it seems to cause more problems than it should
Eric Christopher
2012-09-10
1
-28
/
+0
*
Add support for fetching inlining context (stack of source code locations)
Alexey Samsonov
2012-09-04
2
-0
/
+28
*
Add basic support for .debug_ranges section to LLVM's DebugInfo library.
Alexey Samsonov
2012-08-27
1
-0
/
+10
*
Use DW_FORM_flag_present to save space in debug information if we're
Eric Christopher
2012-08-24
2
-5
/
+5
*
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-08-23
2
-4
/
+59
*
Turn these two options in to trinary state so that they can be
Eric Christopher
2012-08-23
1
-1
/
+1
*
Make this darwin specific to try to silence the bots.
Eric Christopher
2012-08-23
1
-1
/
+1
*
Emit pubtypes only when going for darwin gdb compatibility.
Eric Christopher
2012-08-23
1
-1
/
+1
*
Filecheck-ize.
Eric Christopher
2012-08-23
1
-3
/
+3
*
Fix the representation of debug line table in DebugInfo LLVM library,
Alexey Samsonov
2012-08-07
2
-0
/
+6
*
Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causing
Eric Christopher
2012-08-01
10
-47
/
+23
*
Add a DW_AT_high_pc for CUs that are a single address range. Update
Eric Christopher
2012-07-27
10
-23
/
+47
*
test/DebugInfo/dwarfdump-test.test: Tweak expressions for Win32 to match back...
NAKAMURA Takumi
2012-07-19
1
-8
/
+8
*
DebugInfo library: add support for fetching absolute paths to source files
Alexey Samsonov
2012-07-19
4
-7
/
+17
*
Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...
Alexey Samsonov
2012-07-17
3
-1
/
+6
*
The end of the prologue should be marked with is_stmt.
Eric Christopher
2012-07-12
1
-0
/
+28
*
Fix PR13202 and a regtest.
Alexey Samsonov
2012-07-06
1
-0
/
+57
*
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
1
-1
/
+1
*
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...
Alexey Samsonov
2012-07-02
3
-0
/
+25
*
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-22
1
-0
/
+111
*
Add support for enum forward declarations.
Eric Christopher
2012-06-01
1
-0
/
+22
*
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-27
1
-0
/
+238
*
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-23
1
-0
/
+45
*
Actually support DW_TAG_rvalue_reference_type that we were trying
Eric Christopher
2012-05-19
1
-0
/
+40
*
Handle OpDeref in case it comes in as a register operand.
Eric Christopher
2012-05-08
1
-0
/
+89
*
X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...
Alexey Samsonov
2012-05-01
1
-0
/
+42
*
Patch to set is_stmt a little better for prologue lines in a function.
Eric Christopher
2012-04-05
1
-2
/
+4
*
Fix thinko check for number of operands to be the one that actually
Eric Christopher
2012-04-03
1
-0
/
+47
*
Fix the output of the DW_TAG_friend tag to include DW_AT_friend
Eric Christopher
2012-03-28
1
-0
/
+47
*
Add a test for the previous commit. Also, remove two tests that were
Eric Christopher
2012-03-27
2
-9
/
+31
*
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-25
1
-8
/
+1
*
llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent.
NAKAMURA Takumi
2012-03-19
2
-0
/
+0
*
Do the right thing on NULL uint64 fields.
Eric Christopher
2012-03-16
1
-0
/
+6
*
For types with a parent of the compile unit make sure and emit
Eric Christopher
2012-03-15
4
-7
/
+33
*
Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting
Eric Christopher
2012-03-15
4
-61
/
+6
*
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-03-14
4
-6
/
+61
[next]