| Commit message (Expand) | Author | Age | Files | Lines |
* | I noticed that named metadata doesn't provide a direct way of getting at the | Duncan Sands | 2012-05-16 | 1 | -0/+7 |
* | Add a flag to the struct type finder to collect only those types which have | Bill Wendling | 2012-04-21 | 1 | -1/+2 |
* | Revert r155241, which is causing some breakage. | Bill Wendling | 2012-04-20 | 1 | -3/+0 |
* | If we discover all of the named structs in a module, then don't bother to | Bill Wendling | 2012-04-20 | 1 | -0/+3 |
* | DenseMap: Perform the pod-like object optimization when the value type is POD... | Benjamin Kramer | 2012-04-06 | 1 | -4/+3 |
* | s/ModAttrBehavior/ModFlagBehavior/g to be consistent with how module flags ar... | Bill Wendling | 2012-02-16 | 1 | -5/+5 |
* | Use the enum instead of 'unsigned'. | Bill Wendling | 2012-02-15 | 1 | -2/+2 |
* | Add a module flags accessor method which returns the flags in a vector. | Bill Wendling | 2012-02-15 | 1 | -0/+11 |
* | [WIP] Initial code for module flags. | Bill Wendling | 2012-02-11 | 1 | -0/+46 |
* | Remove the last improper use of getGlobalContext() from LLVM. | Nick Lewycky | 2011-08-13 | 1 | -4/+22 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -6/+6 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -52/+24 |
* | Fix typo in doxy-comment. | Nick Lewycky | 2011-04-06 | 1 | -1/+1 |
* | Add a special streamer to libLTO that just records symbols definitions and | Rafael Espindola | 2011-03-02 | 1 | -2/+7 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Warnings patrol. | Eric Christopher | 2010-07-22 | 1 | -2/+2 |
* | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman | 2010-07-21 | 1 | -17/+9 |
* | Delete an obsolete comment. | Dan Gohman | 2010-07-21 | 1 | -2/+1 |
* | 80-column and trailing whitespace cleanup | Jim Grosbach | 2010-06-25 | 1 | -13/+14 |
* | Use single interface, using twine, to get named metadata. | Devang Patel | 2010-06-22 | 1 | -2/+1 |
* | Use separate named MDNode to hold each function's local variable info. | Devang Patel | 2010-06-16 | 1 | -0/+1 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -0/+47 |
* | Tweak the way appendModuleInlineAsm works, so you aren't obliged | Duncan Sands | 2010-01-26 | 1 | -3/+5 |
* | Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable. | Devang Patel | 2010-01-12 | 1 | -4/+3 |
* | Use separate namespace for named metadata. | Devang Patel | 2010-01-07 | 1 | -13/+23 |
* | Final step in the metadata API restructuring: move the | Chris Lattner | 2009-12-29 | 1 | -1/+10 |
* | just cleanup. | Chris Lattner | 2009-12-29 | 1 | -29/+28 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -23/+23 |
* | Added a comment to a function that had none | Kenneth Uildriks | 2009-11-03 | 1 | -0/+1 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | remove the std::ostream version of module and type printing. | Chris Lattner | 2009-08-23 | 1 | -6/+1 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Align comments. | Devang Patel | 2009-08-10 | 1 | -1/+1 |
* | Factor some of the constants+context related code out into a separate header,... | Owen Anderson | 2009-08-04 | 1 | -1/+1 |
* | Add getOrInsertNamedMetadata(). | Devang Patel | 2009-07-30 | 1 | -3/+8 |
* | Keep track of named mdnodes in a Module using an ilist. | Devang Patel | 2009-07-29 | 1 | -6/+70 |
* | Fix comment. | Devang Patel | 2009-07-29 | 1 | -1/+1 |
* | Finish migrating VMCore to StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-25 | 1 | -24/+22 |
* | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson | 2009-07-01 | 1 | -3/+3 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -3/+3 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -1/+8 |
* | "ghostify" the ilist<Function> sentinel | Gabor Greif | 2009-03-27 | 1 | -3/+14 |
* | simplify the way how traits get hold of the symbol table | Gabor Greif | 2009-03-07 | 1 | -19/+0 |
* | further simplifications arising from peruse of the more declarative interface | Gabor Greif | 2009-03-07 | 1 | -3/+0 |
* | Remove the burden of dealing with list offsets | Gabor Greif | 2009-03-07 | 1 | -31/+9 |
* | Add Module::getNamedValue; use to normalize access to Module symbol | Daniel Dunbar | 2009-03-06 | 1 | -0/+10 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -1/+2 |
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -0/+4 |
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -4/+0 |
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -0/+4 |