aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetData.h
Commit message (Expand)AuthorAgeFilesLines
* Add a copy constructor for TargetData.Brian Gaeke2004-04-141-0/+16
* Make TargetData no longer use annotations!Chris Lattner2004-02-261-14/+6
* Doxygenize methods, add new getIntPtrType methodChris Lattner2003-12-221-10/+14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Remove two fields from TargetData which are target specific.Chris Lattner2003-04-261-6/+0
* Fix method name type-oChris Lattner2003-04-251-1/+1
* Default ctor doesn't provide nameChris Lattner2003-04-251-1/+1
* Add new targetdata ctor to create a targetdata appropriate to the moduleChris Lattner2003-04-241-1/+2
* Move annotation to support libraryChris Lattner2003-01-141-1/+1
* * Privatize the TargetNameChris Lattner2002-10-291-0/+3
* - Add an endianness field to the TargetData datastructureChris Lattner2002-10-141-2/+9
* Convert TargetData to be an ImmutablePassChris Lattner2002-09-251-2/+3
* There are no implicit gep forms of load and store anymoreChris Lattner2002-09-241-2/+1
* Fix compile problem on linux. Noone should ever #include <inttypes.h>Chris Lattner2002-09-161-1/+1
* Add integer register size field.Vikram S. Adve2002-05-191-6/+11
* * Trim #includesChris Lattner2002-02-031-3/+6
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+3
* getIndexedOffset() shd take vector of Values, not of Constants!Vikram S. Adve2001-12-151-1/+1
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-1/+1
* Fix filename in commentChris Lattner2001-10-131-1/+1
* Make class TargetMachine the common interface to all target-dependentVikram S. Adve2001-09-181-0/+84