summaryrefslogtreecommitdiff
path: root/tools/lto/LTOModule.cpp
Commit message (Expand)AuthorAge
...
* Don't create undefined symbols for aliases.Nick Lewycky2009-07-09
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-02
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* update comments about .objc_ symbols being generatedNick Kledzik2009-06-01
* <rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbolsNick Kledzik2009-06-01
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-24
* Correct strange whitespace.Nick Lewycky2009-02-06
* Add protected visibility to libLTO.Nick Lewycky2008-11-29
* tentative definitions are default visibilityNick Kledzik2008-07-19
* Name string length is end position marker - begin position marker.Devang Patel2008-07-16
* Do not forget global definitions from inline asm code block.Devang Patel2008-07-16
* LinkOnce definitions have default scope, like weak definitions. Otherwise, th...Devang Patel2008-07-15
* Rename new lto2 tool as lto.Devang Patel2008-06-30