index
:
~tstellar/llvm
9.1-abi-fix
Nov13-test
Oct18-backup
assembler
assembler-Jan-06-2015
assembler-push
backup-Oct15
backup-Oct18
bfgminer
bfgminer-perf
cayman-only-bfgminer
clover-elf
clover-elf-v2
hazard-rec
hsa
image-support
indirect-addressing
indirect-wip
indirect-wip-2
indirect-wip-3
indirect-wip-4
indirect-wip-5
kernel-args-WIP
lds
lds-v2
long-alu
madk
master
master-testing
master-testing-patches
master-testing-patches-v2
master-testing-si
master-testing-v2
mi-sched-experimental
native
opencv-Sep18-patches
perf-Dec31-2014
perf-Jan-08-2015
push-jan16
r600
r600-May09
r600-alu-encoding
r600-final-push
r600-gen-fixes
r600-imm-flags
r600-initial-review
r600-initial-review-May11
r600-master
r600-private-mem-fixes
r600-private-memory
r600-review-v10
r600-review-v3
r600-review-v7
r600-review-v8
r600-review-v9
r600-rewrite-pats
r600-structurizer
r600-structurizer-v2
r600-tablegen-hwreg
r600-tablegen-reg-encoding
r600-vliw
remove-fold-operands
sched-fixes
sched-perf-Mar-27-2015
si-compute
si-compute-v3
si-fold
si-lowercase
si-scheduler
si-scheduler-v2
si-scheduler-v3
si-sgpr-copies
si-spill-fixes
si-spill-fixes-v2
si-spill-fixes-v3
si-spill-fixes-v4
smrd-cluster
struct-divergence
struct-divergence-v1
vgpr-spilling-Jan07-2014
vinterp-fix
vliw5-rebase
vlj-bottom-up
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
global-sections.ll
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-23
MC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
Saleem Abdulrasool
1
-3
/
+3
2014-03-25
WinCOFF: Add support for -fdata-sections
David Majnemer
1
-6
/
+16
2014-03-23
WinCOFF: Add support for -ffunction-sections
David Majnemer
1
-0
/
+8
2014-02-19
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
1
-0
/
+8
2014-02-19
Revert r201622 and r201608.
Daniel Jasper
1
-8
/
+0
2014-02-19
Avoid an infinite cycle with private linkage and -f{data|function}-sections.
Rafael Espindola
1
-0
/
+8
2014-02-13
Use __literal16. It has been supported by the linker since 2005.
Rafael Espindola
1
-0
/
+10
2013-11-13
Remove AllowQuotesInName and friends from MCAsmInfo.
Rafael Espindola
1
-4
/
+4
2013-08-08
Revert "Reapply r185872 now that the address sanitizer has been changed to su...
Arnold Schwaighofer
1
-3
/
+4
2013-08-07
Reapply r185872 now that the address sanitizer has been changed to support this.
Bill Wendling
1
-4
/
+3
2013-07-09
Revert r185872 - "Stop emitting weak symbols into the "coal" sections"
Alexander Potapenko
1
-3
/
+4
2013-07-08
Stop emitting weak symbols into the "coal" sections.
Bill Wendling
1
-4
/
+3
2011-07-19
Fix an obvious typo that's preventing x86 (32-bit) from using .literal16.
Evan Cheng
1
-1
/
+1
2011-03-04
Be nice to Xcore and the XMOS assembler and avoid quoting section names
Joerg Sonnenberger
1
-8
/
+8
2011-03-03
Bug#9033: For the ELF assembler output, always quote the section name.
Joerg Sonnenberger
1
-8
/
+8
2011-02-14
Switch llvm to using comdats. For now always use groups with a single
Rafael Espindola
1
-2
/
+2
2011-01-16
Update tests.
Rafael Espindola
1
-7
/
+7
2010-08-30
two changes:
Chris Lattner
1
-2
/
+2
2010-07-15
fix the definitions of ConstTextCoalSection/ConstDataCoalSection
Chris Lattner
1
-2
/
+2
2010-04-27
round zero-byte .zerofill directives up to 1 byte. This
Chris Lattner
1
-0
/
+14
2010-04-13
add llvm codegen support for -ffunction-sections and -fdata-sections,
Chris Lattner
1
-0
/
+10
2010-04-02
Revert the recent alignment changes. They're broken for -Os because,
Dan Gohman
1
-1
/
+1
2010-04-02
Update this test for the new preferred alignment heuristics.
Dan Gohman
1
-1
/
+1
2010-03-05
Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This
Charles Davis
1
-2
/
+1
2010-01-23
emit .ascii and .asciz through MCStreamer.
Chris Lattner
1
-2
/
+2
2010-01-19
fix a significant difference between llvm and gcc on ELF systems:
Chris Lattner
1
-0
/
+15
2010-01-19
there is no need to emit a .section above .comm on linux.
Chris Lattner
1
-1
/
+0
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
1
-2
/
+2
2009-08-13
Various AsmWriter output cleanups. Use WriteAsOperand instead of
Dan Gohman
1
-2
/
+2
2009-08-10
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
1
-5
/
+5
2009-08-04
enhance codegen to put 16-bit character strings into the
Chris Lattner
1
-2
/
+2
2009-08-04
Add support emiting for 2/4 byte mergable strings to the ".rodata.str*"
Chris Lattner
1
-0
/
+36
2009-07-31
fix PR4650: we only track sizes for certain objects, so only put something
Chris Lattner
1
-0
/
+17
2009-07-29
fix PR4584 with a trivial patch now that the pieces are in place.
Chris Lattner
1
-0
/
+13
2009-07-28
fix testcase for previous patch.
Chris Lattner
1
-1
/
+1
2009-07-27
update testcase.
Chris Lattner
1
-1
/
+1
2009-07-26
put normal data into .data instead of .data.rel on elf systems.
Chris Lattner
1
-1
/
+16
2009-07-26
finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobal
Chris Lattner
1
-0
/
+17
2009-07-26
simplify DarwinTargetAsmInfo::SelectSectionForGlobal a bit
Chris Lattner
1
-0
/
+17
2009-07-25
add the most expedient hack to fix PR4619, along with a testcase.
Chris Lattner
1
-0
/
+8