aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetData.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Further improvements: refactoring code that does the same thing into oneBill Wendling2009-12-031-42/+23
* remove some dead std::ostream using code.Chris Lattner2009-12-031-9/+0
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-031-0/+1
* This initial code is meant to convert TargetData to use an AbstractTypesUser soBill Wendling2009-12-031-59/+38
* The llvm-gcc front-end and the pass manager use two separate TargetData objects.Bill Wendling2009-11-181-24/+116
* Make TargetData::getStringRepresentation spit out native integer types,Chris Lattner2009-11-081-0/+7
* add the ability for TargetData to return information about legal integerChris Lattner2009-11-071-39/+12
* more cleanup.Chris Lattner2009-11-071-4/+14
* rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::str...Chris Lattner2009-11-071-39/+59
* Try again at privatizing the layout info map, with a rewritten patch.Owen Anderson2009-08-211-47/+17
* Re-revert r79555. Apparently it's not just buildbot weirdness.Owen Anderson2009-08-201-35/+52
* Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn...Owen Anderson2009-08-201-52/+35
* --- Reverse-merging r79555 into '.':Bill Wendling2009-08-201-35/+52
* Make the StructType->StructLayout table private to TargetData, allowing us to...Owen Anderson2009-08-201-52/+35
* Update and fix some comments.Dan Gohman2009-08-201-7/+7
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-3/+4
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-2/+3
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-3/+3
* Guard the layout info object.Owen Anderson2009-06-231-0/+5
* Change TargetData::getIntPtrType() to return an IntegerType instead ofJay Foad2009-05-111-1/+1
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-3/+3
* Use LLVM type names instead of C type names in comments, to beDan Gohman2009-04-011-5/+5
* Delete trailing whitespace.Dan Gohman2009-02-161-5/+5
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-3/+3
* Handle a compiler warning.Duncan Sands2008-12-091-1/+1
* consistencyChris Lattner2008-12-081-2/+2
* introduce a new RoundUpAlignment helper function, use it to Chris Lattner2008-12-081-32/+29
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Change packed struct layout so that field sizesDuncan Sands2008-06-041-5/+2
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-6/+9
* Remove unnecessary <sstream> includes.Dan Gohman2008-04-141-1/+0
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-1/+2
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-291-10/+19
* Fix PR1845 and rdar://5676945. Generic vectors smallerChris Lattner2008-01-101-18/+22
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix a brain fart by our beloved leader (the contentDuncan Sands2007-12-211-4/+3
* Remove host endianness info from TargetData andDuncan Sands2007-12-121-9/+0
* Move TargetData::hostIsLittleEndian out of line, which means we Chris Lattner2007-12-111-0/+9
* Silence a warningAnton Korobeynikov2007-11-091-1/+1
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-60/+23
* Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handlingChris Lattner2007-10-291-1/+7
* Simplify getIntPtrType, allowing it to work for arbitrary pointer sizes.Dan Gohman2007-10-081-6/+1
* Add getABITypeSize, getABITypeSizeInBitsDale Johannesen2007-10-011-1/+6
* Don't add a default STACK_ALIGN (use the generic ABI alignment)Rafael Espindola2007-09-211-1/+0
* Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner2007-09-171-2/+6
* Add support for having different alignment for objects on call frames.Rafael Espindola2007-09-071-5/+20
* Fix minor doxygen nits.Reid Spencer2007-08-051-3/+3
* long double patch 2 of N. Handle it in TargetData.Dale Johannesen2007-08-031-0/+12
* Drop 'const'Devang Patel2007-05-031-1/+1