| Commit message (Expand) | Author | Age | Files | Lines |
* | De-constify the input to the "operator >>" method as it is modified. | Bill Wendling | 2008-03-25 | 1 | -1/+1 |
* | add some convenience methods for creating GEP instructions and | Chris Lattner | 2008-03-19 | 1 | -0/+8 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 1 | -3/+2 |
* | Treat BBs that use BBs as proper predecessors and successors in the CFG. | Nick Lewycky | 2008-03-06 | 1 | -7/+17 |
* | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen | 2008-02-22 | 1 | -0/+3 |
* | Add explicit keywords. | Dan Gohman | 2008-02-20 | 3 | -4/+6 |
* | Add 'sink' cmdline option. Patch by Mikhail Glushenkov! | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
* | Add GetResultInst. First step for multiple return value support. | Devang Patel | 2008-02-19 | 1 | -0/+1 |
* | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen | 2008-02-19 | 1 | -1/+2 |
* | Simplify caller updating using a CallSite, as | Duncan Sands | 2008-02-18 | 1 | -0/+1 |
* | Add support for setting parameters to CallSite. | Owen Anderson | 2008-02-18 | 1 | -0/+9 |
* | Add count{Leading,Trailing}Ones_{32,64} functions with simple implementations. | Dan Gohman | 2008-02-13 | 1 | -0/+32 |
* | Added "Profile" method to APFloat for use with FoldingSet. | Ted Kremenek | 2008-02-11 | 1 | -0/+4 |
* | make this 64-bit safe | Chris Lattner | 2008-01-26 | 1 | -2/+2 |
* | Added special escape sequences "\{", "\}", and "\|" when processing | Ted Kremenek | 2008-01-23 | 1 | -2/+7 |
* | Silence a warning. Should we turn this into configure-time check? | Anton Korobeynikov | 2008-01-22 | 1 | -1/+1 |
* | Fix a memory correctness error noticed by valgrind (harmless in practice). | Gordon Henriksen | 2008-01-15 | 1 | -1/+1 |
* | add match support for casts. | Chris Lattner | 2008-01-08 | 1 | -0/+24 |
* | Split param attr implementation out from Function.cpp into its | Chris Lattner | 2008-01-02 | 1 | -2/+1 |
* | remove attribution from a variety of miscellaneous files. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 39 | -78/+78 |
* | Add m_Zero(). | Chris Lattner | 2007-12-20 | 1 | -0/+18 |
* | When inlining through an 'nounwind' call, mark inlined | Duncan Sands | 2007-12-19 | 1 | -0/+1 |
* | Rename isNoReturn to doesNotReturn, and isNoUnwind to | Duncan Sands | 2007-12-18 | 1 | -1/+1 |
* | Add cast operators in LLVMFoldingBuilder. | Devang Patel | 2007-12-17 | 1 | -0/+123 |
* | Make instcombine promote inline asm calls to 'nounwind' | Duncan Sands | 2007-12-16 | 1 | -0/+3 |
* | Constify graph arguments | Anton Korobeynikov | 2007-12-16 | 1 | -6/+7 |
* | Fix a typo in a comment. | Dan Gohman | 2007-12-14 | 1 | -1/+1 |
* | Delete the CollectorNamePool if it should become empty. | Gordon Henriksen | 2007-12-10 | 1 | -0/+4 |
* | Fix a very silly typo. | Gordon Henriksen | 2007-12-09 | 1 | -1/+1 |
* | Incorporating review feedback from Reid. | Gordon Henriksen | 2007-12-08 | 1 | -0/+9 |
* | Adding a StringPool data structure, which GC will use. | Gordon Henriksen | 2007-12-08 | 1 | -0/+135 |
* | Rather than having special rules like "intrinsics cannot | Duncan Sands | 2007-12-03 | 1 | -0/+6 |
* | Add some convenience methods for querying attributes, and | Duncan Sands | 2007-11-28 | 1 | -0/+4 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -0/+6 |
* | Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN r... | Chris Lattner | 2007-11-18 | 1 | -6/+3 |
* | Move MinAlign to MathExtras.h. | Duncan Sands | 2007-11-09 | 2 | -28/+7 |
* | The guaranteed alignment of ptr+offset is only the minimum of | Duncan Sands | 2007-10-28 | 1 | -0/+28 |
* | remove dead file | Chris Lattner | 2007-10-18 | 1 | -76/+0 |
* | Changed the return type of type-specific Allocate() methods to return | Ted Kremenek | 2007-10-18 | 1 | -2/+2 |
* | Removed inclusion of cassert, which is no longer needed. | Ted Kremenek | 2007-10-17 | 1 | -2/+0 |
* | Added template function alignof() which provides a clean | Ted Kremenek | 2007-10-17 | 1 | -0/+7 |
* | Added member template functions to MallocAllocator and | Ted Kremenek | 2007-10-17 | 1 | -0/+12 |
* | Added llvm::AlignOf, a template class whose purpose is to portably | Ted Kremenek | 2007-10-17 | 1 | -0/+43 |
* | Updated VC++ build system. | Hartmut Kaiser | 2007-10-17 | 1 | -8/+4 |
* | Add a new use_iterator::atEnd() method, which allows us to shrink | Chris Lattner | 2007-10-11 | 1 | -6/+5 |
* | Add new MemoryBuffer::getMemBufferCopy method. | Chris Lattner | 2007-10-09 | 1 | -0/+6 |
* | Fix indentation. | Devang Patel | 2007-10-09 | 1 | -6/+6 |
* | Add LLVMFoldingBuilder | Devang Patel | 2007-10-09 | 1 | -3/+215 |
* | Remove an unnecessary friend declaration. | Dan Gohman | 2007-10-09 | 1 | -1/+0 |