index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCAsmInfo.cpp
Age
Commit message (
Expand
)
Author
2012-09-07
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-06-22
Remove another duplicated variable. We only need one to tell us if the linker
Rafael Espindola
2012-06-22
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-05
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-04-07
Output UTF-8-encoded characters as identifier characters into assembly
Sean Hunt
2012-02-03
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2011-12-03
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-10-27
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-14
Disable code/data region symbols on ELF targets, where different mapping symb...
Owen Anderson
2011-10-04
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-09-02
Darwin wants ctors/dtors to be ordered the other way round to linux.
Duncan Sands
2011-09-01
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-07-27
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-15
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-07
This patch adds a flag in MCAsmInfo that indicates whether dwarf register
Akira Hatanaka
2011-05-10
Rename DwarfRequiresRelocationForStmtList to
Rafael Espindola
2011-05-06
Dead code elimination.
Rafael Espindola
2011-05-05
Don't produce a __debug_frame.
Rafael Espindola
2011-05-04
Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
Rafael Espindola
2011-05-01
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-04-28
Add the getExprForFDESymbol method that responsible for computing the
Rafael Espindola
2011-04-28
Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it when
Rafael Espindola
2011-03-24
Clean up assembly statement separator support.
Jim Grosbach
2011-02-23
Omit private_extern declarations of extern symbols; followup to
Stuart Hastings
2010-12-22
Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much
Rafael Espindola
2010-12-04
There are two reasons why we might want to use
Rafael Espindola
2010-12-04
Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid
Rafael Espindola
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-19
Added support for the Mach-O .symbol_resolver directive. rdar://8673046
Kevin Enderby
2010-11-18
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-09-22
allow target-specific label suffixes, patch by Yuri Gribov!
Chris Lattner
2010-09-02
Fix .debug_range for linux. Patch by Krister Wombell.
Devang Patel
2010-08-31
Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.
Devang Patel
2010-07-08
Revert some unneeded parts of the change in r107886 for the
Kevin Enderby
2010-07-08
Added the darwin .weak_def_can_be_hidden directive.
Kevin Enderby
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-05-20
Partial code for emitting thread local bss data.
Eric Christopher
2010-04-29
Add support for assemblers that don't support periods in a name
Mon P Wang
2010-04-04
eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
Chris Lattner
2010-04-04
isAbsoluteEHSectionOffsets always returns false, eliminate it
Chris Lattner
2010-03-12
move fastcall/stdcall mangling up into Mangler.
Chris Lattner
2010-03-10
move three lowering hooks from MAI to TLOF and make one of them
Chris Lattner
2010-02-05
MC: Change default comment column to 40 characters.
Daniel Dunbar
2010-01-26
Eliminate SetDirective, and replace it with HasSetDirective.
Chris Lattner
2010-01-26
Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.
Rafael Espindola
2010-01-26
eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform
Chris Lattner
[next]