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
/
DarwinTargetAsmInfo.cpp
Age
Commit message (
Expand
)
Author
2009-05-09
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-03-30
Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl...
Anton Korobeynikov
2009-03-30
Add data.rel stuff
Anton Korobeynikov
2009-03-07
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-01-27
Treat [1 x i8] zeroinitializer as a C string, placing such stuff into
Anton Korobeynikov
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-05
squash warnings.
Devang Patel
2008-11-03
Refactor various TargetAsmInfo subclasses' TargetMachine members away
Dan Gohman
2008-10-08
(re)Put const weak strings in appropriate section on Darwin.
Dale Johannesen
2008-09-29
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-24
Get rid of ReadOnlySection duplicate
Anton Korobeynikov
2008-09-24
Use named sections, where they should be
Anton Korobeynikov
2008-09-24
Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection
Anton Korobeynikov
2008-09-24
Cleanup
Anton Korobeynikov
2008-09-24
Cleanup, no functionality change
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-09
Move the uglier parts of deciding not to emit a
Dale Johannesen
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
Add hook for constant pool section selection for darwin.
Anton Korobeynikov
2008-07-19
Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.
Anton Korobeynikov
2008-07-19
Fix a FIXME :)
Anton Korobeynikov
2008-07-19
Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 code
Anton Korobeynikov
2008-07-19
Add TargetAsmInfo stuff for all darwin-based targets
Anton Korobeynikov