aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lto/LTOModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* As Chris pointed out, this doesn't actually need an LLVMContext to operate.Owen Anderson2009-07-131-1/+1
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-1/+1
* Don't create undefined symbols for aliases.Nick Lewycky2009-07-091-2/+5
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-021-7/+4
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-3/+3
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-4/+6
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-6/+11
* update comments about .objc_ symbols being generatedNick Kledzik2009-06-011-2/+20
* <rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbolsNick Kledzik2009-06-011-16/+144
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-241-8/+18
* Correct strange whitespace.Nick Lewycky2009-02-061-1/+1
* Add protected visibility to libLTO.Nick Lewycky2008-11-291-0/+2
* tentative definitions are default visibilityNick Kledzik2008-07-191-1/+1
* Name string length is end position marker - begin position marker.Devang Patel2008-07-161-1/+1
* Do not forget global definitions from inline asm code block.Devang Patel2008-07-161-0/+39
* LinkOnce definitions have default scope, like weak definitions. Otherwise, th...Devang Patel2008-07-151-1/+2
* Rename new lto2 tool as lto.Devang Patel2008-06-301-0/+340