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
/
MC
/
MCAsmInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MC: Add support for treating $ as a reference to the PC
David Majnemer
2013-09-25
1
-0
/
+1
*
MC: Remove vestigial PCSymbol field from AsmInfo
David Majnemer
2013-09-25
1
-1
/
+0
*
Remove support for the .debug_inlined section. No known software
Eric Christopher
2013-08-28
1
-1
/
+0
*
DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...
David Blaikie
2013-06-23
1
-2
/
+2
*
[MC/DWARF] Support .debug_frame / .debug_line code alignment factors
Ulrich Weigand
2013-06-12
1
-0
/
+1
*
Remove unused DwarfSectionOffsetDirective string
Matt Arsenault
2013-04-22
1
-1
/
+1
*
Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...
Eli Bendersky
2013-01-23
1
-1
/
+1
*
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-22
1
-0
/
+2
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-0
/
+1
*
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
1
-1
/
+1
*
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
1
-1
/
+1
*
Remove another duplicated variable. We only need one to tell us if the linker
Rafael Espindola
2012-06-22
1
-1
/
+0
*
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
1
-1
/
+0
*
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-22
1
-1
/
+1
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-6
/
+1
*
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-05-05
1
-2
/
+0
*
Output UTF-8-encoded characters as identifier characters into assembly
Sean Hunt
2012-04-07
1
-0
/
+1
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
1
-0
/
+1
*
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-12-03
1
-1
/
+0
*
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-27
1
-0
/
+1
*
Disable code/data region symbols on ELF targets, where different mapping symb...
Owen Anderson
2011-10-14
1
-1
/
+1
*
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
1
-0
/
+6
*
Darwin wants ctors/dtors to be ordered the other way round to linux.
Duncan Sands
2011-09-02
1
-0
/
+1
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
1
-1
/
+1
*
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-27
1
-0
/
+3
*
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-15
1
-0
/
+3
*
This patch adds a flag in MCAsmInfo that indicates whether dwarf register
Akira Hatanaka
2011-07-07
1
-0
/
+1
*
Rename DwarfRequiresRelocationForStmtList to
Rafael Espindola
2011-05-10
1
-1
/
+1
*
Dead code elimination.
Rafael Espindola
2011-05-06
1
-1
/
+0
*
Don't produce a __debug_frame.
Rafael Espindola
2011-05-05
1
-1
/
+1
*
Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
Rafael Espindola
2011-05-04
1
-1
/
+1
*
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-05-01
1
-2
/
+14
*
Add the getExprForFDESymbol method that responsible for computing the
Rafael Espindola
2011-04-28
1
-0
/
+6
*
Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it when
Rafael Espindola
2011-04-28
1
-0
/
+8
*
Clean up assembly statement separator support.
Jim Grosbach
2011-03-24
1
-1
/
+1
*
Omit private_extern declarations of extern symbols; followup to
Stuart Hastings
2011-02-23
1
-0
/
+1
*
Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much
Rafael Espindola
2010-12-22
1
-1
/
+1
*
There are two reasons why we might want to use
Rafael Espindola
2010-12-04
1
-0
/
+1
*
Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid
Rafael Espindola
2010-12-04
1
-0
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Added support for the Mach-O .symbol_resolver directive. rdar://8673046
Kevin Enderby
2010-11-19
1
-0
/
+1
*
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-11-18
1
-1
/
+0
*
allow target-specific label suffixes, patch by Yuri Gribov!
Chris Lattner
2010-09-22
1
-0
/
+1
*
Fix .debug_range for linux. Patch by Krister Wombell.
Devang Patel
2010-09-02
1
-0
/
+1
*
Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.
Devang Patel
2010-08-31
1
-0
/
+1
*
Revert some unneeded parts of the change in r107886 for the
Kevin Enderby
2010-07-08
1
-1
/
+0
*
Added the darwin .weak_def_can_be_hidden directive.
Kevin Enderby
2010-07-08
1
-0
/
+1
*
Revert r107205 and r107207.
Bill Wendling
2010-06-29
1
-1
/
+0
*
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
1
-0
/
+1
*
Partial code for emitting thread local bss data.
Eric Christopher
2010-05-20
1
-0
/
+1
[next]