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
/
lib
/
CodeGen
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix grammar.
Bill Wendling
2012-10-30
1
-2
/
+2
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
1
-4
/
+4
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-1
/
+1
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
6
-19
/
+21
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
1
-8
/
+0
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
6
-21
/
+19
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
6
-19
/
+21
*
Fix up comment to be more clear.
Eric Christopher
2012-10-08
1
-2
/
+2
*
Fixup comment.
Eric Christopher
2012-10-08
1
-1
/
+1
*
Fixup comments.
Eric Christopher
2012-10-08
1
-2
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
10
-59
/
+59
*
Update this a bit more to represent how the prologue should work:
Eric Christopher
2012-10-04
1
-3
/
+4
*
Revert "Don't use a debug location for frame setup instructions in the"
Eric Christopher
2012-10-02
1
-4
/
+3
*
80-col.
Eric Christopher
2012-10-02
1
-2
/
+2
*
Don't use a debug location for frame setup instructions in the
Eric Christopher
2012-10-02
1
-3
/
+4
*
Mark jump tables in code sections with DataRegion directives.
Jim Grosbach
2012-09-24
1
-0
/
+7
*
Have the DbgVariable "isArtificial" and "isObjectPointer" not
Eric Christopher
2012-09-21
2
-5
/
+5
*
Only emit DW_AT_object_pointer if this is a definition.
Eric Christopher
2012-09-20
1
-3
/
+0
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-2
/
+2
*
Recommit, with fixes:
Eric Christopher
2012-09-12
3
-1
/
+24
*
Revert "Add some support for dealing with an object pointer on arguments."
Eric Christopher
2012-09-12
3
-16
/
+0
*
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-12
3
-0
/
+16
*
[ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.
Chad Rosier
2012-09-11
1
-67
/
+158
*
Revert r160148 it seems to cause more problems than it should
Eric Christopher
2012-09-10
1
-1
/
+1
*
80-col fixup.
Eric Christopher
2012-09-10
3
-4
/
+6
*
80-col fixup.
Eric Christopher
2012-09-10
1
-1
/
+2
*
No reason to construct this twice.
Eric Christopher
2012-09-10
2
-2
/
+2
*
[ms-inline asm] Properly emit the asm directives when the AsmPrinterVariant
Chad Rosier
2012-09-10
1
-1
/
+17
*
[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function
Chad Rosier
2012-09-10
1
-3
/
+4
*
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
1
-1
/
+2
*
Fix indent.
Chad Rosier
2012-09-07
1
-2
/
+2
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-07
2
-49
/
+48
*
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
1
-2
/
+1
*
[ms-inline asm] Use the asm dialect from the MI to set the parser dialect.
Chad Rosier
2012-09-05
1
-2
/
+4
*
Reorder the comments of EmitExceptionTable.
Logan Chien
2012-09-05
1
-20
/
+20
*
Clean this up slightly, doesn't really fall through.
Eric Christopher
2012-08-29
1
-2
/
+1
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-4
/
+3
*
Use DW_FORM_flag_present to save space in debug information if we're
Eric Christopher
2012-08-24
4
-25
/
+41
*
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-08-23
1
-1
/
+8
*
Turn these two options in to trinary state so that they can be
Eric Christopher
2012-08-23
2
-15
/
+42
*
Add a flag to DwarfDebug to allow it to communicate whether or not
Eric Christopher
2012-08-23
2
-0
/
+9
*
Typo.
Eric Christopher
2012-08-23
1
-1
/
+1
*
Only emit the __debug_inlined section if we're trying to be compatible
Eric Christopher
2012-08-23
1
-1
/
+5
*
Emit pubtypes only when going for darwin gdb compatibility.
Eric Christopher
2012-08-23
1
-1
/
+4
*
Add an option for darwin gdb compatibility.
Eric Christopher
2012-08-23
1
-2
/
+9
*
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
1
-2
/
+2
*
Grammar.
Eric Christopher
2012-08-14
1
-1
/
+1
*
Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causing
Eric Christopher
2012-08-01
2
-24
/
+6
*
Add a DW_AT_high_pc for CUs that are a single address range. Update
Eric Christopher
2012-07-27
2
-6
/
+24
*
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
2
-14
/
+1
[next]