Age | Commit message (Expand) | Author |
2011-06-20 | introduce an isLayoutIdentical() method, which is currently just a pointer | Chris Lattner |
2011-06-20 | Add a RegisterTuples class to Target.td and TableGen. | Jakob Stoklund Olesen |
2011-06-19 | Fix a FIXME by making GlobalVariable::getInitializer() return a | Jay Foad |
2011-06-19 | Revert r133373. I was going to use this to teach the Verifier to verify constant | Nick Lewycky |
2011-06-19 | Add the remaining instructions/constant expressions as Operators so that code | Nick Lewycky |
2011-06-18 | fix the varargs version of StructType::get to not require an LLVMContext, mak... | Chris Lattner |
2011-06-18 | eliminate some pointless virtual methods. | Chris Lattner |
2011-06-18 | now that Type::getDescription() is dead, the TypePrinting class can move from... | Chris Lattner |
2011-06-18 | eliminate the Type::getDescription() method, using "<<" instead. This | Chris Lattner |
2011-06-18 | improve some comments. | Chris Lattner |
2011-06-18 | Don't allocate empty read-only SmallVectors during SelectionDAG deallocation. | Benjamin Kramer |
2011-06-18 | Remove MethodProtos/MethodBodies and allocation_order_begin/end. | Jakob Stoklund Olesen |
2011-06-18 | Provide AltOrders for specifying alternative allocation orders. | Jakob Stoklund Olesen |
2011-06-17 | Use the verbose asm flag instead of a new flag for decoding the LSDA. | Bill Wendling |
2011-06-17 | Fix a bug in the type-lowering of integer-promoted elements. Add a check that | Nadav Rotem |
2011-06-17 | Lower multiply with overflow checking to __mulo<mode> | Eric Christopher |
2011-06-17 | Add an option that allows one to "decode" the LSDA. | Bill Wendling |
2011-06-17 | Drop the "2" suffix on some enums. | Chris Lattner |
2011-06-17 | remove support for a bunch of obsolete instruction encodings | Chris Lattner |
2011-06-17 | Remove some "2" suffixes from the metadata enums now that "1" is gone. | Chris Lattner |
2011-06-17 | remove bitcode reader support for LLVM 2.7 metadata encoding. | Chris Lattner |
2011-06-17 | Add a hook for PBQP clients to run a custom pre-alloc pass to run prior to PB... | Lang Hames |
2011-06-16 | Rename TRI::getAllocationOrder() to getRawAllocationOrder(). | Jakob Stoklund Olesen |
2011-06-16 | forward declare GraphTraits in Type.h instead of #includ'ing it. | Chris Lattner |
2011-06-16 | change Type.h to forward declare ArrayRef instead of #including it. | Chris Lattner |
2011-06-16 | move the address space into the subclass data field, saving a word on Pointer... | Chris Lattner |
2011-06-16 | tidy up some comments, store the 'isvararg' bit for FunctionType in | Chris Lattner |
2011-06-16 | remove Type::getVAArgsPromotedType, which is dead, and tidy up a bit. | Chris Lattner |
2011-06-16 | Introduce MachineBranchProbabilityInfo class, which has similar API to | Jakub Staszak |
2011-06-16 | Change the REG_SEQUENCE SDNode to take an explict register class ID as its fi... | Owen Anderson |
2011-06-16 | Add TargetRegisterInfo::getRawAllocationOrder(). | Jakob Stoklund Olesen |
2011-06-16 | Fix formatting. | Owen Anderson |
2011-06-15 | The ARC language-specific optimizer. Credit to Dan Gohman. | John McCall |
2011-06-15 | Add a new MVT::untyped. This will be used in future work for modelling ISA f... | Owen Anderson |
2011-06-15 | Use set operations instead of plain lists to enumerate register classes. | Jakob Stoklund Olesen |
2011-06-15 | Add a new function attribute, nonlazybind, which inhibits lazy-loading | John McCall |
2011-06-15 | Remove unused code. | Eli Friedman |
2011-06-15 | Constify PackedVector::reference::operator T(). | Argyrios Kyrtzidis |
2011-06-15 | Diagnostic for undefined assembler local symbols. | Jim Grosbach |
2011-06-15 | Added -stress-sched flag in the Asserts build. | Andrew Trick |
2011-06-15 | Replace the statically generated hashtables for checking register relationshi... | Owen Anderson |
2011-06-15 | add option for literal formatting to APInt::toString() | Ted Kremenek |
2011-06-15 | Add "unknown" results for memdep, which mean "I don't know whether a dependen... | Eli Friedman |
2011-06-14 | Revert 133010. Self-hosted buildbot unhappy. | Jim Grosbach |
2011-06-14 | Diagnostic for undefined assembler local symbols. | Jim Grosbach |
2011-06-14 | Add one more argument to the prefetch intrinsic to indicate whether it's a data | Bruno Cardoso Lopes |
2011-06-13 | Revert r132910 and r132909 on behalf of Michael. They didn't build with clang. | Benjamin Kramer |
2011-06-13 | Revert the last two commits in the series. r132911, r132912. | Michael J. Spencer |
2011-06-13 | Make Binary the parent of ObjectFile and update children to new interface. | Michael J. Spencer |
2011-06-13 | Add Binary class. This is a cleaner parent than ObjectFile. | Michael J. Spencer |