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
/
test
/
CodeGen
/
X86
/
global-sections.ll
Age
Commit message (
Expand
)
Author
2011-07-19
Fix an obvious typo that's preventing x86 (32-bit) from using .literal16.
Evan Cheng
2011-03-04
Be nice to Xcore and the XMOS assembler and avoid quoting section names
Joerg Sonnenberger
2011-03-03
Bug#9033: For the ELF assembler output, always quote the section name.
Joerg Sonnenberger
2011-02-14
Switch llvm to using comdats. For now always use groups with a single
Rafael Espindola
2011-01-16
Update tests.
Rafael Espindola
2010-08-30
two changes:
Chris Lattner
2010-07-15
fix the definitions of ConstTextCoalSection/ConstDataCoalSection
Chris Lattner
2010-04-27
round zero-byte .zerofill directives up to 1 byte. This
Chris Lattner
2010-04-13
add llvm codegen support for -ffunction-sections and -fdata-sections,
Chris Lattner
2010-04-02
Revert the recent alignment changes. They're broken for -Os because,
Dan Gohman
2010-04-02
Update this test for the new preferred alignment heuristics.
Dan Gohman
2010-03-05
Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This
Charles Davis
2010-01-23
emit .ascii and .asciz through MCStreamer.
Chris Lattner
2010-01-19
fix a significant difference between llvm and gcc on ELF systems:
Chris Lattner
2010-01-19
there is no need to emit a .section above .comm on linux.
Chris Lattner
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-08-13
Various AsmWriter output cleanups. Use WriteAsOperand instead of
Dan Gohman
2009-08-10
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-04
enhance codegen to put 16-bit character strings into the
Chris Lattner
2009-08-04
Add support emiting for 2/4 byte mergable strings to the ".rodata.str*"
Chris Lattner
2009-07-31
fix PR4650: we only track sizes for certain objects, so only put something
Chris Lattner
2009-07-29
fix PR4584 with a trivial patch now that the pieces are in place.
Chris Lattner
2009-07-28
fix testcase for previous patch.
Chris Lattner
2009-07-27
update testcase.
Chris Lattner
2009-07-26
put normal data into .data instead of .data.rel on elf systems.
Chris Lattner
2009-07-26
finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobal
Chris Lattner
2009-07-26
simplify DarwinTargetAsmInfo::SelectSectionForGlobal a bit
Chris Lattner
2009-07-25
add the most expedient hack to fix PR4619, along with a testcase.
Chris Lattner