| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -0/+2 |
* | Fix Whitespace. | Michael J. Spencer | 2010-10-19 | 1 | -25/+25 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | Add x86MMX a few more places. | Dale Johannesen | 2010-09-15 | 1 | -0/+1 |
* | Add X86 MMX type to bitcode and Type. | Dale Johannesen | 2010-09-10 | 1 | -0/+1 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -25/+0 |
* | Don't use unsigned char for alignments in TargetData. There aren't | Dan Gohman | 2010-08-11 | 1 | -15/+15 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -2/+2 |
* | Do GEP offset calculations with unsigned math rather than signed math | Dan Gohman | 2010-07-28 | 1 | -1/+1 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -2/+1 |
* | Change TargetData's algorithm for computing defualt vector type | Dan Gohman | 2010-04-23 | 1 | -16/+11 |
* | fix PR6332, allowing an index of zero into a zero sized array | Chris Lattner | 2010-04-17 | 1 | -2/+2 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | Revert the recent alignment changes. They're broken for -Os because, | Dan Gohman | 2010-04-02 | 1 | -1/+1 |
* | Change variables which are exactly 16 bytes to be 16-byte-aligned too. | Dan Gohman | 2010-04-02 | 1 | -1/+1 |
* | reapply r98656 unmodified, which exposed the asmprinter not | Chris Lattner | 2010-03-16 | 1 | -0/+25 |
* | Revert r98656, its breaking all over the place. | Daniel Dunbar | 2010-03-16 | 1 | -25/+0 |
* | improve support for uniontype and ConstantUnion, patch by Tim Northover! | Chris Lattner | 2010-03-16 | 1 | -0/+25 |
* | Revert r97064. Duncan pointed out that bitcasts are defined in | Dan Gohman | 2010-02-25 | 1 | -42/+1 |
* | Make getTypeSizeInBits work correctly for array types; it should return | Dan Gohman | 2010-02-24 | 1 | -1/+42 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -1/+1 |
* | add a method to get the alignment of an integer type even | Chris Lattner | 2010-01-25 | 1 | -0/+7 |
* | finish cleaning up StructLayoutMap. | Chris Lattner | 2009-12-17 | 1 | -21/+17 |
* | Calling InvalidateEntry during the refinement was breaking the bootstrap. | Bill Wendling | 2009-12-05 | 1 | -2/+12 |
* | Final cleanups: | Bill Wendling | 2009-12-05 | 1 | -14/+2 |
* | Inline methods which are called only once. | Bill Wendling | 2009-12-05 | 1 | -15/+3 |
* | Refactor some code. No functionality change. | Bill Wendling | 2009-12-05 | 1 | -9/+13 |
* | Some code cleanup. No functionality change. | Bill Wendling | 2009-12-04 | 1 | -15/+10 |
* | Revert r90371. It was causing build failures. | Bill Wendling | 2009-12-03 | 1 | -23/+42 |
* | Further improvements: refactoring code that does the same thing into one | Bill Wendling | 2009-12-03 | 1 | -42/+23 |
* | remove some dead std::ostream using code. | Chris Lattner | 2009-12-03 | 1 | -9/+0 |
* | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 2009-12-03 | 1 | -0/+1 |
* | This initial code is meant to convert TargetData to use an AbstractTypesUser so | Bill Wendling | 2009-12-03 | 1 | -59/+38 |
* | The llvm-gcc front-end and the pass manager use two separate TargetData objects. | Bill Wendling | 2009-11-18 | 1 | -24/+116 |
* | Make TargetData::getStringRepresentation spit out native integer types, | Chris Lattner | 2009-11-08 | 1 | -0/+7 |
* | add the ability for TargetData to return information about legal integer | Chris Lattner | 2009-11-07 | 1 | -39/+12 |
* | more cleanup. | Chris Lattner | 2009-11-07 | 1 | -4/+14 |
* | rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::str... | Chris Lattner | 2009-11-07 | 1 | -39/+59 |
* | Try again at privatizing the layout info map, with a rewritten patch. | Owen Anderson | 2009-08-21 | 1 | -47/+17 |
* | Re-revert r79555. Apparently it's not just buildbot weirdness. | Owen Anderson | 2009-08-20 | 1 | -35/+52 |
* | Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn... | Owen Anderson | 2009-08-20 | 1 | -52/+35 |
* | --- Reverse-merging r79555 into '.': | Bill Wendling | 2009-08-20 | 1 | -35/+52 |
* | Make the StructType->StructLayout table private to TargetData, allowing us to... | Owen Anderson | 2009-08-20 | 1 | -52/+35 |
* | Update and fix some comments. | Dan Gohman | 2009-08-20 | 1 | -7/+7 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -3/+4 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -2/+3 |