summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/global-sections.ll
Commit message (Expand)AuthorAge
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-13
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10
* enhance codegen to put 16-bit character strings into the Chris Lattner2009-08-04
* Add support emiting for 2/4 byte mergable strings to the ".rodata.str*"Chris Lattner2009-08-04
* fix PR4650: we only track sizes for certain objects, so only put somethingChris Lattner2009-07-31
* fix PR4584 with a trivial patch now that the pieces are in place.Chris Lattner2009-07-29
* fix testcase for previous patch.Chris Lattner2009-07-28
* update testcase.Chris Lattner2009-07-27
* put normal data into .data instead of .data.rel on elf systems.Chris Lattner2009-07-26
* finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobalChris Lattner2009-07-26
* simplify DarwinTargetAsmInfo::SelectSectionForGlobal a bitChris Lattner2009-07-26
* add the most expedient hack to fix PR4619, along with a testcase.Chris Lattner2009-07-25