| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 2 | -2/+2 |
* | Remove tabs. | Bill Wendling | 2010-10-06 | 1 | -2/+2 |
* | Provide a fast "get me the target triple from the module" API. This can | Bill Wendling | 2010-10-06 | 1 | -0/+9 |
* | Add X86 MMX type to bitcode and Type. | Dale Johannesen | 2010-09-10 | 1 | -1/+3 |
* | Discard metadata produced by LLVM 2.7. The value enumeration it used | Dan Gohman | 2010-09-09 | 1 | -7/+21 |
* | Remove obsolete comments about throwing exceptions. | Dan Gohman | 2010-09-02 | 1 | -4/+2 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -2/+1 |
* | don't emit zero bit fields with Emit, fixing undefined behavior, | Chris Lattner | 2010-08-18 | 1 | -3/+5 |
* | Don't special-case stdout in llvm::WriteBitcodeToFile; just consider | Dan Gohman | 2010-05-27 | 1 | -1/+2 |
* | Don't write into MemoryBuffers. | Benjamin Kramer | 2010-04-19 | 1 | -2/+2 |
* | Add special case bitcode support for DebugLoc. This avoids | Chris Lattner | 2010-04-03 | 1 | -1/+4 |
* | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 1 | -1/+2 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 2 | -16/+14 |
* | Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe... | Victor Hernandez | 2010-01-10 | 1 | -4/+5 |
* | Remove old header. | Ted Kremenek | 2010-01-01 | 1 | -516/+0 |
* | Remove derelict serialization code. | Ted Kremenek | 2009-12-31 | 3 | -306/+0 |
* | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner | 2009-12-15 | 1 | -41/+40 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -3/+3 |
* | bitcode writer support for blockaddress. | Chris Lattner | 2009-10-28 | 1 | -1/+2 |
* | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 2009-10-28 | 1 | -1/+1 |
* | Random updates to passes for indbr, I need blockaddress before I can do much ... | Chris Lattner | 2009-10-27 | 1 | -2/+2 |
* | add enough support for indirect branch for the feature test to pass | Chris Lattner | 2009-10-27 | 1 | -2/+3 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 2 | -2/+2 |
* | Write and read metadata attachments. | Devang Patel | 2009-09-18 | 1 | -2/+5 |
* | Add const qualifiers for isBitcodeWrapper, and add new functions | Dan Gohman | 2009-09-02 | 1 | -7/+36 |
* | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif | 2009-08-27 | 1 | -0/+1 |
* | Add StringRef based APIs to BitstreamWriter. | Daniel Dunbar | 2009-08-24 | 1 | -4/+18 |
* | remove the last *stream> #include from a public header. | Chris Lattner | 2009-08-24 | 1 | -1/+0 |
* | eliminate the std::ostream forms of the bitcode writing APIs. | Chris Lattner | 2009-08-23 | 1 | -9/+0 |
* | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman | 2009-08-20 | 1 | -2/+2 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 2 | -2/+2 |
* | Factor some of the constants+context related code out into a separate header,... | Owen Anderson | 2009-08-04 | 2 | -2/+2 |
* | Read and write NamedMDNode. | Devang Patel | 2009-07-29 | 1 | -2/+4 |
* | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman | 2009-07-27 | 1 | -2/+4 |
* | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel | 2009-07-23 | 1 | -3/+3 |
* | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel | 2009-07-22 | 1 | -2/+5 |
* | Assembly and Bitcode support for unsigned/signed overflow flags and | Dan Gohman | 2009-07-20 | 1 | -0/+12 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -1/+2 |
* | fix some type confusion in ReadVBR64: "Piece" should be only 32 bits, | Chris Lattner | 2009-07-07 | 1 | -5/+8 |
* | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson | 2009-07-01 | 2 | -7/+7 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 2 | -7/+7 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 2 | -3/+11 |
* | Fix three MSVC 2008 warnings that completely clutter the build output. | Sebastian Redl | 2009-06-29 | 1 | -2/+2 |
* | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky | 2009-05-30 | 1 | -2/+3 |
* | give bitstreamreader an API to ignore names for blocks/records, | Chris Lattner | 2009-04-27 | 1 | -1/+16 |
* | Add two new record types to the blockinfo block: | Chris Lattner | 2009-04-26 | 2 | -6/+36 |
* | make BitstreamCursor's copyable and assignable. | Chris Lattner | 2009-04-26 | 1 | -2/+38 |
* | Make a major API change to BitstreamReader: split all the reading | Chris Lattner | 2009-04-26 | 2 | -110/+141 |
* | Allow jumping to the end of a bitstream while reading | Douglas Gregor | 2009-04-15 | 1 | -1/+1 |