summaryrefslogtreecommitdiff
path: root/lib/Target/TargetData.cpp
Commit message (Expand)AuthorAge
* Convert gep_type_begin and gep_type_end to use ArrayRef.Jay Foad2011-07-19
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* remove the InvalidateStructLayoutInfo API, which is dead and unnecessary nowChris Lattner2011-07-15
* Remove IntegerType constness from TargetDataTobias Grosser2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-11
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Fix a regression caused by r102515 where explicit alignment on globals isCameron Zwarich2011-04-13
* Fix an obvious problem with an alignment computation. AsmPrinter actually doesCameron Zwarich2011-04-13
* If a global variable has a specified alignment that is less than the preferredCameron Zwarich2011-04-13
* Merge System into Support.Michael J. Spencer2010-11-29
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Fix Whitespace.Michael J. Spencer2010-10-19
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Add x86MMX a few more places.Dale Johannesen2010-09-15
* 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