aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Module.h
AgeCommit message (Expand)Author
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-09-18Fixing an comment in Module.h that refers to a nonexistent parameter.Gordon Henriksen
2007-06-26Add a convenince member function for appending strings to a module'sDan Gohman
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-04-17Fix build breakage on 64-bit systems.Jeff Cohen
2007-04-17The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner
2007-04-17Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner
2007-03-23Add the 'explicit' keyword to several constructors that accept oneDan Gohman
2007-02-12add #includeChris Lattner
2007-02-05For PR411:Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-02-04For PR1163:Reid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-07Change the interface to Module::getOrInsertFunction to be easier to use,Chris Lattner
2007-01-06For PR411:Reid Spencer
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-28Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling
2006-10-18Add support for the new "target data" information in .ll files. This providesOwen Anderson
2006-05-31Make the getNamedFunction and getNamedGlobal methods be const. They don'tReid Spencer
2006-05-18Change Module to use TargetData-compatible strings internally.Owen Anderson
2006-05-16For PR778:Reid Spencer
2006-03-08add a new helper methodChris Lattner
2006-01-25Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner
2006-01-24Initial checkin of the InlineAsm classChris Lattner
2006-01-23Add global scope asm supportChris Lattner
2006-01-08Fix out of date comments, patch by Marco Matthies.Chris Lattner
2005-12-05Add a flag to Module::getGlobalVariable to allow it to return vars withChris Lattner
2005-10-25Add a missing Module::setTargetTriple method.Chris Lattner
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-05-16remove deprecated methodsChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15remove a whole bunch of dead methods. Noone should use reverse iterators any...Chris Lattner
2005-03-14Remove the reverse iterators for arguments and global vars.Chris Lattner
2005-02-13Do not replace ostream << Module*, only ostream << Module&.Chris Lattner
2005-01-30Improve conformance with the Misha spelling benchmark suiteChris Lattner
2005-01-29Adjust to changes in ilistChris Lattner
2004-11-19These methods are long gone, ConstantPointerRef is dead.Chris Lattner
2004-11-15Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner
2004-10-29Fix grammar (i.e.)Misha Brukman
2004-09-14Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer
2004-09-13Add support for the link-time pass list to Modules.Reid Spencer
2004-09-11Make the dependent libraries list use a SetVector instead of a regularReid Spencer
2004-08-24Provide a method for wholesale extraction of the dependent libraries.Reid Spencer
2004-07-25Reduce the footprint of the dependent library interfaceReid Spencer
2004-07-25bug 263:Reid Spencer
2004-07-17bug 122:Reid Spencer
2004-06-08Apparently a particular vendor compiler uses the struct/class tag to MANGLEChris Lattner
2004-03-12Fix PR266: Make Module Not Inherit From AnnotableChris Lattner
2004-03-08Remove Module::mutateConstantPointerRef, which is now thankfully dead!Chris Lattner