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
*
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
*
The end of the prologue should be marked with is_stmt.
Eric Christopher
2012-07-12
1
-1
/
+1
*
Fix PR13202 and a regtest.
Alexey Samsonov
2012-07-06
1
-0
/
+6
*
Reduce some code duplication.
Eric Christopher
2012-07-04
1
-19
/
+4
*
Cleanup in DwarfDebug - fix a typo and remove two unused functions
Alexey Samsonov
2012-06-29
1
-7
/
+1
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
2
-3
/
+3
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
4
-5
/
+5
*
Remove another duplicated variable. We only need one to tell us if the linker
Rafael Espindola
2012-06-22
1
-1
/
+1
*
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
1
-1
/
+1
*
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-22
2
-11
/
+16
*
The inline asm operand modifier 'n' is suppose
Jack Carter
2012-06-21
1
-1
/
+6
*
The inline asm operand modifier 'c' is suppose
Jack Carter
2012-06-21
1
-3
/
+17
*
Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...
Benjamin Kramer
2012-06-09
2
-5
/
+6
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
2
-4
/
+5
*
Add support for enum forward declarations.
Eric Christopher
2012-06-01
1
-6
/
+7
*
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-27
1
-5
/
+5
[next]