Age | Commit message (Expand) | Author |
2010-04-17 | fix PR6332, allowing an index of zero into a zero sized array | Chris Lattner |
2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
2010-04-02 | Revert the recent alignment changes. They're broken for -Os because, | Dan Gohman |
2010-04-02 | Change variables which are exactly 16 bytes to be 16-byte-aligned too. | Dan Gohman |
2010-03-16 | reapply r98656 unmodified, which exposed the asmprinter not | Chris Lattner |
2010-03-16 | Revert r98656, its breaking all over the place. | Daniel Dunbar |
2010-03-16 | improve support for uniontype and ConstantUnion, patch by Tim Northover! | Chris Lattner |
2010-02-25 | Revert r97064. Duncan pointed out that bitcasts are defined in | Dan Gohman |
2010-02-24 | Make getTypeSizeInBits work correctly for array types; it should return | Dan Gohman |
2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
2010-01-25 | add a method to get the alignment of an integer type even | Chris Lattner |
2009-12-17 | finish cleaning up StructLayoutMap. | Chris Lattner |
2009-12-05 | Calling InvalidateEntry during the refinement was breaking the bootstrap. | Bill Wendling |
2009-12-05 | Final cleanups: | Bill Wendling |
2009-12-05 | Inline methods which are called only once. | Bill Wendling |
2009-12-05 | Refactor some code. No functionality change. | Bill Wendling |
2009-12-04 | Some code cleanup. No functionality change. | Bill Wendling |
2009-12-03 | Revert r90371. It was causing build failures. | Bill Wendling |
2009-12-03 | Further improvements: refactoring code that does the same thing into one | Bill Wendling |
2009-12-03 | remove some dead std::ostream using code. | Chris Lattner |
2009-12-03 | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner |
2009-12-03 | This initial code is meant to convert TargetData to use an AbstractTypesUser so | Bill Wendling |
2009-11-18 | The llvm-gcc front-end and the pass manager use two separate TargetData objects. | Bill Wendling |
2009-11-08 | Make TargetData::getStringRepresentation spit out native integer types, | Chris Lattner |
2009-11-07 | add the ability for TargetData to return information about legal integer | Chris Lattner |
2009-11-07 | more cleanup. | Chris Lattner |
2009-11-07 | rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::str... | Chris Lattner |
2009-08-21 | Try again at privatizing the layout info map, with a rewritten patch. | Owen Anderson |
2009-08-20 | Re-revert r79555. Apparently it's not just buildbot weirdness. | Owen Anderson |
2009-08-20 | Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn... | Owen Anderson |
2009-08-20 | --- Reverse-merging r79555 into '.': | Bill Wendling |
2009-08-20 | Make the StructType->StructLayout table private to TargetData, allowing us to... | Owen Anderson |
2009-08-20 | Update and fix some comments. | Dan Gohman |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-07 | Have scoped mutexes take referenes instead of pointers. | Owen Anderson |
2009-06-23 | Guard the layout info object. | Owen Anderson |
2009-05-11 | Change TargetData::getIntPtrType() to return an IntegerType instead of | Jay Foad |
2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
2009-04-01 | Use LLVM type names instead of C type names in comments, to be | Dan Gohman |
2009-02-16 | Delete trailing whitespace. | Dan Gohman |
2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
2008-12-09 | Handle a compiler warning. | Duncan Sands |
2008-12-08 | consistency | Chris Lattner |
2008-12-08 | introduce a new RoundUpAlignment helper function, use it to | Chris Lattner |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-06-04 | Change packed struct layout so that field sizes | Duncan Sands |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-04-14 | Remove unnecessary <sstream> includes. | Dan Gohman |