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
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a relocation visitor to lib object. This works via caching relocated
Eric Christopher
2012-11-07
1
-0
/
+109
*
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
*
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
/
+103
*
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
*
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
1
-4
/
+3
*
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
*
The end of the prologue should be marked with is_stmt.
Eric Christopher
2012-07-12
1
-0
/
+28
*
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
1
-0
/
+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
/
+53
*
For types with a parent of the compile unit make sure and emit
Eric Christopher
2012-03-15
3
-7
/
+7
*
Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting
Eric Christopher
2012-03-15
3
-5
/
+6
*
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-03-14
3
-6
/
+5
*
Revert "Reorder the sections being output to reduce the number of assembler"
Eric Christopher
2012-03-02
1
-8
/
+8
*
Reorder the sections being output to reduce the number of assembler
Eric Christopher
2012-03-01
1
-8
/
+8
*
If the Address of a variable is an argument then treat the entire
Eric Christopher
2012-02-24
1
-0
/
+127
*
Only add DW_AT_prototyped if we're working with a C-like language.
Eric Christopher
2012-02-22
3
-6
/
+6
*
Testcase for previous commit.
Eric Christopher
2012-02-21
1
-0
/
+45
*
There's no need for a DW_AT_byte_size on a pointer type.
Eric Christopher
2012-02-21
3
-5
/
+5
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-5
/
+12
*
Fix the testcases for the previous patch.
Eric Christopher
2012-01-24
3
-8
/
+7
*
Don't avoid recursing for pointer types, just reference types. Expand on
Eric Christopher
2012-01-11
1
-0
/
+25
*
When recursing for the original size of a type, stop if we are at a
Eric Christopher
2011-12-16
1
-0
/
+172
*
The dwarf standard says that the only differences between a out-of-line
Rafael Espindola
2011-11-12
1
-0
/
+97
*
Move X86 specific test in X86 directory.
Devang Patel
2011-11-11
1
-0
/
+65
*
Move X86 specific test in X86 directory.
Devang Patel
2011-11-11
1
-0
/
+43
*
Move another test requiring x86 into X86 directory.
Eli Friedman
2011-11-01
1
-0
/
+44
[next]