2009-04-26 |
Chris Lattner | Make a major API change to BitstreamReader: split all... |
tree | commitdiff |
2009-04-13 |
Chris Lattner | Add a new "available_externally" linkage type. This... |
tree | commitdiff |
2009-04-06 |
Chris Lattner | Teach llvm-bcanalyzer to skip over the header we use... |
tree | commitdiff |
2009-04-04 |
Nick Lewycky | Add support for embedded metadata to LLVM. This introdu... |
tree | commitdiff |
2009-04-01 |
Chris Lattner | fix a serious regression I introduced in my previous... |
tree | commitdiff |
2009-03-31 |
Chris Lattner | reimplement BitcodeReaderValueList in terms of WeakVH... |
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-02-03 |
Chris Lattner | fix a bitcode reader bug where it can't handle extracte... |
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-23 |
Zhongxing Xu | revert r61368. |
tree | commitdiff |
2008-12-23 |
Zhongxing Xu | Remove dead code. |
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-11-10 |
Mon P Wang | Added support for the following definition of shufflevector |
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-10-05 |
Chris Lattner | make the autoupgrade code for ret attributes dramatical... |
tree | commitdiff |
2008-09-26 |
Devang Patel | Now Attributes are divided in three groups |
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 | Temporarily disable 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-21 |
Chris Lattner | Switch from an O(n) method to an O(1) method for changi... |
tree | commitdiff |
2008-08-21 |
Chris Lattner | recommit bcreader, handling packed structs correctly... |
tree | commitdiff |
2008-08-21 |
Daniel Dunbar | Revert 55090, regressions in: |
tree | commitdiff |
2008-08-21 |
Chris Lattner | Fix an N^2 issue handling constant resolution due to... |
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-21 |
Chris Lattner | fix warning when assertion disabled. |
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-26 |
Gabor Greif | eliminate calls to deprecated Use::init() interface |
tree | commitdiff |
2008-05-23 |
Dan Gohman | Make structs and arrays first-class types, and add... |
tree | commitdiff |
2008-05-16 |
Gabor Greif | API change for {BinaryOperator|CmpInst|CastInst}::creat... |
tree | commitdiff |
2008-05-15 |
Dale Johannesen | Allow an extra bit for CommonLinkage. |
tree | commitdiff |
2008-05-15 |
Gabor Greif | Fix a bunch of 80col violations that arose from the... |
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 | Simplify some checks |
tree | commitdiff |
2008-05-12 |
Nate Begeman | Pointer comparisons should use icmp, not vicmp |
tree | commitdiff |
2008-05-12 |
Nate Begeman | Pointer comparisons should be handled by icmp, not... |
tree | commitdiff |
2008-05-12 |
Nate Begeman | Add two new instructions to the llvm IR, vicmp and... |
tree | commitdiff |
2008-05-10 |
Gabor Greif | merge of use-diet branch to trunk |
tree | commitdiff |
2008-04-25 |
Nick Lewycky | Remove 'unwinds to' support from mainline. This patch... |
tree | commitdiff |
2008-04-20 |
Chris Lattner | Switch to using Simplified ConstantFP::get API. |
tree | commitdiff |
2008-04-13 |
Chris Lattner | Gabor points out that reserveOperandSpace takes # of... |
tree | commitdiff |
2008-04-06 |
Gabor Greif | API changes for class Use size reduction, wave 1. |
tree | commitdiff |
2008-03-25 |
Dan Gohman | Add explicit keywords. |
tree | commitdiff |
2008-03-12 |
Chris Lattner | Reimplement the parameter attributes support, phase... |
tree | commitdiff |
2008-03-12 |
Chris Lattner | when the bitcode reader is referencing a paramattr... |
tree | commitdiff |
2008-03-12 |
Anton Korobeynikov | Be backward compatible |
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 | Use SmallVector while constructing ReturnInst. |
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-23 |
Ted Kremenek | Fixed buffer overflow reported by Argiris Kirtzidis. |
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-20 |
Anton Korobeynikov | Unbreak build with gcc 4.3: provide missed includes... |
tree | commitdiff |
2008-02-19 |
Dale Johannesen | Expand ParameterAttributes to 32 bits (in preparation |
tree | commitdiff |
2008-01-29 |
Dan Gohman | Use empty() instead of comparing size() with zero. |
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-19 |
Gordon Henriksen | Adding bindings for memory buffers and module providers... |
tree | commitdiff |
2007-12-17 |
Evan Cheng | Bring back int_x86_sse2_movl_dq intrinsic for backward... |
tree | commitdiff |
2007-12-17 |
Ted Kremenek | Modified Deserializer::ReadCStr to allow C-strings... |
tree | commitdiff |
2007-12-17 |
Christopher Lamb | Change the PointerType api for creating pointer types... |
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 |
next |