2009-09-03 |
Gabor Greif | back out my recent commit (r80858), it seems to break... |
tree | commitdiff |
2009-09-03 |
Gabor Greif | re-commit r66920 (which has been backed out in r66953... |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | remove some uses of llvm/Support/Streams.h |
tree | commitdiff |
2009-08-23 |
Chris Lattner | eliminate the std::ostream forms of the bitcode writing... |
tree | commitdiff |
2009-08-20 |
Dan Gohman | Rename hasNoUnsignedOverflow and hasNoSignedOverflow... |
tree | commitdiff |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
tree | commitdiff |
2009-08-04 |
Chris Lattner | revert r78048, it isn't worth using assertingvh here. |
tree | commitdiff |
2009-08-04 |
Devang Patel | Use separate ValueList for metadata. |
tree | commitdiff |
2009-08-04 |
Devang Patel | Revert recent bitcode writer patches. |
tree | commitdiff |
2009-08-04 |
Chris Lattner | switch ValueMap to using AssertingVH. This is an old... |
tree | commitdiff |
2009-08-04 |
Devang Patel | Remove dead code. |
tree | commitdiff |
2009-08-04 |
Devang Patel | Fix MDString Abbrev setup. |
tree | commitdiff |
2009-08-04 |
Devang Patel | Constants and Metadata share ValueList. This means... |
tree | commitdiff |
2009-07-31 |
Benjamin Kramer | Work around a dangling pointer dereference when enumera... |
tree | commitdiff |
2009-07-30 |
Devang Patel | Do not use abbrev while writing NamedMDNode name. |
tree | commitdiff |
2009-07-30 |
Devang Patel | Enumerate NamedMDNode elements first. |
tree | commitdiff |
2009-07-29 |
Devang Patel | Read and write NamedMDNode. |
tree | commitdiff |
2009-07-29 |
Devang Patel | Refactor. Fix indentation. |
tree | commitdiff |
2009-07-28 |
Devang Patel | Rename MDNode.h header. It defines MDnode and other... |
tree | commitdiff |
2009-07-27 |
Dan Gohman | Add a new keyword 'inbounds' for use with getelementptr... |
tree | commitdiff |
2009-07-23 |
Devang Patel | MDString |
tree | commitdiff |
2009-07-23 |
Devang Patel | Derive MDNode from MetadataBase instead of Constant... |
tree | commitdiff |
2009-07-22 |
Devang Patel | Fix indentation. |
tree | commitdiff |
2009-07-22 |
Devang Patel | Use isa<> instead of dyn_cast<>. |
tree | commitdiff |
2009-07-22 |
Sanjiv Gupta | Fixed build warning. No functionality change. |
tree | commitdiff |
2009-07-22 |
Devang Patel | Introduce MetadataBase, a base class for MDString and... |
tree | commitdiff |
2009-07-20 |
Dan Gohman | Assembly and Bitcode support for unsigned/signed overfl... |
tree | commitdiff |
2009-07-20 |
Bill Wendling | Add plumbing for the `linker_private' linkage type... |
tree | commitdiff |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
tree | commitdiff |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
tree | commitdiff |
2009-07-08 |
Nick Lewycky | Remove the vicmp and vfcmp instructions. Because we... |
tree | commitdiff |
2009-06-12 |
Nick Lewycky | Don't remove aggregate-typed module level constants... |
tree | commitdiff |
2009-06-04 |
Dan Gohman | Split the Add, Sub, and Mul instruction opcodes into... |
tree | commitdiff |
2009-05-30 |
Nick Lewycky | Give embedded metadata its own type instead of relying... |
tree | commitdiff |
2009-05-10 |
Nick Lewycky | Make MDNode use CallbackVH. Also change MDNode to store... |
tree | commitdiff |
2009-04-13 |
Chris Lattner | Add a new "available_externally" linkage type. This... |
tree | commitdiff |
2009-04-04 |
Nick Lewycky | Add support for embedded metadata to LLVM. This introdu... |
tree | commitdiff |
2009-03-23 |
Dale Johannesen | Fix internal representation of fp80 to be the |
tree | commitdiff |
2009-03-13 |
Bill Wendling | Revert r66920. It was causing failures in the self... |
tree | commitdiff |
2009-03-13 |
Gabor Greif | Second installment of "BasicBlock operands to the back" |
tree | commitdiff |
2009-03-11 |
Duncan Sands | It makes no sense to have a ODR version of common |
tree | commitdiff |
2009-03-11 |
Duncan Sands | Remove the one-definition-rule version of extern_weak |
tree | commitdiff |
2009-03-07 |
Duncan Sands | Introduce new linkage types linkonce_odr, weak_odr... |
tree | commitdiff |
2009-02-12 |
Nate Begeman | Add suppport for ConstantExprs of shufflevectors whose... |
tree | commitdiff |
2009-01-30 |
Gabor Greif | use precise getters |
tree | commitdiff |
2009-01-16 |
Gabor Greif | use specialized accessor instead of plain getOperand(0) |
tree | commitdiff |
2009-01-15 |
Rafael Espindola | Add the private linkage. |
tree | commitdiff |
2009-01-09 |
Misha Brukman | Removed trailing whitespace from Makefiles. |
tree | commitdiff |
2009-01-07 |
Gabor Greif | revert to functionally equivalent formulation |
tree | commitdiff |
2009-01-07 |
Gabor Greif | use the obvious getters |
tree | commitdiff |
2008-12-19 |
Chris Lattner | Add support for writing LLVM IR to a specified Bitstrea... |
tree | commitdiff |
2008-12-19 |
Nick Lewycky | Commit missed files from nocapture change. |
tree | commitdiff |
2008-12-16 |
Bill Wendling | Temporarily revert r61019, r61030, and r61040. These... |
tree | commitdiff |
2008-12-15 |
Nick Lewycky | It turns out that "align 1" and unaligned are different... |
tree | commitdiff |
2008-12-15 |
Nick Lewycky | Introducing nocapture, a parameter attribute for pointe... |
tree | commitdiff |
2008-10-23 |
Daniel Dunbar | Make sure to set stdout to binary when writing bitcode... |
tree | commitdiff |
2008-10-22 |
Daniel Dunbar | Add raw_ostream versions of WriteBitcodeToFile and... |
tree | commitdiff |
2008-10-09 |
Dale Johannesen | Rename APFloat::convertToAPInt to bitcastToAPInt to |
tree | commitdiff |
2008-09-25 |
Devang Patel | Large mechanical patch. |
tree | commitdiff |
2008-09-24 |
Devang Patel | s/ParamAttrsWithIndex/FnAttributeWithIndex/g |
tree | commitdiff |
2008-09-23 |
Devang Patel | s/ParameterAttributes/Attributes/g |
tree | commitdiff |
2008-09-23 |
Devang Patel | Use parameter attribute store (soon to be renamed) for |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-09-16 |
Dan Gohman | Re-enables the new vector select in the bitcode reader... |
tree | commitdiff |
2008-09-09 |
Dan Gohman | Extend the vcmp/fcmp LLVM IR instructions to take vecto... |
tree | commitdiff |
2008-09-04 |
Dan Gohman | Tidy up several unbeseeming casts from pointer to intptr_t. |
tree | commitdiff |
2008-09-02 |
Devang Patel | Read and write function notes. |
tree | commitdiff |
2008-08-23 |
Chris Lattner | add #include |
tree | commitdiff |
2008-08-17 |
Gordon Henriksen | Rename some GC classes so that their roll will hopefull... |
tree | commitdiff |
2008-07-23 |
Dan Gohman | Enable first-class aggregates support. |
tree | commitdiff |
2008-07-21 |
Dan Gohman | InsertValue and ExtractValue constant expressions are... |
tree | commitdiff |
2008-07-09 |
Chris Lattner | Add a little wrapper header that is put around bc files... |
tree | commitdiff |
2008-06-11 |
Gordon Henriksen | Better test for availability of __gnu_cxx::stdio_filebuf. |
tree | commitdiff |
2008-06-06 |
Anton Korobeynikov | Turn stdout into binary mode during bitcode emission. |
tree | commitdiff |
2008-05-31 |
Dan Gohman | Improved bitcode support for insertvalue/extractvalue. |
tree | commitdiff |
2008-05-31 |
Dan Gohman | IR, bitcode reader, bitcode writer, and asmparser chang... |
tree | commitdiff |
2008-05-23 |
Dan Gohman | Make structs and arrays first-class types, and add... |
tree | commitdiff |
2008-05-15 |
Dale Johannesen | Allow an extra bit for CommonLinkage. |
tree | commitdiff |
2008-05-14 |
Dale Johannesen | Add CommonLinkage; currently tentative definitions |
tree | commitdiff |
2008-05-13 |
Dan Gohman | Clean up the use of static and anonymous namespaces... |
tree | commitdiff |
2008-05-12 |
Nate Begeman | Add two new instructions to the llvm IR, vicmp and... |
tree | commitdiff |
2008-04-25 |
Nick Lewycky | Remove 'unwinds to' support from mainline. This patch... |
tree | commitdiff |
2008-03-12 |
Chris Lattner | Reimplement the parameter attributes support, phase... |
tree | commitdiff |
2008-03-11 |
Anton Korobeynikov | Honour aliases visibility when reading from/writing... |
tree | commitdiff |
2008-03-02 |
Nick Lewycky | Add an unwind_to field to basic blocks, making them... |
tree | commitdiff |
2008-02-26 |
Devang Patel | Remove debugging help. |
tree | commitdiff |
2008-02-26 |
Devang Patel | Update bitcode reader and writer to handle multiple... |
tree | commitdiff |
2008-02-23 |
Evan Cheng | Backing out r47521 for now. This has broken a number... |
tree | commitdiff |
2008-02-23 |
Devang Patel | Properly read and write bitcodes for multiple return... |
tree | commitdiff |
2008-02-22 |
Dale Johannesen | Split ParameterAttributes.h, putting the complicated |
tree | commitdiff |
2008-02-22 |
Devang Patel | Read and write getresult. |
tree | commitdiff |
2008-02-20 |
Dale Johannesen | Support alignment within ParamAttrs in the I/O handling. |
tree | commitdiff |
2008-02-19 |
Dale Johannesen | Expand ParameterAttributes to 32 bits (in preparation |
tree | commitdiff |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attribution from lib Makefiles. |
tree | commitdiff |
2007-12-12 |
Christopher Lamb | Implement part of review feedback for address spaces. |
tree | commitdiff |
2007-12-11 |
Duncan Sands | Fix compilation. |
tree | commitdiff |
2007-12-11 |
Christopher Lamb | Implement address space attribute for LLVM pointer... |
tree | commitdiff |
2007-12-10 |
Gordon Henriksen | Adding a collector name attribute to Function in the... |
tree | commitdiff |
next |