summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
Commit message (Expand)AuthorAge
* On MachO, the pointer to the personality function should always be in theBill Wendling2011-11-29
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Check the visibility of the global variable before placing it into the stubsBill Wendling2011-10-24
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Fix an obvious typo that's preventing x86 (32-bit) from using .literal16.Evan Cheng2011-07-19
* Fix up TargetLoweringObjectFile ctors to properly initialize fields.Evan Cheng2011-07-13
* Use the presence of the __compact_unwind section to indicate that a targetBill Wendling2011-06-23
* Add a flag that indicates whether a target supports compact unwind info or not.Bill Wendling2011-06-22
* Add a __LD,__compact_unwind section.Bill Wendling2011-06-22
* Fix invalid uses of Twine. Hopefully this fixes the problem that Takumi isRafael Espindola2011-06-13
* Fix a silly error I introduce in r131951.Rafael Espindola2011-06-07
* Add the suffix to the Win64 EH data sections' names if given. Add a test forCharles Davis2011-05-27
* Revert r132111. I built Release (without Asserts), so I didn't know about theCharles Davis2011-05-26
* Align Win64 EH Table sections to 4 bytes.Charles Davis2011-05-26
* Explain FIXME.Rafael Espindola2011-05-24
* Fix the defaults for .eh_frame. We were marking it as writable.Rafael Espindola2011-05-24
* Fix typo. When will I learn?Charles Davis2011-05-20
* Add .pdata and .xdata sections to the COFF TLOF implementation.Charles Davis2011-05-20
* Remove a flag that would set the ".eh" symbol as .globl. MachO was the only oneBill Wendling2011-05-05
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-01
* Remove unnecessary argument.Rafael Espindola2011-04-27
* Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola2011-04-27
* Fix indentation.Rafael Espindola2011-04-27
* Remove unused arguments.Rafael Espindola2011-04-20
* ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar2011-04-20
* CodeGen: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar2011-04-19
* Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola2011-04-16
* Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>Stuart Hastings2011-03-19
* Revert 127939. <rdar://problem/9012638>Stuart Hastings2011-03-19
* Revise r126127 to address Daniel's comments. <rdar://problem/9012638>Stuart Hastings2011-03-19
* Fix llvm-gcc bootstrap with gnu ld.Rafael Espindola2011-02-24
* Revert r125960, it's breaking darwin10 bootstrap.Eric Christopher2011-02-21
* Fix to correctly support attribute((section("__DATA, __common"))).Stuart Hastings2011-02-21
* Reapply r114997 now that the buildbots have been updated.Bill Wendling2011-02-18
* Switch llvm to using comdats. For now always use groups with a singleRafael Espindola2011-02-14
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-23
* Remove more duplicated code.Rafael Espindola2011-01-23
* Remove duplicated code.Rafael Espindola2011-01-23
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola2010-11-09
* COFF: Add IMAGE_SCN_MEM_READ to text sections.Michael J. Spencer2010-10-27
* Fix whitespace.Michael J. Spencer2010-10-27
* lib/CodeGen/TargetLoweringObjectFileImpl.cpp: Tweak to emit ".{section}${name...NAKAMURA Takumi2010-10-19
* Do not check that the bodies of two defs of same linkonce global are the same.Anton Korobeynikov2010-10-08
* Revert r114997. It was causing a failure on darwin10-selfhost.Bill Wendling2010-09-28
* Fix a FIXME. _foo.eh symbols are currently always exported so that the linkerBill Wendling2010-09-28
* the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner2010-09-27