summaryrefslogtreecommitdiff
path: root/include/llvm/Type.h
Commit message (Expand)AuthorAge
* remove dead method.Chris Lattner2008-08-23
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Inline the fastpath of PATypeHolder::get(). This is a small speedup in Chris Lattner2008-08-15
* Add an isAggregateType predicate.Dan Gohman2008-05-30
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-29
* It turns out there are only 3 non-first-class type kinds left now, soDan Gohman2008-05-23
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-23
* Add a Type::isSingleValueType method. This will be used by codeDan Gohman2008-05-21
* add a helper method.Chris Lattner2008-05-19
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-19
* add an assertion to catch a null PATypeHolder, patch by Erick TryzelaarChris Lattner2008-02-25
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Fix spelling.Duncan Sands2007-09-25
* remove dead enum value.Chris Lattner2007-09-13
* Add Type::isIntOrIntVector, like Type::isFPOrFPVector.Dan Gohman2007-08-20
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-03
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Correct a name in a comment.Dan Gohman2007-05-17
* Fix a problem where primitive types lose their name after llvm_shutdown is ca...Chris Lattner2007-04-20
* For PR1209:Reid Spencer2007-04-06
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-23
* For PR1195:Reid Spencer2007-02-15
* Make doxygen happyAnton Korobeynikov2007-01-29
* For PR1043:Reid Spencer2007-01-19
* Remove unused forward class declarations.Reid Spencer2007-01-17
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* For PR1064:Reid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR950:Reid Spencer2006-12-31
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Packed StructuresAndrew Lenharth2006-12-08
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-28
* For PR950:Reid Spencer2006-11-27
* Add isFPOrFPVector() method, which indicates if a type is either FP or aChris Lattner2006-10-26
* Now that ConstantBool::True/False are gone, we can modify Type.cpp toChris Lattner2006-09-28
* remove misleading commentChris Lattner2006-09-23
* Moving this function to a permanent home to prevent a dependency cycle createdJim Laskey2006-07-25
* Clarify type naming.Vladimir Prus2006-05-31
* Make doc comment visible in doxygen output. Clarify Type construction.Vladimir Prus2006-05-30
* For PR786:Reid Spencer2006-05-24
* How could this ever have worked?Chris Lattner2006-04-04
* add a new Type::getIntegralTypeMask() method, which is useful for clients thatChris Lattner2006-02-07
* i love xmas!!!! *;D*Duraid Madina2005-12-26
* Shrink derived types by 8 bytes each by not having to have 2 vtables pointersChris Lattner2005-11-13
* Refactor some code, moving methods and data around. This gets rid of someChris Lattner2005-11-13
* Shrink the Type class from 32 to 28 bytes on Darwin (which has silly 32-bitChris Lattner2005-11-12
* remove a dead methodChris Lattner2005-11-12
* add a method, remove a dead #includeChris Lattner2005-04-23
* Add method to return the type this type will be promoted to if it isAlkis Evlogimenos2005-04-23