summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
Commit message (Expand)AuthorAge
* 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
* two changes:Chris Lattner2010-08-30
* fix the definitions of ConstTextCoalSection/ConstDataCoalSectionChris Lattner2010-07-15
* Fix a major regression on COFF targets introduced by r103267: 'discardable' s...Anton Korobeynikov2010-07-06
* MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar2010-07-01
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* Add support for initialized global data for darwin tls. Update commentsEric Christopher2010-05-25
* Add full bss data support for darwin tls variables.Eric Christopher2010-05-22
* More data/parsing support for tls directives. Add a few more testcasesEric Christopher2010-05-17
* Add some section and constant support for darwin TLS.Eric Christopher2010-05-17
* add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner2010-05-07
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-07
* add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner2010-04-13
* delete a forwarding function.Chris Lattner2010-04-08
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-08
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-08
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-08
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-30
* Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling2010-03-15
* use Mang->getSymbol() more.Chris Lattner2010-03-15
* fix MCSectionELF to not leak memory, just like I did for MCSymbol.Chris Lattner2010-03-15
* fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner2010-03-11
* rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner2010-03-11
* Add a bit along with the MCSymbols stored in the MachineModuleInfo maps thatBill Wendling2010-03-10
* move three lowering hooks from MAI to TLOF and make one of themChris Lattner2010-03-10
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-10
* tidy upChris Lattner2010-03-07
* Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. ThisCharles Davis2010-03-05
* Revert...Bill Wendling2010-03-03
* Okay. One last attempt:Bill Wendling2010-03-02