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
/
Target
/
TargetAsmInfo.cpp
Age
Commit message (
Expand
)
Author
2009-01-27
Treat [1 x i8] zeroinitializer as a C string, placing such stuff into
Anton Korobeynikov
2009-01-26
Make the Dwarf macro information section optional; CellSPU's assembler
Scott Michel
2009-01-05
Revert r61415 and r61484. Duncan was correct that these weren't needed.
Bill Wendling
2009-01-05
squash warnings.
Devang Patel
2008-12-29
Linux wants the FDE initial location and address range to be forced to 32-bit.
Bill Wendling
2008-12-24
Darwin likes for the EH frame to be non-local.
Bill Wendling
2008-12-24
GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure
Bill Wendling
2008-12-03
Fix bug 3140.
Rafael Espindola
2008-11-03
Refactor various TargetAsmInfo subclasses' TargetMachine members away
Dan Gohman
2008-09-29
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-25
Reapply 56585:56589 with proper fix for some gcc versions
Anton Korobeynikov
2008-09-25
Temporarily backing out 56585:56589 to unbreak the build.
Evan Cheng
2008-09-24
Use crazy template-based inheritance instead of virtual one.
Anton Korobeynikov
2008-09-24
Get rid of ReadOnlySection duplicate
Anton Korobeynikov
2008-09-24
Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection
Anton Korobeynikov
2008-09-24
Get rid of duplicate char*/Section* stuff for TLS sections
Anton Korobeynikov
2008-09-24
Get rid of duplicate char*/Section* DataSection
Anton Korobeynikov
2008-09-24
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.
Anton Korobeynikov
2008-09-09
Fix logic for not emitting no-dead-strip for some
Dale Johannesen
2008-08-16
Add interface for section override. Use this for Sparc, since it should use n...
Anton Korobeynikov
2008-08-16
Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...
Anton Korobeynikov
2008-08-16
Reduce heap trashing due to std::string construction / concatenation via cach...
Anton Korobeynikov
2008-08-08
Undo most of r54519.
Evan Cheng
2008-08-08
It's not legal to output a GV in a coalesced section if it's used in an ARM P...
Evan Cheng
2008-08-07
Provide convenient helpers
Anton Korobeynikov
2008-08-07
Select section for constant pool entries
Anton Korobeynikov
2008-07-22
Provide default implementation of different small-sections related stuff
Anton Korobeynikov
2008-07-22
Basic support for small sections
Bruno Cardoso Lopes
2008-07-15
TargetAsmInfo::SectionForGlobal showed up in a profile. Simplify it a little.
Dan Gohman
2008-07-09
Use only 'subset' of flags
Anton Korobeynikov
2008-07-09
First sketch of special section objects
Anton Korobeynikov
2008-07-09
Use isWeakForLinker() hook
Anton Korobeynikov
2008-07-09
Fix several bugs in named sections handling
Anton Korobeynikov
2008-07-09
Add hacky way to distinguish named and named sections. This will be generaliz...
Anton Korobeynikov
2008-07-09
Use 'gnu.linkonce', where needed
Anton Korobeynikov
2008-07-09
Fix thinko
Anton Korobeynikov
2008-07-09
Provide section selection for X86 ELF targets
Anton Korobeynikov
2008-07-09
Provide general hook for section name calculation
Anton Korobeynikov
2008-07-09
Properly handle linkonce stuff
Anton Korobeynikov
2008-07-09
Provide skeletone code for calculation of section, where global should be emi...
Anton Korobeynikov
2008-07-09
Use 'llvm-linkonce' consistently
Anton Korobeynikov
2008-07-09
Add default section name resolution routine
Anton Korobeynikov
2008-07-09
Constify
Anton Korobeynikov
2008-07-09
Add code for default section falgs computation
Anton Korobeynikov
2008-07-04
Linux also does not require exception handling
Duncan Sands
2008-07-01
Darwin doesn't need exception handling information for the "move" info when
Bill Wendling
2008-06-28
Start refactoring of asmprinters: provide a TAI hook, which will select a 'se...
Anton Korobeynikov
2008-06-03
Add StringConstantPrefix to control what the
Dale Johannesen
2008-05-07
Output correct exception handling and frame info
Duncan Sands
[next]