summaryrefslogtreecommitdiff
path: root/lib/Target/TargetData.cpp
Commit message (Expand)AuthorAge
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-10
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Don't use unsigned char for alignments in TargetData. There aren'tDan Gohman2010-08-11
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Do GEP offset calculations with unsigned math rather than signed mathDan Gohman2010-07-28
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Change TargetData's algorithm for computing defualt vector typeDan Gohman2010-04-23
* fix PR6332, allowing an index of zero into a zero sized array Chris Lattner2010-04-17
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* Revert the recent alignment changes. They're broken for -Os because,Dan Gohman2010-04-02
* Change variables which are exactly 16 bytes to be 16-byte-aligned too.Dan Gohman2010-04-02
* reapply r98656 unmodified, which exposed the asmprinter not Chris Lattner2010-03-16
* Revert r98656, its breaking all over the place.Daniel Dunbar2010-03-16
* improve support for uniontype and ConstantUnion, patch by Tim Northover!Chris Lattner2010-03-16
* Revert r97064. Duncan pointed out that bitcasts are defined inDan Gohman2010-02-25
* Make getTypeSizeInBits work correctly for array types; it should returnDan Gohman2010-02-24
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* add a method to get the alignment of an integer type even Chris Lattner2010-01-25
* finish cleaning up StructLayoutMap.Chris Lattner2009-12-17
* Calling InvalidateEntry during the refinement was breaking the bootstrap.Bill Wendling2009-12-05
* Final cleanups:Bill Wendling2009-12-05
* Inline methods which are called only once.Bill Wendling2009-12-05
* Refactor some code. No functionality change.Bill Wendling2009-12-05
* Some code cleanup. No functionality change.Bill Wendling2009-12-04
* Revert r90371. It was causing build failures.Bill Wendling2009-12-03
* Further improvements: refactoring code that does the same thing into oneBill Wendling2009-12-03
* remove some dead std::ostream using code.Chris Lattner2009-12-03
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-03
* This initial code is meant to convert TargetData to use an AbstractTypesUser soBill Wendling2009-12-03
* The llvm-gcc front-end and the pass manager use two separate TargetData objects.Bill Wendling2009-11-18
* Make TargetData::getStringRepresentation spit out native integer types,Chris Lattner2009-11-08
* add the ability for TargetData to return information about legal integerChris Lattner2009-11-07
* more cleanup.Chris Lattner2009-11-07
* rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::str...Chris Lattner2009-11-07
* Try again at privatizing the layout info map, with a rewritten patch.Owen Anderson2009-08-21
* Re-revert r79555. Apparently it's not just buildbot weirdness.Owen Anderson2009-08-20
* Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn...Owen Anderson2009-08-20
* --- Reverse-merging r79555 into '.':Bill Wendling2009-08-20
* Make the StructType->StructLayout table private to TargetData, allowing us to...Owen Anderson2009-08-20
* Update and fix some comments.Dan Gohman2009-08-20
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-07
* Guard the layout info object.Owen Anderson2009-06-23
* Change TargetData::getIntPtrType() to return an IntegerType instead ofJay Foad2009-05-11
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-09
* Use LLVM type names instead of C type names in comments, to beDan Gohman2009-04-01