Rename variables to match the style guide and clang-format.
[oota-llvm.git] / tools / lto / LTOModule.h
2013-07-23 Rafael EspindolaSplit getOpenFile into getOpenFile and getOpenFileSlice.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-11 Rafael EspindolaChange some functions to take const pointers.
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-08-06 Bill WendlingAdd a way to grab the target options from the LTO comma...
2012-04-02 Bill WendlingHack the hack. If we have a situation where an ASM...
2012-04-02 Bill WendlingIt could come about that we parse the inline ASM before...
2012-03-31 Bill WendlingCleanup whitespace and trim some of the #includes.
2012-03-29 Bill WendlingMake some headway towards compiling all of LLVM.
2012-03-29 Bill WendlingCleanup whitespace.
2012-03-28 Bill WendlingCleanup some whitespaces.
2012-03-28 Bill WendlingReformat the LTOModule code to be more inline with...
2012-03-28 Bill WendlingSome whitespace cleanup.
2011-11-04 Bill WendlingMove comment to the correct place.
2011-11-04 Bill WendlingMake the Mangler an ivar so that it doesn't have to...
2011-11-04 Bill WendlingRefactor the MCContext so that it's an ivar instead...
2011-09-08 Ivan Krasinlto/addAsmGlobalSymbols: fail fracefully when the targe...
2011-03-18 Rafael EspindolaSimplify the computation of undefined symbols. Instead...
2011-03-17 Rafael EspindolaAdd support in the LTO library for loading an object...
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2010-08-09 Rafael EspindolaMake it possible to set the target triple and expose...
2009-12-23 Douglas GregorFix struct/class mismatch for LTOModule and LTOCodeGene...
2009-11-18 Viktor KutuzovAdded getDefaultSubtargetFeatures method to SubtargetFe...
2009-07-02 Owen AndersonMaintain the old LTO API, by using the global context.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-01 Nick Kledzik<rdar://problem/6927148> libLTO needs to handle i386...
2009-05-30 Evan ChengUntabify.
2009-04-24 Rafael EspindolaAdd LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
2008-07-16 Devang PatelDo not forget global definitions from inline asm code...
2008-06-30 Devang PatelRename new lto2 tool as lto.