aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-16/+16
* If a value is cast to its own type, then the castDuncan Sands2008-04-041-2/+6
* Add new file Support/DataFlow.h.Torok Edwin2008-04-021-0/+104
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-3/+3
* De-constify the input to the "operator >>" method as it is modified.Bill Wendling2008-03-251-1/+1
* add some convenience methods for creating GEP instructions and Chris Lattner2008-03-191-0/+8
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-3/+2
* Treat BBs that use BBs as proper predecessors and successors in the CFG.Nick Lewycky2008-03-061-7/+17
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-221-0/+3
* Add explicit keywords.Dan Gohman2008-02-203-4/+6
* Add 'sink' cmdline option. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-02-201-1/+2
* Add GetResultInst. First step for multiple return value support.Devang Patel2008-02-191-0/+1
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-1/+2
* Simplify caller updating using a CallSite, asDuncan Sands2008-02-181-0/+1
* Add support for setting parameters to CallSite.Owen Anderson2008-02-181-0/+9
* Add count{Leading,Trailing}Ones_{32,64} functions with simple implementations.Dan Gohman2008-02-131-0/+32
* Added "Profile" method to APFloat for use with FoldingSet.Ted Kremenek2008-02-111-0/+4
* make this 64-bit safeChris Lattner2008-01-261-2/+2
* Added special escape sequences "\{", "\}", and "\|" when processingTed Kremenek2008-01-231-2/+7
* Silence a warning. Should we turn this into configure-time check?Anton Korobeynikov2008-01-221-1/+1
* Fix a memory correctness error noticed by valgrind (harmless in practice).Gordon Henriksen2008-01-151-1/+1
* add match support for casts.Chris Lattner2008-01-081-0/+24
* Split param attr implementation out from Function.cpp into itsChris Lattner2008-01-021-2/+1
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-2939-78/+78
* Add m_Zero(). Chris Lattner2007-12-201-0/+18
* When inlining through an 'nounwind' call, mark inlinedDuncan Sands2007-12-191-0/+1
* Rename isNoReturn to doesNotReturn, and isNoUnwind toDuncan Sands2007-12-181-1/+1
* Add cast operators in LLVMFoldingBuilder.Devang Patel2007-12-171-0/+123
* Make instcombine promote inline asm calls to 'nounwind'Duncan Sands2007-12-161-0/+3
* Constify graph argumentsAnton Korobeynikov2007-12-161-6/+7
* Fix a typo in a comment.Dan Gohman2007-12-141-1/+1
* Delete the CollectorNamePool if it should become empty.Gordon Henriksen2007-12-101-0/+4
* Fix a very silly typo.Gordon Henriksen2007-12-091-1/+1
* Incorporating review feedback from Reid.Gordon Henriksen2007-12-081-0/+9
* Adding a StringPool data structure, which GC will use.Gordon Henriksen2007-12-081-0/+135
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-0/+6
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-281-0/+4
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-0/+6
* Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN r...Chris Lattner2007-11-181-6/+3
* Move MinAlign to MathExtras.h.Duncan Sands2007-11-092-28/+7
* The guaranteed alignment of ptr+offset is only the minimum ofDuncan Sands2007-10-281-0/+28
* remove dead fileChris Lattner2007-10-181-76/+0
* Changed the return type of type-specific Allocate() methods to returnTed Kremenek2007-10-181-2/+2
* Removed inclusion of cassert, which is no longer needed.Ted Kremenek2007-10-171-2/+0
* Added template function alignof() which provides a cleanTed Kremenek2007-10-171-0/+7
* Added member template functions to MallocAllocator andTed Kremenek2007-10-171-0/+12
* Added llvm::AlignOf, a template class whose purpose is to portablyTed Kremenek2007-10-171-0/+43
* Updated VC++ build system.Hartmut Kaiser2007-10-171-8/+4
* Add a new use_iterator::atEnd() method, which allows us to shrinkChris Lattner2007-10-111-6/+5