2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
blob | commitdiff | raw |
2010-10-19 |
Michael J. Spencer | Fix Whitespace. |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Owen Anderson | Now with fewer extraneous semicolons! |
blob | commitdiff | raw | diff to current |
2010-09-15 |
Dale Johannesen | Add x86MMX a few more places. |
blob | commitdiff | raw | diff to current |
2010-09-10 |
Dale Johannesen | Add X86 MMX type to bitcode and Type. |
blob | commitdiff | raw | diff to current |
2010-08-28 |
Chris Lattner | remove unions from LLVM IR. They are severely buggy... |
blob | commitdiff | raw | diff to current |
2010-08-11 |
Dan Gohman | Don't use unsigned char for alignments in TargetData... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-07-28 |
Dan Gohman | Do GEP offset calculations with unsigned math rather... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Owen Anderson | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). |
blob | commitdiff | raw | diff to current |
2010-04-23 |
Dan Gohman | Change TargetData's algorithm for computing defualt... |
blob | commitdiff | raw | diff to current |
2010-04-17 |
Chris Lattner | fix PR6332, allowing an index of zero into a zero sized... |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
blob | commitdiff | raw | diff to current |
2010-04-02 |
Dan Gohman | Revert the recent alignment changes. They're broken... |
blob | commitdiff | raw | diff to current |
2010-04-02 |
Dan Gohman | Change variables which are exactly 16 bytes to be 16... |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Chris Lattner | reapply r98656 unmodified, which exposed the asmprinter not |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Daniel Dunbar | Revert r98656, its breaking all over the place. |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Chris Lattner | improve support for uniontype and ConstantUnion, patch... |
blob | commitdiff | raw | diff to current |
2010-02-25 |
Dan Gohman | Revert r97064. Duncan pointed out that bitcasts are... |
blob | commitdiff | raw | diff to current |
2010-02-24 |
Dan Gohman | Make getTypeSizeInBits work correctly for array types... |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Duncan Sands | There are two ways of checking for a given type, for... |
blob | commitdiff | raw | diff to current |
2010-01-25 |
Chris Lattner | add a method to get the alignment of an integer type... |
blob | commitdiff | raw | diff to current |
2009-12-17 |
Chris Lattner | finish cleaning up StructLayoutMap. |
blob | commitdiff | raw | diff to current |
2009-12-05 |
Bill Wendling | Calling InvalidateEntry during the refinement was break... |
blob | commitdiff | raw | diff to current |
2009-12-05 |
Bill Wendling | Final cleanups: |
blob | commitdiff | raw | diff to current |
2009-12-05 |
Bill Wendling | Inline methods which are called only once. |
blob | commitdiff | raw | diff to current |
2009-12-05 |
Bill Wendling | Refactor some code. No functionality change. |
blob | commitdiff | raw | diff to current |
2009-12-04 |
Bill Wendling | Some code cleanup. No functionality change. |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Bill Wendling | Revert r90371. It was causing build failures. |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Bill Wendling | Further improvements: refactoring code that does the... |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Chris Lattner | remove some dead std::ostream using code. |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Chris Lattner | improve portability to avoid conflicting with std:... |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Bill Wendling | This initial code is meant to convert TargetData to... |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Bill Wendling | The llvm-gcc front-end and the pass manager use two... |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Chris Lattner | Make TargetData::getStringRepresentation spit out nativ... |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Chris Lattner | add the ability for TargetData to return information... |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Chris Lattner | more cleanup. |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Chris Lattner | rewrite TargetData to use StringRef/raw_ostream instead... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Owen Anderson | Try again at privatizing the layout info map, with... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Owen Anderson | Re-revert r79555. Apparently it's not just buildbot... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Owen Anderson | Reapply r79555 for testing. Daniel's trying to work... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Bill Wendling | --- Reverse-merging r79555 into '.': |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Owen Anderson | Make the StructType->StructLayout table private to... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Dan Gohman | Update and fix some comments. |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
blob | commitdiff | raw | diff to current |
2009-07-07 |
Owen Anderson | Have scoped mutexes take referenes instead of pointers. |
blob | commitdiff | raw | diff to current |
2009-06-23 |
Owen Anderson | Guard the layout info object. |
blob | commitdiff | raw | diff to current |
2009-05-11 |
Jay Foad | Change TargetData::getIntPtrType() to return an Integer... |
blob | commitdiff | raw | diff to current |
2009-05-09 |
Duncan Sands | Rename PaddedSize to AllocSize, in the hope that this |
blob | commitdiff | raw | diff to current |
2009-04-01 |
Dan Gohman | Use LLVM type names instead of C type names in comments... |
blob | commitdiff | raw | diff to current |
2009-02-16 |
Dan Gohman | Delete trailing whitespace. |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Duncan Sands | Rename getABITypeSize to getTypePaddedSize, as |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Duncan Sands | Handle a compiler warning. |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Chris Lattner | consistency |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Chris Lattner | introduce a new RoundUpAlignment helper function, use... |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Dan Gohman | Tidy up several unbeseeming casts from pointer to intptr_t. |
blob | commitdiff | raw | diff to current |
2008-06-04 |
Duncan Sands | Change packed struct layout so that field sizes |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Dan Gohman | Clean up the use of static and anonymous namespaces... |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Dan Gohman | Remove unnecessary <sstream> includes. |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Devang Patel | PassInfo keep tracks whether a pass is an analysis... |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Duncan Sands | Use getPreferredAlignmentLog or getPreferredAlignment |
blob | commitdiff | raw | diff to current |
2008-01-10 |
Chris Lattner | Fix PR1845 and rdar://5676945. Generic vectors smaller |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-12-21 |
Duncan Sands | Fix a brain fart by our beloved leader (the content |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Duncan Sands | Remove host endianness info from TargetData and |
blob | commitdiff | raw | diff to current |
2007-12-11 |
Chris Lattner | Move TargetData::hostIsLittleEndian out of line, which... |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Anton Korobeynikov | Silence a warning |
blob | commitdiff | raw | diff to current |
2007-11-01 |
Duncan Sands | Executive summary: getTypeSize -> getTypeStoreSize... |
blob | commitdiff | raw | diff to current |
2007-10-29 |
Chris Lattner | Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll... |
blob | commitdiff | raw | diff to current |
2007-10-08 |
Dan Gohman | Simplify getIntPtrType, allowing it to work for arbitra... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Dale Johannesen | Add getABITypeSize, getABITypeSizeInBits |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Rafael Espindola | Don't add a default STACK_ALIGN (use the generic ABI... |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Chris Lattner | Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo |
blob | commitdiff | raw | diff to current |
2007-09-07 |
Rafael Espindola | Add support for having different alignment for objects... |
blob | commitdiff | raw | diff to current |
2007-08-05 |
Reid Spencer | Fix minor doxygen nits. |
blob | commitdiff | raw | diff to current |
2007-08-03 |
Dale Johannesen | long double patch 2 of N. Handle it in TargetData. |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Devang Patel | Drop 'const' |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Lauro Ramos Venancio | Fix build error. |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
blob | commitdiff | raw | diff to current |
2007-04-22 |
Christopher Lamb | Support alignment queries for degenerate (length 1... |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Jeff Cohen | When the number of elements is zero, don't malloc 32GB... |
blob | commitdiff | raw | diff to current |
2007-03-05 |
Jeff Cohen | Unbreak VC++ build. |
blob | commitdiff | raw | diff to current |
2007-03-01 |
Reid Spencer | Wrap a long line. |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Reid Spencer | Simplify some code by moving variable declarations... |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Reid Spencer | Implement support for non-standard integer bit widths... |
blob | commitdiff | raw | diff to current |
2007-02-17 |
Chris Lattner | Do not dereference invalid ranges. Generalize targetda... |
blob | commitdiff | raw | diff to current |
2007-02-16 |
Chris Lattner | Fix CodeGen/PowerPC/2007-02-16-AlignPacked.ll |
blob | commitdiff | raw | diff to current |
2007-02-16 |
Reid Spencer | Remove an unnecessary predicate. |
blob | commitdiff | raw | diff to current |
2007-02-16 |
Chris Lattner | simplify some code, ensure that packed structures get... |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Reid Spencer | For PR1195: |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Reid Spencer | For PR1202: |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Reid Spencer | For PR1195: |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Reid Spencer | Fixed packed structure breakage from earlier TargetData... |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Chris Lattner | Generalize TargetData strings, to support more interest... |
blob | commitdiff | raw | diff to current |
2007-02-10 |
Chris Lattner | Switch LayoutInfo to be a DenseMap instead of an std... |
blob | commitdiff | raw | diff to current |
next |