2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | raw |
2010-07-22 |
Eric Christopher | Warnings patrol. |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Dan Gohman | Make NamedMDNode not be a subclass of Value, and simpli... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Dan Gohman | Delete an obsolete comment. |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Jim Grosbach | 80-column and trailing whitespace cleanup |
blob | commitdiff | raw | diff to current |
2010-06-22 |
Devang Patel | Use single interface, using twine, to get named metadata. |
blob | commitdiff | raw | diff to current |
2010-06-16 |
Devang Patel | Use separate named MDNode to hold each function's local... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Duncan Sands | Tweak the way appendModuleInlineAsm works, so you aren... |
blob | commitdiff | raw | diff to current |
2010-01-12 |
Devang Patel | Use ilist_tratis to autoinsert and remove NamedMDNode... |
blob | commitdiff | raw | diff to current |
2010-01-07 |
Devang Patel | Use separate namespace for named metadata. |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Chris Lattner | Final step in the metadata API restructuring: move the |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Chris Lattner | just cleanup. |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Daniel Dunbar | Pass StringRef by value. |
blob | commitdiff | raw | diff to current |
2009-11-03 |
Kenneth Uildriks | Added a comment to a function that had none |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove the std::ostream version of module and type... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Benjamin Kramer | Make LLVMContext and LLVMContextImpl classes instead... |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Devang Patel | Align comments. |
blob | commitdiff | raw | diff to current |
2009-08-04 |
Owen Anderson | Factor some of the constants+context related code out... |
blob | commitdiff | raw | diff to current |
2009-07-30 |
Devang Patel | Add getOrInsertNamedMetadata(). |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Devang Patel | Keep track of named mdnodes in a Module using an ilist. |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Devang Patel | Fix comment. |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Daniel Dunbar | Finish migrating VMCore to StringRef/Twine based APIs. |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Owen Anderson | Make the use of const with respect to LLVMContext sane... |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
blob | commitdiff | raw | diff to current |
2009-03-27 |
Gabor Greif | "ghostify" the ilist<Function> sentinel |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Gabor Greif | simplify the way how traits get hold of the symbol... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Gabor Greif | further simplifications arising from peruse of the... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Gabor Greif | Remove the burden of dealing with list offsets |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Daniel Dunbar | Add Module::getNamedValue; use to normalize access... |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Dan Gohman | Fix a bunch of Doxygen syntax issues. Escape special... |
blob | commitdiff | raw | diff to current |
2009-02-05 |
Dale Johannesen | Reapply 63765. Patches for clang and llvm-gcc to follow. |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Dale Johannesen | Reverting 63765. This broke the build of both clang |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Nate Begeman | New feature: add support for target intrinsics being... |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Rafael Espindola | Add the private linkage. |
blob | commitdiff | raw | diff to current |
2009-01-04 |
Nick Lewycky | Add a mechanism to specify attributes in getOrInsertFun... |
blob | commitdiff | raw | diff to current |
2008-11-04 |
Bill Wendling | - Add a "getOrInsertGlobal" method to the Module class... |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Chris Lattner | Switch the asmprinter (.ll) and all the stuff it requir... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Chris Lattner | Add a new version of Module::getFunction that takes... |
blob | commitdiff | raw | diff to current |
2008-04-16 |
Eric Christopher | Fix comment. |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Gordon Henriksen | Fixing an comment in Module.h that refers to a nonexist... |
blob | commitdiff | raw | diff to current |
2007-06-26 |
Dan Gohman | Add a convenince member function for appending strings... |
blob | commitdiff | raw | diff to current |
2007-04-25 |
Anton Korobeynikov | Implement aliases. This fixes PR1017 and it's dependent... |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Jeff Cohen | Fix build breakage on 64-bit systems. |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Chris Lattner | The (negative) offset from a SymbolTableListTraits... |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Chris Lattner | Refactor SymbolTableListTraits to only have a single... |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Dan Gohman | Add the 'explicit' keyword to several constructors... |
blob | commitdiff | raw | diff to current |
2007-02-12 |
Chris Lattner | add #include |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Reid Spencer | For PR411: |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Reid Spencer | For PR411: |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Reid Spencer | For PR1163: |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Reid Spencer | For PR761: |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Chris Lattner | Change the interface to Module::getOrInsertFunction... |
blob | commitdiff | raw | diff to current |
2007-01-06 |
Reid Spencer | For PR411: |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Bill Wendling | Added an automatic cast to "std::ostream*" etc. from... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Bill Wendling | Added a temporary hack to get the llvm-streams to work... |
blob | commitdiff | raw | diff to current |
2006-10-18 |
Owen Anderson | Add support for the new "target data" information in... |
blob | commitdiff | raw | diff to current |
2006-05-31 |
Reid Spencer | Make the getNamedFunction and getNamedGlobal methods... |
blob | commitdiff | raw | diff to current |
2006-05-18 |
Owen Anderson | Change Module to use TargetData-compatible strings... |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Reid Spencer | For PR778: |
blob | commitdiff | raw | diff to current |
2006-03-08 |
Chris Lattner | add a new helper method |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Chris Lattner | Change inline asms to be uniqued like constants, not... |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Chris Lattner | Initial checkin of the InlineAsm class |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Chris Lattner | Add global scope asm support |
blob | commitdiff | raw | diff to current |
2006-01-08 |
Chris Lattner | Fix out of date comments, patch by Marco Matthies. |
blob | commitdiff | raw | diff to current |
2005-12-05 |
Chris Lattner | Add a flag to Module::getGlobalVariable to allow it... |
blob | commitdiff | raw | diff to current |
2005-10-25 |
Chris Lattner | Add a missing Module::setTargetTriple method. |
blob | commitdiff | raw | diff to current |
2005-10-23 |
Jeff Cohen | When a function takes a variable number of pointer... |
blob | commitdiff | raw | diff to current |
2005-05-16 |
Chris Lattner | remove deprecated methods |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-03-15 |
Chris Lattner | remove a whole bunch of dead methods. Noone should... |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Chris Lattner | Remove the reverse iterators for arguments and global... |
blob | commitdiff | raw | diff to current |
2005-02-13 |
Chris Lattner | Do not replace ostream << Module*, only ostream <<... |
blob | commitdiff | raw | diff to current |
2005-01-30 |
Chris Lattner | Improve conformance with the Misha spelling benchmark... |
blob | commitdiff | raw | diff to current |
2005-01-29 |
Chris Lattner | Adjust to changes in ilist |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Chris Lattner | These methods are long gone, ConstantPointerRef is... |
blob | commitdiff | raw | diff to current |
2004-11-15 |
Chris Lattner | Warning fixes for VC++, contributed by Morten Ofstad! |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Misha Brukman | Fix grammar (i.e.) |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Reid Spencer | Okay, the list of link-time passes wasn't such a hot... |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Reid Spencer | Add support for the link-time pass list to Modules. |
blob | commitdiff | raw | diff to current |
2004-09-11 |
Reid Spencer | Make the dependent libraries list use a SetVector inste... |
blob | commitdiff | raw | diff to current |
2004-08-24 |
Reid Spencer | Provide a method for wholesale extraction of the depend... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Reid Spencer | Reduce the footprint of the dependent library interface |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Reid Spencer | bug 263: |
blob | commitdiff | raw | diff to current |
2004-07-17 |
Reid Spencer | bug 122: |
blob | commitdiff | raw | diff to current |
2004-06-08 |
Chris Lattner | Apparently a particular vendor compiler uses the struct... |
blob | commitdiff | raw | diff to current |
2004-03-12 |
Chris Lattner | Fix PR266: Make Module Not Inherit From Annotable |
blob | commitdiff | raw | diff to current |
2004-03-08 |
Chris Lattner | Remove Module::mutateConstantPointerRef, which is now... |
blob | commitdiff | raw | diff to current |
2004-03-01 |
Chris Lattner | Make Module annotable. Reid has a bunch of code that... |
blob | commitdiff | raw | diff to current |
2004-02-29 |
Chris Lattner | Module does not need to be annotatable aka annotable |
blob | commitdiff | raw | diff to current |
2003-12-31 |
Chris Lattner | Add some comments, add a new getGlobalVariable method |
blob | commitdiff | raw | diff to current |
2003-12-31 |
Chris Lattner | * Make Module::getTypeName const |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Chris Lattner | Expose new print methods |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM copyright header (for lack of a better term). |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Chris Lattner | Standardize header file comments |
blob | commitdiff | raw | diff to current |
next |